.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(12,51,23,0.98);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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#P8UVoTAD97b3QbNab38wApl7hIpotqlB { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:2.125rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:27.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#bMEHTS4qPfhCm10vdx4wbVuSxI9394er { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:52.6875rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:61.875rem;left:10.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:61.875rem;left:4.96875rem;overflow:hidden;display:none; }
#OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:62.2021484375rem;left:30.03125rem;overflow:hidden;display:none; }
#Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:62.2021484375rem;left:54.8876953125rem;overflow:hidden;display:none; }
#a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:62.2021484375rem;left:59.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:62.2021484375rem;left:36.1875rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#se4wdDK7GmZRU3buZATNL3e5uZGaef7k { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:53.732421875rem;left:1.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FhrLNneGZsgItSypVZ97kuO8eT52OATH { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:53.732421875rem;left:60rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:49.4375rem;left:32.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DlDbmo3Tn4gxC5i5cUrTh5DICTiWBPTg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.515625rem;left:58.2509765625rem; }
#B4zKRKFcn64x38EtenmXhOaxiqGOoqWS { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsMc9DFPHCM10HDxi7oP1vzGFPKUvaSP { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.125rem;left:60.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zb2BEWF7dIULupTpltAyvsKp3XFkCPyf { box-sizing:content-box;color:#e94c40;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.625rem;left:0rem;display:block; }
#TmG0cFhCnokz5goegScExr7T3xs5bz49 { position:relative;display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { background-color: transparent; background-image: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { border-width: 0; border-radius: 0; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I8gKZTf6Uk80XyPibi6cLhgcWa35tarn { color:#ffffff;display:block;width:61.0625rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6865234375rem;left:6.96875rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtZp2bBckilWhUk6PzorsqspSZ0Qf4Qf { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.9375rem;left:2.4375rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BhxheWIOaDh9QTkoS1qo5rrWxEAflHEF { box-sizing:content-box;height:25.4375rem;width:24.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1d21e2' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:11.125rem;left:45.3125rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#BNdNTlHOs8yzmDQqGdC90dGqQSh7cpTm { color:#f7d454;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:13.4375rem;left:46.6875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-form-header {  }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#1a1d21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:3rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#1a1d21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f7d454;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#000000;width:19.4375rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#d6d4d4;vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal;float:none; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-container:first-of-type{padding-top:0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-container:last-of-type{padding-bottom:0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.0625rem;left:46.6875rem; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem;display:block;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi {display:block;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.0625rem;left:46.6875rem; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #T6Vk4Gn4SyNlX4IIAQd84WpiRcO6DHm9 { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #Nrfo1RwcpsPTZ1TqSVrxkMQmH8GXeyxS { position:relative;display:none; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #QIIkG4dM9pSM675d120FgmPZJ0gTTJsp { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #rfG7z3fg9ZuZmDgFyWKzr2qpWrRCKhIm { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #xxaqTFSI9LfVDHGcJTTDpPIM6yo9nUJc { position:relative;display:none; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TGgl2QSQEZsQF1fbZu2U7PscQbMPSRiX { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TsDThSSQaROcIvCgqwwFebwWwxRg4umb { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #nz5iBNU3wq2C4kGWVyr8GLPZXKrnT1x7 { position:relative;z-index:2; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #AykMZHwIDbtGBcB4xGTnpTANOkhOsT7p { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #B5pkUrWknqMzvns2D4yR12gImuGsePnX { position:relative; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi #sykuaNWny00zFE1C0biTXzgdwGJHSvki { position:relative; }
#aMx4zX6IUEBlXQWdZukbPVGRInATSJLE { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.375rem;top:15.125rem;left:64.125rem;overflow:hidden;display:block; }
#QSzrurhqOUBC2b62A2lKC68WrmS0snir { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:40.25rem;left:11.75rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Te1ZD7iQxUytVK3hlB918D9sDEaQ01Gm { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:12.5rem;top:42.5rem;left:11.75rem;overflow:hidden;display:block; }
#rnhyASnVsgtXyICOhLwDpfurh39RBzql { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5625rem;width:33.0625rem;top:18rem;left:2.4375rem;display:block; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7d454;background-image:none;color:#000000;padding-top:0.836875rem;padding-right:0.748125rem;padding-bottom:0.836875rem;padding-left:0.748125rem;display:block;align-items:center;width:4.48875rem;min-width:4.48875rem;height:4.498125rem;position:relative;font-family:arial;font-size:3.3475rem;font-weight:700;line-height:71.97px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.523125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.985625rem;height:1.778125rem;position:relative;font-family:poppins;font-size:1.255625rem;font-weight:400;line-height:28.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:27.9375rem;height:8.473125rem;padding-top:0.105rem;padding-right:0.106875rem;padding-bottom:0.105rem;padding-left:0.106875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.8125rem;left:33.8125rem;z-index:15058; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #gsiaieHEg1H8dObC1Rf47e64iKrqLuIr { display:flex;position:relative;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #Tu5d8p2Q4pFRyBIAA0w05pdFKHchTTET { width:auto; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #lKmlV76bOk36Mvrl6Tktv4gVtEzRHNzB {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #iEv6aUsGMGxVuZIiBoZfg4EEpBTuHqCR { display:flex;position:relative;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #AM5Xp0z0gpQ8FTkUDunGk61MKkx2f4fP {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #S4fplkIteHz3TysFCPGthEZiIrBupRNW {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #a91bghbS0t6eukZr7DOfDlyKLbidd4uG { display:flex;position:relative;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #wHfyZ7sxrzTBiBPx1plD1eVdoroIsS1u {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #BX7VCaw1pLwwKNiIvo5eTTnZm4Sn05XB {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #cVhZTlzcbJ9alsVJksAbF3hlbrJxg40h { display:flex;position:relative;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #KkvQnz9PtuOD4yVpgNUaKaqSLdKdNiq7 {  }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #NIF9kcD0eCvcfrl6TTvkwxMHUCISVeZx {  }
#dJ96IXUJT0E38XtALfbHdQOOuGidwaFM { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:50.0625rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.25rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#eUE9WQCgxibmUJGMfKHyXUceBAf2R5r2 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:54.6875rem;left:2.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DU3T1AZleAOftpesKptF16N4vypV4JLA { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54.6875rem;left:29.6875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#de0gUfAfNcFmNHoQb1cTWmqH4X08862X { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:54.6875rem;left:54.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SA87dCyo3MEaA0618fsVR7zV2Si4S6Qz { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15059;background-color:#f7d454;background-image:none;top:50.6875rem;left:1.25rem;display:block; }
#oeJCAIXwDmfXXRR41PBnpEVuqPLhWDr6 { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:50.875rem;left:3rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZmoKKuATOOv4k1nLrGe2uvIrwum4Qvz0 { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15001;background-color:#f7d454;background-image:none;top:50.625rem;left:27.9375rem;display:block; }
#anG4QAOeDcfKAJKKEOas2adaeOLSQGbT { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:50.875rem;left:29.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqD4sHvfd9nKKJSpBRnmLmCrtpvM2SOR { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#f7d454;background-image:none;top:50.625rem;left:55.4375rem;display:block; }
#lyAtP62wa7yMdgEoZA4B8AUL5xtT2rVX { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:50.875rem;left:57rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqD0ioOvSfQRRoQPon6T2VfXPtnbAchh { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:50.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.25rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#DF5ciTbN3MsmaJnDoEhhoh5ipNddR4vZ { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:50.0625rem;left:53.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.25rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#mA3gn8snGsDrOIeixnchQKUDZsZEl2XC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:59.5625rem;left:0rem;overflow:hidden;display:block; }
#T1JXbzcR3K4gKXiuovqEsQUmbm6vwdRe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:59rem;left:7rem;overflow:hidden;display:block; }
#sTy2Lng2pzsXk7QJBcX1AF3WpUr6CTvP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:59.5625rem;left:14.875rem;overflow:hidden;display:block; }
#d6EgD9d1L8Rz3r9KnuyDJpHP9BbQTvhg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:59.25rem;left:26.875rem;overflow:hidden;display:block; }
#hTd8XZpiJ6tWtODpptTI5gncPNG4Emdd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:58.375rem;left:33rem;overflow:hidden;display:block; }
#mUdDwNH7ru0HTom4MloawqWEk90dsigb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:57.875rem;left:38.75rem;overflow:hidden;display:block; }
#s8JI8twVmtuhr5iiptfVkUvMEdvE0mvx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:59.25rem;left:53.375rem;overflow:hidden;display:block; }
#bgb1AEWNriR9wCegktAZz6nvJ68xgoOS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:59.25rem;left:59.9375rem;overflow:hidden;display:block; }
#nTTkKoa6vJTmOQmrOPGq6t4bK6tzLPED { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:59.5625rem;left:67.625rem;overflow:hidden;display:block; }
#LM7TneULG00Q8muKEbIxtNwc7vlT9ZMH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:66.0625rem;left:15.5rem;overflow:hidden;display:none; }
#IJ9QRNToLLRKZgHc1FzOlvZAAO40P4tU { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:67.4375rem;left:2.4375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsXN3aeTPKeToQ5GBFxSc5OATLFv3mBX { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:67.4375rem;left:29.5625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGVoGDe7a3lGkhUqvHAIHTPTuo4cCV1i { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:67.9375rem;left:54.75rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wlc2MTl4n5a3TfbFrxnRrhQDxAzUG3JT { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.0625rem;top:9.9375rem;left:43.25rem;overflow:hidden;display:block; }
#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { border-width: 0; border-radius: 0; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#pC113WgL0zToQZ6fwm2KT7HaTnhh7iOJ { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:20.8125rem;left:0rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(247,212,84,0.61) ;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid rgba(100,100,100,0.67);border-left:0.0625rem solid rgba(100,100,100,0.67);border-right:0.0625rem solid rgba(100,100,100,0.67);border-bottom:0.0625rem solid rgba(100,100,100,0.67);display:none; }
#CIJnTHT6SdrH460R5MbSibtO2JxybIn4 { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:20.8125rem;left:26.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.25rem solid #f7d454;border-right:0;border-bottom:0;display:none; }
#eN9JhSfsbNiX15PtIdpPtah5KtuJ0bCf { box-sizing:content-box;height:23.125rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.625rem;left:53.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.1875rem solid #f7d454;border-left:0.1875rem solid #f7d454;border-right:0.1875rem solid #f7d454;border-bottom:0.1875rem solid #f7d454;display:none; }
#FVyeufV3F6MNCU56uvssxgc1CRFZmc7U { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:8.75rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZZeaZD6plHzWs1dcGp2vruRLJAKVFylO { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15001;background-color:#f7d454;background-image:none;top:19.84375rem;left:7.375rem;display:none; }
#Ua2ZGNCKvkaz6O73fkVrAvrNmyUEF7VN { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:29.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zmc3ZwZKCqhUQkL9Rccr8TT79JJfxvKD { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#f7d454;background-image:none;top:21.625rem;left:27.96875rem;display:none; }
#Eq4yiTK0TABPNesmnCbzXqeJ2wBMJb0Z { box-sizing:content-box;height:1.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15003;background-color:#f7d454;background-image:none;top:21.78125rem;left:60.5rem;display:none; }
#Hpt7BXCDAGTFEVlOxT95qgS2hN7CrKrV { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:62.03125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gQNEOALXFVv2UTPZs4uXpQRpV8Gv7sXk { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:54.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pRNwqkqwIaioKPLpgJkf11ZE1lM1nXL4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30rem;left:30rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lA4S2uTmlJcbhkBeIfXR2odobydcxChr { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.3125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X4BJ0ND56yxyEsBrnTbt2Kaqdr1Tyy71 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:2.107421875rem;left:0rem;overflow:hidden;display:none; }
#xPBkEb6aPZ2AoMDi20IUxtWuzXwKy6iy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:0rem;left:7.21875rem;overflow:hidden;display:none; }
#TsNocK0z1TWntf333Us7tObHpgUeaDfH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:0rem;left:26.875rem;overflow:hidden;display:none; }
#CH68LrvsBt74c85Wz4JwWlgsEGsuLyn0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:2.46875rem;left:32.96875rem;overflow:hidden;display:none; }
#yaRwbC2f2mVem8T6BOhHaLbrh3y96nbD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.75rem;top:0.763671875rem;left:38.625rem;overflow:hidden;display:none; }
#mkxxpaVVbLPVlyoeIhBgwsQqt3bqL1yK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:2.107421875rem;left:53.4375rem;overflow:hidden;display:none; }
#LpuJ2aROw1P5ixzXrbbEtTiL4N3JQVao { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:3.3125rem;left:59.75rem;overflow:hidden;display:none; }
#hbAodH65p6eS42zl7z8kAr2iplydf51R { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:2.107421875rem;left:67.625rem;overflow:hidden;display:none; }
#pt3f3I8QAwkx12VtyFueBe3FfCMW2uiA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:3.65625rem;left:14.5625rem;overflow:hidden;display:none; }
#poyHx5h8uyK0VfDA8gOOOdFSPftT6nXz { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:3.9375rem;left:3.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qwNZoDkKTylDq0RvwyaouKGWocaXWk02 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.169921875rem;left:29.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OPSWNNCU3utVT2ugBHOMAf1sZXosmI0h { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:52.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.86);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { background-color: transparent; background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .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); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { border-width: 0; border-radius: 0; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#PBsFyBTB79mS9pNJM15g0qkS0ervIyAC { color:#ffffff;display:block;width:66.18625rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.375rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CICEb9iGUKGTNNNDWxIk2UuR9P2VMpbE { box-sizing:content-box;height:16.625rem;width:28.75rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:11.75rem;left:4.875rem;border-top:0;border-left:0.3125rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#Wq5n6Aoc2e0fECFFvy3umkT6pyMSUadC { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:20.99975rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
#pxnnM6ppnbfRcfCTtZPcTLAik1ArUkuU { box-sizing:content-box;height:2.06176875rem;width:4.6875rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #25d366, #127938);background-image: -moz-linear-gradient(90deg, #25d366, #127938);background-image: -ms-linear-gradient(90deg, #25d366, #127938);background-image: -o-linear-gradient(90deg, #25d366, #127938);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );";background-image: linear-gradient(90deg, #25d366, #127938);background-size:auto !important;top:24.5625rem;left:28.5rem;display:block; }
#ukC07eURgqDJkRyOrWU5M2CzTWNatdvq { color:#ffffff;display:block;width:4.87426875rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:24.6875rem;left:28.4375rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRrSamozZ7UBuvy8EMTlbKooGsDbBGiJ { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:14.3125rem;left:15.625rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZSrqTPgu7l5fEgkEapWIiWmLtA5GJGQ { color:#000000;display:block;width:10.37475rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:24.3125rem;left:17.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQG8g5Zpm3bCPFfMEpnflRIe3JqXmstx { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:2.749025rem;top:23.875rem;left:14.6875rem;overflow:hidden;display:block; }
#zix0tpXr3GyD4ImykxBemxQ2yFpXAXG3 { box-sizing:content-box;height:16.625rem;width:28.75rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:11.75rem;left:40.5625rem;border-top:0;border-left:0.3125rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#ZAAbSqdixctBthvzXdeO0s8cNBAAyUGE { color:#000000;display:block;width:16.3105625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:14.3125rem;left:51.3125rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U96aIt1u5TDo9vFd47dzuXyCxmmZV1mE { color:#000000;display:block;width:10.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:24.625rem;left:53.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCgHWZbH7QvREJwASzCaiu0DWiSUrrrf { color:#ffffff;display:block;width:4.874025rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.9375rem;left:64.0625rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8VVWESEiGfTO0VOnZgtQ8WaoCDh6cpp { box-sizing:content-box;height:2.061525rem;width:4.6875rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #25d366, #127938);background-image: -moz-linear-gradient(90deg, #25d366, #127938);background-image: -ms-linear-gradient(90deg, #25d366, #127938);background-image: -o-linear-gradient(90deg, #25d366, #127938);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );";background-image: linear-gradient(90deg, #25d366, #127938);background-size:auto !important;top:24.875rem;left:64.1875rem;display:block; }
#uaaN1p2d4zeunuh69pwg8rWNABGElRd1 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:2.749025rem;top:24.1875rem;left:50.375rem;overflow:hidden;display:block; }
#gT3rrPbwZeWGZS8p6a3pIrVc9Fmh9xrR { box-sizing:content-box;height:16.625rem;width:28.75rem;position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;top:35.9375rem;left:4.875rem;border-top:0;border-left:0.3125rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#H0ocXBz0eUDnx67iPkRTngRLNLzyvr0D { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:2.749025rem;top:48.75rem;left:15.0625rem;overflow:hidden;display:block; }
#R6mmSRCJ6TUPgbHXr1NzkRmRSrzpeNSL { color:#000000;display:block;width:10.3730625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:48.8125rem;left:17.8125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxmpxmvsv2lTR6ngXhau2GRXEJM5hGqz { color:#ffffff;display:block;width:4.874025rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:49.5rem;left:28.1875rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMdQEvuDvgcKPWqQ1SkS1eu2yywnq4OO { box-sizing:content-box;height:2.061525rem;width:4.6875rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #25d366, #127938);background-image: -moz-linear-gradient(90deg, #25d366, #127938);background-image: -ms-linear-gradient(90deg, #25d366, #127938);background-image: -o-linear-gradient(90deg, #25d366, #127938);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );";background-image: linear-gradient(90deg, #25d366, #127938);background-size:auto !important;top:49.5rem;left:28.375rem;display:block; }
#UwrIWav2l5XUcrTZV4sl5wlP3Nn4CvE4 { color:#000000;display:block;width:16.3105625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:37.6875rem;left:15.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G79Rpqf3tggwfaRmWrKbaD0i2OyQUOHk { box-sizing:content-box;height:16.625rem;width:28.75rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:35.9375rem;left:40.5625rem;border-top:0;border-left:0.3125rem solid #f7d454;border-right:0;border-bottom:0;display:block; }
#dgm2T2p2Ozh1oT2LPiQT0FrclvgBdzE8 { color:#000000;display:block;width:16.3105625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:37.6875rem;left:51.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a33EIMx18BRmoa5w3GfEdUN0y3SOnU4s { color:#000000;display:block;width:10.3730625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:48.82421875rem;left:53.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKOv4FOIPOHxRN3f8yQfsIPyZPtc078D { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:2.749025rem;top:48.75rem;left:50.3759765625rem;overflow:hidden;display:block; }
#bOB6eV0NAQO3cKzZ7uuVlupKeyHoJeIK { color:#ffffff;display:block;width:4.874025rem;position:absolute;font-family:"russo one";font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:49.1494140625rem;left:64.0625rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQT2XthmFQs1LIs95d6xLWMbEcK7yU6h { box-sizing:content-box;height:2.061525rem;width:4.6875rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #25d366, #127938);background-image: -moz-linear-gradient(90deg, #25d366, #127938);background-image: -ms-linear-gradient(90deg, #25d366, #127938);background-image: -o-linear-gradient(90deg, #25d366, #127938);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );";background-image: linear-gradient(90deg, #25d366, #127938);background-size:auto !important;top:49.09375rem;left:64.1552734375rem;display:block; }
#hh0ys7a7AAhwGiwV8QhPTLJRi32Ii6yi { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:37.84375rem;left:4.0927734375rem;overflow:hidden;display:block; }
#lRDt8FviPXtLXTEaalPfJ1iUwd9VsIBc { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:12.90625rem;left:39.5rem;overflow:hidden;display:block; }
#y9lil1QHvNI6TUnBrhmas54x9UJFR1oz { color:#000000;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:18.662109375rem;left:15.25rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmZXdtsbLDHwfadQWoBAm4KeAaxKwS6z { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:17.962890625rem;left:51.3125rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxVqf7zJaPtJLUIc4iacW4Dgi15nHdUp { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:42.275390625rem;left:51.3125rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dL5swbnauX48TRrraz3u7RI29WVym4Z0 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:42.275390625rem;left:15.3115234375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzwWN63C7nFcpBmT4hxq7uaMwt7vVWnm { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:9.5625rem;top:37.46875rem;left:40.875rem;overflow:hidden;display:block; }
#EIPzinQfGUER78ToceFX8JaTwpBfocXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { background-color: transparent; background-image: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container > .video-iframe-container { display: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row > .video-iframe-container { display: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .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); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { border-width: 0; border-radius: 0; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#trpoqIxtXH3TPpDIMNIJWyiNxVw4D7fq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:14.0625rem;top:2.9375rem;left:56.875rem;overflow:hidden;display:block; }
#OqRgexB8f77bum1u2sJDwBh8DqlLpoRb { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.3125rem;left:2.625rem;height:8.125rem;display:block; }
#MEo2DDvps8JG1zVEvQU5QuaARESdT1w3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:10rem;top:14.875rem;left:42.9375rem;overflow:hidden;display:block; }
#cVvGRAW6o5Ft468E131J5CcsrMxrkJ3m { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.625rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e13;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { background-color: transparent; background-image: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .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); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { border-width: 0; border-radius: 0; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { position:absolute;display:block;z-index:15000;height:10.8115rem;width:75rem;top:0rem;left:0rem;display:block; }
#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { border-width: 0; border-radius: 0; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:10.5625rem;width:21.4375rem;top:26.9375rem;left:49.75rem;overflow:hidden;display:block; }
#EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.875rem;left:49.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.71875rem;left:49.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:13.0625rem;width:21.3125rem;top:46.0625rem;left:49.8125rem;overflow:hidden;display:block; }
#mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:44.375rem;left:4.21875rem;display:none; }
#i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5kxUhNt4egpeSgFvSUZ2BGiU1kyOxXa { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4052734375rem;left:7.40625rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwT6Qtyop6WJDTgW1uEfhiby00H2IENb { box-sizing:content-box;height:47.6875rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #0c3317, #04412d);background-image: -moz-linear-gradient(199deg, #0c3317, #04412d);background-image: -ms-linear-gradient(199deg, #0c3317, #04412d);background-image: -o-linear-gradient(199deg, #0c3317, #04412d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3317', endColorstr='#04412d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3317', endColorstr='#04412d' );";background-image: linear-gradient(199deg, #0c3317, #04412d);background-size:auto !important;top:13.5625rem;left:48.25rem;display:block; }
#fN3T2bdNi2JfKGGq84UFGKfW531kU679 { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2.904296875rem;height:32.5rem;display:block; }
#BmTRST8zOFJvVT5N4hHTMTZVWKmirdRd { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:49.9375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#arch8WTOTGAEWBQ3IAeqeM9yI5kAEy53 { position:absolute;display:block;z-index:15053;height:13.311625rem;width:23.811875rem;top:48.005643844604rem;left:10.915800094604rem;display:block; }
#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { background-color: transparent; background-image: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .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); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { border-width: 0; border-radius: 0; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.9375rem;left:37.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.625rem;left:33.0625rem;overflow:hidden;display:block; }
#HNdecuhDwqponclOxs7PxxewgVxpVP4o { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:33.0625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:35.96875rem;left:33.0625rem;overflow:hidden;display:block; }
#t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5rem;left:37.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Np7pg40wfcR1qAxFNythIU7pzSr0ii1e { color:#ffffff;display:block;width:52.1245625rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7495660781861rem;left:8.5611972808837rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eES3kW8uJJn9ucIPvyfGnZUqunmcmrU6 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:31rem;top:14.5625rem;left:0rem;overflow:hidden;display:block; }
#RBEWizZHlahsx52tmxuAAkXqLNfokrll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container { background-color: transparent; background-image: none; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container > .video-iframe-container { display: none; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row > .video-iframe-container { display: none; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .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); }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container { border-width: 0; border-radius: 0; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#O8SotLdl5CEBXDMzfxQrDUuU4eJ3cpJW { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.875rem;left:4.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#wtU94qmuJAyfQIvp768q8CPvCEp3b2Aq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.75rem;left:2.3125rem; }
#LOJVL42hzBPLasT0IUW1XQTGU7JanUaE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:60.75rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8UVoTAD97b3QbNab38wApl7hIpotqlB { top:61.0625rem;left:0rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { top:61.0625rem;left:13.8125rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMEHTS4qPfhCm10vdx4wbVuSxI9394er { top:61.0625rem;left:27.625rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { top:61.875rem;left:0rem;width:9.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { top:61.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { top:62.1875rem;left:16.40625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { top:62.1875rem;left:41.2626953125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { top:62.1875rem;left:35.1875rem;width:12.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { top:62.1875rem;left:22.5625rem;width:6.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4wdDK7GmZRU3buZATNL3e5uZGaef7k { top:104.125rem;left:0rem;width:12.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrLNneGZsgItSypVZ97kuO8eT52OATH { top:122.5625rem;left:0rem;width:17.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { top:142.75rem;left:0rem;width:12.6875rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDbmo3Tn4gxC5i5cUrTh5DICTiWBPTg { top:1.5rem;left:44.6259765625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4zKRKFcn64x38EtenmXhOaxiqGOoqWS { top:1.875rem;left:0rem;width:41.5625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMc9DFPHCM10HDxi7oP1vzGFPKUvaSP { top:2.125rem;left:33.6875rem;width:14.0625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2BEWF7dIULupTpltAyvsKp3XFkCPyf { top:0.625rem;left:0rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8gKZTf6Uk80XyPibi6cLhgcWa35tarn { top:0.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZp2bBckilWhUk6PzorsqspSZ0Qf4Qf { top:9.9375rem;left:0rem;width:38.375rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxheWIOaDh9QTkoS1qo5rrWxEAflHEF { top:11.125rem;left:23.125rem;width:24.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdNTlHOs8yzmDQqGdC90dGqQSh7cpTm { top:13.4375rem;left:28rem;width:19.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi  { width:21.6875rem;height:auto;top:11.875rem;left:1.806640625rem; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi {display:block;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi { width:21.6875rem;height:auto;top:11.875rem;left:1.806640625rem; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #T6Vk4Gn4SyNlX4IIAQd84WpiRcO6DHm9 {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #Nrfo1RwcpsPTZ1TqSVrxkMQmH8GXeyxS { display:none; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #QIIkG4dM9pSM675d120FgmPZJ0gTTJsp {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #rfG7z3fg9ZuZmDgFyWKzr2qpWrRCKhIm {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #xxaqTFSI9LfVDHGcJTTDpPIM6yo9nUJc {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TGgl2QSQEZsQF1fbZu2U7PscQbMPSRiX {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TsDThSSQaROcIvCgqwwFebwWwxRg4umb {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #nz5iBNU3wq2C4kGWVyr8GLPZXKrnT1x7 {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #AykMZHwIDbtGBcB4xGTnpTANOkhOsT7p {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #B5pkUrWknqMzvns2D4yR12gImuGsePnX {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #sykuaNWny00zFE1C0biTXzgdwGJHSvki {  }
 }@media only screen and (max-width: 763px) { #aMx4zX6IUEBlXQWdZukbPVGRInATSJLE { top:15.125rem;left:45.375rem;width:2.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSzrurhqOUBC2b62A2lKC68WrmS0snir { top:40.25rem;left:0rem;width:37.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1ZD7iQxUytVK3hlB918D9sDEaQ01Gm { top:42.5rem;left:0rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnhyASnVsgtXyICOhLwDpfurh39RBzql { top:18rem;left:0rem;width:33.0625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 { width:18rem;height:5.0625rem;display:flex;top:50.125rem;left:28.5rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #gsiaieHEg1H8dObC1Rf47e64iKrqLuIr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #Tu5d8p2Q4pFRyBIAA0w05pdFKHchTTET {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #lKmlV76bOk36Mvrl6Tktv4gVtEzRHNzB {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #iEv6aUsGMGxVuZIiBoZfg4EEpBTuHqCR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #AM5Xp0z0gpQ8FTkUDunGk61MKkx2f4fP {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #S4fplkIteHz3TysFCPGthEZiIrBupRNW {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #a91bghbS0t6eukZr7DOfDlyKLbidd4uG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #wHfyZ7sxrzTBiBPx1plD1eVdoroIsS1u {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #BX7VCaw1pLwwKNiIvo5eTTnZm4Sn05XB {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #cVhZTlzcbJ9alsVJksAbF3hlbrJxg40h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #KkvQnz9PtuOD4yVpgNUaKaqSLdKdNiq7 {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #NIF9kcD0eCvcfrl6TTvkwxMHUCISVeZx {  }
 }@media only screen and (max-width: 763px) { #dJ96IXUJT0E38XtALfbHdQOOuGidwaFM { top:50.0625rem;left:13.25rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUE9WQCgxibmUJGMfKHyXUceBAf2R5r2 { top:54.6875rem;left:0rem;width:15.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU3T1AZleAOftpesKptF16N4vypV4JLA { top:54.6875rem;left:16.0625rem;width:15.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de0gUfAfNcFmNHoQb1cTWmqH4X08862X { top:54.6875rem;left:28.0625rem;width:19.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA87dCyo3MEaA0618fsVR7zV2Si4S6Qz { top:50.6875rem;left:0rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJCAIXwDmfXXRR41PBnpEVuqPLhWDr6 { top:50.875rem;left:0rem;width:4.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmoKKuATOOv4k1nLrGe2uvIrwum4Qvz0 { top:50.625rem;left:14.3125rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anG4QAOeDcfKAJKKEOas2adaeOLSQGbT { top:50.875rem;left:15.6875rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqD4sHvfd9nKKJSpBRnmLmCrtpvM2SOR { top:50.625rem;left:39.8125rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyAtP62wa7yMdgEoZA4B8AUL5xtT2rVX { top:50.875rem;left:42.875rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqD0ioOvSfQRRoQPon6T2VfXPtnbAchh { top:50.0625rem;left:0rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF5ciTbN3MsmaJnDoEhhoh5ipNddR4vZ { top:50.0625rem;left:26.25rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3gn8snGsDrOIeixnchQKUDZsZEl2XC { top:59.5625rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JXbzcR3K4gKXiuovqEsQUmbm6vwdRe { top:59rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTy2Lng2pzsXk7QJBcX1AF3WpUr6CTvP { top:59.5625rem;left:1.25rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6EgD9d1L8Rz3r9KnuyDJpHP9BbQTvhg { top:59.25rem;left:13.25rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd8XZpiJ6tWtODpptTI5gncPNG4Emdd { top:58.375rem;left:19.375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUdDwNH7ru0HTom4MloawqWEk90dsigb { top:57.875rem;left:25.125rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JI8twVmtuhr5iiptfVkUvMEdvE0mvx { top:59.25rem;left:39.75rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgb1AEWNriR9wCegktAZz6nvJ68xgoOS { top:59.25rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTkKoa6vJTmOQmrOPGq6t4bK6tzLPED { top:59.5625rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM7TneULG00Q8muKEbIxtNwc7vlT9ZMH { top:66.0625rem;left:1.875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9QRNToLLRKZgHc1FzOlvZAAO40P4tU { top:67.4375rem;left:0rem;width:17.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsXN3aeTPKeToQ5GBFxSc5OATLFv3mBX { top:67.4375rem;left:15.9375rem;width:16.125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVoGDe7a3lGkhUqvHAIHTPTuo4cCV1i { top:67.9375rem;left:28.4375rem;width:19.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlc2MTl4n5a3TfbFrxnRrhQDxAzUG3JT { top:9.9375rem;left:26.6875rem;width:21.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC113WgL0zToQZ6fwm2KT7HaTnhh7iOJ { top:20.8125rem;left:0rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJnTHT6SdrH460R5MbSibtO2JxybIn4 { top:20.8125rem;left:13.125rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9JhSfsbNiX15PtIdpPtah5KtuJ0bCf { top:20.625rem;left:26.125rem;width:21.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyeufV3F6MNCU56uvssxgc1CRFZmc7U { top:20rem;left:0rem;width:4.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZeaZD6plHzWs1dcGp2vruRLJAKVFylO { top:19.8125rem;left:0rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2ZGNCKvkaz6O73fkVrAvrNmyUEF7VN { top:21.625rem;left:15.875rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmc3ZwZKCqhUQkL9Rccr8TT79JJfxvKD { top:21.625rem;left:14.34375rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4yiTK0TABPNesmnCbzXqeJ2wBMJb0Z { top:21.75rem;left:39.8125rem;width:7.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpt7BXCDAGTFEVlOxT95qgS2hN7CrKrV { top:22rem;left:42.875rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNEOALXFVv2UTPZs4uXpQRpV8Gv7sXk { top:30rem;left:28.0625rem;width:19.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNwqkqwIaioKPLpgJkf11ZE1lM1nXL4 { top:30rem;left:16.375rem;width:15.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4S2uTmlJcbhkBeIfXR2odobydcxChr { top:28.1875rem;left:0rem;width:15.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4BJ0ND56yxyEsBrnTbt2Kaqdr1Tyy71 { top:2.0625rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBkEb6aPZ2AoMDi20IUxtWuzXwKy6iy { top:0rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNocK0z1TWntf333Us7tObHpgUeaDfH { top:0rem;left:13.25rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH68LrvsBt74c85Wz4JwWlgsEGsuLyn0 { top:2.4375rem;left:19.34375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRwbC2f2mVem8T6BOhHaLbrh3y96nbD { top:0.75rem;left:25rem;width:7.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkxxpaVVbLPVlyoeIhBgwsQqt3bqL1yK { top:2.0625rem;left:39.8125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuJ2aROw1P5ixzXrbbEtTiL4N3JQVao { top:3.3125rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbAodH65p6eS42zl7z8kAr2iplydf51R { top:2.0625rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt3f3I8QAwkx12VtyFueBe3FfCMW2uiA { top:3.625rem;left:0.9375rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyHx5h8uyK0VfDA8gOOOdFSPftT6nXz { top:3.9375rem;left:0rem;width:17.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNZoDkKTylDq0RvwyaouKGWocaXWk02 { top:3.125rem;left:15.8125rem;width:16.125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPSWNNCU3utVT2ugBHOMAf1sZXosmI0h { top:5.25rem;left:28.4375rem;width:19.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBsFyBTB79mS9pNJM15g0qkS0ervIyAC { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CICEb9iGUKGTNNNDWxIk2UuR9P2VMpbE { top:11.75rem;left:0rem;width:28.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5n6Aoc2e0fECFFvy3umkT6pyMSUadC { top:13.625rem;left:0rem;width:20.9375rem;height:12.774975891709rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxnnM6ppnbfRcfCTtZPcTLAik1ArUkuU { top:24.5625rem;left:14.875rem;width:4.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukC07eURgqDJkRyOrWU5M2CzTWNatdvq { top:24.6875rem;left:14.8125rem;width:4.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrSamozZ7UBuvy8EMTlbKooGsDbBGiJ { top:14.3125rem;left:2rem;width:16.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSrqTPgu7l5fEgkEapWIiWmLtA5GJGQ { top:24.3125rem;left:3.75rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQG8g5Zpm3bCPFfMEpnflRIe3JqXmstx { top:23.875rem;left:1.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zix0tpXr3GyD4ImykxBemxQ2yFpXAXG3 { top:11.75rem;left:18.6875rem;width:28.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAbSqdixctBthvzXdeO0s8cNBAAyUGE { top:14.3125rem;left:31.5rem;width:16.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U96aIt1u5TDo9vFd47dzuXyCxmmZV1mE { top:24.625rem;left:37.4375rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCgHWZbH7QvREJwASzCaiu0DWiSUrrrf { top:24.9375rem;left:42.9375rem;width:4.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VVWESEiGfTO0VOnZgtQ8WaoCDh6cpp { top:24.875rem;left:43.0625rem;width:4.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaN1p2d4zeunuh69pwg8rWNABGElRd1 { top:24.1875rem;left:36.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3rrPbwZeWGZS8p6a3pIrVc9Fmh9xrR { top:35.9375rem;left:0rem;width:28.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ocXBz0eUDnx67iPkRTngRLNLzyvr0D { top:48.75rem;left:1.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mmSRCJ6TUPgbHXr1NzkRmRSrzpeNSL { top:48.8125rem;left:4.1875rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxmpxmvsv2lTR6ngXhau2GRXEJM5hGqz { top:49.5rem;left:14.5625rem;width:4.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdQEvuDvgcKPWqQ1SkS1eu2yywnq4OO { top:49.5rem;left:14.75rem;width:4.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrIWav2l5XUcrTZV4sl5wlP3Nn4CvE4 { top:37.6875rem;left:2.0625rem;width:16.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G79Rpqf3tggwfaRmWrKbaD0i2OyQUOHk { top:35.9375rem;left:18.6875rem;width:28.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgm2T2p2Ozh1oT2LPiQT0FrclvgBdzE8 { top:37.6875rem;left:31.5rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33EIMx18BRmoa5w3GfEdUN0y3SOnU4s { top:48.8125rem;left:37.4375rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOv4FOIPOHxRN3f8yQfsIPyZPtc078D { top:48.75rem;left:36.7509765625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOB6eV0NAQO3cKzZ7uuVlupKeyHoJeIK { top:49.125rem;left:42.9375rem;width:4.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT2XthmFQs1LIs95d6xLWMbEcK7yU6h { top:49.0625rem;left:43.0625rem;width:4.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh0ys7a7AAhwGiwV8QhPTLJRi32Ii6yi { top:37.8125rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDt8FviPXtLXTEaalPfJ1iUwd9VsIBc { top:12.875rem;left:25.875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9lil1QHvNI6TUnBrhmas54x9UJFR1oz { top:18.625rem;left:1.625rem;width:18rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZXdtsbLDHwfadQWoBAm4KeAaxKwS6z { top:17.9375rem;left:30.25rem;width:14.9375rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxVqf7zJaPtJLUIc4iacW4Dgi15nHdUp { top:42.25rem;left:30.8125rem;width:16.9375rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL5swbnauX48TRrraz3u7RI29WVym4Z0 { top:42.25rem;left:1.6865234375rem;width:15.6875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzwWN63C7nFcpBmT4hxq7uaMwt7vVWnm { top:37.4375rem;left:27.25rem;width:9.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIPzinQfGUER78ToceFX8JaTwpBfocXM { display:block; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpoqIxtXH3TPpDIMNIJWyiNxVw4D7fq { top:2.9375rem;left:33.6875rem;width:14.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRgexB8f77bum1u2sJDwBh8DqlLpoRb { top:17.3125rem;left:0rem;width:39.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEo2DDvps8JG1zVEvQU5QuaARESdT1w3 { top:14.875rem;left:29.3125rem;width:10rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvGRAW6o5Ft468E131J5CcsrMxrkJ3m { top:6.8125rem;left:0rem;width:45.4375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { top:0rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { top:26.9375rem;left:26.3125rem;width:21.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { top:19.875rem;left:25.5625rem;width:22.1875rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { top:39.6875rem;left:25.375rem;width:22.375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { top:46.0625rem;left:26.4375rem;width:21.3125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { width:26.5625rem;height:5.0625rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block; }
 }@media only screen and (max-width: 763px) { #A5kxUhNt4egpeSgFvSUZ2BGiU1kyOxXa { top:4.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwT6Qtyop6WJDTgW1uEfhiby00H2IENb { top:13.5625rem;left:23.375rem;width:24.375rem;height:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN3T2bdNi2JfKGGq84UFGKfW531kU679 { top:13.5625rem;left:0rem;width:43.0625rem;height:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTRST8zOFJvVT5N4hHTMTZVWKmirdRd { top:14.8125rem;left:26.6875rem;width:21.0625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arch8WTOTGAEWBQ3IAeqeM9yI5kAEy53 { top:48rem;left:0rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { top:28.9375rem;left:15.1875rem;width:32.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { top:29.625rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdecuhDwqponclOxs7PxxewgVxpVP4o { top:16.4375rem;left:8.5625rem;width:39.1875rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { top:24.6875rem;left:8.5625rem;width:39.125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { top:35.9375rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { top:35.5rem;left:16.1875rem;width:31.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7pg40wfcR1qAxFNythIU7pzSr0ii1e { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eES3kW8uJJn9ucIPvyfGnZUqunmcmrU6 { top:14.5625rem;left:0rem;width:31rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBEWizZHlahsx52tmxuAAkXqLNfokrll { display:block; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8SotLdl5CEBXDMzfxQrDUuU4eJ3cpJW { top:1.875rem;left:0rem;width:12.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtU94qmuJAyfQIvp768q8CPvCEp3b2Aq { top:1.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJVL42hzBPLasT0IUW1XQTGU7JanUaE { top:1.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(0,0,0,0.72);background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { 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 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8UVoTAD97b3QbNab38wApl7hIpotqlB { width:18.75rem;height:15.25rem;top:15.712025rem;left:-0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { width:18.75rem;height:15.25rem;top:116rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMEHTS4qPfhCm10vdx4wbVuSxI9394er { width:18.75rem;height:15.25rem;top:134.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { width:9.125rem;height:3.736325rem;top:16.524525rem;left:7.71875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { width:4.0625rem;height:4.0625rem;top:16.524525rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { width:4.0625rem;height:4.0625rem;top:116.8984375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { width:4.0625rem;height:4.0625rem;top:136.0625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { width:8.375rem;height:5.60449375rem;top:136.224609375rem;left:8.40625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { width:6.6875rem;height:3.736325rem;top:117.060546875rem;left:9.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #se4wdDK7GmZRU3buZATNL3e5uZGaef7k { width:12.6875rem;height:0;top:104.125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FhrLNneGZsgItSypVZ97kuO8eT52OATH { width:17.875rem;height:0;top:122.5625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { width:18rem;height:0;top:141.25rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DlDbmo3Tn4gxC5i5cUrTh5DICTiWBPTg { display:flex;width:1.75rem;height:1.75rem;top:5.2236328125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #B4zKRKFcn64x38EtenmXhOaxiqGOoqWS { width:20rem;height:2.76171875rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMc9DFPHCM10HDxi7oP1vzGFPKUvaSP { width:14.0625rem;height:1.3808625rem;top:5.2236328125rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2BEWF7dIULupTpltAyvsKp3XFkCPyf { width:4.3125rem;height:4.3125rem;top:0.625rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { background-color:#0c3317;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { background-color: transparent; background-image: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { border-width: 0; border-radius: 0; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8gKZTf6Uk80XyPibi6cLhgcWa35tarn { width:20rem;height:8.125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtZp2bBckilWhUk6PzorsqspSZ0Qf4Qf { width:20rem;height:6.75rem;top:15.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhxheWIOaDh9QTkoS1qo5rrWxEAflHEF { width:19.875rem;height:28.625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdNTlHOs8yzmDQqGdC90dGqQSh7cpTm { width:20rem;height:6rem;top:25.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-text {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-select {padding-top: 0; padding-bottom: 0;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]:-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]::-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi  { width:17.5rem;height:auto;top:28.6875rem;left:0rem; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y0fSg909MHhzn8DWXM1tou80qQrGQEUi {display:block;}#y0fSg909MHhzn8DWXM1tou80qQrGQEUi { width:17.5rem;height:auto;top:32.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #T6Vk4Gn4SyNlX4IIAQd84WpiRcO6DHm9 {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #Nrfo1RwcpsPTZ1TqSVrxkMQmH8GXeyxS { display:none; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #QIIkG4dM9pSM675d120FgmPZJ0gTTJsp {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #rfG7z3fg9ZuZmDgFyWKzr2qpWrRCKhIm {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #xxaqTFSI9LfVDHGcJTTDpPIM6yo9nUJc { display:none; }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TGgl2QSQEZsQF1fbZu2U7PscQbMPSRiX {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #TsDThSSQaROcIvCgqwwFebwWwxRg4umb {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #nz5iBNU3wq2C4kGWVyr8GLPZXKrnT1x7 {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #AykMZHwIDbtGBcB4xGTnpTANOkhOsT7p {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #B5pkUrWknqMzvns2D4yR12gImuGsePnX {  }
 }@media only screen and (max-width: 763px) { #y0fSg909MHhzn8DWXM1tou80qQrGQEUi #sykuaNWny00zFE1C0biTXzgdwGJHSvki {  }
 }@media only screen and (max-width: 763px) { #aMx4zX6IUEBlXQWdZukbPVGRInATSJLE { width:2.375rem;height:2.8125rem;top:31.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSzrurhqOUBC2b62A2lKC68WrmS0snir { width:20rem;height:2.8125rem;top:53.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te1ZD7iQxUytVK3hlB918D9sDEaQ01Gm { width:9.6875rem;height:3.125rem;top:56rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnhyASnVsgtXyICOhLwDpfurh39RBzql { height:11.25rem;width:20rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 { width:18rem;height:5.0625rem;display:flex;top:61.25rem;left:0.875rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #gsiaieHEg1H8dObC1Rf47e64iKrqLuIr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #Tu5d8p2Q4pFRyBIAA0w05pdFKHchTTET {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #lKmlV76bOk36Mvrl6Tktv4gVtEzRHNzB {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #iEv6aUsGMGxVuZIiBoZfg4EEpBTuHqCR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #AM5Xp0z0gpQ8FTkUDunGk61MKkx2f4fP {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #S4fplkIteHz3TysFCPGthEZiIrBupRNW {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #a91bghbS0t6eukZr7DOfDlyKLbidd4uG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #wHfyZ7sxrzTBiBPx1plD1eVdoroIsS1u {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #BX7VCaw1pLwwKNiIvo5eTTnZm4Sn05XB {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #cVhZTlzcbJ9alsVJksAbF3hlbrJxg40h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #KkvQnz9PtuOD4yVpgNUaKaqSLdKdNiq7 {  }
 }@media only screen and (max-width: 763px) { #XSBU6TBXOzcUGm7nVfuViit9gl3XqIm8 #NIF9kcD0eCvcfrl6TTvkwxMHUCISVeZx {  }
 }@media only screen and (max-width: 763px) { #dJ96IXUJT0E38XtALfbHdQOOuGidwaFM { width:19.6875rem;height:23.125rem;top:209.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUE9WQCgxibmUJGMfKHyXUceBAf2R5r2 { width:16.4375rem;height:0;top:15.1875rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DU3T1AZleAOftpesKptF16N4vypV4JLA { width:20rem;height:0;top:67.633464813231rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #de0gUfAfNcFmNHoQb1cTWmqH4X08862X { width:20rem;height:0;top:108.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SA87dCyo3MEaA0618fsVR7zV2Si4S6Qz { width:6.25rem;height:2.1875rem;top:12rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeJCAIXwDmfXXRR41PBnpEVuqPLhWDr6 { width:8.6230625rem;height:0;top:12.28125rem;left:5.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZmoKKuATOOv4k1nLrGe2uvIrwum4Qvz0 { width:7.9375rem;height:1.9375rem;top:210.0625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #anG4QAOeDcfKAJKKEOas2adaeOLSQGbT { width:4.875rem;height:0;top:210.375rem;left:2.42578125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sqD4sHvfd9nKKJSpBRnmLmCrtpvM2SOR { width:7.9375rem;height:1.9375rem;top:235.25rem;left:6.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyAtP62wa7yMdgEoZA4B8AUL5xtT2rVX { width:4.875rem;height:0;top:235.4375rem;left:8.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IqD0ioOvSfQRRoQPon6T2VfXPtnbAchh { width:19.75rem;height:23.125rem;top:50.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DF5ciTbN3MsmaJnDoEhhoh5ipNddR4vZ { width:19.75rem;height:23.125rem;top:50.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA3gn8snGsDrOIeixnchQKUDZsZEl2XC { width:6.9375rem;height:6.9375rem;top:13.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1JXbzcR3K4gKXiuovqEsQUmbm6vwdRe { width:7.6875rem;height:7.6875rem;top:13.53125rem;left:6.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTy2Lng2pzsXk7QJBcX1AF3WpUr6CTvP { width:6.6875rem;height:6.6875rem;top:14.03125rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6EgD9d1L8Rz3r9KnuyDJpHP9BbQTvhg { width:6.6875rem;height:6.6875rem;top:40.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTd8XZpiJ6tWtODpptTI5gncPNG4Emdd { width:9.0625rem;height:9.0625rem;top:39.1015625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUdDwNH7ru0HTom4MloawqWEk90dsigb { width:8.125rem;height:8.125rem;top:40.0390625rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8JI8twVmtuhr5iiptfVkUvMEdvE0mvx { width:6.6875rem;height:6.6875rem;top:65.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgb1AEWNriR9wCegktAZz6nvJ68xgoOS { width:6.6875rem;height:6.6875rem;top:65.71875rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTTkKoa6vJTmOQmrOPGq6t4bK6tzLPED { width:6.6875rem;height:6.6875rem;top:65.71875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM7TneULG00Q8muKEbIxtNwc7vlT9ZMH { width:6.6875rem;height:6.6875rem;top:66.0625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ9QRNToLLRKZgHc1FzOlvZAAO40P4tU { width:15.3125rem;height:4.19824375rem;top:21.21875rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dsXN3aeTPKeToQ5GBFxSc5OATLFv3mBX { width:16.0625rem;height:0;top:54.1015625rem;left:0.8916015625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OGVoGDe7a3lGkhUqvHAIHTPTuo4cCV1i { width:17.25rem;height:0;top:73.9375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wlc2MTl4n5a3TfbFrxnRrhQDxAzUG3JT { width:20rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { background-color:#ffffff;background-image:none;display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC113WgL0zToQZ6fwm2KT7HaTnhh7iOJ { width:19.875rem;height:21.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJnTHT6SdrH460R5MbSibtO2JxybIn4 { width:19.75rem;height:23.125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9JhSfsbNiX15PtIdpPtah5KtuJ0bCf { width:19.625rem;height:23.125rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyeufV3F6MNCU56uvssxgc1CRFZmc7U { width:4.4375rem;height:1.625rem;top:4.9375rem;left:7.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZeaZD6plHzWs1dcGp2vruRLJAKVFylO { width:7.9375rem;height:1.9375rem;top:4.78125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2ZGNCKvkaz6O73fkVrAvrNmyUEF7VN { width:4.875rem;height:1.625rem;top:31.1875rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmc3ZwZKCqhUQkL9Rccr8TT79JJfxvKD { width:7.9375rem;height:1.9375rem;top:31.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4yiTK0TABPNesmnCbzXqeJ2wBMJb0Z { width:7.9375rem;height:1.9375rem;top:57.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpt7BXCDAGTFEVlOxT95qgS2hN7CrKrV { width:4.875rem;height:1.625rem;top:57.375rem;left:8.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQNEOALXFVv2UTPZs4uXpQRpV8Gv7sXk { width:18.625rem;height:4.875rem;top:60.8125rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRNwqkqwIaioKPLpgJkf11ZE1lM1nXL4 { width:15.625rem;height:4.875rem;top:34.625rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lA4S2uTmlJcbhkBeIfXR2odobydcxChr { width:15.875rem;height:4.875rem;top:8.5625rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4BJ0ND56yxyEsBrnTbt2Kaqdr1Tyy71 { width:7.375rem;height:7.375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBkEb6aPZ2AoMDi20IUxtWuzXwKy6iy { width:7.8125rem;height:7.8125rem;top:12.84375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNocK0z1TWntf333Us7tObHpgUeaDfH { width:7.375rem;height:7.375rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH68LrvsBt74c85Wz4JwWlgsEGsuLyn0 { width:9.0625rem;height:9.0625rem;top:37.875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRwbC2f2mVem8T6BOhHaLbrh3y96nbD { width:5.375rem;height:7rem;top:39.5rem;left:14.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mkxxpaVVbLPVlyoeIhBgwsQqt3bqL1yK { width:7.375rem;height:7.375rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuJ2aROw1P5ixzXrbbEtTiL4N3JQVao { width:7.375rem;height:7.375rem;top:65.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbAodH65p6eS42zl7z8kAr2iplydf51R { width:7.375rem;height:7.375rem;top:65.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt3f3I8QAwkx12VtyFueBe3FfCMW2uiA { width:6.6875rem;height:6.6875rem;top:13.40625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyHx5h8uyK0VfDA8gOOOdFSPftT6nXz { width:17.3125rem;height:4.19824375rem;top:22.0107421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwNZoDkKTylDq0RvwyaouKGWocaXWk02 { width:16.125rem;height:4.19824375rem;top:47.5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPSWNNCU3utVT2ugBHOMAf1sZXosmI0h { width:19.3125rem;height:4.19824375rem;top:73.0625rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBsFyBTB79mS9pNJM15g0qkS0ervIyAC { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CICEb9iGUKGTNNNDWxIk2UuR9P2VMpbE { width:19.6875rem;height:18.5625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5n6Aoc2e0fECFFvy3umkT6pyMSUadC { width:10.4375rem;height:6.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxnnM6ppnbfRcfCTtZPcTLAik1ArUkuU { width:4.6875rem;height:1.999025rem;top:25.798828125rem;left:14.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukC07eURgqDJkRyOrWU5M2CzTWNatdvq { width:4.81055rem;height:1.94921875rem;top:25.82421875rem;left:14.7490234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRrSamozZ7UBuvy8EMTlbKooGsDbBGiJ { width:12.125rem;height:4.38574375rem;top:12.712890625rem;left:7.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZSrqTPgu7l5fEgkEapWIiWmLtA5GJGQ { width:10.3125rem;height:2.5996125rem;top:25.4990234375rem;left:3.7490234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQG8g5Zpm3bCPFfMEpnflRIe3JqXmstx { width:2.686525rem;height:2.686525rem;top:25.4990234375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zix0tpXr3GyD4ImykxBemxQ2yFpXAXG3 { width:19.6875rem;height:19.625rem;top:30.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAbSqdixctBthvzXdeO0s8cNBAAyUGE { width:12.9375rem;height:4.38574375rem;top:33.431640625rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U96aIt1u5TDo9vFd47dzuXyCxmmZV1mE { width:10.3125rem;height:2.5996125rem;top:46.6064453125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bCgHWZbH7QvREJwASzCaiu0DWiSUrrrf { width:4.8125rem;height:1.94921875rem;top:46.9375rem;left:14.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8VVWESEiGfTO0VOnZgtQ8WaoCDh6cpp { width:4.6875rem;height:2rem;top:46.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaN1p2d4zeunuh69pwg8rWNABGElRd1 { width:2.6875rem;height:2.6875rem;top:46.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3rrPbwZeWGZS8p6a3pIrVc9Fmh9xrR { width:19.6875rem;height:18.5625rem;top:51.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ocXBz0eUDnx67iPkRTngRLNLzyvr0D { width:2.6875rem;height:2.6875rem;top:66rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mmSRCJ6TUPgbHXr1NzkRmRSrzpeNSL { width:10.3125rem;height:2.5996125rem;top:66.0625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxmpxmvsv2lTR6ngXhau2GRXEJM5hGqz { width:4.8125rem;height:1.94921875rem;top:66.369140625rem;left:14.748046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMdQEvuDvgcKPWqQ1SkS1eu2yywnq4OO { width:4.6875rem;height:2rem;top:66.34375rem;left:14.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrIWav2l5XUcrTZV4sl5wlP3Nn4CvE4 { width:12.5625rem;height:2.923825rem;top:53.9375rem;left:7.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G79Rpqf3tggwfaRmWrKbaD0i2OyQUOHk { width:19.6875rem;height:18.5625rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgm2T2p2Ozh1oT2LPiQT0FrclvgBdzE8 { width:11.375rem;height:2.923825rem;top:73.75rem;left:7.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a33EIMx18BRmoa5w3GfEdUN0y3SOnU4s { width:10.3125rem;height:2.5996125rem;top:86rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKOv4FOIPOHxRN3f8yQfsIPyZPtc078D { width:2.6875rem;height:2.6875rem;top:85.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOB6eV0NAQO3cKzZ7uuVlupKeyHoJeIK { width:4.8125rem;height:1.94921875rem;top:86.375rem;left:14.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQT2XthmFQs1LIs95d6xLWMbEcK7yU6h { width:4.6875rem;height:2rem;top:86.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh0ys7a7AAhwGiwV8QhPTLJRi32Ii6yi { width:8.375rem;height:8.375rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDt8FviPXtLXTEaalPfJ1iUwd9VsIBc { width:8.125rem;height:8.125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9lil1QHvNI6TUnBrhmas54x9UJFR1oz { width:18rem;height:4.19824375rem;top:19.61328125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmZXdtsbLDHwfadQWoBAm4KeAaxKwS6z { width:14.9375rem;height:5.59765625rem;top:40.25rem;left:2.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxVqf7zJaPtJLUIc4iacW4Dgi15nHdUp { width:16.9375rem;height:5.59765625rem;top:79.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dL5swbnauX48TRrraz3u7RI29WVym4Z0 { width:15.6875rem;height:5.59765625rem;top:59.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzwWN63C7nFcpBmT4hxq7uaMwt7vVWnm { width:5.875rem;height:8.4375rem;top:71rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIPzinQfGUER78ToceFX8JaTwpBfocXM { background-color:rgba(0,0,0,0);background-image:none;display:block; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { background-color: transparent; background-image: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container > .video-iframe-container { display: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row > .video-iframe-container { display: none; }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .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); }#EIPzinQfGUER78ToceFX8JaTwpBfocXM > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpoqIxtXH3TPpDIMNIJWyiNxVw4D7fq { width:14.8125rem;height:28.375rem;top:23.96875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRgexB8f77bum1u2sJDwBh8DqlLpoRb { width:20rem;height:7.3095625rem;top:13.3359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEo2DDvps8JG1zVEvQU5QuaARESdT1w3 { width:10rem;height:11.8125rem;top:30.3984375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVvGRAW6o5Ft468E131J5CcsrMxrkJ3m { width:20rem;height:10.3984375rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { width:20rem;height:10.811625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { background-color:#ffffff;background-image:none;display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { width:15.4373125rem;height:7.686625rem;top:63.561199188231rem;left:2.2808161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { width:16.6873125rem;height:3.8997375rem;top:59.122180938721rem;left:1.6558161377907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { width:15.999375rem;height:5.19965625rem;top:73.810766220094rem;left:1.9997830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { width:15.625rem;height:9.6245625rem;top:80.721572875975rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { width:18.9985rem;height:3.2487rem;top:34.077713012695rem;left:0.50021702051162rem;font-size:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block; }
 }@media only screen and (max-width: 763px) { #A5kxUhNt4egpeSgFvSUZ2BGiU1kyOxXa { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwT6Qtyop6WJDTgW1uEfhiby00H2IENb { width:18.125rem;height:37.125rem;top:54.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN3T2bdNi2JfKGGq84UFGKfW531kU679 { width:20rem;height:23.396475rem;top:9.0798625946044rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmTRST8zOFJvVT5N4hHTMTZVWKmirdRd { width:17.561875rem;height:3.25rem;top:55.873482704162rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arch8WTOTGAEWBQ3IAeqeM9yI5kAEy53 { width:20rem;height:13.2498125rem;top:40.516477584839rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { background-color: transparent; background-image: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .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); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { border-width: 0; border-radius: 0; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { width:14.375rem;height:3.8997375rem;top:16.481120109558rem;left:4.9435766339302rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { width:1.875rem;height:1.875rem;top:16.481120109558rem;left:1.0058594346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdecuhDwqponclOxs7PxxewgVxpVP4o { width:18.6230625rem;height:5.19965625rem;top:8.0143718719481rem;left:0.68793410062787rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { width:20rem;height:1.2999125rem;top:14.391277313233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { width:2.1875rem;height:2.1875rem;top:21.351996421814rem;left:1.0058594346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { width:13.686rem;height:3.8997375rem;top:21.351996421814rem;left:4.9435766339302rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Np7pg40wfcR1qAxFNythIU7pzSr0ii1e { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eES3kW8uJJn9ucIPvyfGnZUqunmcmrU6 { width:19.9375rem;height:22.8125rem;top:26.500975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBEWizZHlahsx52tmxuAAkXqLNfokrll { display:block; }#RBEWizZHlahsx52tmxuAAkXqLNfokrll > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8SotLdl5CEBXDMzfxQrDUuU4eJ3cpJW { width:11.375rem;height:1.3994125rem;top:0.64453125rem;left:7.6875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wtU94qmuJAyfQIvp768q8CPvCEp3b2Aq { width:1.5625rem;height:1.5625rem;top:0.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJVL42hzBPLasT0IUW1XQTGU7JanUaE { width:12.5rem;height:1.29980625rem;top:3.25rem;left:3.75rem;font-size:1rem;display:block; }
 }