.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:6.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { color:#1c1d1d;display:block;width:25.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.88818359375rem;left:1.1875rem;height:2.4375rem;font-style:normal;display:block; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.379375rem;padding-right:0.335rem;padding-bottom:0.379375rem;padding-left:0.335rem;display:block;align-items:center;width:2.009375rem;min-width:2.009375rem;height:2.039375rem;position:relative;font-family:"open sans";font-size:1.518125rem;font-weight:700;line-height:32.63px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.67875rem;height:0.80625rem;position:relative;font-family:"open sans";font-size:0.569375rem;font-weight:700;line-height:12.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:7.375rem;height:3.84125rem;padding-top:0.474375rem;padding-right:0.478125rem;padding-bottom:0.474375rem;padding-left:0.478125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.71142578125rem;left:47.6875rem;z-index:100003; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #X13rAkwA8i5Mwg8J1k4FlM2baIs4S6z0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #vmzwfHvTP6aSE6wfys4Zb5NdaFhCtNzQ { width:auto; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #Hn7TrprNK17UNeni3lNtZKVLVMnd332x {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #UKoLVaMxg40JHlNfwZJrMH221pWzuENe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MQGwArifaBGSwTnmGTq5vt6H0nzr0kIw {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #ADmRcb7QMRIvvv1iobUdlsynnHVQKCdp {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #uExQB5gcrfx2oCZzvs5el8ss2E342K0l { display:flex;position:relative;top:0rem;left:0rem; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #zFTLJA7IbSIUAeDr5JgrrHTn0q3OgbTn {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #HyqfO4TREuGilBSad7NEoZzkzS53fMAV {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MJfKaHLepApdU0auoFKWQc8pTzpVb0n4 { display:flex;position:relative;top:0rem;left:0rem; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #prFu5Nhln216UkTeMSia60PbqWID8zF1 {  }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #wxsmID0yGuxy9XV2CZO1la8nWWNgxdP0 {  }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d1d;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:44.1875rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:oswald;font-size:7.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:4.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2rem;height:10.725rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:24.875rem;left:2rem;height:6.75rem;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:0.125rem;top:24.8125rem;left:0rem;display:block; }
#bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e72690;border-left:0.0625rem solid #e72690;border-right:0.0625rem solid #e72690;border-bottom:0.0625rem solid #e72690;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:35.375rem;left:0rem;display:block; }
#n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:31.1875rem;width:24.0625rem;top:6.125rem;left:32.1875rem;overflow:hidden;display:block; }
#R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { position:absolute;display:block;z-index:100005;background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:27.8125rem;left:30rem;display:block; }
#zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(252,233,45,0.5);top:29.875rem;left:32.1875rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:"open sans";height:29.4375rem;width:60rem;position:relative;display:block; }#VvM0bT7rOcSXqR3MDP3pouVBHp3oEW1a { display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:300;z-index:100001;line-height:1.1;letter-spacing:0;top:10.25rem;left:3.0625rem;height:13.40625rem;color:#4fbf70;font-style:normal;display:block; }
#ignbvEPOC95SZMrMyVKABaFoET5N2eoW { display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:28.6875rem;height:19.546875rem;color:#515151;font-style:normal;display:block; }#ignbvEPOC95SZMrMyVKABaFoET5N2eoW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ignbvEPOC95SZMrMyVKABaFoET5N2eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/AmX4izNf/check45.png); }
#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff2;background-image:none;position:relative;display:block; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { background-color: transparent; background-image: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container > .video-iframe-container { display: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row > .video-iframe-container { display: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .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); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { border-width: 0; border-radius: 0; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#D5qa6mZW8G0eM8yHVDMkxgwmrdbzqh7Q { display:block;width:30.3125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:4.6875rem;left:29.6875rem;height:9rem;color:#515151;font-style:normal;display:block; }
#H6Ha6kMhIZrXkrN5gwFFku22Xbp2rI7Z { display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:15.875rem;left:30.15625rem;height:18.5625rem;color:#515151;font-style:normal;display:block; }
#byGMAQ8DwQMLNEOZLxLB0HBRr1n3iZsE { background-color:transparent;background-image:none;border-top:0.125rem solid #e72690;border-left:0.125rem solid #e72690;border-right:0.125rem solid #e72690;border-bottom:0.125rem solid #e72690;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e72690;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:40.4375rem;left:36.25rem;display:block; }
#eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MADdVp3hKlzGzUAK0bW4Wm5CSxSlhozQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:23.0625rem;width:24.4375rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container { background-color: transparent; background-image: none; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container > .video-iframe-container { display: none; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row > .video-iframe-container { display: none; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .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); }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container { border-width: 0; border-radius: 0; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#DRHZMSLBdauug12TEDVMllgi7IppQQCV { display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:1.7875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#soNzdnc2bfwT0NwhhARaNREQTMlGZT4D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:2.25rem;left:6.5625rem;display:block; }
#qfLJnyOJxET2P3qAsE4F80FoZITukeuO { box-sizing:content-box;color:#ffffff;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:100001;top:3.5rem;left:7.8125rem;display:block; }
#zSHoJwJhTNn2mUOF5xgweH7xo7IC65A0 { display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:8.8125rem;left:20.625rem;height:3.574225rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#FcCAunCAAiAk4F8fa5u8CveHXkD1BC2F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:2.25rem;left:27.1875rem;display:block; }
#yT0MGpNN6qG3Q53TNVQzRbo3K5W0qy1o { box-sizing:content-box;color:#ffffff;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:100005;top:3.5rem;left:28.4375rem;display:block; }
#iIazVEcwXyatQPkxToAQ5mBRWsaZaoSs { display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:39.875rem;height:3.574225rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#buvvWuL9J6oZ7vJAQbeITwSDZ5V8XRBi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:2.25rem;left:47.8125rem;display:block; }
#VgShVCDLOrqDEonzVfTGgMLQPehmDmMb { box-sizing:content-box;color:#ffffff;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:100009;top:3.5rem;left:49.0625rem;display:block; }
#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container { background-color: transparent; background-image: none; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container > .video-iframe-container { display: none; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row > .video-iframe-container { display: none; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .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); }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container { border-width: 0; border-radius: 0; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#F3RbaEz5KE68AuNkD1nnb36x6SWgkKG0 { display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.57421875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#t2ApiFRvra7OPmD8hreDBvwlfolgXnoE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:0.625rem;left:6.5625rem;display:block; }
#VqCHc2JcIB4twkTaFuSRbkoLFQcWa6LA { box-sizing:content-box;color:#ffffff;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:100001;top:1.875rem;left:7.8125rem;display:block; }
#x4GLz1A3fap463wTZTH6L20RTavO9RN0 { display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:20.625rem;height:3.574225rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#KypIpik9LWSfc6xzMwUPE18vIErIIwuB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:0.625rem;left:27.1875rem;display:block; }
#OgJnFQPycfTSOsh1QMTf7bpKtXM1BqCx { box-sizing:content-box;color:#ffffff;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:100005;top:1.875rem;left:28.4375rem;display:block; }
#XrcXh0cNHsqsVzK6lE5gT3yaaJ6b4y3m { display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.1875rem;left:39.875rem;height:3.574225rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JaQ2AZsgdgyIRzxrrhrlXXy3ndeTW91u { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e72690;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:0.625rem;left:47.8125rem;display:block; }
#gK7BRhIoUTwJZ45PMXelHBbhxGOuSRMP { box-sizing:content-box;color:#ffffff;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:100009;top:1.875rem;left:49.0625rem;display:block; }
#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff2;background-image:none;position:relative;display:block; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { background-color: transparent; background-image: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container > .video-iframe-container { display: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row > .video-iframe-container { display: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .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); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { border-width: 0; border-radius: 0; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#X8Tq2FeHzdy8iGJA6nuS6pgcuTcP9y5E { display:block;width:58.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:4.46875rem;left:1.75rem;height:4.125rem;color:#515151;font-style:normal;display:block; }
#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { background-color: transparent; background-image: none; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container > .video-iframe-container { display: none; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row > .video-iframe-container { display: none; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .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); }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { border-width: 0; border-radius: 0; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#puscXmVXnuRoWTmiy8xE9CM4MzJrcXH0 { color:#e72690;display:block;width:46.125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.853515625rem;left:6.9375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBFhXw6ZlTSr1WDqOliISCJXNshyPhKb { position:absolute;display:block;z-index:100004;height:27.6875rem;width:49.5625rem;top:11.0625rem;left:5.21875rem;display:block; }
#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff2;background-image:none;position:relative;display:block; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { background-color: transparent; background-image: none; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container > .video-iframe-container { display: none; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row > .video-iframe-container { display: none; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .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); }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { border-width: 0; border-radius: 0; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { color:#515151;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:10rem;left:27.5625rem;height:9.347625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpWvCDEoBL3fTgU8O1bQss0i6ZZ5KGiv { color:#e72690;display:block;width:32rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:2.625rem;left:28rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xR05rW5hturCxfIoALZDZG6izl4v5Vz3 { color:#515151;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:100013;line-height:1.7;letter-spacing:0;top:21.5625rem;left:27.5625rem;height:18.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:23.6875rem;width:23.6875rem;top:6.875rem;left:0.625rem;overflow:hidden;display:block; }
#Q9lvimcXtTxAeS2GT8ik9VFqN6WTOVSb { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e72690;border-left:0.0625rem solid #e72690;border-right:0.0625rem solid #e72690;border-bottom:0.0625rem solid #e72690;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;height:22.25rem;width:22.25rem;top:8.125rem;left:0.625rem;display:block; }
#shirEuyTeKLQh30Kt7lrssovahd7apwT { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e72690;border-left:0.0625rem solid #e72690;border-right:0.0625rem solid #e72690;border-bottom:0.0625rem solid #e72690;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;height:22.25rem;width:22.25rem;top:7.5625rem;left:0.8125rem;display:block; }
#FGC2qina096GyDg7v2k74DBUKauWQGTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5IsdIqwwNP4/unsplash/scott-webb-5IsdIqwwNP4-photo-1434682881908-b43d0467b798.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ.adaptive-delivery-prevent-bg, #FGC2qina096GyDg7v2k74DBUKauWQGTZ.lazyload, #FGC2qina096GyDg7v2k74DBUKauWQGTZ.lazyloading { background-image: none; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container { background-color: transparent; background-image: none; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container > .video-iframe-container { display: none; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row > .video-iframe-container { display: none; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .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); }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container { border-width: 0; border-radius: 0; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#XboMeRbRBCyR25MAGGI2wZS2t3IJzC15 { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.84375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCh6d8r45sPwoddzturqSTdlKWg7lioE { position:absolute;display:block;z-index:100003;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.9375rem;width:19rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#HK60FsbPQ7F5ho7AzsNpwNeEzOhacCeX { position:absolute;display:block;z-index:100004;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.9375rem;width:19.0625rem;top:12.125rem;left:20.1875rem;overflow:hidden;display:block; }
#a0NRV77OMyMVlheuikoPb3LmfXNIvetu { position:absolute;display:block;z-index:100005;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:15.9375rem;width:19rem;top:12.125rem;left:40.5rem;overflow:hidden;display:block; }
#IJTu4KaItM0TzWCb5HR673VPhed4VweE { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:29.4375rem;left:5.1875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPQWaeZA53FEd9T7WRczR3V34srOLdP2 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:29.4375rem;left:25.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vWBhIn4PZW4qgO5dmdUlpbzQDi0ia3uT { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:29.4375rem;left:45.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5IsdIqwwNP4/unsplash/scott-webb-5IsdIqwwNP4-photo-1434682881908-b43d0467b798.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL.adaptive-delivery-prevent-bg, #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL.lazyload, #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL.lazyloading { background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { background-color: transparent; background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { border-width: 0; border-radius: 0; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { font-size:0.875rem;font-family:"open sans";height:11.3125rem;width:60rem;position:relative;display:block; }#WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:12.8125rem;left:25.3125rem;display:block; }
#rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { color:#e72690;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRFqOVtofSep1aXCbd9rSWT8ZqH7lMF0 { color:#515151;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.90625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:31.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5IsdIqwwNP4/unsplash/scott-webb-5IsdIqwwNP4-photo-1434682881908-b43d0467b798.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u.adaptive-delivery-prevent-bg, #x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u.lazyload, #x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u.lazyloading { background-image: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { background-color: transparent; background-image: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container > .video-iframe-container { display: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row > .video-iframe-container { display: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .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); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { border-width: 0; border-radius: 0; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#e72690;padding-top:0.584375rem;padding-right:0.515rem;padding-bottom:0.584375rem;padding-left:0.515rem;display:block;align-items:center;width:3.090625rem;min-width:3.090625rem;height:3.14rem;position:relative;font-family:"open sans";font-size:2.336875rem;font-weight:700;line-height:50.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.365rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.120625rem;height:1.24125rem;position:relative;font-family:"open sans";font-size:0.87625rem;font-weight:700;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:10.25rem;height:5.915rem;padding-top:0.73rem;padding-right:0.735625rem;padding-bottom:0.73rem;padding-left:0.735625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4375rem;left:24.138671875rem;z-index:100002; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #vpd4UyTzRnUbGMcdo6lO9iGHXGrx3CQA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #LCrIxz6qk5S5TUU7mAIyRySJGk9ugpJ8 { width:auto; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #g2c4lBVyaFkCS65akz54xW2J4OGXF2XN {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #xMTXpWkcVXTEoxHl8rZZdptAIJytD8D0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ubc3m1ZGLZpItSV51Chd0KknT5RmFemk {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #WP5sw3f7VzUIS6HxmmmBS1cGGecLL13I {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #sW4etGW8k5FTe96pJiZLNy7KzA5sFCuH { display:flex;position:relative;top:0rem;left:0rem; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #NTpJlmJ1A3tPFO2Q0JCcUeE6cXzAJUcR {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ceSbrQPGtimVERsZcbqmxAFFHGssBIR4 {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #s28RZ3DT21bTuLQNP6PvgBylN5tGxkqy { display:flex;position:relative;top:0rem;left:0rem; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yyevg578EIwaZdaC8vTJH9fn7PPDBLrO {  }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yPBq56fMX9miv4og4m5dTyzkdidG6EAd {  }
#ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { background-color:transparent;background-image:none;border-top:0.125rem solid #e72690;border-left:0.125rem solid #e72690;border-right:0.125rem solid #e72690;border-bottom:0.125rem solid #e72690;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e72690;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:13.0625rem;left:22.8125rem;display:block; }
#NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container { background-color: transparent; background-image: none; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container > .video-iframe-container { display: none; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row > .video-iframe-container { display: none; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .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); }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container { border-width: 0; border-radius: 0; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#dFU8AN9I2b3FZISQuWTgMu4SDTsEA151 { color:#e72690;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.3359375rem;left:2.84375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container { background-color: transparent; background-image: none; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container > .video-iframe-container { display: none; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row > .video-iframe-container { display: none; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .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); }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container { border-width: 0; border-radius: 0; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#ATFO4Hoi3fUX8vBtZC8HWTUzdmLO6RDZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:29.0625rem;top:2.625rem;left:0.5625rem;overflow:hidden;display:block; }
#XvMkVUW2zg92M1iVWoBG2doKNaptr6SD { color:#ff339a;display:block;width:29.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:29.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIrdgXwwxEWc8WlSBUreLmp8rWk3CvUH { color:#515151;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVxPxWf21EugbFBvCH5KFeivr1JJdo6N { color:#ff0000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:30.875rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#rMFUtH4IqBJWOJ9eTkhP5Pt2ZmFzq6G7 { color:#515151;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.625rem;left:30.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PftxSbgk52PTpuedPcsRNw4xkZxdL0w8 { background-color:transparent;background-image:none;border-top:0.125rem solid #e72690;border-left:0.125rem solid #e72690;border-right:0.125rem solid #e72690;border-bottom:0.125rem solid #e72690;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e72690;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:22.3125rem;left:37.3125rem;display:block; }
#k3WZDyTzFd9h1V8FTw01fOOLnviB5rKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7058a;background-image:none;position:relative;display:block; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container { background-color: transparent; background-image: none; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container > .video-iframe-container { display: none; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row > .video-iframe-container { display: none; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .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); }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container { border-width: 0; border-radius: 0; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#DVgENyzmUZzMF0MFIvzu33CTG10KaL67 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.75rem;top:1.375rem;left:25.125001907349rem;overflow:hidden;display:block; }
#BX76TfwIkTkVSsNi1H50WfR2kbz2Q9yv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:18.312501907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#AJVpXa5qZRuOT1zTwTOBuPtrVZEa7ZEE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:30.812501907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#d8yTQZTRQ9qAvxhRIOitiErowpXMCWfh { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.2734336853025rem;left:4.5625rem;height:1.1375rem;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) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:25.625rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv { display:flex;width:9rem;height:5.0625rem;top:5.0625rem;left:14.187501907349rem; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #X13rAkwA8i5Mwg8J1k4FlM2baIs4S6z0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #vmzwfHvTP6aSE6wfys4Zb5NdaFhCtNzQ {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #Hn7TrprNK17UNeni3lNtZKVLVMnd332x {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #UKoLVaMxg40JHlNfwZJrMH221pWzuENe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MQGwArifaBGSwTnmGTq5vt6H0nzr0kIw {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #ADmRcb7QMRIvvv1iobUdlsynnHVQKCdp {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #uExQB5gcrfx2oCZzvs5el8ss2E342K0l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #zFTLJA7IbSIUAeDr5JgrrHTn0q3OgbTn {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #HyqfO4TREuGilBSad7NEoZzkzS53fMAV {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MJfKaHLepApdU0auoFKWQc8pTzpVb0n4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #prFu5Nhln216UkTeMSia60PbqWID8zF1 {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #wxsmID0yGuxy9XV2CZO1la8nWWNgxdP0 {  }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:30.0625rem;height:9.75rem;top:7.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:10.6875rem;top:14.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:24.9375rem;height:6.75rem;top:24.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:24.0625rem;height:31.1875rem;top:6.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:10rem;height:10rem;top:27.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:5.8125rem;height:6.25rem;top:29.875rem;left:23.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvM0bT7rOcSXqR3MDP3pouVBHp3oEW1a { width:21.875rem;height:8.9375rem;top:10.25rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignbvEPOC95SZMrMyVKABaFoET5N2eoW { width:28.5rem;height:19.5rem;top:4.9375rem;left:19.25rem;font-size:1.125rem;display:block; }#ignbvEPOC95SZMrMyVKABaFoET5N2eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/AmX4izNf/check45.png); }
 }@media only screen and (max-width: 763px) { #Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO { display:block; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5qa6mZW8G0eM8yHVDMkxgwmrdbzqh7Q { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ha6kMhIZrXkrN5gwFFku22Xbp2rI7Z { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byGMAQ8DwQMLNEOZLxLB0HBRr1n3iZsE { width:14.375rem;height:3.75rem;top:40.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { display:block; }
 }@media only screen and (max-width: 763px) { #MADdVp3hKlzGzUAK0bW4Wm5CSxSlhozQ { top:5.4375rem;left:0rem;width:24.4375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u { display:block; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRHZMSLBdauug12TEDVMllgi7IppQQCV { width:18.75rem;height:1.75rem;top:8.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soNzdnc2bfwT0NwhhARaNREQTMlGZT4D { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLJnyOJxET2P3qAsE4F80FoZITukeuO { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHoJwJhTNn2mUOF5xgweH7xo7IC65A0 { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcCAunCAAiAk4F8fa5u8CveHXkD1BC2F { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0MGpNN6qG3Q53TNVQzRbo3K5W0qy1o { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIazVEcwXyatQPkxToAQ5mBRWsaZaoSs { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvvWuL9J6oZ7vJAQbeITwSDZ5V8XRBi { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgShVCDLOrqDEonzVfTGgMLQPehmDmMb { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q { display:block; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3RbaEz5KE68AuNkD1nnb36x6SWgkKG0 { width:20rem;height:3.5625rem;top:7.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ApiFRvra7OPmD8hreDBvwlfolgXnoE { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCHc2JcIB4twkTaFuSRbkoLFQcWa6LA { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GLz1A3fap463wTZTH6L20RTavO9RN0 { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypIpik9LWSfc6xzMwUPE18vIErIIwuB { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJnFQPycfTSOsh1QMTf7bpKtXM1BqCx { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcXh0cNHsqsVzK6lE5gT3yaaJ6b4y3m { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQ2AZsgdgyIRzxrrhrlXXy3ndeTW91u { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7BRhIoUTwJZ45PMXelHBbhxGOuSRMP { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW { display:block; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Tq2FeHzdy8iGJA6nuS6pgcuTcP9y5E { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc { display:block; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puscXmVXnuRoWTmiy8xE9CM4MzJrcXH0 { top:3.8125rem;left:0.8125rem;width:46.125rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFhXw6ZlTSr1WDqOliISCJXNshyPhKb { top:11.0625rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { display:block; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { top:10rem;left:16.5625rem;width:31.1875rem;height:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWvCDEoBL3fTgU8O1bQss0i6ZZ5KGiv { top:2.625rem;left:15.75rem;width:32rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR05rW5hturCxfIoALZDZG6izl4v5Vz3 { top:21.5625rem;left:15.9375rem;width:31.8125rem;height:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { top:6.875rem;left:0rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9lvimcXtTxAeS2GT8ik9VFqN6WTOVSb { top:8.125rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shirEuyTeKLQh30Kt7lrssovahd7apwT { top:7.5625rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGC2qina096GyDg7v2k74DBUKauWQGTZ { display:block; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XboMeRbRBCyR25MAGGI2wZS2t3IJzC15 { top:3.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCh6d8r45sPwoddzturqSTdlKWg7lioE { top:12.125rem;left:0rem;width:19rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK60FsbPQ7F5ho7AzsNpwNeEzOhacCeX { top:12.125rem;left:14.0625rem;width:19.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0NRV77OMyMVlheuikoPb3LmfXNIvetu { top:12.125rem;left:28.25rem;width:19rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTu4KaItM0TzWCb5HR673VPhed4VweE { top:29.4375rem;left:0rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQWaeZA53FEd9T7WRczR3V34srOLdP2 { top:29.4375rem;left:19.3125rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWBhIn4PZW4qgO5dmdUlpbzQDi0ia3uT { top:29.4375rem;left:38.625rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.1875rem;top:12.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:47.75rem;height:4.4375rem;top:2.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRFqOVtofSep1aXCbd9rSWT8ZqH7lMF0 { top:7.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { top:0rem;left:0rem;width:47.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u { display:block; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD { display:flex;width:9rem;height:5.0625rem;top:5.0625rem;left:14.187501907349rem; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #vpd4UyTzRnUbGMcdo6lO9iGHXGrx3CQA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #LCrIxz6qk5S5TUU7mAIyRySJGk9ugpJ8 {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #g2c4lBVyaFkCS65akz54xW2J4OGXF2XN {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #xMTXpWkcVXTEoxHl8rZZdptAIJytD8D0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ubc3m1ZGLZpItSV51Chd0KknT5RmFemk {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #WP5sw3f7VzUIS6HxmmmBS1cGGecLL13I {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #sW4etGW8k5FTe96pJiZLNy7KzA5sFCuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #NTpJlmJ1A3tPFO2Q0JCcUeE6cXzAJUcR {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ceSbrQPGtimVERsZcbqmxAFFHGssBIR4 {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #s28RZ3DT21bTuLQNP6PvgBylN5tGxkqy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yyevg578EIwaZdaC8vTJH9fn7PPDBLrO {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yPBq56fMX9miv4og4m5dTyzkdidG6EAd {  }
 }@media only screen and (max-width: 763px) { #ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { width:14.375rem;height:3.75rem;top:13.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block; }
 }@media only screen and (max-width: 763px) { #WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ { display:block; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU8AN9I2b3FZISQuWTgMu4SDTsEA151 { top:2.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z { display:block; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATFO4Hoi3fUX8vBtZC8HWTUzdmLO6RDZ { top:2.625rem;left:0rem;width:29.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMkVUW2zg92M1iVWoBG2doKNaptr6SD { top:0.8125rem;left:17.875rem;width:29.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrdgXwwxEWc8WlSBUreLmp8rWk3CvUH { top:7.0625rem;left:20.5rem;width:27.25rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVxPxWf21EugbFBvCH5KFeivr1JJdo6N { top:17.375rem;left:20.5rem;width:27.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMFUtH4IqBJWOJ9eTkhP5Pt2ZmFzq6G7 { top:14.625rem;left:20.5rem;width:27.25rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PftxSbgk52PTpuedPcsRNw4xkZxdL0w8 { width:14.375rem;height:3.75rem;top:22.3125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3WZDyTzFd9h1V8FTw01fOOLnviB5rKl { display:block; }
 }@media only screen and (max-width: 763px) { #aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM { display:block; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVgENyzmUZzMF0MFIvzu33CTG10KaL67 { top:1.375rem;left:19.000001907349rem;width:9.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX76TfwIkTkVSsNi1H50WfR2kbz2Q9yv { top:6.8125rem;left:12.187501907349rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVpXa5qZRuOT1zTwTOBuPtrVZEa7ZEE { top:6.8125rem;left:24.687501907349rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8yTQZTRQ9qAvxhRIOitiErowpXMCWfh { top:9.25rem;left:0rem;width:47.75rem;height:1.125rem;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) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-number { padding-top:0.284375rem;padding-right:0.25625rem;padding-bottom:0.284375rem;padding-left:0.25625rem;width:1.5375rem;min-width:1.5375rem;height:1.5275rem;font-size:1.1375rem;line-height:24.44px;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; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.05rem;height:0.603125rem;font-size:0.426875rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dz0NGlh7W2FLCmiHxG6umUolp69NCvqv { display:flex;width:6.125rem;height:2.8775rem;top:3.62353515625rem;left:6.25rem;padding-top:0.6875rem;padding-right:0.6875rem;padding-bottom:0.6875rem;padding-left:0.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #X13rAkwA8i5Mwg8J1k4FlM2baIs4S6z0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #vmzwfHvTP6aSE6wfys4Zb5NdaFhCtNzQ {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #Hn7TrprNK17UNeni3lNtZKVLVMnd332x {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #UKoLVaMxg40JHlNfwZJrMH221pWzuENe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MQGwArifaBGSwTnmGTq5vt6H0nzr0kIw {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #ADmRcb7QMRIvvv1iobUdlsynnHVQKCdp {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #uExQB5gcrfx2oCZzvs5el8ss2E342K0l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #zFTLJA7IbSIUAeDr5JgrrHTn0q3OgbTn {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #HyqfO4TREuGilBSad7NEoZzkzS53fMAV {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #MJfKaHLepApdU0auoFKWQc8pTzpVb0n4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #prFu5Nhln216UkTeMSia60PbqWID8zF1 {  }
 }@media only screen and (max-width: 763px) { #dz0NGlh7W2FLCmiHxG6umUolp69NCvqv #wxsmID0yGuxy9XV2CZO1la8nWWNgxdP0 {  }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:2.84375rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:18.625rem;height:2.92480625rem;top:3.974609375rem;left:0.6875rem;font-size:2.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:4.78125rem;top:8.13046836853rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.3125rem;height:4.0625rem;top:8.3496125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:37.724609375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:15.4375rem;height:20rem;top:14.1875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:6.6875rem;height:6.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:5.8125rem;height:4rem;top:30.125rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvM0bT7rOcSXqR3MDP3pouVBHp3oEW1a { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignbvEPOC95SZMrMyVKABaFoET5N2eoW { width:20rem;height:18.40725rem;top:7.023925rem;left:0rem;font-size:1.125rem;display:block; }#ignbvEPOC95SZMrMyVKABaFoET5N2eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/AmX4izNf/check45.png); }
 }@media only screen and (max-width: 763px) { #Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO { background-color:#eceff2;background-image:none;display:block; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { background-color: transparent; background-image: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container > .video-iframe-container { display: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row > .video-iframe-container { display: none; }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .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); }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { width:20rem;height:82.645188119405rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5qa6mZW8G0eM8yHVDMkxgwmrdbzqh7Q { width:20rem;height:7.19825rem;top:21.3345rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ha6kMhIZrXkrN5gwFFku22Xbp2rI7Z { width:20rem;height:24.9375rem;top:30.70849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byGMAQ8DwQMLNEOZLxLB0HBRr1n3iZsE { width:14.375rem;height:3.75rem;top:57.52099609375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { display:block; }
 }@media only screen and (max-width: 763px) { #MADdVp3hKlzGzUAK0bW4Wm5CSxSlhozQ { width:20rem;height:18.874680306906rem;top:62.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u { display:block; }#feVfrxboTzxBeSTFLM0E3ohUGMCMTJ3u > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRHZMSLBdauug12TEDVMllgi7IppQQCV { width:18.75rem;height:1.7875rem;top:9.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soNzdnc2bfwT0NwhhARaNREQTMlGZT4D { width:5.625rem;height:5.625rem;top:2.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLJnyOJxET2P3qAsE4F80FoZITukeuO { width:3.125rem;height:3.125rem;top:4.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHoJwJhTNn2mUOF5xgweH7xo7IC65A0 { width:18.75rem;height:3.574225rem;top:20.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcCAunCAAiAk4F8fa5u8CveHXkD1BC2F { width:5.625rem;height:5.625rem;top:13.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0MGpNN6qG3Q53TNVQzRbo3K5W0qy1o { width:3.125rem;height:3.125rem;top:14.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIazVEcwXyatQPkxToAQ5mBRWsaZaoSs { width:18.75rem;height:3.574225rem;top:34rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvvWuL9J6oZ7vJAQbeITwSDZ5V8XRBi { width:5.625rem;height:5.625rem;top:26.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgShVCDLOrqDEonzVfTGgMLQPehmDmMb { width:3.125rem;height:3.125rem;top:28.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q { display:block; }#RIhViqUdlTXvAstn8tEMJo9ioz5Iu62Q > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3RbaEz5KE68AuNkD1nnb36x6SWgkKG0 { width:18.75rem;height:5.361325rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ApiFRvra7OPmD8hreDBvwlfolgXnoE { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCHc2JcIB4twkTaFuSRbkoLFQcWa6LA { width:3.125rem;height:3.125rem;top:2.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GLz1A3fap463wTZTH6L20RTavO9RN0 { width:18.75rem;height:3.574225rem;top:22.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypIpik9LWSfc6xzMwUPE18vIErIIwuB { width:5.625rem;height:5.625rem;top:15.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJnFQPycfTSOsh1QMTf7bpKtXM1BqCx { width:3.125rem;height:3.125rem;top:16.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcXh0cNHsqsVzK6lE5gT3yaaJ6b4y3m { width:18.75rem;height:3.574225rem;top:34.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQ2AZsgdgyIRzxrrhrlXXy3ndeTW91u { width:5.625rem;height:5.625rem;top:28rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7BRhIoUTwJZ45PMXelHBbhxGOuSRMP { width:3.125rem;height:3.125rem;top:29.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW { background-color:#eceff2;background-image:none;display:block; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { background-color: transparent; background-image: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container > .video-iframe-container { display: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row > .video-iframe-container { display: none; }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .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); }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Tq2FeHzdy8iGJA6nuS6pgcuTcP9y5E { width:20rem;height:12.375rem;top:3.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc { display:block; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puscXmVXnuRoWTmiy8xE9CM4MzJrcXH0 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFhXw6ZlTSr1WDqOliISCJXNshyPhKb { width:19.875rem;height:23.875rem;top:4.53125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { display:block; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { width:18.75rem;height:12.1113125rem;top:22.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWvCDEoBL3fTgU8O1bQss0i6ZZ5KGiv { width:20rem;height:2.1rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR05rW5hturCxfIoALZDZG6izl4v5Vz3 { width:18.625rem;height:28.25975rem;top:37.0625rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { width:16.125rem;height:16.125rem;top:4.599609375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9lvimcXtTxAeS2GT8ik9VFqN6WTOVSb { width:15.5rem;height:15.5rem;top:4.5996125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shirEuyTeKLQh30Kt7lrssovahd7apwT { width:15.5rem;height:15.5rem;top:4.849609375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGC2qina096GyDg7v2k74DBUKauWQGTZ { display:block; }#FGC2qina096GyDg7v2k74DBUKauWQGTZ > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XboMeRbRBCyR25MAGGI2wZS2t3IJzC15 { width:20rem;height:2.35546875rem;top:1.25rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RCh6d8r45sPwoddzturqSTdlKWg7lioE { width:17.3125rem;height:14.5rem;top:4.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK60FsbPQ7F5ho7AzsNpwNeEzOhacCeX { width:17.5625rem;height:14.75rem;top:24.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0NRV77OMyMVlheuikoPb3LmfXNIvetu { width:17.4375rem;height:14.625rem;top:43.78125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTu4KaItM0TzWCb5HR673VPhed4VweE { width:9.125rem;height:1.94921875rem;top:20.34375rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQWaeZA53FEd9T7WRczR3V34srOLdP2 { width:9.125rem;height:1.94921875rem;top:40.10546875rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWBhIn4PZW4qgO5dmdUlpbzQDi0ia3uT { width:9.125rem;height:1.94921875rem;top:59.6796875rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.125rem;top:11.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:20rem;height:5.2rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRFqOVtofSep1aXCbd9rSWT8ZqH7lMF0 { width:20rem;height:1.4625rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { width:20rem;height:13.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u { background-color:#ffffff;background-image:none;display:block; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { background-color: transparent; background-image: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container > .video-iframe-container { display: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row > .video-iframe-container { display: none; }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .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); }#x0gek2JmKfCS57oDVMJVTrLTtx3OKZ1u > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-number { padding-top:0.284375rem;padding-right:0.25625rem;padding-bottom:0.284375rem;padding-left:0.25625rem;width:1.5375rem;min-width:1.5375rem;height:1.5275rem;font-size:1.1375rem;line-height:24.44px;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; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.05rem;height:0.603125rem;font-size:0.426875rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD { display:flex;width:6.125rem;height:2.8775rem;top:1.25rem;left:6.25rem;padding-top:0.6875rem;padding-right:0.6875rem;padding-bottom:0.6875rem;padding-left:0.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #vpd4UyTzRnUbGMcdo6lO9iGHXGrx3CQA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #LCrIxz6qk5S5TUU7mAIyRySJGk9ugpJ8 {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #g2c4lBVyaFkCS65akz54xW2J4OGXF2XN {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #xMTXpWkcVXTEoxHl8rZZdptAIJytD8D0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ubc3m1ZGLZpItSV51Chd0KknT5RmFemk {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #WP5sw3f7VzUIS6HxmmmBS1cGGecLL13I {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #sW4etGW8k5FTe96pJiZLNy7KzA5sFCuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #NTpJlmJ1A3tPFO2Q0JCcUeE6cXzAJUcR {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #ceSbrQPGtimVERsZcbqmxAFFHGssBIR4 {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #s28RZ3DT21bTuLQNP6PvgBylN5tGxkqy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yyevg578EIwaZdaC8vTJH9fn7PPDBLrO {  }
 }@media only screen and (max-width: 763px) { #aLu5neT1eQ7dhxZoeWccf4o2OuMW2DbD #yPBq56fMX9miv4og4m5dTyzkdidG6EAd {  }
 }@media only screen and (max-width: 763px) { #ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { width:14.375rem;height:3.75rem;top:6.75244375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block; }
 }@media only screen and (max-width: 763px) { #WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ { display:block; }#WBEkLi81v5oEWI1y0vhWFGKwJouvboCJ > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU8AN9I2b3FZISQuWTgMu4SDTsEA151 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z { display:block; }#sTXT1NflW1dd6xICk8Cs06RLdWgHQM8z > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATFO4Hoi3fUX8vBtZC8HWTUzdmLO6RDZ { width:20rem;height:14.9673125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMkVUW2zg92M1iVWoBG2doKNaptr6SD { width:20rem;height:2.03125rem;top:17.5298125rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CIrdgXwwxEWc8WlSBUreLmp8rWk3CvUH { width:20rem;height:5.84765625rem;top:20.8110625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVxPxWf21EugbFBvCH5KFeivr1JJdo6N { width:20rem;height:1.625rem;top:27.910675rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMFUtH4IqBJWOJ9eTkhP5Pt2ZmFzq6G7 { width:20rem;height:2.2744125rem;top:30.34814453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PftxSbgk52PTpuedPcsRNw4xkZxdL0w8 { width:14.375rem;height:3.75rem;top:33.62255859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3WZDyTzFd9h1V8FTw01fOOLnviB5rKl { display:block; }
 }@media only screen and (max-width: 763px) { #aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM { display:block; }#aGXbfJhrNcp8lTGxWXp0ITfEiyohELrM > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVgENyzmUZzMF0MFIvzu33CTG10KaL67 { width:7.25rem;height:3.25rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX76TfwIkTkVSsNi1H50WfR2kbz2Q9yv { width:7.75rem;height:0.975rem;top:5.75rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVpXa5qZRuOT1zTwTOBuPtrVZEa7ZEE { width:7.9375rem;height:0.975rem;top:7.9746125rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8yTQZTRQ9qAvxhRIOitiErowpXMCWfh { width:20rem;height:0.975rem;top:10.199225rem;left:0rem;font-size:0.75rem;display:block; }
 }