.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/7IB2ifwA21Y/unsplash/ivan-pergasi-7IB2ifwA21Y-photo-1570440828762-ab7a993dbde8.jpg");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); }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,25,6,0.68);background-image:none;position:relative;display:block; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container { background-color: transparent; background-image: none; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container > .video-iframe-container { display: none; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row > .video-iframe-container { display: none; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .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); }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container { border-width: 0; border-radius: 0; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#M4ag9dMLiKT4E0TCfilbD8xcxcWyD0f4 { color:#000000;display:block;width:64.5rem;position:absolute;font-family:"special elite";font-size:2.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:4.0625rem;height:8.0419875rem;text-align:center;text-align-last:center;display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-label { background-color:;background-image:none;color:#666666;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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI { top:8.90625rem;left:23.0625rem;z-index:100001;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:;height:3.875rem;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;display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #DGd9ChLxEXDrmEHafJcxqck5fVauMGxM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #KVM0uCcK0b6kItm8gCilxQqlX7DmGx2d { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #ua7aQhXzZQDWr3C4dIQs9NwWQ8uug9RQ { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #pPqZ0fC4S2m9FmLIbu5RQ5MW1onZ8H2V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #NpaTEJ1wVZEHWmMXw4ySl79orzdiBAMp { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #Ev9d4gmIebvPeWkLAFplPRR2I94Tf4UW { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #zvKt9pB7y41r2UVnDteTmLMQEIiRnhXI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #mXnCnMIo51J94p2LizSIhvGlqLsE5Pqo { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #RRobAlIO8g44m4zQ1dfny751HmhkdZ6g { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #T9Kfuvx13F1P5dn85zvlcCW2QBLk6p5C { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #tGsA59xnzk4akCAfS1HTnSfuxtT6nbr1 { display:block; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #MJQWZUoyoEdnSgRTuonAf0pMwbuzAsLW { display:block; }
#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-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:8.25rem;width:75rem;position:relative;display:block; }#ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:7.5625rem;top:0rem;left:31.9375rem;overflow:hidden;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:15.875rem;width:75rem;position:relative;display:block; }#i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:8.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { color:#000000;display:block;width:72.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.15625rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { position:relative;display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { background-color: transparent; background-image: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container > .video-iframe-container { display: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row > .video-iframe-container { display: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .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); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { border-width: 0; border-radius: 0; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .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:50.4375rem;width:75rem;position:relative;display:block; }#Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.25rem;width:46.75rem;top:2.5625rem;left:14.125rem;display:block; }
#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { background-color: transparent; background-image: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { border-width: 0; border-radius: 0; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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:15rem;width:75rem;position:relative;display:block; }#FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { position:absolute;display:block;z-index:100000;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;height:11.5rem;width:34.5rem;top:1.375rem;left:19.875rem;display:block; }
#SspepG9LV22JoqwgC75TA4scSiTcw3vP { position:absolute;display:block;z-index:100001;background-color:#cedde6;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:3.125rem;width:31.8125rem;top:2.96875rem;left:21.59375rem;display:block; }
#sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:22.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { background-color:#ffa000;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:7.03125rem;left:21.875rem;display:block; }
#sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.09375rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:11.21875rem;left:31.25rem;display:block; }
#TVCL6vrWXpCCtbhCeFIJZqPmtJ6o0Hf0 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.59375rem;left:23.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { background-color: transparent; background-image: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .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); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { border-width: 0; border-radius: 0; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#TbNqnvVDxQ4mWPeIx0bbgAiRikBJHsvS { color:#000000;display:block;width:55rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:10rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R80cZg7oRTKJed3blKTrVVIKJZv36UCE { color:#000000;display:block;width:59.5rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10rem;left:7.75rem;height:6.5800625rem;text-align:center;text-align-last:center;display:block; }
#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { background-color: transparent; background-image: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .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); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { border-width: 0; border-radius: 0; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:14.6875rem;top:11.28125rem;left:6.96875rem;overflow:hidden;display:block; }
#QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { color:#000000;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.40625rem;height:29.550775rem;display:block; }
#Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.5rem;left:8.0625rem;height:2.5996125rem;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:15.0625rem;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:2.8125rem;left:2.90625rem;height:7.3125rem;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.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.65625rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { background-color: transparent; background-image: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container > .video-iframe-container { display: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row > .video-iframe-container { display: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .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); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { border-width: 0; border-radius: 0; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.65625rem;height:6.5rem;font-style:normal;display:block; }
#iaQxWT368HVgfSbGSPTKpJvzvel8CalT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { background-color: transparent; background-image: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container > .video-iframe-container { display: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row > .video-iframe-container { display: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .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); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { border-width: 0; border-radius: 0; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#E4TnIVcztH9aSxPV77f4uAKZClQJG6HI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:20.6875rem;top:1.375rem;left:10.46875rem;overflow:hidden;display:block; }
#meDw1N9bLk0qFnAM7F4UEKXzSgLPbBEw { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.375rem;left:34.28125rem;height:1.94921875rem;font-style:normal;display:block; }
#fISmgRcq1ytz7phulfJQnfuXoEyw0MiM { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:4.6875rem;top:12.75rem;left:33.65625rem;overflow:hidden;display:block; }
#UAOTG6u9DoqVWFUITA2aixdHQDJM6Mcv { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.25rem;left:39.53125rem;height:3.8994125rem;display:block; }
#dzy804sPW5weXHNSH1n5ATUA1le7yaeW { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.6875rem;top:19.9375rem;left:33.65625rem;overflow:hidden;display:block; }
#sW64RWpoCHgMyq2uByP9iqNArTpbBHRv { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:20.4375rem;left:39.53125rem;height:1.29980625rem;display:block; }
#zB6TI8RqAS8qNlEUWxvB5AOMSRLMROpk { box-sizing:content-box;color:#395899;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:27.8125rem;left:34.28125rem;display:block; }
#X7MHMO7OU27FelBzJrU3iNGPbw3d1tex { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:39.53125rem;height:3.8994125rem;display:block; }
#MZKd0BpVoLS7rqBvGOaODDlthnawyefJ { box-sizing:content-box;color:#395899;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:6.375rem;left:33.59375rem;display:block; }
#oCkZyNxo3EWv7zP72IKTL64pmaIzSadd { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.375rem;left:39.53125rem;height:2.5996125rem;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:12.3125rem;width:75rem;position:relative;display:block; }#TNB6xUFMwyByhk8atcIBKeNdi6c1t9Zo { color:#000000;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.75rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQDlkoBXvTZqJ0uUhazRTwtvb6OT1TmW { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:10.15625rem;height:4.38671875rem;text-align:center;text-align-last:center;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:31.0625rem;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:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.75rem;width:26.5rem;top:11.5rem;left:10.46875rem;display:block; }
#saDBK0OZMc2pm2N7tpaSUahvg5sau96k { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.46875rem;left:11.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UFXL6u2PmodKQR0GQrUd7LmnTwSH5dDN { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:6.125rem;top:14.375rem;left:20.65625rem;overflow:hidden;display:block; }
#dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.0625rem;left:17.46875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.75rem;width:26.5rem;top:11.5rem;left:38.90625rem;display:block; }
#SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.09375rem;left:39.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#k83B8p9L7JXaBBmdMGH7JT4Biov0Ah6E { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7.3125rem;top:17.89999961853rem;left:48.5rem;overflow:hidden;display:block; }
#diOfW4cvspUW73qOzfAedKtIDOn4PqyG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.0625rem;left:45.90625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { color:#000000;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.4375rem;left:1.9375rem;height:6.17383125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:15.625rem;width:75rem;position:relative;display:block; }#hwzqRE7Qvdpin44QasqFyTLrtexv31tA { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;height:11.5rem;width:34.5rem;top:1.375rem;left:19.875rem;display:block; }
#uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { position:absolute;display:block;z-index:100001;background-color:#cedde6;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:3.125rem;width:31.8125rem;top:2.96875rem;left:21.59375rem;display:block; }
#wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:22.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dptELCL6i4GhotWZ6uATybzzFUswGTf2 { background-color:#ffa000;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:7.03125rem;left:21.875rem;display:block; }
#ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.625rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#SgqSk0TLckeknsdU6JeAgDTThUa25zUT { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:11.21875rem;left:31.25rem;display:block; }
#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:15.8125rem;top:11.625rem;left:30.125rem;overflow:hidden;display:block; }
#JFgUT3A9zvK50CJ6GVfrl3Dnk8III8MU { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.59375rem;left:24.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #cccccc, #000000);background-image: -moz-linear-gradient(347deg, #cccccc, #000000);background-image: -ms-linear-gradient(347deg, #cccccc, #000000);background-image: -o-linear-gradient(347deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(347deg, #cccccc, #000000);background-size:auto !important;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; }#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:31.40625rem;height:1.13671875rem;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.375rem;left:39.21875rem;height:1.13671875rem;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:5.84766875rem;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) { #gFWawI2PnNkBTGHBVET63GzmDo1xITcQ { display:block; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4ag9dMLiKT4E0TCfilbD8xcxcWyD0f4 { top:1rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#8398a2;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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-label { background-color:;background-image:none;color:#666666;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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI { top:8.875rem;left:9.4375rem;width:;height:3.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #DGd9ChLxEXDrmEHafJcxqck5fVauMGxM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #KVM0uCcK0b6kItm8gCilxQqlX7DmGx2d {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #ua7aQhXzZQDWr3C4dIQs9NwWQ8uug9RQ {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #pPqZ0fC4S2m9FmLIbu5RQ5MW1onZ8H2V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #NpaTEJ1wVZEHWmMXw4ySl79orzdiBAMp {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #Ev9d4gmIebvPeWkLAFplPRR2I94Tf4UW {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #zvKt9pB7y41r2UVnDteTmLMQEIiRnhXI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #mXnCnMIo51J94p2LizSIhvGlqLsE5Pqo {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #RRobAlIO8g44m4zQ1dfny751HmhkdZ6g {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #T9Kfuvx13F1P5dn85zvlcCW2QBLk6p5C { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #tGsA59xnzk4akCAfS1HTnSfuxtT6nbr1 {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #MJQWZUoyoEdnSgRTuonAf0pMwbuzAsLW {  }
 }@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) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { top:0rem;left:18.3125rem;width:7.5625rem;height:8.25rem;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) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { top:2.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { top:6.375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { top:2.5625rem;left:0.5rem;width:46.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { top:1.375rem;left:6.25rem;width:34.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SspepG9LV22JoqwgC75TA4scSiTcw3vP { top:2.9375rem;left:7.96875rem;width:31.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { top:3.5625rem;left:8.65625rem;width:30.4375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:31.25rem;height:3.4375rem;top:7rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { top:12.0625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { top:11.1875rem;left:17.625rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCL6vrWXpCCtbhCeFIJZqPmtJ6o0Hf0 { top:9.5625rem;left:10.3125rem;width:27.125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbNqnvVDxQ4mWPeIx0bbgAiRikBJHsvS { top:3rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { top:10rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { top:11.25rem;left:0rem;width:14.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { top:2.5rem;left:7rem;width:40.75rem;height:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { top:23.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;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:2.8125rem;left:0rem;width:47.75rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { top:11.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { top:3.75rem;left:9.0312519073488rem;width:29.6875rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaQxWT368HVgfSbGSPTKpJvzvel8CalT { display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4TnIVcztH9aSxPV77f4uAKZClQJG6HI { top:1.375rem;left:0rem;width:20.6875rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meDw1N9bLk0qFnAM7F4UEKXzSgLPbBEw { top:2.375rem;left:19.0625rem;width:28.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fISmgRcq1ytz7phulfJQnfuXoEyw0MiM { top:12.75rem;left:20.03125rem;width:4.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAOTG6u9DoqVWFUITA2aixdHQDJM6Mcv { top:14.25rem;left:24.25rem;width:23.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzy804sPW5weXHNSH1n5ATUA1le7yaeW { top:19.9375rem;left:20.03125rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW64RWpoCHgMyq2uByP9iqNArTpbBHRv { top:20.4375rem;left:24.25rem;width:23.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB6TI8RqAS8qNlEUWxvB5AOMSRLMROpk { top:27.8125rem;left:20.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7MHMO7OU27FelBzJrU3iNGPbw3d1tex { top:27.8125rem;left:24.25rem;width:23.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZKd0BpVoLS7rqBvGOaODDlthnawyefJ { top:6.375rem;left:19.96875rem;width:4.5rem;height:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkZyNxo3EWv7zP72IKTL64pmaIzSadd { top:7.375rem;left:24.25rem;width:23.5rem;height:2.5rem;font-size:1rem;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) { #TNB6xUFMwyByhk8atcIBKeNdi6c1t9Zo { top:1.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQDlkoBXvTZqJ0uUhazRTwtvb6OT1TmW { top:5.4375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.3125rem;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:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { top:11.5rem;left:0rem;width:26.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { top:12.4375rem;left:0rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFXL6u2PmodKQR0GQrUd7LmnTwSH5dDN { top:14.375rem;left:7.03125rem;width:6.125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { top:26.0625rem;left:3.84375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { top:11.5rem;left:21.25rem;width:26.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { top:13.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83B8p9L7JXaBBmdMGH7JT4Biov0Ah6E { top:17.875rem;left:34.875rem;width:7.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOfW4cvspUW73qOzfAedKtIDOn4PqyG { top:26.0625rem;left:32.28125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;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) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { top:1.4375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.75rem;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) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { top:1.375rem;left:6.25rem;width:34.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { top:2.9375rem;left:7.96875rem;width:31.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { top:3.5625rem;left:8.65625rem;width:30.4375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:31.25rem;height:3.4375rem;top:7rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { top:11.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { top:11.1875rem;left:17.625rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:11.625rem;left:16.5rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFgUT3A9zvK50CJ6GVfrl3Dnk8III8MU { top:9.5625rem;left:10.84375rem;width:27.125rem;height:0.9375rem;font-size:0.6875rem;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) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { top:7.3125rem;left:17.78125rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { top:7.375rem;left:25.59375rem;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:5.8125rem;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) { #gFWawI2PnNkBTGHBVET63GzmDo1xITcQ { display:block; }#gFWawI2PnNkBTGHBVET63GzmDo1xITcQ > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4ag9dMLiKT4E0TCfilbD8xcxcWyD0f4 { width:20rem;height:10.15625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .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.406875rem;margin-bottom:0;margin-left:0.406875rem;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; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.54rem;padding-right:0.08125rem;padding-bottom:0;padding-left:0.08125rem;display:block;width:4.71875rem;height:3.081875rem;position:relative;font-size:3.315rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#f3f8fa; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.08125rem;padding-bottom:0.385625rem;padding-left:0.08125rem;display:block;width:4.71875rem;height:0.845625rem;position:relative;font-size:0.6175rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI { top:11.25rem;left:3.125rem;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:13.75rem;height:5.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;display:block; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #DGd9ChLxEXDrmEHafJcxqck5fVauMGxM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #KVM0uCcK0b6kItm8gCilxQqlX7DmGx2d {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #ua7aQhXzZQDWr3C4dIQs9NwWQ8uug9RQ {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #pPqZ0fC4S2m9FmLIbu5RQ5MW1onZ8H2V { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #NpaTEJ1wVZEHWmMXw4ySl79orzdiBAMp {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #Ev9d4gmIebvPeWkLAFplPRR2I94Tf4UW {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #zvKt9pB7y41r2UVnDteTmLMQEIiRnhXI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #mXnCnMIo51J94p2LizSIhvGlqLsE5Pqo {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #RRobAlIO8g44m4zQ1dfny751HmhkdZ6g {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #T9Kfuvx13F1P5dn85zvlcCW2QBLk6p5C { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #tGsA59xnzk4akCAfS1HTnSfuxtT6nbr1 {  }
 }@media only screen and (max-width: 763px) { #LKNsJhXb2sKsRM1owS4qvFDJWLwO2DkI #MJQWZUoyoEdnSgRTuonAf0pMwbuzAsLW {  }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { width:7rem;height:7.75rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { width:18.75rem;height:3.4121125rem;top:1.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { width:18.75rem;height:15.920875rem;top:7.5625rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { height:10.5rem;width:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { width:19.25rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SspepG9LV22JoqwgC75TA4scSiTcw3vP { width:17.625rem;height:3.4375rem;top:2.40625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { width:17.0625rem;height:1.3808625rem;top:3.4375rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:18.0625rem;height:3.4375rem;top:6.75rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { width:12.5rem;height:0.9746125rem;top:11.53125rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { width:1.75rem;height:1.75rem;top:11.125rem;left:15.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCL6vrWXpCCtbhCeFIJZqPmtJ6o0Hf0 { width:19.375rem;height:0.8125rem;top:8.875rem;left:0rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbNqnvVDxQ4mWPeIx0bbgAiRikBJHsvS { width:18.75rem;height:9.0976875rem;top:1.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { width:18.75rem;height:10.2363125rem;top:16rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { width:11.1875rem;height:7.8125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { width:18.75rem;height:51.4169875rem;top:15.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { width:12.5rem;height:3.89941875rem;top:10.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { background-color:transparent;background-image:url("https://images.assets-landingi.com/yl410nyY/Instaready.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { width:18.75rem;height:10.3984375rem;top:1.25rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { width:18.75rem;height:5.1181625rem;top:14.5625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { width:18.75rem;height:4.875rem;top:2.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaQxWT368HVgfSbGSPTKpJvzvel8CalT { display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4TnIVcztH9aSxPV77f4uAKZClQJG6HI { width:18.6875rem;height:28.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meDw1N9bLk0qFnAM7F4UEKXzSgLPbBEw { width:18.75rem;height:3.25rem;top:30.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fISmgRcq1ytz7phulfJQnfuXoEyw0MiM { width:3.625rem;height:4.25rem;top:35.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAOTG6u9DoqVWFUITA2aixdHQDJM6Mcv { width:15rem;height:6.499rem;top:40.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzy804sPW5weXHNSH1n5ATUA1le7yaeW { width:3.4375rem;height:3.5rem;top:48.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW64RWpoCHgMyq2uByP9iqNArTpbBHRv { width:13.0625rem;height:2.5996125rem;top:52.875rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zB6TI8RqAS8qNlEUWxvB5AOMSRLMROpk { width:3.125rem;height:3.125rem;top:66.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7MHMO7OU27FelBzJrU3iNGPbw3d1tex { width:20rem;height:3.8994125rem;top:70.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZKd0BpVoLS7rqBvGOaODDlthnawyefJ { width:4.5rem;height:4.5rem;top:56.625rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkZyNxo3EWv7zP72IKTL64pmaIzSadd { width:20rem;height:2.5996125rem;top:62.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD { display:block; }#yFc2nsQWpSV14W0AP7ekQ3ylcObaC0hD > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNB6xUFMwyByhk8atcIBKeNdi6c1t9Zo { width:18.75rem;height:4.54883125rem;top:2.875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQDlkoBXvTZqJ0uUhazRTwtvb6OT1TmW { width:18.75rem;height:6.82425rem;top:9.125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { width:18.75rem;height:9.0976875rem;top:1.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { width:18.75rem;height:16.75rem;top:11.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { width:18.3125rem;height:1.13671875rem;top:12.78125rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFXL6u2PmodKQR0GQrUd7LmnTwSH5dDN { width:5.4375rem;height:10.4375rem;top:14.65625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { width:12.5rem;height:1.13671875rem;top:25.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { width:18.75rem;height:15.8125rem;top:30.3125rem;left:0.72133458646619rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { width:18.8125rem;height:1.13671875rem;top:31.09375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83B8p9L7JXaBBmdMGH7JT4Biov0Ah6E { width:8.625rem;height:8.3125rem;top:33.71875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOfW4cvspUW73qOzfAedKtIDOn4PqyG { width:12.5rem;height:1.13671875rem;top:43.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { width:18.75rem;height:11.3720625rem;top:3.6875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { width:19.25rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { width:17.5625rem;height:3.4375rem;top:2.40625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { width:18.75rem;height:1.3808625rem;top:3.4375rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:17.75rem;height:3.4375rem;top:7.03125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { width:10.375rem;height:0.9746125rem;top:11.5rem;left:6.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { width:1.75rem;height:1.75rem;top:11.09375rem;left:17.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:3.4375rem;height:3.4375rem;top:2.40625rem;left:1.21875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #JFgUT3A9zvK50CJ6GVfrl3Dnk8III8MU { width:20rem;height:0.89355625rem;top:9.65625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:24.5175625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { width:6.125rem;height:1.13671875rem;top:1.25rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { width:4.6875rem;height:1.13671875rem;top:3.625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:18.51758125rem;top:6rem;left:0.625rem;font-size:0.75rem;display:block; }
 }