.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#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 > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:53.25rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:oswald;font-size:9.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:12.2685625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:30rem;position:absolute;font-family:"marck script";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.2685546875rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18rem;left:2.53125rem;height:19.21875rem;text-align:center;text-align-last:center;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:15003;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:18.75rem;width:0.125rem;top:18.6875rem;left:0rem;display:block; }
#bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { background-color:#e72690;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:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41.5625rem;left:0rem;display:block; }
#n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { position:absolute;display:block;z-index:15004;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:34.5625rem;width:26.6875rem;top:17.3125rem;left:31.65625rem;overflow:hidden;display:block; }
#ZeIB5pBgFvuzPpIu12ktwlZOohgBgvSR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:3.5625rem;width:19.0625rem;top:48.25rem;left:0rem;overflow:hidden;display:block; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .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; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR { 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:#e7007a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;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:9.0625rem;left:35.25rem;z-index:15006; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #CONJgoPAKTwHmBu4mODtAAWibANNmIgS { display:flex;position:relative;top:0rem;left:0rem; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #TyunysNvrqMGsk1qHIw42gpccTObknHT { width:auto; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #atPkOVBHcqTTtVa5lRhJW4lgdXDCn3X5 {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #qWkCeAbJFtxRMD2kBb8wUDe4zxF79nMl { display:flex;position:relative;top:0rem;left:0rem; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #dD9CyiVeXs2PmyDH90g3Lb1p7AANpOw5 {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #mlJ5zyNLe6Ii10mHIJJFoiwK3Dffa6HM {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #cvUG3LFEkldwHSQmt9dRdGIyCR2r6fx9 { display:flex;position:relative;top:0rem;left:0rem; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #X4yioXCBZlHAFD0RuQHgyMh1dC53XOHE {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #R0GfeQPTsxlTXxkdtR6wvQBLIRUgxgoC {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #sedLCHr4sTgwrltr5ePPn49eMWcygnBm { display:flex;position:relative;top:0rem;left:0rem; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #aeaBIPeqSniio40G0xomAr7B7S2eHfI0 {  }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #l1fqHqh96R6ba4aleM4GcrwWlTmVBHF5 {  }
#TvTtJ9decwzyTUczhPoUmp066QKfabmX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:20.0625rem;top:0.625rem;left:35.25rem;overflow:hidden;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 > .video-iframe-container {  }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;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:15003;line-height:1.3;letter-spacing:0;top:1.978515625rem;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:15004;height:27.6875rem;width:49.5625rem;top:7.884765625rem;left:5.21875rem;display:block; }
#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:none;position:relative;display:block; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { background-color: transparent; background-image: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container > .video-iframe-container { display: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row > .video-iframe-container { display: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .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); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { border-width: 0; border-radius: 0; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row > .video-iframe-container {  }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#xzBD63QD5sgoCNNPup6Re3i4LFt8LTso { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:24.5rem;width:29.1875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#SBXIweDsQ9TD9P0brabkiDE7TOEdhynh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:24.5rem;width:29.1875rem;top:0.625rem;left:30.763149350649rem;overflow:hidden;display:block; }
#nz1Sh2vWDZfsz2ZIeesfrys6AhFh5CG2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:24.4375rem;width:29.1875rem;top:26.75rem;left:0rem;overflow:hidden;display:block; }
#TiiVLAiJTR42yl1nMSHJ34CmQVyVygeQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:24.4375rem;width:29.1875rem;top:26.75rem;left:30.8125rem;overflow:hidden;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 > .video-iframe-container {  }#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:15001;line-height:1.1;letter-spacing:0;top:10.25rem;left:3.0625rem;height:4.46875rem;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:15003;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); }
#oQv071gsfwldDShtUuK5spNehtRpsUBQ { 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; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ.adaptive-delivery-prevent-bg, #oQv071gsfwldDShtUuK5spNehtRpsUBQ.lazyload, #oQv071gsfwldDShtUuK5spNehtRpsUBQ.lazyloading { background-image: none; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container { background-color: transparent; background-image: none; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container > .video-iframe-container { display: none; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .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); }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row > .video-iframe-container { display: none; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .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); }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container { border-width: 0; border-radius: 0; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row > .video-iframe-container {  }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#TorXSRUziIk6aXlr7vcCfhvftt94IWLm { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;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; }
#GgGdpO2Ta67GyH5CnxDEtoJy41TTT4rE { position:absolute;display:block;z-index:15003;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; }
#VN4kVkhdH2eVtsJp6eUMeLCGpvJFLIgw { position:absolute;display:block;z-index:15004;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; }
#KCDH9f0wT5Fasp7AOxJTVFAFAqJJSVdO { position:absolute;display:block;z-index:15005;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; }
#CvIkMWVl6B1oklamfPkKyASUusByLe4t { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:400;z-index:15003;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; }
#WiSlU0ouTCHSGpwQyh10e6CWwP6qg4cy { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15004;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; }
#UmVQ9ObiXbt9yXiVXyKzrfMgT6Zem0yg { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15005;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; }
#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 > .video-iframe-container {  }#Z0wSTMOzDtcBLyv2JoSMigkvfuDgO2oO > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#D5qa6mZW8G0eM8yHVDMkxgwmrdbzqh7Q { display:block;width:31.4375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:1.25rem;left:13.3125rem;height:5.625rem;color:#515151;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6Ha6kMhIZrXkrN5gwFFku22Xbp2rI7Z { display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:5.875rem;left:14.5625rem;height:18.5625rem;color:#515151;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byGMAQ8DwQMLNEOZLxLB0HBRr1n3iZsE { background-color:#26e733;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:#f4f1ef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:22.8125rem;display:block; }
#eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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 > .video-iframe-container {  }#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:15002;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:15000;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:15001;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:15006;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:15004;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:15005;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:15010;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:15008;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:15009;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 > .video-iframe-container {  }#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:15002;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:15000;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:15001;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:15006;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:15004;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:15005;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:15010;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:15008;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:15009;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 > .video-iframe-container {  }#rgqtohT5zpBxdZLTiwFuLiAvLv0reXyW > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;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:15001;line-height:1.5;letter-spacing:0;top:3.78125rem;left:1.75rem;height:4.125rem;color:#515151;font-style:normal;display:block; }
#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f1ef;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 > .video-iframe-container {  }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { color:#515151;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15012;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:32.1875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.625rem;left:27.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:19.875rem;width:21.25rem;top:1.6875rem;left:3.6875rem;overflow:hidden;display:block; }
#i50AoSuMgTfCo852COaTxrIc9WZBAaxx { 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; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx.adaptive-delivery-prevent-bg, #i50AoSuMgTfCo852COaTxrIc9WZBAaxx.lazyload, #i50AoSuMgTfCo852COaTxrIc9WZBAaxx.lazyloading { background-image: none; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container { background-color: transparent; background-image: none; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container > .video-iframe-container { display: none; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .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); }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row > .video-iframe-container { display: none; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .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); }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container { border-width: 0; border-radius: 0; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row > .video-iframe-container {  }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#XIehAddOI7olLKhgN2MQUssV6cEWuC0D { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:400;z-index:15002;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; }
#Tk8DcT8zZgx4fSyh7aERmIeEiU2fd7v5 { position:absolute;display:block;z-index:15003;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.875rem;width:19rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#yU5KHS6WnuH6QeL4WyPEN0pGCBJx8vgo { position:absolute;display:block;z-index:15004;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; }
#D88kPGUi7ZbntLLKskHCQqdIo0DMZzQz { position:absolute;display:block;z-index:15005;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.875rem;width:19rem;top:12.125rem;left:40.5rem;overflow:hidden;display:block; }
#fhFEGbFpFhywsGThDOFp027XSIqBcHuu { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:400;z-index:15003;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; }
#vT9leKTvBTZByBo13hJhIGlwRsbX5sbS { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15004;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; }
#HUdvi8txcUcik1nfEMuhzAL1FOiauZgm { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15005;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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container {  }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { font-size:0.875rem;font-family:"open sans";height:27.75rem;width:60rem;position:relative;display:block; }#rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { color:#e72690;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { position:absolute;display:block;z-index:15002;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:27.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#XSEFs4gVNqznrz80VgGuKtNZoM28o5hl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:24.125rem;top:5.625rem;left:17.9375rem;overflow:hidden;display:block; }
#ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { background-color:transparent;background-image:none;border-top:0.4375rem solid #e72690;border-left:0.4375rem solid #e72690;border-right:0.4375rem solid #e72690;border-bottom:0.4375rem 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:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.375rem;left:22.8125rem;display:block; }
#NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7yOv5iSAu0vb4Dq6ZQQIHF1XNQRT8Hy { color:#e72690;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .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; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym { 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:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;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:17.125rem;left:20.25rem;z-index:15007; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #BekwfOeznxuL98x6SE18bleTiXv1nVhC { display:flex;position:relative;top:0rem;left:0rem; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #HkKTOn3NlixQLhb2IT746PSDEz6GgPzx { width:auto; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Use57kvh4W4G7LtlO80C3nMxuFHGniad {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #fFf9mPlPfqVWTfy0Ab78q0y13M4R8oTh { display:flex;position:relative;top:0rem;left:0rem; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #dcyHe1sMRJ4kdTLxuCLENGBt639thE16 {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Tsf9toSyK5PXLQhiWPJBAFAL7LbvkNQg {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #VD698OKA0bGErGStkdKVuUmuClOzsmfn { display:flex;position:relative;top:0rem;left:0rem; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #mzei9sC3AKqcr3CpaKXL7sphDPMp1ewT {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #pDagP6qhJS8rORrxRa7fOtziizIV967O {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #V4UONUTViaWSHBTm0MqWAxsLct96Gicn { display:flex;position:relative;top:0rem;left:0rem; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #sIAGkEPrU9rrnhwfOeioT2uQ6PnyPeMl {  }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #cTp4kuNszwBIceTwQqmZ0b8FiuqssNsv {  }
#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 > .video-iframe-container {  }#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:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:10.1875rem;top:1.25rem;left:24.90625rem;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:15001;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:15002;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:15001;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) { #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:12.25rem;top:0rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:30rem;height:4.25rem;top:12.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:24.9375rem;height:19.1875rem;top:18rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:18.75rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:4.625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:26.6875rem;height:34.5625rem;top:17.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeIB5pBgFvuzPpIu12ktwlZOohgBgvSR { top:48.25rem;left:0rem;width:19.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .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; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .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; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR { width:18.5rem;height:5.1875rem;display:flex;top:2.9375rem;left:26.125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #CONJgoPAKTwHmBu4mODtAAWibANNmIgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #TyunysNvrqMGsk1qHIw42gpccTObknHT {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #atPkOVBHcqTTtVa5lRhJW4lgdXDCn3X5 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #qWkCeAbJFtxRMD2kBb8wUDe4zxF79nMl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #dD9CyiVeXs2PmyDH90g3Lb1p7AANpOw5 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #mlJ5zyNLe6Ii10mHIJJFoiwK3Dffa6HM {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #cvUG3LFEkldwHSQmt9dRdGIyCR2r6fx9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #X4yioXCBZlHAFD0RuQHgyMh1dC53XOHE {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #R0GfeQPTsxlTXxkdtR6wvQBLIRUgxgoC {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #sedLCHr4sTgwrltr5ePPn49eMWcygnBm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #aeaBIPeqSniio40G0xomAr7B7S2eHfI0 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #l1fqHqh96R6ba4aleM4GcrwWlTmVBHF5 {  }
 }@media only screen and (max-width: 763px) { #TvTtJ9decwzyTUczhPoUmp066QKfabmX { top:0.625rem;left:26.0625rem;width:20.0625rem;height:8.0625rem;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:1.9375rem;left:0.8125rem;width:46.125rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFhXw6ZlTSr1WDqOliISCJXNshyPhKb { top:7.875rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo { display:block; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzBD63QD5sgoCNNPup6Re3i4LFt8LTso { top:0.625rem;left:0rem;width:29.1875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBXIweDsQ9TD9P0brabkiDE7TOEdhynh { top:0.625rem;left:18.5625rem;width:29.1875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz1Sh2vWDZfsz2ZIeesfrys6AhFh5CG2 { top:26.75rem;left:0rem;width:29.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiVLAiJTR42yl1nMSHJ34CmQVyVygeQ { top:26.75rem;left:18.5625rem;width:29.1875rem;height:24.4375rem;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:4.4375rem;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) { #oQv071gsfwldDShtUuK5spNehtRpsUBQ { display:block; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TorXSRUziIk6aXlr7vcCfhvftt94IWLm { top:3.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgGdpO2Ta67GyH5CnxDEtoJy41TTT4rE { top:12.125rem;left:0rem;width:19rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4kVkhdH2eVtsJp6eUMeLCGpvJFLIgw { top:12.125rem;left:14.0625rem;width:19.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCDH9f0wT5Fasp7AOxJTVFAFAqJJSVdO { top:12.125rem;left:28.25rem;width:19rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIkMWVl6B1oklamfPkKyASUusByLe4t { top:29.4375rem;left:0rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSlU0ouTCHSGpwQyh10e6CWwP6qg4cy { top:29.4375rem;left:19.3125rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmVQ9ObiXbt9yXiVXyKzrfMgT6Zem0yg { top:29.4375rem;left:38.625rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@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:4.6875rem;top:29.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { 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) { #NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { display:block; }#NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { top:10rem;left:15.4375rem;width:32.3125rem;height:11.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWvCDEoBL3fTgU8O1bQss0i6ZZ5KGiv { top:2.625rem;left:15.5625rem;width:32.1875rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { top:1.6875rem;left:0rem;width:21.25rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i50AoSuMgTfCo852COaTxrIc9WZBAaxx { display:block; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIehAddOI7olLKhgN2MQUssV6cEWuC0D { top:3.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8DcT8zZgx4fSyh7aERmIeEiU2fd7v5 { top:12.125rem;left:0rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU5KHS6WnuH6QeL4WyPEN0pGCBJx8vgo { top:12.125rem;left:14.0625rem;width:19.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88kPGUi7ZbntLLKskHCQqdIo0DMZzQz { top:12.125rem;left:28.25rem;width:19rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhFEGbFpFhywsGThDOFp027XSIqBcHuu { top:29.4375rem;left:0rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9leKTvBTZByBo13hJhIGlwRsbX5sbS { top:29.4375rem;left:19.3125rem;width:9.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUdvi8txcUcik1nfEMuhzAL1FOiauZgm { 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) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:47.75rem;height:4.4375rem;top:0.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { top:0rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEFs4gVNqznrz80VgGuKtNZoM28o5hl { top:5.625rem;left:11.8125rem;width:24.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { width:14.375rem;height:4.375rem;top:11.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block; }
 }@media only screen and (max-width: 763px) { #x7yOv5iSAu0vb4Dq6ZQQIHF1XNQRT8Hy { width:47.75rem;height:4.4375rem;top:23.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .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; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .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; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym { width:18.5rem;height:5.1875rem;display:flex;top:2.9375rem;left:26.125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #BekwfOeznxuL98x6SE18bleTiXv1nVhC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #HkKTOn3NlixQLhb2IT746PSDEz6GgPzx {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Use57kvh4W4G7LtlO80C3nMxuFHGniad {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #fFf9mPlPfqVWTfy0Ab78q0y13M4R8oTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #dcyHe1sMRJ4kdTLxuCLENGBt639thE16 {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Tsf9toSyK5PXLQhiWPJBAFAL7LbvkNQg {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #VD698OKA0bGErGStkdKVuUmuClOzsmfn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #mzei9sC3AKqcr3CpaKXL7sphDPMp1ewT {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #pDagP6qhJS8rORrxRa7fOtziizIV967O {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #V4UONUTViaWSHBTm0MqWAxsLct96Gicn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #sIAGkEPrU9rrnhwfOeioT2uQ6PnyPeMl {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #cTp4kuNszwBIceTwQqmZ0b8FiuqssNsv {  }
 }@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.25rem;left:18.78125rem;width:10.1875rem;height:4.6875rem;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) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:4.7119125rem;top:16.0625rem;left:0rem;font-size:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:20rem;height:6.9863125rem;top:21.2109375rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:10.3125rem;top:28.3212890625rem;left:1.125rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.25rem;height:9.625rem;top:28.53515625rem;left:-0.13513513513511rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:63.974609375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:17.25rem;height:22.375rem;top:39.27734375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeIB5pBgFvuzPpIu12ktwlZOohgBgvSR { width:19.0625rem;height:3.5625rem;top:69.037109375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .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; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .widget-text.counter-number { padding-top:0.459375rem;padding-right:0.4075rem;padding-bottom:0.459375rem;padding-left:0.4075rem;width:2.446875rem;min-width:2.446875rem;height:2.470625rem;font-size:1.838125rem;line-height:39.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.2625rem;height:0.976875rem;font-size:0.689375rem;line-height:15.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR { width:17.5625rem;height:4.77875rem;display:flex;top:9.5810546875rem;left:0.7509765625rem;z-index:15006;padding-top:0.459375rem;padding-right:0.46625rem;padding-bottom:0.459375rem;padding-left:0.46625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #CONJgoPAKTwHmBu4mODtAAWibANNmIgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #TyunysNvrqMGsk1qHIw42gpccTObknHT {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #atPkOVBHcqTTtVa5lRhJW4lgdXDCn3X5 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #qWkCeAbJFtxRMD2kBb8wUDe4zxF79nMl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #dD9CyiVeXs2PmyDH90g3Lb1p7AANpOw5 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #mlJ5zyNLe6Ii10mHIJJFoiwK3Dffa6HM {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #cvUG3LFEkldwHSQmt9dRdGIyCR2r6fx9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #X4yioXCBZlHAFD0RuQHgyMh1dC53XOHE {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #R0GfeQPTsxlTXxkdtR6wvQBLIRUgxgoC {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #sedLCHr4sTgwrltr5ePPn49eMWcygnBm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #aeaBIPeqSniio40G0xomAr7B7S2eHfI0 {  }
 }@media only screen and (max-width: 763px) { #zVP5qyfd6cSLEbvZOD5oqVhVVCTOA8cR #l1fqHqh96R6ba4aleM4GcrwWlTmVBHF5 {  }
 }@media only screen and (max-width: 763px) { #TvTtJ9decwzyTUczhPoUmp066QKfabmX { width:20rem;height:8.037125rem;top:0.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc { display:block; }#sDaLiMcqcyRGKQutENPD1GMWrTJh3GSc > .row .container { width:20rem;height:28.875rem;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) { #lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo { background-color:#000000;background-image:none;display:block; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { background-color: transparent; background-image: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container > .video-iframe-container { display: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row > .video-iframe-container { display: none; }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .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); }#lc6J1cnMFABUwbrrlXhiQTzt6DfdDqQo > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzBD63QD5sgoCNNPup6Re3i4LFt8LTso { width:20rem;height:16.6875rem;top:1.5113226617133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBXIweDsQ9TD9P0brabkiDE7TOEdhynh { width:20rem;height:16.75rem;top:19.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz1Sh2vWDZfsz2ZIeesfrys6AhFh5CG2 { width:20rem;height:16.745182012848rem;top:37.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiVLAiJTR42yl1nMSHJ34CmQVyVygeQ { width:20rem;height:16.745182012848rem;top:55.344734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvM0bT7rOcSXqR3MDP3pouVBHp3oEW1a { width:20rem;height:2.19921875rem;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:5.0146484375rem;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) { #oQv071gsfwldDShtUuK5spNehtRpsUBQ { display:block; }#oQv071gsfwldDShtUuK5spNehtRpsUBQ > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TorXSRUziIk6aXlr7vcCfhvftt94IWLm { 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) { #GgGdpO2Ta67GyH5CnxDEtoJy41TTT4rE { width:17.3125rem;height:14.5rem;top:4.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4kVkhdH2eVtsJp6eUMeLCGpvJFLIgw { width:17.5625rem;height:14.75rem;top:24.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCDH9f0wT5Fasp7AOxJTVFAFAqJJSVdO { width:17.4375rem;height:14.625rem;top:43.78125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIkMWVl6B1oklamfPkKyASUusByLe4t { 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) { #WiSlU0ouTCHSGpwQyh10e6CWwP6qg4cy { 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) { #UmVQ9ObiXbt9yXiVXyKzrfMgT6Zem0yg { 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) { #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:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5qa6mZW8G0eM8yHVDMkxgwmrdbzqh7Q { width:20rem;height:9.296875rem;top:8.4404296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ha6kMhIZrXkrN5gwFFku22Xbp2rI7Z { width:20rem;height:24.9375rem;top:19.4375rem;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:1.8330078125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGspFiHUDEfP9fQdC8ObtSiFSNLhktR { 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) { #NTNzhbVCpGH6OLcXGMB6zTNsLffpA8Pn { background-color:#f4f1ef;background-image:none;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 { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsL8gw5rokTFUdhL9aFpTeQq9sSqMbM { width:18.75rem;height:14.129875rem;top:22.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWvCDEoBL3fTgU8O1bQss0i6ZZ5KGiv { width:20rem;height:2.0996125rem;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) { #G87UMxu0UFy8xaGIM2uyuDUa41KEQUnT { width:16.125rem;height:15.0625rem;top:4.599609375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i50AoSuMgTfCo852COaTxrIc9WZBAaxx { display:block; }#i50AoSuMgTfCo852COaTxrIc9WZBAaxx > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIehAddOI7olLKhgN2MQUssV6cEWuC0D { 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) { #Tk8DcT8zZgx4fSyh7aERmIeEiU2fd7v5 { width:17.3125rem;height:14.5rem;top:4.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU5KHS6WnuH6QeL4WyPEN0pGCBJx8vgo { width:17.5625rem;height:14.6875rem;top:24.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88kPGUi7ZbntLLKskHCQqdIo0DMZzQz { width:17.4375rem;height:14.5625rem;top:43.78125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhFEGbFpFhywsGThDOFp027XSIqBcHuu { 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) { #vT9leKTvBTZByBo13hJhIGlwRsbX5sbS { 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) { #HUdvi8txcUcik1nfEMuhzAL1FOiauZgm { 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:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:20rem;height:6.662125rem;top:3.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZDnNIXt1oeUq2zoQTNPqO82ZUVSCFm { width:20rem;height:35.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEFs4gVNqznrz80VgGuKtNZoM28o5hl { width:18.625rem;height:3.375rem;top:12.03125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax5RtiNnRDX8GUV6Am8U66cREBiz4Ozs { width:15.875rem;height:3.875rem;top:17.001953125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdwur2IFs7Sl3mflQ9VgFG36WZgaisF { display:block; }
 }@media only screen and (max-width: 763px) { #x7yOv5iSAu0vb4Dq6ZQQIHF1XNQRT8Hy { width:20rem;height:2.5996125rem;top:30.04296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .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; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .widget-text.counter-number { padding-top:0.459375rem;padding-right:0.4075rem;padding-bottom:0.459375rem;padding-left:0.4075rem;width:2.446875rem;min-width:2.446875rem;height:2.470625rem;font-size:1.838125rem;line-height:39.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.2625rem;height:0.976875rem;font-size:0.689375rem;line-height:15.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym { width:17.5625rem;height:4.77875rem;display:flex;top:23rem;left:0.7509765625rem;z-index:15006;padding-top:0.459375rem;padding-right:0.46625rem;padding-bottom:0.459375rem;padding-left:0.46625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #BekwfOeznxuL98x6SE18bleTiXv1nVhC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #HkKTOn3NlixQLhb2IT746PSDEz6GgPzx {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Use57kvh4W4G7LtlO80C3nMxuFHGniad {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #fFf9mPlPfqVWTfy0Ab78q0y13M4R8oTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #dcyHe1sMRJ4kdTLxuCLENGBt639thE16 {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #Tsf9toSyK5PXLQhiWPJBAFAL7LbvkNQg {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #VD698OKA0bGErGStkdKVuUmuClOzsmfn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #mzei9sC3AKqcr3CpaKXL7sphDPMp1ewT {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #pDagP6qhJS8rORrxRa7fOtziizIV967O {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #V4UONUTViaWSHBTm0MqWAxsLct96Gicn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #sIAGkEPrU9rrnhwfOeioT2uQ6PnyPeMl {  }
 }@media only screen and (max-width: 763px) { #T0Snkl2gGq110KUSZEFmgnTZ7Ps0sxym #cTp4kuNszwBIceTwQqmZ0b8FiuqssNsv {  }
 }@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:9.8125rem;height:4.25rem;top:0.875rem;left:5.09375rem;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; }
 }