.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/gUsyS3ek/ezgif.com_webp_to_png_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75); }#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.75); }#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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { position:relative;display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { background-color: transparent; background-image: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { border-width: 0; border-radius: 0; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f6e9e9;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-label { background-color:;background-image:none;color:#f6e9e9;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 { 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:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.0625rem;left:24.0625rem;z-index:100000;display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #tOr6AtdoJmsKTg6sOW5TDVW6DL4ZBCX5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #W4OsubkkloCl3uUiGEpzaRVpNDq0KrUV { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #uONFFkTnLy3QD1176oTe7pRPJbDtmKTu { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #iCoewatKVADm1L7LbMeH1ORaTLMGwZGE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #Bq0lSMPM03vProzhUQbagALVsL9rARql { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #r62sdDq0xr42t61ZThwM63wXoR2QkCfI { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #IcQFKUhZGvBLMfRZFBWrZIJkkJoDFlQp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #cQbHOilBbOeWBqK3IFsZc8foFmMdHB68 { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #wWS95zA3nZ0q9PyoSvULl4P7fat8BVqi { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #n9IbvqZlvaLoyE1woHcPEzlvceUv4LWX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #yDOAWvzBOTqsPdNcB4raC35aPv2ym8de { display:block; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #FqleDTUqtqEXOHC70Tcc571J8CNTf8R4 { display:block; }
#vz2bMZaqOy68qD6zIrnCin2vBc4AHPCq { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.9375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ffIatGFSW87TJLRLxEFxfMTQvTThLXpt { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.75rem;left:19.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#c2crubqKzw3tmKi1LSMxscnDUpB5PO3q { background-color:#fff05d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#090908;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:31.9482421875rem;left:25.15625rem;display:block; }
#f9TJsT1otgo2sVoinVJcFDFMUvyyDPeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ { position:relative;display:block; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ { background-color: transparent; background-image: none; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row .container > .video-iframe-container { display: none; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row > .video-iframe-container { display: none; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .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); }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ { border-width: 0; border-radius: 0; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2c601;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#EeLC7dcZk7Rot9toaxT5ofoZHaGga1M5 { color:#000000;display:block;width:42rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:18.75rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#vFa4MyEulb8h53Drk2Ue7b9UTSW3nJL2 { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:15.40625rem;height:3.375rem;display:block; }
#l0fPelMiCBlOMecJX3l68gV4miIRaATt { color:#f3f5fa;display:block;width:68.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.34375rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gUsyS3ek/ezgif.com_webp_to_png_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl.adaptive-delivery-prevent-bg { background-image: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { background-color: transparent; background-image: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container > .video-iframe-container { display: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row > .video-iframe-container { display: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .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); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { border-width: 0; border-radius: 0; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { font-size:0.875rem;font-family:arial;height:288.3125rem;width:75rem;position:relative;display:block; }#DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { color:#000000;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:39.1875rem;left:3.71875rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFczfKdD7fNKyON35fQcguTVvTrxPZGt { color:#000000;display:block;width:69.6875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:47.3125rem;left:2.65625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#X3khhffwXxCw6PPEUf6xAXCIh4KqdlG6 { color:#000000;display:block;width:54.5rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:111.625rem;left:11.0625rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLSDTdh4sR8lrgOrZCIuwZpAZelBwDpu { color:#efe4e7;display:block;width:69.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:132.55937194824rem;left:3.78125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dhCpsG54TTnyXZrGHKbi0TOVdsnKV7Kx { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"russo one";font-size:2.5rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:127.6123046875rem;left:19.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VvwApmDL2exN9EP1XZ1fXNvm7N4R6KTN { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:133.5478515625rem;left:20.40625rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#lvumUxWphisSEAsTXdwIScnHd0kRF6uo { color:#000000;display:block;width:22.375rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:146.734375rem;left:25.71875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U054WV4pqc1gTvB2n9moOBhTKxaJVzlX { color:#000000;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:112.5703125rem;left:19.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#oh1H1xMug5dihQT6QxRDdoochDbPpSto { position:absolute;display:block;z-index:100017;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:64.5rem;top:55.5966796875rem;left:4.65625rem;display:block; }
#fkS4yXGMlr9eF13ZsxqOIR1PCr4f5KOq { color:#e7eaef;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:58.847639083862rem;left:10.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#M2yy8U10VyCn0P5hqDNEJTpdmI3yQyDa { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:35.6875rem;top:71.872637748719rem;left:39.312501907349rem;display:block; }
#sSzkBqOsfbicctC2llngdrr1qFEC2ztI { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:35.6875rem;top:71.874200820925rem;left:0rem;display:block; }
#kKeqFaSGptQTQKKhr6n9sdyQiNWyB6p4 { color:#efe5e8;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:156.9375rem;left:25.28125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlLI4JkR9CrO8t8MNrH2shvGxnXKn932 { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:155.875rem;left:18.3125rem;display:block; }
#Zbz45sgDKRuTkwz1AaFw714DsMn8MSeB { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:155.875rem;left:51.53125rem;display:block; }
#aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD { color:#efe5e8;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:166.4375rem;left:15.5625rem;height:;text-align:left;text-align-last:left;display:block; }#aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD li:before{  }
#plqEdvHil7MN9uPFqoFtWbEy8Byz4zvV { color:#efe5e8;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:211.064453125rem;left:25.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7unhlbceRPbcvzX89tPC3dS0uP2gTkB { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:210.001953125rem;left:18.3125rem;display:block; }
#u1O4Aw1m7TRkMV3IkhrJ5VmJFgedGc8y { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:210.001953125rem;left:51.53125rem;display:block; }
#yksvE52ZMMSO8I0CfoOS248R8r9mcr8a { color:#efe5e8;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:216.375rem;left:15.5625rem;height:;text-align:left;text-align-last:left;display:block; }#yksvE52ZMMSO8I0CfoOS248R8r9mcr8a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yksvE52ZMMSO8I0CfoOS248R8r9mcr8a li:before{  }
#ys21QGSX3PS0DBf8o4aP78obyUIPvvUc { color:#ede0e0;display:block;width:44.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:251.1875rem;left:15.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ys21QGSX3PS0DBf8o4aP78obyUIPvvUc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ys21QGSX3PS0DBf8o4aP78obyUIPvvUc li:before{  }
#QLXGNa4h0c8UG3gd5bOgEM6e0B8EcAeD { color:#efe5e8;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:244.50234413147rem;left:21.125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgPWu4TyQevmGS6p1SHpCKSvSx4k1iyH { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:243.45234394074rem;left:13.625rem;display:block; }
#Vq4sCOZ1e02VmQA8wQyc6DQ98OBpXO41 { box-sizing:content-box;color:#eac205;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:243.45234394074rem;left:58.468748092651rem;display:block; }
#DoqepoJLl33uLAVmTztgfl9UeVovs10G { background-color:#fff05d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#090908;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:281.12503671646rem;left:24.562501907349rem;display:block; }
#MqmVE3dQQaAvST3RMdgJggomArTwLgwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HHwLye63X4PvWO5OBZnChWgvXnWTSHdM { background-color:#fff05d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#090908;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:137.1728515625rem;left:25.15625rem;display:block; }
#oh7fEd7dCTpzxPhPH2hMfb0Kx0TpwqOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tP3mLsm4DnPyO9QHsSCkz01M2dEhvgp0 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.3125rem;width:49rem;top:0rem;left:15.4375rem;overflow:hidden;display:block; }
#lgCoH1yWqwCgEb6ZKJrZm4IT6rEUgy4S { position:absolute;display:block;z-index:100018;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:64.5rem;top:96.4091796875rem;left:5.25rem;display:block; }
#a7KZXykmavXGsEsbW6IgTzBdHr1q0XFg { color:#e7eaef;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:99.6591796875rem;left:10.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { background-color: transparent; background-image: none; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container > .video-iframe-container { display: none; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row > .video-iframe-container { display: none; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .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); }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { border-width: 0; border-radius: 0; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { background-color: transparent; background-image: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .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); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { border-width: 0; border-radius: 0; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.21875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6OwGBnTk9yiQ2X9tJ4KbZN6TsVXd1bq { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.25rem;width:29.375rem;top:9.3125rem;left:37.93593788147rem;overflow:hidden;display:block; }
#Wo44mrvMoBU8JOkrdsCHyQX7FFRD2eER { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35rem;width:30.75rem;top:9.3125rem;left:4.4617185592651rem;overflow:hidden;display:block; }
#Q27JWKb2RobQWSwOVDQEvzIlfzGoa8dw { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:49.950000762939rem;left:20.25rem;height:9.9375rem;text-align:center;text-align-last:center;display:block; }
#CMcQq1DZTsfNeLdvslbDQvF8MCSVUzvE { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:60.700009346008rem;left:16.5625rem;display:block; }
#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container { background-color: transparent; background-image: none; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container > .video-iframe-container { display: none; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row > .video-iframe-container { display: none; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .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); }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container { border-width: 0; border-radius: 0; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#kW5XFGrRMHsapoi70muin5TkAebRVHlH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:16.1875rem;top:2.6875rem;left:10.96875rem;overflow:hidden;display:block; }
#FaFVbhgBqrfE0kdH0G0sox8nG4rdNwCM { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:28.34375rem;height:11.5rem;display:block; }
#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:none;position:relative;display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { background-color: transparent; background-image: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .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); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { border-width: 0; border-radius: 0; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#cDuB05uu9X8fu444qaegFMW5EiT4P1pg { color:#efdddd;display:block;width:63.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.2312498092651rem;left:5.8125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 { position:relative;display:block; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 { background-color: transparent; background-image: none; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row .container > .video-iframe-container { display: none; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row > .video-iframe-container { display: none; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .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); }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 { border-width: 0; border-radius: 0; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:102.375rem;width:75rem;position:relative;display:block; }#TCmpOGnT0cbPcKuFIfFvStegOaOEDONt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:23.1875rem;top:1.7593750953674rem;left:0.90625rem;overflow:hidden;display:block; }
#zMQmv56oZsFt3PgFMeHBPqDLo0P6HgWt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:24.375rem;top:1.7593750953674rem;left:25.000001907349rem;overflow:hidden;display:block; }
#Ask5e2biTgEeaE3t2mBwPV3REyFo55vH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:24.375rem;top:1.7593750953674rem;left:50.312501907349rem;overflow:hidden;display:block; }
#U5Ipw9mUiZPUbAdJ0O9ZyPtRp6xADX0t { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:24.375rem;top:14.759375572204rem;left:50.312501907349rem;overflow:hidden;display:block; }
#zSo67PAzrqimworFzriw0odPmOackzLU { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:23.625rem;top:31.571875572204rem;left:0.6875rem;overflow:hidden;display:block; }
#qPW5eOdL3tCyz3f26NUOTyzoO0vMf3go { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:23.75rem;top:20.780468940735rem;left:25.625001907349rem;overflow:hidden;display:block; }
#v49NS7h26ZDQlUeOUlUZRXRLE5KNrXWX { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.25rem;width:23.875rem;top:26.759406089783rem;left:50.000001907349rem;overflow:hidden;display:block; }
#JmtbQUx8pCyOiLk3cyGlrhlCsxZtwvEk { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:23.875rem;top:47.321863174439rem;left:0.5625rem;overflow:hidden;display:block; }
#NbStBzBXvP1Kv90SP5Wr6vJdmrVepyop { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:23.875rem;top:50.696096420288rem;left:25.562501907349rem;overflow:hidden;display:block; }
#z7VNM0zmiGC7DTt0xBLxQiJ5KSORgB2Z { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:23.3125rem;top:54.946096420288rem;left:50.562501907349rem;overflow:hidden;display:block; }
#Aa5v5D6saGnr3dHdpFdMV7pZ1UWJZlbO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:23.625rem;top:73.321092605594rem;left:0.6875rem;overflow:hidden;display:block; }
#kb3hTpO1B4rSwvr6zWfxDOtmPJJ1BQXT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:24rem;top:69.946092605594rem;left:25.500001907349rem;overflow:hidden;display:block; }
#zr9Bo4cHQxgaDVTph5WuqAbxJVw2nuxc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:24rem;top:75.696092605594rem;left:50.500001907349rem;overflow:hidden;display:block; }
#qduQyuosriEfClk7XokVsJnW6PWIrfoT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:24rem;top:88.13281440735rem;left:0.5rem;overflow:hidden;display:block; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090809;background-image:none;position:relative;display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { background-color: transparent; background-image: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .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); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { border-width: 0; border-radius: 0; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#mpkChUPiVHKkf2rrBUsNTO9vF6uCJoVx { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:30.250000596046rem;left:14.53125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#ymO3Kngfc9DDnLIZWLJdA4q2aTlrlfaS { background-color:#f1f3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#080909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.624999642372rem;left:21.34375rem;display:block; }
#f02DOQUPcxPgZ5uW8RObvEBaAgNwdsJ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SukyQVMqp7TqmZS2GXQoPn4SlDOhIBEO { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.873407840729rem;left:14.53125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { color:#f6e9ec;display:block;width:71.125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3491826057434rem;left:1.9375rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Th4FBcqbLGEVCFH0TkcUiMlW1ZJmleha { background-color:#fff05d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#090908;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:22.475000023842rem;left:24.812501907349rem;display:block; }
#WWqS8dIpQEQTnHPlDDMx43ePe3VDJdzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:5.0625rem;top:2.375rem;left:34.96875rem;overflow:hidden;display:block; }
#ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#sITAvyfV348GEAp0gmLoBxqm47b4oI6h { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.15625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:#000000;display:block;width:69.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.75rem;height:4.6875rem;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) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f6e9e9;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-label { background-color:;background-image:none;color:#f6e9e9;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #tOr6AtdoJmsKTg6sOW5TDVW6DL4ZBCX5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #W4OsubkkloCl3uUiGEpzaRVpNDq0KrUV {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #uONFFkTnLy3QD1176oTe7pRPJbDtmKTu {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #iCoewatKVADm1L7LbMeH1ORaTLMGwZGE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #Bq0lSMPM03vProzhUQbagALVsL9rARql {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #r62sdDq0xr42t61ZThwM63wXoR2QkCfI {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #IcQFKUhZGvBLMfRZFBWrZIJkkJoDFlQp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #cQbHOilBbOeWBqK3IFsZc8foFmMdHB68 {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #wWS95zA3nZ0q9PyoSvULl4P7fat8BVqi {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #n9IbvqZlvaLoyE1woHcPEzlvceUv4LWX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #yDOAWvzBOTqsPdNcB4raC35aPv2ym8de {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #FqleDTUqtqEXOHC70Tcc571J8CNTf8R4 {  }
 }@media only screen and (max-width: 763px) { #vz2bMZaqOy68qD6zIrnCin2vBc4AHPCq { top:2.8125rem;left:6.3125rem;width:35.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIatGFSW87TJLRLxEFxfMTQvTThLXpt { top:23.75rem;left:6.3125rem;width:35.125rem;height:5.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2crubqKzw3tmKi1LSMxscnDUpB5PO3q { width:24.6875rem;height:3.4375rem;top:31.9375rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9TJsT1otgo2sVoinVJcFDFMUvyyDPeW { display:block; }
 }@media only screen and (max-width: 763px) { #fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ { display:block; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeLC7dcZk7Rot9toaxT5ofoZHaGga1M5 { top:1rem;left:5.125rem;width:42rem;height:3.875rem;font-size:1.5rem;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) { #vFa4MyEulb8h53Drk2Ue7b9UTSW3nJL2 { top:3.875rem;left:1.78125rem;width:44.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0fPelMiCBlOMecJX3l68gV4miIRaATt { top:9.75rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { display:block; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { top:39.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { top:47.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3khhffwXxCw6PPEUf6xAXCIh4KqdlG6 { top:111.625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSDTdh4sR8lrgOrZCIuwZpAZelBwDpu { top:132.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCpsG54TTnyXZrGHKbi0TOVdsnKV7Kx { top:127.5625rem;left:6.15625rem;width:37.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvwApmDL2exN9EP1XZ1fXNvm7N4R6KTN { top:133.5rem;left:6.78125rem;width:35.8125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvumUxWphisSEAsTXdwIScnHd0kRF6uo { top:146.6875rem;left:12.09375rem;width:22.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U054WV4pqc1gTvB2n9moOBhTKxaJVzlX { top:112.5625rem;left:6.1875rem;width:37rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1H1xMug5dihQT6QxRDdoochDbPpSto { top:55.5625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkS4yXGMlr9eF13ZsxqOIR1PCr4f5KOq { top:58.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2yy8U10VyCn0P5hqDNEJTpdmI3yQyDa { top:71.8125rem;left:12.0625rem;width:35.6875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzkBqOsfbicctC2llngdrr1qFEC2ztI { top:71.8125rem;left:0rem;width:35.6875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKeqFaSGptQTQKKhr6n9sdyQiNWyB6p4 { top:156.9375rem;left:11.65625rem;width:23.25rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlLI4JkR9CrO8t8MNrH2shvGxnXKn932 { top:155.875rem;left:4.6875rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbz45sgDKRuTkwz1AaFw714DsMn8MSeB { top:155.875rem;left:37.90625rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD { top:166.4375rem;left:1.9375rem;width:43.875rem;height:39rem;font-size:1.1875rem;display:block; }#aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD li:before{  }
 }@media only screen and (max-width: 763px) { #plqEdvHil7MN9uPFqoFtWbEy8Byz4zvV { top:211.0625rem;left:12.25rem;width:23.25rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7unhlbceRPbcvzX89tPC3dS0uP2gTkB { top:210rem;left:4.6875rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1O4Aw1m7TRkMV3IkhrJ5VmJFgedGc8y { top:210rem;left:37.90625rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksvE52ZMMSO8I0CfoOS248R8r9mcr8a { top:216.375rem;left:1.9375rem;width:43.875rem;height:22.5rem;font-size:1.1875rem;display:block; }#yksvE52ZMMSO8I0CfoOS248R8r9mcr8a li:before{  }
 }@media only screen and (max-width: 763px) { #ys21QGSX3PS0DBf8o4aP78obyUIPvvUc { top:251.1875rem;left:1.9375rem;width:44.3125rem;height:30rem;font-size:1.1875rem;display:block; }#ys21QGSX3PS0DBf8o4aP78obyUIPvvUc li:before{  }
 }@media only screen and (max-width: 763px) { #QLXGNa4h0c8UG3gd5bOgEM6e0B8EcAeD { top:244.5rem;left:7.5rem;width:34.375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPWu4TyQevmGS6p1SHpCKSvSx4k1iyH { top:243.4375rem;left:0rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq4sCOZ1e02VmQA8wQyc6DQ98OBpXO41 { top:243.4375rem;left:43rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqepoJLl33uLAVmTztgfl9UeVovs10G { width:24.6875rem;height:3.4375rem;top:281.125rem;left:10.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqmVE3dQQaAvST3RMdgJggomArTwLgwx { display:block; }
 }@media only screen and (max-width: 763px) { #HHwLye63X4PvWO5OBZnChWgvXnWTSHdM { width:24.6875rem;height:3.4375rem;top:137.125rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh7fEd7dCTpzxPhPH2hMfb0Kx0TpwqOv { display:block; }
 }@media only screen and (max-width: 763px) { #tP3mLsm4DnPyO9QHsSCkz01M2dEhvgp0 { top:0rem;left:0rem;width:47.75rem;height:31.488201530612rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgCoH1yWqwCgEb6ZKJrZm4IT6rEUgy4S { top:96.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7KZXykmavXGsEsbW6IgTzBdHr1q0XFg { top:99.625rem;left:0rem;width:47.75rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD { display:block; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { top:2.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6OwGBnTk9yiQ2X9tJ4KbZN6TsVXd1bq { top:9.3125rem;left:18.375rem;width:29.375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo44mrvMoBU8JOkrdsCHyQX7FFRD2eER { top:9.3125rem;left:0rem;width:30.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27JWKb2RobQWSwOVDQEvzIlfzGoa8dw { top:49.9375rem;left:6.625rem;width:34.5rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMcQq1DZTsfNeLdvslbDQvF8MCSVUzvE { top:60.6875rem;left:2.9375rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd { display:block; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kW5XFGrRMHsapoi70muin5TkAebRVHlH { top:2.6875rem;left:0rem;width:16.1875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaFVbhgBqrfE0kdH0G0sox8nG4rdNwCM { top:5.5625rem;left:11.1875rem;width:36.5625rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDuB05uu9X8fu444qaegFMW5EiT4P1pg { top:3.1875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 { display:block; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCmpOGnT0cbPcKuFIfFvStegOaOEDONt { top:1.75rem;left:0rem;width:23.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQmv56oZsFt3PgFMeHBPqDLo0P6HgWt { top:1.75rem;left:7.375rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ask5e2biTgEeaE3t2mBwPV3REyFo55vH { top:1.75rem;left:23.25rem;width:24.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Ipw9mUiZPUbAdJ0O9ZyPtRp6xADX0t { top:14.75rem;left:23.25rem;width:24.375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSo67PAzrqimworFzriw0odPmOackzLU { top:31.5625rem;left:0rem;width:23.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPW5eOdL3tCyz3f26NUOTyzoO0vMf3go { top:20.75rem;left:8rem;width:23.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49NS7h26ZDQlUeOUlUZRXRLE5KNrXWX { top:26.75rem;left:23.75rem;width:23.875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmtbQUx8pCyOiLk3cyGlrhlCsxZtwvEk { top:47.3125rem;left:0rem;width:23.875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbStBzBXvP1Kv90SP5Wr6vJdmrVepyop { top:50.6875rem;left:7.875rem;width:23.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7VNM0zmiGC7DTt0xBLxQiJ5KSORgB2Z { top:54.9375rem;left:24.4375rem;width:23.3125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5v5D6saGnr3dHdpFdMV7pZ1UWJZlbO { top:73.3125rem;left:0rem;width:23.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3hTpO1B4rSwvr6zWfxDOtmPJJ1BQXT { top:69.9375rem;left:7.75rem;width:24rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9Bo4cHQxgaDVTph5WuqAbxJVw2nuxc { top:75.6875rem;left:23.625rem;width:24rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qduQyuosriEfClk7XokVsJnW6PWIrfoT { top:88.125rem;left:0rem;width:24rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpkChUPiVHKkf2rrBUsNTO9vF6uCJoVx { top:30.25rem;left:0.90625rem;width:45.9375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymO3Kngfc9DDnLIZWLJdA4q2aTlrlfaS { width:32.3125rem;height:3.4375rem;top:34.5625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02DOQUPcxPgZ5uW8RObvEBaAgNwdsJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SukyQVMqp7TqmZS2GXQoPn4SlDOhIBEO { top:11.8125rem;left:0.90625rem;width:45.9375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { top:1.3125rem;left:0rem;width:47.75rem;height:9.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4FBcqbLGEVCFH0TkcUiMlW1ZJmleha { width:24.6875rem;height:3.4375rem;top:22.4375rem;left:11.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqS8dIpQEQTnHPlDDMx43ePe3VDJdzV { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:2.375rem;left:21.34375rem;width:5.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { top:7.3125rem;left:20.8125rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { top:7.3125rem;left:25.53125rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:10.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f3e9e9; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 .widget-text.counter-label { background-color:;background-image:none;color:#f3e7e7;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 { 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:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #tOr6AtdoJmsKTg6sOW5TDVW6DL4ZBCX5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #W4OsubkkloCl3uUiGEpzaRVpNDq0KrUV {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #uONFFkTnLy3QD1176oTe7pRPJbDtmKTu {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #iCoewatKVADm1L7LbMeH1ORaTLMGwZGE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #Bq0lSMPM03vProzhUQbagALVsL9rARql {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #r62sdDq0xr42t61ZThwM63wXoR2QkCfI {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #IcQFKUhZGvBLMfRZFBWrZIJkkJoDFlQp { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #cQbHOilBbOeWBqK3IFsZc8foFmMdHB68 {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #wWS95zA3nZ0q9PyoSvULl4P7fat8BVqi {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #n9IbvqZlvaLoyE1woHcPEzlvceUv4LWX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #yDOAWvzBOTqsPdNcB4raC35aPv2ym8de {  }
 }@media only screen and (max-width: 763px) { #TS3E2rJZ4GxxpNXqkgB00lPoLtzzc7E2 #FqleDTUqtqEXOHC70Tcc571J8CNTf8R4 {  }
 }@media only screen and (max-width: 763px) { #vz2bMZaqOy68qD6zIrnCin2vBc4AHPCq { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIatGFSW87TJLRLxEFxfMTQvTThLXpt { width:20rem;height:7.6875rem;top:19.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2crubqKzw3tmKi1LSMxscnDUpB5PO3q { width:19rem;height:3.4375rem;top:28rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9TJsT1otgo2sVoinVJcFDFMUvyyDPeW { display:block; }
 }@media only screen and (max-width: 763px) { #fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ { display:block; }#fyVmOrTgaBHm4FtJDPgElk937a1kTaVZ > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeLC7dcZk7Rot9toaxT5ofoZHaGga1M5 { width:20rem;height:7.75rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFa4MyEulb8h53Drk2Ue7b9UTSW3nJL2 { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0fPelMiCBlOMecJX3l68gV4miIRaATt { width:20rem;height:31.6875rem;top:7.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { display:block; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { width:20rem;height:307.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { width:18.75rem;height:7.6875rem;top:15.7295rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { width:18.75rem;height:5.0625rem;top:24.667rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3khhffwXxCw6PPEUf6xAXCIh4KqdlG6 { width:20rem;height:3.875rem;top:81.38575rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSDTdh4sR8lrgOrZCIuwZpAZelBwDpu { width:20rem;height:1.4375rem;top:101.82325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhCpsG54TTnyXZrGHKbi0TOVdsnKV7Kx { width:20rem;height:5.125rem;top:101.8232421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvwApmDL2exN9EP1XZ1fXNvm7N4R6KTN { width:20rem;height:2.25rem;top:104.51075rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvumUxWphisSEAsTXdwIScnHd0kRF6uo { width:20rem;height:4.5rem;top:127.5107421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U054WV4pqc1gTvB2n9moOBhTKxaJVzlX { width:20rem;height:7.6875rem;top:86.6357421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1H1xMug5dihQT6QxRDdoochDbPpSto { width:20rem;height:8.875rem;top:30.9795rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkS4yXGMlr9eF13ZsxqOIR1PCr4f5KOq { width:20rem;height:7.3125rem;top:34.2295rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2yy8U10VyCn0P5hqDNEJTpdmI3yQyDa { height:11.171875rem;width:20rem;top:55.213875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzkBqOsfbicctC2llngdrr1qFEC2ztI { height:11.171875rem;width:20rem;top:42.792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKeqFaSGptQTQKKhr6n9sdyQiNWyB6p4 { width:20rem;height:1.6875rem;top:138.0732421875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlLI4JkR9CrO8t8MNrH2shvGxnXKn932 { width:3.75rem;height:3.75rem;top:135.9169921875rem;left:15.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbz45sgDKRuTkwz1AaFw714DsMn8MSeB { width:3.875rem;height:3.8125rem;top:135.8857421875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD { width:20rem;height:64.5rem;top:143.1982421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#aIsZd1irecIb9N9ynqTFGqNAT8LFCEHD li:before{  }
 }@media only screen and (max-width: 763px) { #plqEdvHil7MN9uPFqoFtWbEy8Byz4zvV { width:20rem;height:1.9375rem;top:213.0732421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7unhlbceRPbcvzX89tPC3dS0uP2gTkB { width:3.5rem;height:3.5rem;top:212.2919921875rem;left:15.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1O4Aw1m7TRkMV3IkhrJ5VmJFgedGc8y { width:3.625rem;height:3.625rem;top:212.2294921875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksvE52ZMMSO8I0CfoOS248R8r9mcr8a { width:20rem;height:36rem;top:217.1982421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#yksvE52ZMMSO8I0CfoOS248R8r9mcr8a li:before{  }
 }@media only screen and (max-width: 763px) { #ys21QGSX3PS0DBf8o4aP78obyUIPvvUc { width:20rem;height:37.5rem;top:264.38575rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#ys21QGSX3PS0DBf8o4aP78obyUIPvvUc li:before{  }
 }@media only screen and (max-width: 763px) { #QLXGNa4h0c8UG3gd5bOgEM6e0B8EcAeD { width:20rem;height:3.875rem;top:258.1357421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPWu4TyQevmGS6p1SHpCKSvSx4k1iyH { width:4.75rem;height:4.75rem;top:256.6982421875rem;left:15.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq4sCOZ1e02VmQA8wQyc6DQ98OBpXO41 { width:4.75rem;height:4.75rem;top:256.6982421875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqepoJLl33uLAVmTztgfl9UeVovs10G { width:19rem;height:3.4375rem;top:303.13575rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqmVE3dQQaAvST3RMdgJggomArTwLgwx { display:block; }
 }@media only screen and (max-width: 763px) { #HHwLye63X4PvWO5OBZnChWgvXnWTSHdM { width:19rem;height:3.4375rem;top:113.5107421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh7fEd7dCTpzxPhPH2hMfb0Kx0TpwqOv { display:block; }
 }@media only screen and (max-width: 763px) { #tP3mLsm4DnPyO9QHsSCkz01M2dEhvgp0 { width:20rem;height:13.2295rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgCoH1yWqwCgEb6ZKJrZm4IT6rEUgy4S { width:20rem;height:12.5rem;top:70.7607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7KZXykmavXGsEsbW6IgTzBdHr1q0XFg { width:20rem;height:7.3125rem;top:70.7607421875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD { display:block; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { width:18.75rem;height:4.5rem;top:1.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6OwGBnTk9yiQ2X9tJ4KbZN6TsVXd1bq { width:20rem;height:24.6796875rem;top:31.0136875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo44mrvMoBU8JOkrdsCHyQX7FFRD2eER { width:20rem;height:22.7636875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27JWKb2RobQWSwOVDQEvzIlfzGoa8dw { width:20rem;height:10.25rem;top:56.943375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMcQq1DZTsfNeLdvslbDQvF8MCSVUzvE { height:11.25rem;width:20rem;top:68.443375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd { display:block; }#Uyr4xA7aTvLOtDQ4VlPk3pGeqvk6HUzd > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kW5XFGrRMHsapoi70muin5TkAebRVHlH { width:16.1875rem;height:16.1875rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaFVbhgBqrfE0kdH0G0sox8nG4rdNwCM { width:18.75rem;height:15.8125rem;top:18.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDuB05uu9X8fu444qaegFMW5EiT4P1pg { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 { display:block; }#HZTJCnIfdzBDNZOxHdKMGHtNMZMZ2MA8 > .row .container { width:20rem;height:222.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCmpOGnT0cbPcKuFIfFvStegOaOEDONt { width:20rem;height:22.2099375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQmv56oZsFt3PgFMeHBPqDLo0P6HgWt { width:20rem;height:13.333rem;top:77.370125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ask5e2biTgEeaE3t2mBwPV3REyFo55vH { width:20rem;height:8.410125rem;top:147.88675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Ipw9mUiZPUbAdJ0O9ZyPtRp6xADX0t { width:20rem;height:7.8965rem;top:157.5459375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSo67PAzrqimworFzriw0odPmOackzLU { width:20rem;height:11.375rem;top:24.709rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPW5eOdL3tCyz3f26NUOTyzoO0vMf3go { width:20rem;height:23.2626875rem;top:91.952125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49NS7h26ZDQlUeOUlUZRXRLE5KNrXWX { width:20rem;height:21.151375rem;top:166.6924375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmtbQUx8pCyOiLk3cyGlrhlCsxZtwvEk { width:20rem;height:18.952125rem;top:37.334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbStBzBXvP1Kv90SP5Wr6vJdmrVepyop { width:20rem;height:13.297875rem;top:116.463875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7VNM0zmiGC7DTt0xBLxQiJ5KSORgB2Z { width:20rem;height:15.7636875rem;top:189.1563125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5v5D6saGnr3dHdpFdMV7pZ1UWJZlbO { width:20rem;height:8.941375rem;top:57.5976875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3hTpO1B4rSwvr6zWfxDOtmPJJ1BQXT { width:20rem;height:15.625rem;top:131.01175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9Bo4cHQxgaDVTph5WuqAbxJVw2nuxc { width:20rem;height:10.36425rem;top:206.17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qduQyuosriEfClk7XokVsJnW6PWIrfoT { width:20rem;height:8.333rem;top:67.788125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpkChUPiVHKkf2rrBUsNTO9vF6uCJoVx { width:20rem;height:6rem;top:24.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymO3Kngfc9DDnLIZWLJdA4q2aTlrlfaS { width:19rem;height:3.4375rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02DOQUPcxPgZ5uW8RObvEBaAgNwdsJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SukyQVMqp7TqmZS2GXQoPn4SlDOhIBEO { width:20rem;height:7.5rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { width:18.75rem;height:9rem;top:1.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4FBcqbLGEVCFH0TkcUiMlW1ZJmleha { width:19rem;height:3.4375rem;top:20.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqS8dIpQEQTnHPlDDMx43ePe3VDJdzV { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:5.0625rem;height:3.4375rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { width:6.125rem;height:1.125rem;top:5.9375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { width:4.6875rem;height:1.125rem;top:8.3125rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:15rem;top:10.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }