.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { color:#000000;display:block;width:34.8123125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.623916625976rem;left:2.2493495941162rem;height:7.5rem;font-style:normal;display:none; }
#UiLcHIJdUCfXKUHSo3ElSVRTdS4vv6er { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.625rem;top:1.125rem;left:2.53125rem;overflow:hidden;display:block; }
#GtQlLUf56WhUuzRqkETk9voVA72wvEJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container { background-color: transparent; background-image: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container > .video-iframe-container { display: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row > .video-iframe-container { display: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .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); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container { border-width: 0; border-radius: 0; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#NW7req0HUAA1PzaeE5vMtEKTPTyvSWar { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:4.3125rem;left:0.1875rem;height:14.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5w4kI6uJyLVcbTQckXf7ghWySqrfyF2 { position:absolute;display:block;z-index:15013;background-color:#e8346b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18359375rem;width:25rem;top:21.1875rem;left:11.125rem;display:block; }
#baaLN56qOLdyqQctEKSlslpI9yAo5wQK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#vuCFg2cCe8XDJDSPlpmwzJDFHgoVZ42F { color:#000000;display:block;width:34.8123125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.623916625976rem;left:2.2493495941162rem;height:7.5rem;font-style:normal;display:none; }
#gKhDLz3Zl1Z3dLUToGCq2QUmkBKhU3MA { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61c66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { background-color: transparent; background-image: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container > .video-iframe-container { display: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container { display: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .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); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { border-width: 0; border-radius: 0; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#G8K8NH56Sx3b0ozmckHJL99KhnLtp9vD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#aPXxKSyhtMHvTA8X08fs8HSEpVQCToNB { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.621826171875rem;left:2.93701171875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ { color:#ffffff;display:block;width:62.2480625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:9.349609375rem;left:7.28125rem;height:28.44535rem;font-style:normal;overflow:hidden;display:block; }#RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7322192-756f-4604-94e4-62531c8a8d5e/ZOSgrafikinalanding1.png); }
#KTpNsbp87DBN3SdW0KD0hNUnW8HihnJS { color:#ffffff;display:block;width:60.4355625rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:39.431640625rem;left:8.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8a8oAEJBgh6bTd9rTf4UczKAXKFiyEf { color:#ffffff;display:block;width:63.874375rem;position:absolute;font-family:"montserrat 500-700";font-size:2rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.30712890625rem;left:6.466064453125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCyrJnIxkbWZ0nU9Aa9yGRBTml3OIJ5P { color:#000000;display:block;width:60.4355625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:5.83984375rem;left:6.4658203125rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { background-color: transparent; background-image: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container > .video-iframe-container { display: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row > .video-iframe-container { display: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .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); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { border-width: 0; border-radius: 0; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#M1JSgRcUGTMyhFIPbp0Z6yAmhE00IoVb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#xKKQ38VKt3NnwI28O4gP4AOZTlhZKaMn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:37.5rem;top:5.75rem;left:18.8125rem;overflow:hidden;display:block; }
#Hg85kCzX0RWQp60Sag0pgA6XBHhvWrUV { background-color:#e1192c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:4.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:27.8125rem;left:6.3125rem;display:block; }
#bstibSp6NsMZlAK82KxE3qNyUa840Li3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJQonA1uXbTZNXM2GUic40aKvP5ALWaK { background-color:#e61c66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:4.5625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:27.75rem;left:40.6875rem;display:block; }
#EWBV4qMo6UkEITIDkLHLFrVF8zbhQc7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTpEcLCVXaxqaIQOQJKXtfiV3JKhfgav { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.375rem;left:17.46875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6ypGuI18LguDMgiqoKdC5P8TNoSCRKe { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:20.5625rem;left:6.3125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d5a2a8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne > .row .container { border-width: 0; border-radius: 0; }#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:none; }#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .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; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .widget-text.counter-number { border-top:0.125rem solid #791e10;border-left:0.125rem solid #791e10;border-right:0.125rem solid #791e10;border-bottom:0.125rem solid #791e10;background-color:#d5a2a8;background-image:none;color:#791e10;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:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .widget-text.counter-label { background-color:;background-image:none;color:#791e10;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:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I { 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:#d5a2a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:6.4638671875rem;left:26.75rem;z-index:15000; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #z4srboU26EOMp61d5Lu2nTS2LqCmiQ8b { display:flex;position:relative;top:0rem;left:0rem; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #yimOiSgw6Z0xE2KUaZzC9VlFyZ8odWvQ { width:auto; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gngLva9Tz2E7qbT4nGTQ6POQbmkDVGGI {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gr8KgSXxDzMWBB5nWV1uncAu9nX46fAa { display:flex;position:relative;top:0rem;left:0rem; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #mLk6yZcSrGgbZ79wAo439KOoJzfD9ONd {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #E053LEZtQfaBLIHzElcTzGH3o6BZzx5z {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #LETxnqOXqu7cky2xpEkmikoAcAzG0HLK { display:flex;position:relative;top:0rem;left:0rem; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #aqszd9sK29qV6z3rm85vDGMOp80IhWxk {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #GuaXzTA4CxNyZPCJpZJ3uzaWBA5rbZx5 {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #wbc0LnVlG5gvDatS5pqco55988D5fx0s { display:flex;position:relative;top:0rem;left:0rem; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #L3k5MEMh8eSJhTPNiRg5GKynnvNemBhr {  }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #bFWr6dxDntEhhGGswObR4MAHcEvVe9as {  }
#Sk551CQLeW5R6NInk2909PSMPxdZ9gPg { color:#791e10;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.400390625rem;left:5rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1Ao6UHqyOMoopXIdTL5FtnFCvx2FBlm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg > .row .container { border-width: 0; border-radius: 0; }#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#Qq2BVmakVq5Bw4asxETmGDGJrswkLzM4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { background-color: transparent; background-image: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container > .video-iframe-container { display: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row > .video-iframe-container { display: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .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); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { border-width: 0; border-radius: 0; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#b5T1zzfc3psSgmZBJu1KFOetzBrQ4Orz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { background-color: transparent; background-image: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container > .video-iframe-container { display: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row > .video-iframe-container { display: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .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); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { border-width: 0; border-radius: 0; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#dLqsKIkN80yXZVdI3dmLDmLPvO4dlZgf { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.5rem;left:6.25rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APBgtVvTF8TLzcs87l5aUwSkDRDBikQ5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#DJwCHXc2dTEG6iJXMVRzKWGQWLTJr3xn { color:#000000;display:block;width:66.25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:49.5625rem;left:4.375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVs4eQWD66kgs7dT9mZK3WC2OsSOZsfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:11.75rem;left:6.625rem;overflow:hidden;display:block; }
#dTuEEUIkmFhbuWF9DxrkNJQ4poFMxKzd { color:#000000;display:block;width:56.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:19rem;left:14.9375rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HvCbqKAVw5C4ck8HsphxRr6cfvyileSZ { color:#000000;display:block;width:57.25rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:35.8125rem;left:15.5rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9ndq6ag93xKTCKJy9xbr6rPwVfqU0a9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:36rem;left:11.0625rem;overflow:hidden;display:block; }
#znAckTabVUy3cl79O4fbTLnrGEtOTBmH { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:43.3125rem;left:11.0625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuxHyvmwSAhghT2cvR5vkQ5BEHxfBZJp { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:11.40625rem;left:11.0625rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUyKSG70Hg2xTu6slg0oRF3kwBHrPtN0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:27.875rem;left:6.625rem;overflow:hidden;display:block; }
#lXqDF16MZt5eHBio0VfNwN3iGwqahsFy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:20.3125rem;left:11.0625rem;overflow:hidden;display:block; }
#nWTrF9xREnw4rbP7AVEOevDO9OmtlNbU { color:#000000;display:block;width:59.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:27.5625rem;left:11.375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwOaVzTEPoeI9F9Mm4w4J8J4k22nAX7M { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:42.625rem;left:6.625rem;overflow:hidden;display:block; }
#Hnga75r42F1T32y3u3oyKhNibfoyw0Ui { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:25.1875rem;display:none; }
#etf4oZN21eaEWTKD0WtXFL0aNFVwf1Az { background-color:#e1192c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.996125rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:58rem;left:27.5634765625rem;display:block; }
#OqBpe6IqpwJeWW9MBSSRFeaHVkcy3pFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61c66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { background-color: transparent; background-image: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container > .video-iframe-container { display: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row > .video-iframe-container { display: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .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); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { border-width: 0; border-radius: 0; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { font-size:0.875rem;font-family:arial;height:103.8125rem;width:75rem;position:relative;display:block; }#EhnnEeUt8AieAFHHFRnmJieUCrx88RpX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#VfXtDO4vPdzmvqVXyygOTnraJl1QvZAN { color:#ffffff;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.5625rem;left:5.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOXrT4RVqTz6b8I0PUfXEP5dNQ3tWAZB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:68.8125rem;top:40.822265625rem;left:2.5615234375rem;overflow:hidden;display:block; }
#qcJVrXpMhXsH9A6FXmoTlIlt69ntiRD4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:60.25rem;top:7.072265625rem;left:7.375rem;overflow:hidden;display:block; }
#mMeVAXkbDDipsMbgQgdL1hVDR7CI9SVr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8125rem;width:34.8125rem;top:16.872830718756rem;left:6.5310344696044rem;overflow:hidden;display:none; }
#gfOysuKwQ9uGqy225ouJEQ5M3Pbv1vtQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8125rem;width:34.8125rem;top:16.872830718756rem;left:6.5310344696044rem;overflow:hidden;display:none; }
#fpKQrgBFrS3ulFCXUfmTQaaUcRHMMhDT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8125rem;width:34.8125rem;top:16.872830718756rem;left:6.5310344696044rem;overflow:hidden;display:none; }
#qvE9JXkMS1PPm8w2fH5HRepQKhn16bE7 { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:81.5rem;left:10.53125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FV5ILVv6Sqq14wDSleIeC2NW8HrNBZZZ { color:#f1eff2;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:88.12890625rem;left:7.279296875rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOavfqC7lDOzMecgdTbG88MxgF4i8339 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container { background-color: transparent; background-image: none; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container > .video-iframe-container { display: none; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row > .video-iframe-container { display: none; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .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); }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container { border-width: 0; border-radius: 0; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#mbUMEx9flSHkCwV4k38ow0z5OGnKNhRI { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.75390625rem;left:6.25rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PA93TP13JxaVpUSZli7vMtNLxTHrhpOg { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yvqf3bg5qBtkXJ3r5K4CPQCEMWOJ2ZTZ { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kvb3CWCk4mudTQExdRAfxF0bQdPr0Zu4 { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eayUAuzUuzrnefm5ytWg1DTTuA3C2N0u { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.256945669651rem;left:6.25rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vIvXuHhB6CHfdRCywTIqpnui1w3lhPy4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:23.4375rem;top:1.5625rem;left:25.78125rem;overflow:hidden;display:block; }
#cNnWratLlzXFsNVXmanpgRKK2l0mm96e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cNnWratLlzXFsNVXmanpgRKK2l0mm96e > .row .container { border-width: 0; border-radius: 0; }#cNnWratLlzXFsNVXmanpgRKK2l0mm96e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNnWratLlzXFsNVXmanpgRKK2l0mm96e > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;position:relative;display:none; }#fAo9tRoh62wwT3G7Oe7WzJ7cagHAEByo { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TC8NPDpcQqEcOvBly7UTJE9D7ikXgxdL { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#swbZG57kDNUTg4MSFLlskODpUGTg9Anu { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WgQHKuPJF4SvOOPn01Of6InuR3fAoh4N { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.256945669651rem;left:6.25rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ExHJxyHJuQ9sAx4g47dIQqQ6AUdbKuvT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:32.625rem;top:1.6552734375rem;left:21.1875rem;overflow:hidden;display:block; }
#Z1XHgZ4ET4Ouanx6dErN0KiNm9yliNxo { color:#000000;display:block;width:64.436875rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:9.8125rem;left:5.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9sLDNvfcDfIgRQkVVbvU89XXdhBDsyc { position:absolute;display:block;z-index:15016;background-color:#7b2830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.375rem;top:13.5625rem;left:27.3125rem;display:block; }
#w5UaHhb5dQ3lHKVolZ51dDrGDPLWvnD8 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.625rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRknZWG7CgT1PMF0JX8e9sECnaDBARSt { color:#000000;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:53.25rem;left:5.3125rem;height:7.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhMCXdpMDLFIeUl0MUmuFRSneFW0ul4Q { color:#791e10;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:61.75rem;left:5.3125rem;height:7.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfynr4TrMyhhTeNmA8iDTP6spTCE1NTa { color:#e3456d;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:14.375rem;left:5.28125rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIUMydMtCstTVo2OQT9hX13vl6Rx4hfz { color:#ed2b52;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:28.75rem;left:5.3125rem;height:7.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBbvVATJZ769FVHt06oqiSxZXRwqVvGK { background-color:#7b2830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.996125rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:46.875rem;left:27rem;display:block; }
#CTpJeUmaKEQ2vu46kdemq3WbtK0DDAqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .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; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .widget-text.counter-number { border-top:0.125rem solid #791e10;border-left:0.125rem solid #791e10;border-right:0.125rem solid #791e10;border-bottom:0.125rem solid #791e10;background-color:#ffffff;background-image:none;color:#791e10;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:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .widget-text.counter-label { background-color:;background-image:none;color:#791e10;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:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.625rem;left:28rem;z-index:15001; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #WnZPGesqlVPyDIc9SPSQDScVyB2lILQG { display:flex;position:relative;top:0rem;left:0rem; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #eJaWMF00uNq1lpu7aLTmPvWB978seJym { width:auto; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #fcsa98U3sWB2HHblWNTm96LLksS7MERk {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #XLPl7psasl3zdpaehrTqdzZPsaEVQaBo { display:flex;position:relative;top:0rem;left:0rem; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #QP7q6zTDAgUEEBu2CVqSSoIPBDV7nvRt {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #NK94qwz5z0OMC55b8cbXqrimCUDPirqM {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #VA06DK214bIsHxohDJf0nffiPK4tNqwv { display:flex;position:relative;top:0rem;left:0rem; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #vHQAflqPz6v15SSQMVWVKc6JvRxsm3q3 {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #OiGqDiASwfBCEZQh5CryqvCnqs686HPH {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #B1OpQmoMnM3tw4nE1Z7kltmWLnIO7opG { display:flex;position:relative;top:0rem;left:0rem; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #DfyTF4mxb3gFBtFmzTwXFxaSdvgQvXhG {  }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #evdK9UMpUGbblwUue4XtsxCsmCF2E4NT {  }
#AdazIWiaxzixpmDm5G8t4PyTyxATmC66 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:22.3125rem;left:34.25rem;overflow:hidden;display:block; }
#zoyiXVTxh0AqR46Io1uF2anOt4r8inie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container { background-color: transparent; background-image: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container > .video-iframe-container { display: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row > .video-iframe-container { display: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .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); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container { border-width: 0; border-radius: 0; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#iVDc3tJolOI0y16SsDlWOTqXcfEuntmV { color:#000000;display:block;width:34.8123125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.623916625976rem;left:2.2493495941162rem;height:7.5rem;font-style:normal;display:none; }
#GDDaodBxQuQJVtoOt7uOyS9F5QT3K8dc { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.6875rem;left:6.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { background-color: transparent; background-image: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container > .video-iframe-container { display: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container { display: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .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); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { border-width: 0; border-radius: 0; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#BavRxvkiPnXL8zsuy4UfTMnC9KvFtBpd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:62.25rem;top:2.0625rem;left:6.375rem;overflow:hidden;display:block; }
#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { background-color: transparent; background-image: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container > .video-iframe-container { display: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row > .video-iframe-container { display: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .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); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { border-width: 0; border-radius: 0; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#rmQILCRGrsl52GJW9IefDuHEUrwn7I5s { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 { position:relative;display:none; }#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 { border-width: 0; border-radius: 0; }#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gb8fkMp4RshxFmvGE6ks04bASToynec8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:85.3125rem;left:14.75rem;overflow:hidden;display:none; }
#EZ8oG41TpC5euumCepPABKfzUQNJXs0q { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11.9375rem;left:7.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GsN4lQo9uNeEvVpplNdbS7qaAVr43pMB { color:#000000;display:block;width:64.436875rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:6.28125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANt2a8wvPRXABfIFDOlTWpB0JDguxPad { color:#000000;display:block;width:33.1865rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:62.060546875rem;left:4.0673828125rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMFrPPnepk8Woaxim1zeUbi6b9wTl0yG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:35.9375rem;top:52.341796875rem;left:39.0625rem;overflow:hidden;display:block; }
#oQqTTalT0zevnEeHZWQTLBt5wU0PnU6N { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:18.123046875rem;left:0rem;overflow:hidden;display:block; }
#MqAJKkZQCNZqNPwohWinMISfuIvf2g6O { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.4375rem;left:39.0625rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8khoAuwIH4MFXvULnhNFfST9qJTDpQS { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:105.125rem;left:6.25rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XHs3T2xgeHVaXJCwRBtImDtLKsLFszth { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#VoGoPaakmg7lQiWaWBeLNScQfOF6dF1E { color:#e61d66;display:block;width:36rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.9375rem;left:39rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKgRABqHdUqENPpoTvMQ9wOystb871Vm { color:#e61d66;display:block;width:36rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:59.685546875rem;left:4.0673828125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uIQJvVloUaM82pW4c2hJNamtO24R2tAq { color:#e61d66;display:block;width:75rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:83.9990234375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y { position:relative;display:block; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y { background-color: transparent; background-image: none; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container > .video-iframe-container { display: none; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row > .video-iframe-container { display: none; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .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); }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y { border-width: 0; border-radius: 0; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ODHJ470sofgpJ05GTtXlgqGgH8s5bhrB { color:#e61d66;display:block;width:75rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.3125rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLN6HpehTkKAEi8yWXJP8h5KVCpMBeZ4 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.6875rem;left:7.25rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ezxM2GPyrnNZm3pTpuDIHLA9d3XonEWB { background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.996125rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:71.5rem;left:27.0009765625rem;display:block; }
#JDMPFxdKIGau2yZhx3b8WQl1nJfnF5iP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sq4mapldSDTp6SUuQDc9WuZeNCsecnV2 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:65.625rem;top:15.875rem;left:4.0625rem;overflow:hidden;display:block; }
#xlI7OhE9VvqVla7FTvSWcZVo5SguTHmv { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:55.25rem;left:6.25rem;height:13.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { background-color: transparent; background-image: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container > .video-iframe-container { display: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row > .video-iframe-container { display: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .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); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { border-width: 0; border-radius: 0; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#KOwXbeFBITeuxlyK8veo2kFBzfrbqVNn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { background-color: transparent; background-image: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container > .video-iframe-container { display: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row > .video-iframe-container { display: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .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); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { border-width: 0; border-radius: 0; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { font-size:0.875rem;font-family:arial;height:106.625rem;width:75rem;position:relative;display:block; }#TgkalDkIaps7uTxz6Aokg14TuZXoAe5G { color:#e61d66;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:14.875rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWb4HfvTB8msEOm75tpdfRk0ZSd8ixfm { position:absolute;display:block;z-index:15012;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:25rem;top:6.5625rem;left:25rem;display:block; }
#n3mKwzvk9hHxUrvBkhBLK3FyvFEBTwHU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#vA27k13ow6FI6JDscq7G0aBeCAxhIvPb { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:36.5rem;left:5.4375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX { color:#000000;display:block;width:43.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:45.1875rem;left:5.4375rem;height:23.4375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/741fcd00-ee10-4e6d-a3db-6640696eeb9f/19.preview.mirror.png); }
#sWAPuTkOVSz0MaPnfGzEw04IoOUT7GFB { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:70.3125rem;left:5.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTaVXE6p1d6vkatqt37bUpQ2ulaWVG9g { color:#000000;display:block;width:64.436875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:116.71788024903rem;left:5.28125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S7776cxmMb0t8WwyQl83HWZ0adBDcsZO { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:18.25rem;left:5.28125rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#M2WrCIGdfnWFeecLyWdTWzwyQNRTyABd { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:99.1249961853rem;left:6.25rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BS4VErv0P4fOhQIUHT8zgXxIriv6bI6H { color:#000000;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:12.625rem;left:5.28125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svypNf2TIQeLzAmrc3OBTgenrG3wTuFZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:28.6875rem;top:119.93663406372rem;left:8.9895820617675rem;overflow:hidden;display:none; }
#OpulcJpgy2tRQeyP0ZKae0GkbOSaPZSW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:25.625rem;top:10.9375rem;left:49.375rem;overflow:hidden;display:block; }
#u4BcFgCx8tQ0l2p4UNJl1e63ENJ48FD9 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:8.9375rem;left:5.28125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHwVT9lxEn7pNgACd15fmK7ODWfMru4O { color:#000000;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.9375rem;left:5.2802734375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1env17JgW34iS2lKTMZOpgQwzVwGb0a { color:#e61d66;display:block;width:69.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:78.375rem;left:2rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlcxERoThfEJbtqAJzz9VbOSoVR5HiEK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:73.625rem;left:34.0625rem; }
#RgVU5cAgHL85Q3QCOdephEu8yt4JhlSm { color:#000000;display:block;width:66.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:82.25rem;left:6.5625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EiVPTdob36sTOPxqyNZbJ1eoJ7hkOigN { background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#f1eff2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:99.125rem;left:26.1875rem;display:block; }
#JJrDvoxFrOw42DhATxcasN8ZqH4zwPUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkEDKndrPPprbh0FcL7cuRKoMEB5PnQ8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:85.3125rem;left:14.75rem;overflow:hidden;display:none; }
#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { background-color: transparent; background-image: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container > .video-iframe-container { display: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row > .video-iframe-container { display: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .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); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { border-width: 0; border-radius: 0; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#Tnq65Jg6U6tT7a3fIxbfnDa90AbgZfip { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container { background-color: transparent; background-image: none; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container > .video-iframe-container { display: none; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row > .video-iframe-container { display: none; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .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); }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container { border-width: 0; border-radius: 0; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#oP01xTsNnZIwK26qwX4Rbaaa4t7Tl3nI { color:#ffffff;display:block;width:64.436875rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.9375rem;left:5.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQKOdgXcJZTsgqow0RGVR87MLIIFaOJd { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:17.0625rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ztey1VSH877R0S5E1gKo9LoTDrhhykgT { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.5rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FH9CEeSqfy12k1XXKhFllLDBid3VwNMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.375rem;left:35rem; }
#kC0xusxNvk5qze2vDaa4RC8s3DuWiJwp { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:22.375rem;left:27rem;display:block; }
#W7IxLH1R7TOV2SHfeJCI8dcPq0FryZ01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { background-color: transparent; background-image: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container > .video-iframe-container { display: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row > .video-iframe-container { display: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .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); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { border-width: 0; border-radius: 0; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#HNhSJzGHmhbmZSOEVAqe8G2MDtHHPKM3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#msTWdfLkOEk101Lix47KNVKizcScqBMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#msTWdfLkOEk101Lix47KNVKizcScqBMA > .row .container { border-width: 0; border-radius: 0; }#msTWdfLkOEk101Lix47KNVKizcScqBMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msTWdfLkOEk101Lix47KNVKizcScqBMA > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:none; }#niFtkGepsQMrOc5za7AmUswDxhEOlV6O { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK > .row .container { border-width: 0; border-radius: 0; }#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#rHIIO3zWKFdZaiG2l0hTCWiEeX0ZP23Z { color:#000000;display:block;width:73.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.8115234375rem;left:0.53125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPLTveMNDEfzCUlbiklUvSEbqv7aw1Lc { position:absolute;display:block;z-index:15012;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:11.75rem;left:25rem;display:block; }
#goAVGXGnArJglBcDTMq45KTVzuom4TRa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#azN80ztqxhqJX1iT76TS27aWkNZk6nCI { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:6.25rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq > .row .container { border-width: 0; border-radius: 0; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:none; }#t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.8125rem;left:25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
#aWkreWRpIVbhU1B20vB37TZBB8TfrG5k { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.75rem;top:3.6240234375rem;left:3.125rem;overflow:hidden;display:block; }
#fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT { color:#000000;display:block;width:24rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.4375rem;left:50rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
#zgiVitQwwe1eB4Id4pNx14w55AZiNOnK { color:#000000;display:block;width:12.124rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.5615234375rem;left:10.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.8125002384187rem;left:25.000001907349rem;height:19.6875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
#WNvMqysg70qwH3q7rETbFUPxBHRJqQbr { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.6875rem;left:50rem;height:19.6875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#WNvMqysg70qwH3q7rETbFUPxBHRJqQbr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WNvMqysg70qwH3q7rETbFUPxBHRJqQbr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
#ARA6NEhlMB0mfiXJsTqngI0uGvO8MhaC { position:absolute;display:block;z-index:15011;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:75rem;top:2.21875rem;left:0rem;display:none; }
#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(221,221,221,0.54);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy > .row .container { border-width: 0; border-radius: 0; }#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy > .row .container { font-size:0.875rem;font-family:arial;height:116.625rem;width:75rem;position:relative;display:none; }#fttTm5LLew3K3me7oiXMgU6MvtAnPP44 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.881914138794rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3vIo80DN3PtJc5I6cMK26DB2q6CBe4i { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:54.435764312744rem;left:45.686855316162rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9rDva8Zo9LEP9ROVSoBg5TqhNPDESqq { color:#000000;display:block;width:64.436875rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.625rem;left:5.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5PEdQnThX0yyH57Zx8wvqqkNzUe35BO { position:absolute;display:block;z-index:15013;background-color:#7b2830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:11.6875rem;left:24.03125rem;display:block; }
#plnwLCMB1TVysWs3xx712GSTd4qezPfQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:52.9375rem;top:52.75rem;left:20.9970703125rem;overflow:hidden;display:block; }
#Xfw8otO1o7a33V4MsApDIIXrWTSxt0B5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:50.3125rem;top:19.3125rem;left:2.25rem;overflow:hidden;display:block; }
#SQll6RwCEKbnMBNsaqTaPctnJQXaUtk7 { background-color:#d5a2a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.99825rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:106.37066268921rem;left:26.030380249024rem;display:block; }
#kBImuQWk4yOVwAlEL4eGgVmXOC0toGz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHD0mHrFdnrGCRtTdlU64BUeP0cmoP5T { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:96.879341125487rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkU95GxvJ4yoS8mwE86TfSOvpwccgsai { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:96.879341125487rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou > .row .container { border-width: 0; border-radius: 0; }#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#er8O7FlALnCukm13wUdn6TfxEJZrop1W { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 > .row .container { border-width: 0; border-radius: 0; }#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#PgDBNCePlcJP7vPNO3wRP7DlNMB0XykN { color:#000000;display:block;width:64.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.875rem;left:6.3125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWdzTeXSRgSo9TgkwA9BWubSTTXxChWC { background-color:#e1192c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.996125rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:32.0615234375rem;left:25.125rem;display:block; }
#Ua3lOtkt7BPZPwUN1R4ahdT2dXk5PBD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG { color:#000000;display:block;width:64.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:15.1875rem;left:6.3125rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG li:before{  }
#U0nRSwRGhwbsQhnkNEv1F6RMocHpVwBG { color:#000000;display:block;width:62.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:25.625rem;left:6.28125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn > .row .container { border-width: 0; border-radius: 0; }#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#gbS6cOgnETxEyQEKpC0kPq9DDCvnOMI6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB > .row .container { border-width: 0; border-radius: 0; }#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:none; }#Ld9aRkcVhqcxbJT5zZvC7p13LexOHTTi { color:#e1192c;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.40625rem;left:5.28125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0sy9t16mAhPzvHM7wCz79BHE660u2rM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C0sy9t16mAhPzvHM7wCz79BHE660u2rM > .row .container { border-width: 0; border-radius: 0; }#C0sy9t16mAhPzvHM7wCz79BHE660u2rM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0sy9t16mAhPzvHM7wCz79BHE660u2rM > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#WShpXX30es8Z1g8s2elukVsTMRNzU1C2 { color:#000000;display:block;width:64.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0rem;left:5.1875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW > .row .container { border-width: 0; border-radius: 0; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#QzuG432c7nbTkaTJgv7tT2FZLO84zp5v { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.4375rem;left:10.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLiqDZ4EL9764SsWq9fHawEg0TVxrBIC { color:#e61d66;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.625rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XibcW9MKkb4K7Htu0htmCwJb79wz49fS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#E2z2dHJ8nbMSpfzZldbLO02v56xnMDyF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:22.4375rem;top:9.375rem;left:45.1875rem;overflow:hidden;display:block; }
#PU4tOV1zpQb5lsX5Bdoi9ptufdOxAzsd { color:#ffffff;display:block;width:21.6230625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.75rem;left:45.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLXcAonuyemkacBM0DAr6c4bw9o7FBeh { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14.875rem;left:7.0625rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVCmaxi6e5ey00UWdNvEtGMrnQq5vwkz { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:51.59375rem;left:6.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H8iWyTwCANcw2T9xM8LITThMh2uJKFT0 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:18.678798675537rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CxDHOEoJo0zXh3tPct1mpgMKoPhLCaOa { position:absolute;display:block;z-index:15013;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:25rem;top:9.353515625rem;left:25rem;display:block; }
#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX > .row .container { border-width: 0; border-radius: 0; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:none; }#tfJoyFG2QBJByCQZTHEJ5ov6zqaGufkh { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.6875rem;left:10.875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BL8q8DIyDZtmczvCue7JyiB6elrCnbQZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#Mm5tWqTTehRezsyK36pybGgTuhqp6bTd { position:absolute;display:block;z-index:15013;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:5.6875rem;left:25rem;display:block; }
#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 { position:relative;display:none; }#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 { border-width: 0; border-radius: 0; }#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mRZfSkZtBZXmIgHRkQ66ohk3zw6TIOQx { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:2.84375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGbvUK34zgomCqT4wBE2U9GEzrIhVBZF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15040;opacity:1;top:2.0625rem;left:10.9375rem; }
#Mtgr5A4bTCTTHXsNyTLPBZPghU2SXN3F { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.625rem;left:27.875rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MulSbxf4i2hgCPE6pqe5OzDFZWMs7FEN { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15042;opacity:1;top:2.125rem;left:35.9375rem; }
#zPOXTSXQ2aTfOMRgVDamO7quzmxCD1xe { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5625rem;left:52.875rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLKTTqa5zoGm9dVId4vQtZVr2A9E4r8q { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15044;opacity:1;top:2.0625rem;left:60.9375rem; }
#J8awoBktL2KC4OBEpQo134COWvghIzWD { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image:none;top:0.34375rem;left:1.0625rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#etb4nFDWCQGyo8JdkmZWFG02SNtAEXWm { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:0.375rem;left:26.0625rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#X4nLKFsNPfqDpXmOHXlBVUT5zceQQoU8 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image:none;top:0.40625rem;left:51.0625rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq { position:relative;display:none; }#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq { border-width: 0; border-radius: 0; }#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MqKq7AsKihOKPfHLCunuKMtUoTzR1CNZ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:2.84375rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFbahmbukM3bXr2vWto6WVxVf72A1eB1 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15040;opacity:1;top:2.0625rem;left:10.9375rem; }
#soI7nPbNPgxoGCeFrFpEXGMTzMwfGF1e { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.625rem;left:27.875rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9y8KdqIcW77ChPXMpQibh7TmFazVoqr { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15042;opacity:1;top:2.125rem;left:35.9375rem; }
#RwmnaVy2TekEw0zTx7rKl8vlyDb5kz40 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5625rem;left:52.875rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovQJMdxWF2kvnTNLzqDIgeyShRlSqxMh { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15044;opacity:1;top:2.0625rem;left:60.9375rem; }
#pz3WN1mZ1Jsoxq6OUwswopUBvdZFhQGS { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:0.71875rem;left:1.0625rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#UbBWH0hmhqeMFOc7rUp9Cfqc5cXBPdnr { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image:none;top:0.78125rem;left:26.09375rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#hT0x3cAh1exUWpyypIGS6343rOGvO3Kk { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image:none;top:0.78125rem;left:51.0625rem;border-top:0.1875rem solid #e1192c;border-left:0.1875rem solid #e1192c;border-right:0.1875rem solid #e1192c;border-bottom:0.1875rem solid #e1192c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1192c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ > .row .container { border-width: 0; border-radius: 0; }#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#n6E7NnsAsuS7MXeCFCDOrI1oPbVTkeRO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { background-color: transparent; background-image: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container > .video-iframe-container { display: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row > .video-iframe-container { display: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .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); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { border-width: 0; border-radius: 0; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#T11iaeb1kL8yOwcywxRqDe3MgJk2C9lN { color:#e43253;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.5625rem;left:5.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uetx6kf8cVVawwCM4aT2MuHIqzZQbLcP { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.25rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMk5Gnxa5vFR0gi4g1eLvzkFgmaxs6i7 { position:absolute;display:block;z-index:15012;background-color:#7b2830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:11.25rem;left:25rem;display:block; }
#Gp9r5uMfJQmgLBm5ZQRU1DriWV6oblTk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#Jb62T2UlfzmBXX7PhN2zHIXo8lk7e2Pu { background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9970625rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.0625rem;left:27.0009765625rem;display:block; }
#Mr0fsJmoml4lmGFDlbCNleXmf7Dzo314 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOMrxyvbz6FKZGr5WhqUhcWVw8ZJ5v8x { color:#000000;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:12.375rem;left:5.28125rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OszSeVTqfhdBI0337zTO1pp6fOZklDpb { color:#000000;display:block;width:72.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:16.6875rem;left:0rem;height:7.33008125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ > .row .container { border-width: 0; border-radius: 0; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:none; }#TJvvdRELZJukIS1VNLozt08LbpV6hLb3 { color:#e43253;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.5625rem;left:5.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQMefRnQTh8Zc4DXIdf3VNvCHUgJdqm8 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.25rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9r7oq9hcoontv7nnyEtcnEhzzvQHMQ4 { position:absolute;display:block;z-index:15012;background-color:#7b2830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:11.25rem;left:25rem;display:block; }
#tThMAENLakc1Ky7RIpyUmJST0STQiDRA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:46.3125rem;left:27.5625rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ li:before{  }
#Xe4zyXu5N3B1L1CxSh2CJJyPpeMsv1qy { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:43.9375rem;left:5.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfRKUOHFaZOVmcLpwhTF5A2vVlXzFTeb { background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.997375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:60.125rem;left:27.125rem;display:block; }
#IQ19TOVr86KtOBngCtGUK2hmwVRRaH2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSdxnrsnO9hJ2T1ZUX0oXhcTO0zqcgVp { color:#000000;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:12.375rem;left:5.28125rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0K3UDeuHU5esiuLICyTtFtE3WC6fW5H { color:#ffffff;display:block;width:64.435625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:26.25rem;left:5.3125rem;height:7.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff1616;background-image:none;color:#ffffff;padding-top:0.56375rem;padding-right:0.5075rem;padding-bottom:0.56375rem;padding-left:0.5075rem;display:block;align-items:center;width:3.0425rem;min-width:3.0425rem;height:3.0325rem;position:relative;font-family:"open sans";font-size:2.256875rem;font-weight:700;line-height:48.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.353125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.056875rem;height:1.199375rem;position:relative;font-family:"open sans";font-size:0.84625rem;font-weight:400;line-height:19.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.25rem;height:5.7125rem;padding-top:0.705625rem;padding-right:0.724375rem;padding-bottom:0.705625rem;padding-left:0.724375rem;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:35.3125rem;left:26.375rem;z-index:15021; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #GyKAyo46vXMw58AuTdA5mvr3iFC9TnNh { display:flex;position:relative;top:0rem;left:0rem; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #D9RbItUcyzoWTpxhEnqTiDBRtLNJlyJ3 { width:auto; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #RLCSU0qT1uioRucOURrhueddZEMvUTt3 {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #tQak1oUXohiov2Uni4mumOCmLdsJPUSL { display:flex;position:relative;top:0rem;left:0rem; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #BLfe8xxaJxswAgobxeceTHf79Wbzfku8 {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #pkwbWoQmLboBCMVoxkUeesqTDBytSKvy {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #HiT69E2PJJxCQ4QEIHCUxBle45L9bPbu { display:flex;position:relative;top:0rem;left:0rem; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #OzeB6aV7XS8VtFaogoLiKDEEqh9TBQFQ {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #cfVWGxWi2byeNVK4vqhgfFgrq0rWizUQ {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #UsoZWP6TMkEgvg9rHtf09aFnvxMOsHhx { display:flex;position:relative;top:0rem;left:0rem; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #vBg3bmJM11gHX2gHt4Ddrq5frxHltD1z {  }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #ufRX99hOah40ffbFVKvMHix1glWmuuZy {  }
#ALN7aacQ2erAGhgNI4efZeQt9W2d0KMr { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:19.75rem;left:34.25rem;overflow:hidden;display:block; }
#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO > .row .container { border-width: 0; border-radius: 0; }#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#sAoeTPhLGnWBgTZDQ3UuShXppgB9kEmP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI > .row .container { border-width: 0; border-radius: 0; }#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:none; }#TP6MbZdNDxdIGg2wHifO8ZPtKHpPbpUB { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uPAHBgtRMUX5gN0X05JgL2Q4gmpJKyIk { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Qc55SLO55ez2dBnLtbcGQJs4x4yMlUzC { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.186201095581rem;left:41.749134063721rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iiyHFoK1NNIVVOQEJ6x74EFMcvme9mzc { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.256945669651rem;left:6.25rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DSTSLxM4qK92hTEFqeSEtxb5SRJ4ICGU { color:#e1192c;display:block;width:64.43625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:7.375rem;left:5.3125rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKILEKTpLP4urT1VugIyZLTAMR4rBhtw { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.4375rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wz18z6rDK5tZhryd5zaV1JF21zeCrsTt { color:#000000;display:block;width:72.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:17.25rem;left:1.25rem;height:14.66016875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sxxzy2aqUudAJQJPmJlpdgOQOpt0lon7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:37.5rem;display:none; }
#E53CUGZSxv7oXE3A43i2bhORTEp1GvpT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:60.6875rem;top:0rem;left:8.125rem;overflow:hidden;display:block; }
#Ut7RGXdFGbI9XbnVhhJG7wUDBJ90sdHH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:37.5rem;display:none; }
#sKTzplXIaOckwLP0Lm5bOzntbc5zOnF0 { background-color:#ff1616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#f1eff2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:35.625rem;left:27.96875rem;display:block; }
#hfBLudaPDBOQVlvCXbiqA3yGaEXI3fW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container { border-width: 0; border-radius: 0; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#iMAQyDflPB103T8WGLh3TWWDMCFv5FCp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#ELemERmJooTWs7q3lridwiw4qhas7DSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container { background-color: transparent; background-image: none; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container > .video-iframe-container { display: none; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row > .video-iframe-container { display: none; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .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); }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container { border-width: 0; border-radius: 0; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#dZeyrFHIC5QPwFaPx73mtSL4OfmhODVT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:20.15408039093rem;left:2.0627174377441rem;overflow:hidden;display:none; }
#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF > .row .container { border-width: 0; border-radius: 0; }#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:none; }#w7ZxZcaxn0XMcUHCzETKKhygpQONNoqo { color:#000000;display:block;width:28.186875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:54.435764312744rem;left:45.686855316162rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0K96tc4SN7N3udo2Imn9TZP3DGksMUe { color:#000000;display:block;width:64.436875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5rem;left:5.2802734375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5AJ0MpCd1b3vqhi1k0I41nBDyldTsrE { position:absolute;display:block;z-index:15013;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:8.125rem;left:24.248046875rem;display:block; }
#aPsAyB8lAbC65EINfzmyq38vU6BMXIbE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:20.4375rem;left:23.5rem;overflow:hidden;display:block; }
#VP5TFlxXFiHGlqp4wJOPQa86uM9TnapW { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.8125rem;left:27.0625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NITXCbW6HttJTV7QUao1U87sa3qvIpuu { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:15.84375rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVKriLUCc0EnEnz4TNGdnfkfP9fPnBRi { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:49.810546875rem;left:6.25rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcWtWzuElQNAvfwlMVTKAr5bwNePcPaU { background-color:#e1192c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:56.826171875rem;left:27rem;display:block; }
#l316d61u3Hql8R1dKwJ5KyqTgT5kBDx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfVkUQpDvZ71chhariEfiHEZOp3to3v8 { color:#e61d66;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:10.0048828125rem;left:6.25rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldqdtlHKtKUI2sgXlUppKXK10GEDdnL2 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:18.281293869019rem;left:6.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#meZveKJF7iVOKst2MxTQKenPLkTMOxCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { background-color: transparent; background-image: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container > .video-iframe-container { display: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container { display: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .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); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { border-width: 0; border-radius: 0; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { font-size:0.875rem;font-family:arial;height:81rem;width:75rem;position:relative;display:block; }#fCNHbPW7L5tflXTLqtilNzClch2kRoZV { color:#000000;display:block;width:65.625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:1.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { position:absolute;display:block;z-index:15012;background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:8.1527776718137rem;left:1.875rem;display:block; }
#CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:52rem;left:5.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:52rem;left:2rem;overflow:hidden;display:block; }
#WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:59rem;left:2rem;overflow:hidden;display:block; }
#CHpPVrHQuwktfTPNK8LqKtJ3gJUMrTFn { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:59rem;left:5.25rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a36JtLrwhuAEUOegJ42k06rKIl86b5ni { background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:72.8125rem;left:27.1875rem;display:block; }
#ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { color:#e61d66;display:block;width:74.5625rem;position:absolute;font-family:"montserrat 500-700";font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:67.875rem;left:0.4375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVQsZQh677EcXRx1LuBPtV86Lr0cuoZU { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:45.125rem;left:5.1875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZ8vMA8RVw6qTq5lQ6eslsbTH7TSLLPa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:45.125rem;left:2.0625rem;overflow:hidden;display:block; }
#ZnWDdZhHq1BPzEBaTIxMQ7qiSJETqhO5 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.6875rem;left:5.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VErqFxxXKSfXqB14LPERhlMDTvQQ3hrg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.6875rem;left:2rem;overflow:hidden;display:block; }
#yvbTHQUppgtiCnexgzsf9gbBwDHgfcHL { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.18701171875rem;left:5.078125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nAofxVsX8k2Q7QNMrlTpInNAAdR0qZU1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:9.18701171875rem;left:1.875rem;overflow:hidden;display:block; }
#O4NC6Fr98dP34qinDgGCeKBNACmOOSzu { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:5.25rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLeqeL0MyXBV3c6c2xLXT5R7tNmLiO31 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.8125rem;left:2rem;overflow:hidden;display:block; }
#EyTuNyUv675Z6gZwU87dVtncb01Z1TW5 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6865234375rem;left:5.0625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTSsQgbV1HPEQyk8bd1KRKo7G4eMUL7S { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.6865234375rem;left:2.125rem;overflow:hidden;display:block; }
#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container { background-color: transparent; background-image: none; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container > .video-iframe-container { display: none; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row > .video-iframe-container { display: none; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .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); }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container { border-width: 0; border-radius: 0; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#Rt09k3lQ7XTPxKfWBpfENv8EpzWUd8p8 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:4.25rem;left:9.125rem; }
#eiPxDJEEVN8Uv6GTR3bTWA7nFH0Uidev { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:4.25rem;left:32.875rem; }
#GkTmGON3LO3tglovcavQNXoVaTc5RX2i { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:12rem;left:9.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#Ak5KIGIyeESeADCEcI9XgiD0a7TTFGWN { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:12.125rem;left:54.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#tWQFxfpCrT0XEyMHp2ETFAuFzTvHpnxV { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:12.0625rem;left:31.3125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#fwH6PnTH4VIZALS8qpgTgzBUVPbiyneQ { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.25rem;left:56.0625rem; }
#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik { position:relative;display:block; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik { background-color: transparent; background-image: none; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container > .video-iframe-container { display: none; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row > .video-iframe-container { display: none; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .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); }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik { border-width: 0; border-radius: 0; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WFuExtEyvenip81aJmM4TmTNMVvy95TN { position:absolute;display:block;z-index:15044;height:3.31145625rem;width:19.4375rem;top:1.1572914123535rem;left:49.684371948243rem;display:block; }
#euDsgvghFAeeWsVxgEkzbT8p3qcUsfyJ { position:absolute;display:block;z-index:15000;height:3.25rem;width:38.75rem;top:6.6875rem;left:16.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { top:25.5625rem;left:0rem;width:34.75rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiLcHIJdUCfXKUHSo3ElSVRTdS4vv6er { width:10.625rem;height:3.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQlLUf56WhUuzRqkETk9voVA72wvEJe { display:block; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW7req0HUAA1PzaeE5vMtEKTPTyvSWar { top:4.3125rem;left:0rem;width:46.875rem;height:14.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5w4kI6uJyLVcbTQckXf7ghWySqrfyF2 { width:25rem;height:0.125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baaLN56qOLdyqQctEKSlslpI9yAo5wQK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuCFg2cCe8XDJDSPlpmwzJDFHgoVZ42F { top:25.5625rem;left:0rem;width:34.75rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKhDLz3Zl1Z3dLUToGCq2QUmkBKhU3MA { width:27.1875rem;height:27.1875rem;top:0rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoAEnTG4v9SZicX19ibONw7Mc1FiduzI { display:block; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8K8NH56Sx3b0ozmckHJL99KhnLtp9vD { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPXxKSyhtMHvTA8X08fs8HSEpVQCToNB { top:3.5625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ { top:9.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7322192-756f-4604-94e4-62531c8a8d5e/ZOSgrafikinalanding1.png); }
 }@media only screen and (max-width: 763px) { #KTpNsbp87DBN3SdW0KD0hNUnW8HihnJS { top:39.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8a8oAEJBgh6bTd9rTf4UczKAXKFiyEf { top:2.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCyrJnIxkbWZ0nU9Aa9yGRBTml3OIJ5P { top:5.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv { display:block; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1JSgRcUGTMyhFIPbp0Z6yAmhE00IoVb { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKKQ38VKt3NnwI28O4gP4AOZTlhZKaMn { width:37.5rem;height:12.5rem;top:5.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg85kCzX0RWQp60Sag0pgA6XBHhvWrUV { width:29.375rem;height:4.4375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bstibSp6NsMZlAK82KxE3qNyUa840Li3 { display:block; }
 }@media only screen and (max-width: 763px) { #gJQonA1uXbTZNXM2GUic40aKvP5ALWaK { width:31.6875rem;height:4.5625rem;top:27.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWBV4qMo6UkEITIDkLHLFrVF8zbhQc7K { display:block; }
 }@media only screen and (max-width: 763px) { #TTpEcLCVXaxqaIQOQJKXtfiV3JKhfgav { top:1.375rem;left:3.84375rem;width:40.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ypGuI18LguDMgiqoKdC5P8TNoSCRKe { top:20.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDwGtut9bEQoE8cA87hEUmuEgVqaPfne { display:none; }#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .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; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .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; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #z4srboU26EOMp61d5Lu2nTS2LqCmiQ8b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #yimOiSgw6Z0xE2KUaZzC9VlFyZ8odWvQ {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gngLva9Tz2E7qbT4nGTQ6POQbmkDVGGI {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gr8KgSXxDzMWBB5nWV1uncAu9nX46fAa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #mLk6yZcSrGgbZ79wAo439KOoJzfD9ONd {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #E053LEZtQfaBLIHzElcTzGH3o6BZzx5z {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #LETxnqOXqu7cky2xpEkmikoAcAzG0HLK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #aqszd9sK29qV6z3rm85vDGMOp80IhWxk {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #GuaXzTA4CxNyZPCJpZJ3uzaWBA5rbZx5 {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #wbc0LnVlG5gvDatS5pqco55988D5fx0s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #L3k5MEMh8eSJhTPNiRg5GKynnvNemBhr {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #bFWr6dxDntEhhGGswObR4MAHcEvVe9as {  }
 }@media only screen and (max-width: 763px) { #Sk551CQLeW5R6NInk2909PSMPxdZ9gPg { top:2.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ao6UHqyOMoopXIdTL5FtnFCvx2FBlm { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg { display:none; }#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qq2BVmakVq5Bw4asxETmGDGJrswkLzM4 { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENolcc3cZ2OySqvokozcdvSfQwLQBOAU { display:block; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T1zzfc3psSgmZBJu1KFOetzBrQ4Orz { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd { display:block; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLqsKIkN80yXZVdI3dmLDmLPvO4dlZgf { top:1.5rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APBgtVvTF8TLzcs87l5aUwSkDRDBikQ5 { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJwCHXc2dTEG6iJXMVRzKWGQWLTJr3xn { top:49.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVs4eQWD66kgs7dT9mZK3WC2OsSOZsfu { width:3.25rem;height:3.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuEEUIkmFhbuWF9DxrkNJQ4poFMxKzd { top:19rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCbqKAVw5C4ck8HsphxRr6cfvyileSZ { top:35.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9ndq6ag93xKTCKJy9xbr6rPwVfqU0a9 { width:3.3125rem;height:3.3125rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znAckTabVUy3cl79O4fbTLnrGEtOTBmH { top:43.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuxHyvmwSAhghT2cvR5vkQ5BEHxfBZJp { top:11.375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUyKSG70Hg2xTu6slg0oRF3kwBHrPtN0 { width:3.3125rem;height:3.3125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqDF16MZt5eHBio0VfNwN3iGwqahsFy { width:3.3125rem;height:3.3125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTrF9xREnw4rbP7AVEOevDO9OmtlNbU { top:27.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwOaVzTEPoeI9F9Mm4w4J8J4k22nAX7M { width:3.3125rem;height:3.3125rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnga75r42F1T32y3u3oyKhNibfoyw0Ui { width:25.1875rem;height:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #etf4oZN21eaEWTKD0WtXFL0aNFVwf1Az { width:20.9375rem;height:3.4375rem;top:58rem;left:13.9384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBpe6IqpwJeWW9MBSSRFeaHVkcy3pFR { display:block; }
 }@media only screen and (max-width: 763px) { #fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH { display:block; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhnnEeUt8AieAFHHFRnmJieUCrx88RpX { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfXtDO4vPdzmvqVXyygOTnraJl1QvZAN { top:1.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXrT4RVqTz6b8I0PUfXEP5dNQ3tWAZB { width:47.75rem;height:26.759082652134rem;top:40.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcJVrXpMhXsH9A6FXmoTlIlt69ntiRD4 { width:47.75rem;height:26.797458506224rem;top:7.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMeVAXkbDDipsMbgQgdL1hVDR7CI9SVr { width:34.8125rem;height:34.8125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfOysuKwQ9uGqy225ouJEQ5M3Pbv1vtQ { width:34.8125rem;height:34.8125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpKQrgBFrS3ulFCXUfmTQaaUcRHMMhDT { width:34.8125rem;height:34.8125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvE9JXkMS1PPm8w2fH5HRepQKhn16bE7 { top:81.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV5ILVv6Sqq14wDSleIeC2NW8HrNBZZZ { top:88.125rem;left:0rem;width:47.75rem;height:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOavfqC7lDOzMecgdTbG88MxgF4i8339 { display:block; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbUMEx9flSHkCwV4k38ow0z5OGnKNhRI { top:10.75rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA93TP13JxaVpUSZli7vMtNLxTHrhpOg { top:39.125rem;left:19.625rem;width:28.125rem;height:11.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvqf3bg5qBtkXJ3r5K4CPQCEMWOJ2ZTZ { top:33.6875rem;left:0rem;width:20rem;height:7.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvb3CWCk4mudTQExdRAfxF0bQdPr0Zu4 { top:53.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eayUAuzUuzrnefm5ytWg1DTTuA3C2N0u { top:1.4375rem;left:0rem;width:18.625rem;height:10.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIvXuHhB6CHfdRCywTIqpnui1w3lhPy4 { width:23.4375rem;height:7.75rem;top:1.5625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNnWratLlzXFsNVXmanpgRKK2l0mm96e { display:none; }#cNnWratLlzXFsNVXmanpgRKK2l0mm96e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAo9tRoh62wwT3G7Oe7WzJ7cagHAEByo { top:39.125rem;left:19.625rem;width:28.125rem;height:11.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC8NPDpcQqEcOvBly7UTJE9D7ikXgxdL { top:33.6875rem;left:0rem;width:20rem;height:7.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #swbZG57kDNUTg4MSFLlskODpUGTg9Anu { top:53.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgQHKuPJF4SvOOPn01Of6InuR3fAoh4N { top:9.1875rem;left:0rem;width:18.6875rem;height:38.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExHJxyHJuQ9sAx4g47dIQqQ6AUdbKuvT { width:32.625rem;height:21.5625rem;top:1.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XHgZ4ET4Ouanx6dErN0KiNm9yliNxo { top:9.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9sLDNvfcDfIgRQkVVbvU89XXdhBDsyc { width:20.375rem;height:0.125rem;top:13.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5UaHhb5dQ3lHKVolZ51dDrGDPLWvnD8 { top:6.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRknZWG7CgT1PMF0JX8e9sECnaDBARSt { top:53.25rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMCXdpMDLFIeUl0MUmuFRSneFW0ul4Q { top:61.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfynr4TrMyhhTeNmA8iDTP6spTCE1NTa { top:14.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIUMydMtCstTVo2OQT9hX13vl6Rx4hfz { top:28.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBbvVATJZ769FVHt06oqiSxZXRwqVvGK { width:20.9375rem;height:3.4375rem;top:46.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpJeUmaKEQ2vu46kdemq3WbtK0DDAqw { display:block; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .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; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .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; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #WnZPGesqlVPyDIc9SPSQDScVyB2lILQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #eJaWMF00uNq1lpu7aLTmPvWB978seJym {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #fcsa98U3sWB2HHblWNTm96LLksS7MERk {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #XLPl7psasl3zdpaehrTqdzZPsaEVQaBo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #QP7q6zTDAgUEEBu2CVqSSoIPBDV7nvRt {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #NK94qwz5z0OMC55b8cbXqrimCUDPirqM {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #VA06DK214bIsHxohDJf0nffiPK4tNqwv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #vHQAflqPz6v15SSQMVWVKc6JvRxsm3q3 {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #OiGqDiASwfBCEZQh5CryqvCnqs686HPH {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #B1OpQmoMnM3tw4nE1Z7kltmWLnIO7opG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #DfyTF4mxb3gFBtFmzTwXFxaSdvgQvXhG {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #evdK9UMpUGbblwUue4XtsxCsmCF2E4NT {  }
 }@media only screen and (max-width: 763px) { #AdazIWiaxzixpmDm5G8t4PyTyxATmC66 { width:6.5rem;height:6.5rem;top:22.3125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoyiXVTxh0AqR46Io1uF2anOt4r8inie { display:block; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDc3tJolOI0y16SsDlWOTqXcfEuntmV { top:25.5625rem;left:0rem;width:34.75rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDDaodBxQuQJVtoOt7uOyS9F5QT3K8dc { top:1.6875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { display:block; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BavRxvkiPnXL8zsuy4UfTMnC9KvFtBpd { width:47.75rem;height:26.847389558233rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na { display:block; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmQILCRGrsl52GJW9IefDuHEUrwn7I5s { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 { display:none; }#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gb8fkMp4RshxFmvGE6ks04bASToynec8 { width:16.125rem;height:16.125rem;top:85.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ8oG41TpC5euumCepPABKfzUQNJXs0q { top:11.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsN4lQo9uNeEvVpplNdbS7qaAVr43pMB { top:2.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANt2a8wvPRXABfIFDOlTWpB0JDguxPad { top:62rem;left:0rem;width:33.125rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMFrPPnepk8Woaxim1zeUbi6b9wTl0yG { width:35.9375rem;height:35.9375rem;top:52.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQqTTalT0zevnEeHZWQTLBt5wU0PnU6N { width:37.5rem;height:37.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAJKkZQCNZqNPwohWinMISfuIvf2g6O { top:23.4375rem;left:13.6875rem;width:34.0625rem;height:28.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8khoAuwIH4MFXvULnhNFfST9qJTDpQS { top:105.125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHs3T2xgeHVaXJCwRBtImDtLKsLFszth { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoGoPaakmg7lQiWaWBeLNScQfOF6dF1E { top:20.9375rem;left:11.75rem;width:36rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgRABqHdUqENPpoTvMQ9wOystb871Vm { top:59.625rem;left:0rem;width:36rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIQJvVloUaM82pW4c2hJNamtO24R2tAq { top:83.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y { display:block; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODHJ470sofgpJ05GTtXlgqGgH8s5bhrB { top:1.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLN6HpehTkKAEi8yWXJP8h5KVCpMBeZ4 { top:7.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezxM2GPyrnNZm3pTpuDIHLA9d3XonEWB { width:20.9375rem;height:3.4375rem;top:71.5rem;left:13.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMPFxdKIGau2yZhx3b8WQl1nJfnF5iP { display:block; }
 }@media only screen and (max-width: 763px) { #sq4mapldSDTp6SUuQDc9WuZeNCsecnV2 { width:47.75rem;height:26.830952380952rem;top:15.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlI7OhE9VvqVla7FTvSWcZVo5SguTHmv { top:55.25rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI { display:block; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOwXbeFBITeuxlyK8veo2kFBzfrbqVNn { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 { display:block; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgkalDkIaps7uTxz6Aokg14TuZXoAe5G { top:14.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWb4HfvTB8msEOm75tpdfRk0ZSd8ixfm { width:25rem;height:0.125rem;top:6.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mKwzvk9hHxUrvBkhBLK3FyvFEBTwHU { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vA27k13ow6FI6JDscq7G0aBeCAxhIvPb { top:36.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX { top:45.1875rem;left:0rem;width:43.625rem;height:23.4375rem;font-size:1.125rem;display:block; }#OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/741fcd00-ee10-4e6d-a3db-6640696eeb9f/19.preview.mirror.png); }
 }@media only screen and (max-width: 763px) { #sWAPuTkOVSz0MaPnfGzEw04IoOUT7GFB { top:70.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTaVXE6p1d6vkatqt37bUpQ2ulaWVG9g { top:160.625rem;left:0rem;width:16.5rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7776cxmMb0t8WwyQl83HWZ0adBDcsZO { top:18.25rem;left:0rem;width:40.875rem;height:15rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2WrCIGdfnWFeecLyWdTWzwyQNRTyABd { top:119.625rem;left:0rem;width:18.75rem;height:18.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS4VErv0P4fOhQIUHT8zgXxIriv6bI6H { top:12.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svypNf2TIQeLzAmrc3OBTgenrG3wTuFZ { width:28.6875rem;height:19.125rem;top:119.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpulcJpgy2tRQeyP0ZKae0GkbOSaPZSW { width:25.625rem;height:25.625rem;top:10.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4BcFgCx8tQ0l2p4UNJl1e63ENJ48FD9 { top:8.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHwVT9lxEn7pNgACd15fmK7ODWfMru4O { top:1.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1env17JgW34iS2lKTMZOpgQwzVwGb0a { top:78.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlcxERoThfEJbtqAJzz9VbOSoVR5HiEK { width:4.125rem;height:4.125rem;top:73.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgVU5cAgHL85Q3QCOdephEu8yt4JhlSm { top:82.25rem;left:0rem;width:47.75rem;height:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiVPTdob36sTOPxqyNZbJ1eoJ7hkOigN { width:20.9375rem;height:3.4375rem;top:99.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrDvoxFrOw42DhATxcasN8ZqH4zwPUo { display:block; }
 }@media only screen and (max-width: 763px) { #IkEDKndrPPprbh0FcL7cuRKoMEB5PnQ8 { width:16.125rem;height:16.125rem;top:85.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 { display:block; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnq65Jg6U6tT7a3fIxbfnDa90AbgZfip { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 { display:block; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oP01xTsNnZIwK26qwX4Rbaaa4t7Tl3nI { top:2.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQKOdgXcJZTsgqow0RGVR87MLIIFaOJd { top:17.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztey1VSH877R0S5E1gKo9LoTDrhhykgT { top:8.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9CEeSqfy12k1XXKhFllLDBid3VwNMW { width:5rem;height:5rem;top:11.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC0xusxNvk5qze2vDaa4RC8s3DuWiJwp { width:20.9375rem;height:3.4375rem;top:22.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IxLH1R7TOV2SHfeJCI8dcPq0FryZ01 { display:block; }
 }@media only screen and (max-width: 763px) { #Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ { display:block; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNhSJzGHmhbmZSOEVAqe8G2MDtHHPKM3 { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #msTWdfLkOEk101Lix47KNVKizcScqBMA { display:none; }#msTWdfLkOEk101Lix47KNVKizcScqBMA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #niFtkGepsQMrOc5za7AmUswDxhEOlV6O { top:2rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK { display:none; }#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHIIO3zWKFdZaiG2l0hTCWiEeX0ZP23Z { top:2.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPLTveMNDEfzCUlbiklUvSEbqv7aw1Lc { width:25rem;height:0.1875rem;top:11.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goAVGXGnArJglBcDTMq45KTVzuom4TRa { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #azN80ztqxhqJX1iT76TS27aWkNZk6nCI { top:18.5rem;left:0rem;width:18.75rem;height:26.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq { display:none; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe { top:6.8125rem;left:6.625rem;width:25.125rem;height:;font-size:1.25rem;display:block; }#t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #aWkreWRpIVbhU1B20vB37TZBB8TfrG5k { width:18.75rem;height:6.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT { top:6.4375rem;left:23.625rem;width:24rem;height:;font-size:1.25rem;display:block; }#fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #zgiVitQwwe1eB4Id4pNx14w55AZiNOnK { top:9.5rem;left:3.8125rem;width:12.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 { top:11.0625rem;left:0rem;width:18.75rem;height:;font-size:1.25rem;display:none; }#JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #WNvMqysg70qwH3q7rETbFUPxBHRJqQbr { top:31.5625rem;left:0rem;width:18.75rem;height:;font-size:1.25rem;display:none; }#WNvMqysg70qwH3q7rETbFUPxBHRJqQbr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #ARA6NEhlMB0mfiXJsTqngI0uGvO8MhaC { width:47.75rem;height:28.375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy { display:none; }#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fttTm5LLew3K3me7oiXMgU6MvtAnPP44 { top:14.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3vIo80DN3PtJc5I6cMK26DB2q6CBe4i { top:54.375rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9rDva8Zo9LEP9ROVSoBg5TqhNPDESqq { top:6.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5PEdQnThX0yyH57Zx8wvqqkNzUe35BO { width:25rem;height:0.1875rem;top:11.6875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnwLCMB1TVysWs3xx712GSTd4qezPfQ { width:47.75rem;height:31.739374262101rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfw8otO1o7a33V4MsApDIIXrWTSxt0B5 { width:47.75rem;height:31.734472049689rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQll6RwCEKbnMBNsaqTaPctnJQXaUtk7 { width:20.9375rem;height:3.4375rem;top:106.3125rem;left:12.405380249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBImuQWk4yOVwAlEL4eGgVmXOC0toGz1 { display:block; }
 }@media only screen and (max-width: 763px) { #dHD0mHrFdnrGCRtTdlU64BUeP0cmoP5T { top:96.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkU95GxvJ4yoS8mwE86TfSOvpwccgsai { top:42.0625rem;left:0rem;width:18.75rem;height:8.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #esoJ8ggOH9rOoT2zTZruOUVQ9px55uou { display:none; }#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #er8O7FlALnCukm13wUdn6TfxEJZrop1W { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 { display:none; }#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgDBNCePlcJP7vPNO3wRP7DlNMB0XykN { top:2.875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdzTeXSRgSo9TgkwA9BWubSTTXxChWC { width:20.9375rem;height:3.4375rem;top:32rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3lOtkt7BPZPwUN1R4ahdT2dXk5PBD5 { display:block; }
 }@media only screen and (max-width: 763px) { #qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG { top:15.1875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }#qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG li:before{  }
 }@media only screen and (max-width: 763px) { #U0nRSwRGhwbsQhnkNEv1F6RMocHpVwBG { top:25.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn { display:none; }#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gbS6cOgnETxEyQEKpC0kPq9DDCvnOMI6 { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB { display:none; }#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ld9aRkcVhqcxbJT5zZvC7p13LexOHTTi { top:2.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sy9t16mAhPzvHM7wCz79BHE660u2rM { display:none; }#C0sy9t16mAhPzvHM7wCz79BHE660u2rM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WShpXX30es8Z1g8s2elukVsTMRNzU1C2 { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW { display:none; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzuG432c7nbTkaTJgv7tT2FZLO84zp5v { top:2.4375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLiqDZ4EL9764SsWq9fHawEg0TVxrBIC { top:10.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XibcW9MKkb4K7Htu0htmCwJb79wz49fS { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2z2dHJ8nbMSpfzZldbLO02v56xnMDyF { width:22.4375rem;height:22.4375rem;top:9.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4tOV1zpQb5lsX5Bdoi9ptufdOxAzsd { top:16.75rem;left:26.1875rem;width:21.5625rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLXcAonuyemkacBM0DAr6c4bw9o7FBeh { top:14.875rem;left:0rem;width:36.4375rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVCmaxi6e5ey00UWdNvEtGMrnQq5vwkz { top:51.5625rem;left:0rem;width:47.75rem;height:18.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8iWyTwCANcw2T9xM8LITThMh2uJKFT0 { top:14.9375rem;left:0rem;width:18.75rem;height:10.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxDHOEoJo0zXh3tPct1mpgMKoPhLCaOa { width:25rem;height:0.125rem;top:9.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX { display:none; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tfJoyFG2QBJByCQZTHEJ5ov6zqaGufkh { top:1.6875rem;left:0rem;width:47.75rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8q8DIyDZtmczvCue7JyiB6elrCnbQZ { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mm5tWqTTehRezsyK36pybGgTuhqp6bTd { width:25rem;height:0.125rem;top:5.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 { display:none; }#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mRZfSkZtBZXmIgHRkQ66ohk3zw6TIOQx { top:6.5625rem;left:0rem;width:20.1875rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbvUK34zgomCqT4wBE2U9GEzrIhVBZF { width:3.125rem;height:3.125rem;top:2.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtgr5A4bTCTTHXsNyTLPBZPghU2SXN3F { top:6.625rem;left:12.4375rem;width:19.3125rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MulSbxf4i2hgCPE6pqe5OzDFZWMs7FEN { width:3.125rem;height:3.125rem;top:2.125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPOXTSXQ2aTfOMRgVDamO7quzmxCD1xe { top:6.5625rem;left:28.3125rem;width:19.3125rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKTTqa5zoGm9dVId4vQtZVr2A9E4r8q { width:3.125rem;height:3.125rem;top:2.0625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8awoBktL2KC4OBEpQo134COWvghIzWD { width:22.5rem;height:12.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etb4nFDWCQGyo8JdkmZWFG02SNtAEXWm { width:22.5rem;height:12.5rem;top:0.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4nLKFsNPfqDpXmOHXlBVUT5zceQQoU8 { width:22.5rem;height:12.5rem;top:0.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq { display:none; }#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MqKq7AsKihOKPfHLCunuKMtUoTzR1CNZ { top:6.5625rem;left:0rem;width:19.3125rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbahmbukM3bXr2vWto6WVxVf72A1eB1 { width:3.125rem;height:3.125rem;top:2.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soI7nPbNPgxoGCeFrFpEXGMTzMwfGF1e { top:6.625rem;left:12.4375rem;width:19.3125rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y8KdqIcW77ChPXMpQibh7TmFazVoqr { width:3.125rem;height:3.125rem;top:2.125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwmnaVy2TekEw0zTx7rKl8vlyDb5kz40 { top:6.5625rem;left:28.3125rem;width:19.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovQJMdxWF2kvnTNLzqDIgeyShRlSqxMh { width:3.125rem;height:3.125rem;top:2.0625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz3WN1mZ1Jsoxq6OUwswopUBvdZFhQGS { width:22.5rem;height:12.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbBWH0hmhqeMFOc7rUp9Cfqc5cXBPdnr { width:22.5rem;height:12.5rem;top:0.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0x3cAh1exUWpyypIGS6343rOGvO3Kk { width:22.5rem;height:12.5rem;top:0.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ { display:none; }#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n6E7NnsAsuS7MXeCFCDOrI1oPbVTkeRO { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 { display:block; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T11iaeb1kL8yOwcywxRqDe3MgJk2C9lN { top:6.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uetx6kf8cVVawwCM4aT2MuHIqzZQbLcP { top:1.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMk5Gnxa5vFR0gi4g1eLvzkFgmaxs6i7 { width:25rem;height:0.1875rem;top:11.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9r5uMfJQmgLBm5ZQRU1DriWV6oblTk { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb62T2UlfzmBXX7PhN2zHIXo8lk7e2Pu { width:20.9375rem;height:3.4375rem;top:26.0625rem;left:13.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0fsJmoml4lmGFDlbCNleXmf7Dzo314 { display:block; }
 }@media only screen and (max-width: 763px) { #zOMrxyvbz6FKZGr5WhqUhcWVw8ZJ5v8x { top:12.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszSeVTqfhdBI0337zTO1pp6fOZklDpb { top:16.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ { display:none; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJvvdRELZJukIS1VNLozt08LbpV6hLb3 { top:6.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQMefRnQTh8Zc4DXIdf3VNvCHUgJdqm8 { top:1.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9r7oq9hcoontv7nnyEtcnEhzzvQHMQ4 { width:25rem;height:0.1875rem;top:11.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThMAENLakc1Ky7RIpyUmJST0STQiDRA { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ { top:46.3125rem;left:13.9375rem;width:20.375rem;height:10.625rem;font-size:1.125rem;display:block; }#Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ li:before{  }
 }@media only screen and (max-width: 763px) { #Xe4zyXu5N3B1L1CxSh2CJJyPpeMsv1qy { top:43.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfRKUOHFaZOVmcLpwhTF5A2vVlXzFTeb { width:20.9375rem;height:3.4375rem;top:60.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ19TOVr86KtOBngCtGUK2hmwVRRaH2r { display:block; }
 }@media only screen and (max-width: 763px) { #FSdxnrsnO9hJ2T1ZUX0oXhcTO0zqcgVp { top:12.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0K3UDeuHU5esiuLICyTtFtE3WC6fW5H { top:26.25rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .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; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .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; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo { display:flex;width:18rem;height:5.0625rem;top:31.5625rem;left:15.15625rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #GyKAyo46vXMw58AuTdA5mvr3iFC9TnNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #D9RbItUcyzoWTpxhEnqTiDBRtLNJlyJ3 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #RLCSU0qT1uioRucOURrhueddZEMvUTt3 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #tQak1oUXohiov2Uni4mumOCmLdsJPUSL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #BLfe8xxaJxswAgobxeceTHf79Wbzfku8 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #pkwbWoQmLboBCMVoxkUeesqTDBytSKvy {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #HiT69E2PJJxCQ4QEIHCUxBle45L9bPbu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #OzeB6aV7XS8VtFaogoLiKDEEqh9TBQFQ {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #cfVWGxWi2byeNVK4vqhgfFgrq0rWizUQ {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #UsoZWP6TMkEgvg9rHtf09aFnvxMOsHhx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #vBg3bmJM11gHX2gHt4Ddrq5frxHltD1z {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #ufRX99hOah40ffbFVKvMHix1glWmuuZy {  }
 }@media only screen and (max-width: 763px) { #ALN7aacQ2erAGhgNI4efZeQt9W2d0KMr { width:6.5rem;height:6.5rem;top:19.75rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO { display:none; }#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sAoeTPhLGnWBgTZDQ3UuShXppgB9kEmP { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI { display:none; }#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TP6MbZdNDxdIGg2wHifO8ZPtKHpPbpUB { top:39.125rem;left:19.625rem;width:28.125rem;height:11.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPAHBgtRMUX5gN0X05JgL2Q4gmpJKyIk { top:33.6875rem;left:0rem;width:20rem;height:7.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qc55SLO55ez2dBnLtbcGQJs4x4yMlUzC { top:53.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiyHFoK1NNIVVOQEJ6x74EFMcvme9mzc { top:9.1875rem;left:0rem;width:18.6875rem;height:38.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSTSLxM4qK92hTEFqeSEtxb5SRJ4ICGU { top:7.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKILEKTpLP4urT1VugIyZLTAMR4rBhtw { top:4.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz18z6rDK5tZhryd5zaV1JF21zeCrsTt { top:17.25rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxxzy2aqUudAJQJPmJlpdgOQOpt0lon7 { width:37.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E53CUGZSxv7oXE3A43i2bhORTEp1GvpT { width:47.75rem;height:11.310504634397rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut7RGXdFGbI9XbnVhhJG7wUDBJ90sdHH { width:37.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKTzplXIaOckwLP0Lm5bOzntbc5zOnF0 { width:20.9375rem;height:3.4375rem;top:35.625rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfBLudaPDBOQVlvCXbiqA3yGaEXI3fW6 { display:block; }
 }@media only screen and (max-width: 763px) { #HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 { display:none; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iMAQyDflPB103T8WGLh3TWWDMCFv5FCp { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELemERmJooTWs7q3lridwiw4qhas7DSQ { display:none; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZeyrFHIC5QPwFaPx73mtSL4OfmhODVT { width:8.1875rem;height:8.1875rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwHAnDFMJxx0GppEkcumOZofyuXqLZBF { display:none; }#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7ZxZcaxn0XMcUHCzETKKhygpQONNoqo { top:54.375rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0K96tc4SN7N3udo2Imn9TZP3DGksMUe { top:4.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AJ0MpCd1b3vqhi1k0I41nBDyldTsrE { width:25rem;height:0.1875rem;top:8.125rem;left:10.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPsAyB8lAbC65EINfzmyq38vU6BMXIbE { width:28.0625rem;height:28.0625rem;top:20.4375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP5TFlxXFiHGlqp4wJOPQa86uM9TnapW { top:29.8125rem;left:13.4375rem;width:20.875rem;height:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITXCbW6HttJTV7QUao1U87sa3qvIpuu { top:15.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKriLUCc0EnEnz4TNGdnfkfP9fPnBRi { top:49.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcWtWzuElQNAvfwlMVTKAr5bwNePcPaU { width:20.9375rem;height:3.4375rem;top:56.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l316d61u3Hql8R1dKwJ5KyqTgT5kBDx8 { display:block; }
 }@media only screen and (max-width: 763px) { #UfVkUQpDvZ71chhariEfiHEZOp3to3v8 { top:10rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqdtlHKtKUI2sgXlUppKXK10GEDdnL2 { top:10.9375rem;left:0rem;width:19rem;height:13.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #meZveKJF7iVOKst2MxTQKenPLkTMOxCP { display:block; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCNHbPW7L5tflXTLqtilNzClch2kRoZV { top:5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { width:25rem;height:0.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { top:52rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { top:52rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { top:59rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHpPVrHQuwktfTPNK8LqKtJ3gJUMrTFn { top:59rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a36JtLrwhuAEUOegJ42k06rKIl86b5ni { width:21rem;height:3.4375rem;top:72.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block; }
 }@media only screen and (max-width: 763px) { #JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { top:67.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQsZQh677EcXRx1LuBPtV86Lr0cuoZU { top:45.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8vMA8RVw6qTq5lQ6eslsbTH7TSLLPa { top:45.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnWDdZhHq1BPzEBaTIxMQ7qiSJETqhO5 { top:39.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErqFxxXKSfXqB14LPERhlMDTvQQ3hrg { top:39.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbTHQUppgtiCnexgzsf9gbBwDHgfcHL { top:9.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAofxVsX8k2Q7QNMrlTpInNAAdR0qZU1 { top:9.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4NC6Fr98dP34qinDgGCeKBNACmOOSzu { top:29.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLeqeL0MyXBV3c6c2xLXT5R7tNmLiO31 { top:29.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTuNyUv675Z6gZwU87dVtncb01Z1TW5 { top:19.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSsQgbV1HPEQyk8bd1KRKo7G4eMUL7S { top:19.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 { display:block; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt09k3lQ7XTPxKfWBpfENv8EpzWUd8p8 { width:6.25rem;height:6.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPxDJEEVN8Uv6GTR3bTWA7nFH0Uidev { width:6.25rem;height:6.25rem;top:4.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTmGON3LO3tglovcavQNXoVaTc5RX2i { top:12rem;left:0rem;width:6.375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak5KIGIyeESeADCEcI9XgiD0a7TTFGWN { top:12.125rem;left:39.25rem;width:8.5rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQFxfpCrT0XEyMHp2ETFAuFzTvHpnxV { top:12.0625rem;left:17.6875rem;width:9.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwH6PnTH4VIZALS8qpgTgzBUVPbiyneQ { width:6.25rem;height:6.25rem;top:4.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik { display:block; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFuExtEyvenip81aJmM4TmTNMVvy95TN { width:19.4375rem;height:3.25rem;top:1.125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euDsgvghFAeeWsVxgEkzbT8p3qcUsfyJ { width:38.75rem;height:3.25rem;top:6.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:31.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { width:18.75rem;height:0;top:21.936849594116rem;left:1.2489150166511rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:"montserrat 500-700";z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #UiLcHIJdUCfXKUHSo3ElSVRTdS4vv6er { width:9.25rem;height:3.125rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQlLUf56WhUuzRqkETk9voVA72wvEJe { display:block; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe { background-color: transparent; background-image: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container > .video-iframe-container { display: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row > .video-iframe-container { display: none; }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .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); }#GtQlLUf56WhUuzRqkETk9voVA72wvEJe > .row .container { width:20rem;height:31.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW7req0HUAA1PzaeE5vMtEKTPTyvSWar { width:19.8730625rem;height:10.6875rem;top:1.8125rem;left:0.1259765625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5w4kI6uJyLVcbTQckXf7ghWySqrfyF2 { width:9.375rem;height:0.185546875rem;top:13.814453125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baaLN56qOLdyqQctEKSlslpI9yAo5wQK { top:5.5rem;left:0rem;width:9.125rem;height:9.125rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vuCFg2cCe8XDJDSPlpmwzJDFHgoVZ42F { width:18.75rem;height:0;top:30.499349594116rem;left:1.2489150166511rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:"montserrat 500-700";z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #gKhDLz3Zl1Z3dLUToGCq2QUmkBKhU3MA { width:17.875rem;height:17.875rem;top:13.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoAEnTG4v9SZicX19ibONw7Mc1FiduzI { background-color:#e61d66;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { background-color: transparent; background-image: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container > .video-iframe-container { display: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container { display: none; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .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); }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { border-width: 0; border-radius: 0; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoAEnTG4v9SZicX19ibONw7Mc1FiduzI > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8K8NH56Sx3b0ozmckHJL99KhnLtp9vD { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aPXxKSyhtMHvTA8X08fs8HSEpVQCToNB { width:18.75rem;height:2.76171875rem;top:2.5rem;left:0.625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ { width:18.75rem;height:49.3955125rem;top:10.794921875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#RznUv9AHpEpHMQ9LLz4KNLRibAE0rVIJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7322192-756f-4604-94e4-62531c8a8d5e/ZOSgrafikinalanding1.png); }
 }@media only screen and (max-width: 763px) { #KTpNsbp87DBN3SdW0KD0hNUnW8HihnJS { width:18.75rem;height:5.361325rem;top:61.37109375rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w8a8oAEJBgh6bTd9rTf4UczKAXKFiyEf { width:20rem;height:5.361325rem;top:1.19921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OCyrJnIxkbWZ0nU9Aa9yGRBTml3OIJ5P { width:19.625rem;height:1.4619125rem;top:8.5244140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { background-color: transparent; background-image: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container > .video-iframe-container { display: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row > .video-iframe-container { display: none; }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .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); }#lb0uMByScVGPgqfVcF3sq3LBi0wT7Rqv > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1JSgRcUGTMyhFIPbp0Z6yAmhE00IoVb { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #xKKQ38VKt3NnwI28O4gP4AOZTlhZKaMn { width:20rem;height:6.625rem;top:5.5537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg85kCzX0RWQp60Sag0pgA6XBHhvWrUV { width:13.5rem;height:3.3125rem;top:18.9375rem;left:3.25rem;font-size:1.125rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #bstibSp6NsMZlAK82KxE3qNyUa840Li3 { display:block; }
 }@media only screen and (max-width: 763px) { #gJQonA1uXbTZNXM2GUic40aKvP5ALWaK { width:18.625rem;height:3.4375rem;top:24.5rem;left:0.6875rem;font-size:0.9375rem;background-color:#e61d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #EWBV4qMo6UkEITIDkLHLFrVF8zbhQc7K { display:block; }
 }@media only screen and (max-width: 763px) { #TTpEcLCVXaxqaIQOQJKXtfiV3JKhfgav { width:18.75rem;height:1.86889375rem;top:2.4374961853027rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u6ypGuI18LguDMgiqoKdC5P8TNoSCRKe { width:20rem;height:4.5rem;top:13.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #LDwGtut9bEQoE8cA87hEUmuEgVqaPfne { display:none; }#LDwGtut9bEQoE8cA87hEUmuEgVqaPfne > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .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; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I .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; }
#JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I { width:19rem;height:5.3125rem;display:flex;top:6.68359375rem;left:0.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #z4srboU26EOMp61d5Lu2nTS2LqCmiQ8b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #yimOiSgw6Z0xE2KUaZzC9VlFyZ8odWvQ {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gngLva9Tz2E7qbT4nGTQ6POQbmkDVGGI {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #gr8KgSXxDzMWBB5nWV1uncAu9nX46fAa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #mLk6yZcSrGgbZ79wAo439KOoJzfD9ONd {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #E053LEZtQfaBLIHzElcTzGH3o6BZzx5z {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #LETxnqOXqu7cky2xpEkmikoAcAzG0HLK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #aqszd9sK29qV6z3rm85vDGMOp80IhWxk {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #GuaXzTA4CxNyZPCJpZJ3uzaWBA5rbZx5 {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #wbc0LnVlG5gvDatS5pqco55988D5fx0s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #L3k5MEMh8eSJhTPNiRg5GKynnvNemBhr {  }
 }@media only screen and (max-width: 763px) { #JQWTC1XIGJ8EWdbJCdS3V4bOcSLeLL7I #bFWr6dxDntEhhGGswObR4MAHcEvVe9as {  }
 }@media only screen and (max-width: 763px) { #Sk551CQLeW5R6NInk2909PSMPxdZ9gPg { width:18.75rem;height:3.0859375rem;top:1.7777729034424rem;left:0.62413197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ao6UHqyOMoopXIdTL5FtnFCvx2FBlm { top:4.3368072509766rem;left:3.7187498211861rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg { background-color:#e1192c;background-image:none;display:none; }#Uo3TCwfONskeFqi5LZSVcHZi0VmeEKtg > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qq2BVmakVq5Bw4asxETmGDGJrswkLzM4 { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ENolcc3cZ2OySqvokozcdvSfQwLQBOAU { background-color:#e1192c;background-image:none;display:block; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { background-color: transparent; background-image: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container > .video-iframe-container { display: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row > .video-iframe-container { display: none; }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .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); }#ENolcc3cZ2OySqvokozcdvSfQwLQBOAU > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T1zzfc3psSgmZBJu1KFOetzBrQ4Orz { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { background-color: transparent; background-image: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container > .video-iframe-container { display: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row > .video-iframe-container { display: none; }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .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); }#mO2BbT4AJBR7pRKCqvyyrq5daeOgNUrd > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLqsKIkN80yXZVdI3dmLDmLPvO4dlZgf { width:20rem;height:6.74805rem;top:1.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #APBgtVvTF8TLzcs87l5aUwSkDRDBikQ5 { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DJwCHXc2dTEG6iJXMVRzKWGQWLTJr3xn { width:19.375rem;height:8.09765625rem;top:78.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #cVs4eQWD66kgs7dT9mZK3WC2OsSOZsfu { width:3.25rem;height:3.25rem;top:9.6875rem;left:8.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dTuEEUIkmFhbuWF9DxrkNJQ4poFMxKzd { width:18.75rem;height:9.44725rem;top:28.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #HvCbqKAVw5C4ck8HsphxRr6cfvyileSZ { width:18.75rem;height:6.7480625rem;top:58rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #B9ndq6ag93xKTCKJy9xbr6rPwVfqU0a9 { width:3.25rem;height:3.25rem;top:53.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znAckTabVUy3cl79O4fbTLnrGEtOTBmH { width:18.75rem;height:5.3984375rem;top:70.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #fuxHyvmwSAhghT2cvR5vkQ5BEHxfBZJp { width:18.75rem;height:8.097625rem;top:13.951171875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #bUyKSG70Hg2xTu6slg0oRF3kwBHrPtN0 { width:3.25rem;height:3.25rem;top:24.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqDF16MZt5eHBio0VfNwN3iGwqahsFy { width:3.25rem;height:3.25rem;top:39.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTrF9xREnw4rbP7AVEOevDO9OmtlNbU { width:18.75rem;height:8.097625rem;top:43.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #zwOaVzTEPoeI9F9Mm4w4J8J4k22nAX7M { width:3.25rem;height:3.25rem;top:66.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnga75r42F1T32y3u3oyKhNibfoyw0Ui { top:92.6875rem;left:3rem;width:12.875rem;height:14.8125rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #etf4oZN21eaEWTKD0WtXFL0aNFVwf1Az { width:19rem;height:3.4375rem;top:89.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBpe6IqpwJeWW9MBSSRFeaHVkcy3pFR { display:block; }
 }@media only screen and (max-width: 763px) { #fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH.adaptive-delivery-prevent-bg, #fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH.lazyload, #fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH.lazyloading { background-image: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { background-color: transparent; background-image: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e61d66; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container > .video-iframe-container { display: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e61d66; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row > .video-iframe-container { display: none; }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .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); }#fHdC2iw3iAcDPl98TUJ0oJswoVbBv2TH > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhnnEeUt8AieAFHHFRnmJieUCrx88RpX { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #VfXtDO4vPdzmvqVXyygOTnraJl1QvZAN { width:18.625rem;height:3.736325rem;top:0.95703125rem;left:0.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rOXrT4RVqTz6b8I0PUfXEP5dNQ3tWAZB { width:15.625rem;height:8.75rem;top:43.064238548279rem;left:2.1875000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qcJVrXpMhXsH9A6FXmoTlIlt69ntiRD4 { width:14.6875rem;height:8.25rem;top:15.311415672303rem;left:4.5062935948372rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mMeVAXkbDDipsMbgQgdL1hVDR7CI9SVr { width:18.0625rem;height:18.0625rem;top:14.3515625rem;left:0rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gfOysuKwQ9uGqy225ouJEQ5M3Pbv1vtQ { width:15.6875rem;height:15.6875rem;top:4.064453125rem;left:2.15625rem;overflow:hidden;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #fpKQrgBFrS3ulFCXUfmTQaaUcRHMMhDT { width:20rem;height:20rem;top:27.8125rem;left:0rem;overflow:hidden;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qvE9JXkMS1PPm8w2fH5HRepQKhn16bE7 { width:20rem;height:2.69921875rem;top:49.087890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #FV5ILVv6Sqq14wDSleIeC2NW8HrNBZZZ { width:20rem;height:21.6650625rem;top:55.474609375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #tOavfqC7lDOzMecgdTbG88MxgF4i8339 { display:block; }#tOavfqC7lDOzMecgdTbG88MxgF4i8339 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbUMEx9flSHkCwV4k38ow0z5OGnKNhRI { width:18.6875rem;height:0;top:10.229177474976rem;left:0.62413197755814rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #PA93TP13JxaVpUSZli7vMtNLxTHrhpOg { width:20rem;height:0;top:33.56423664093rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #yvqf3bg5qBtkXJ3r5K4CPQCEMWOJ2ZTZ { width:18.75rem;height:0;top:64.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #kvb3CWCk4mudTQExdRAfxF0bQdPr0Zu4 { width:18.75rem;height:0;top:81.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #eayUAuzUuzrnefm5ytWg1DTTuA3C2N0u { width:18.6875rem;height:10.796875rem;top:7.4140625rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vIvXuHhB6CHfdRCywTIqpnui1w3lhPy4 { width:14rem;height:4.5625rem;top:0.8515625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNnWratLlzXFsNVXmanpgRKK2l0mm96e { display:none; }#cNnWratLlzXFsNVXmanpgRKK2l0mm96e > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAo9tRoh62wwT3G7Oe7WzJ7cagHAEByo { width:20rem;height:0;top:33.56423664093rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TC8NPDpcQqEcOvBly7UTJE9D7ikXgxdL { width:18.75rem;height:0;top:64.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #swbZG57kDNUTg4MSFLlskODpUGTg9Anu { width:18.75rem;height:0;top:81.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #WgQHKuPJF4SvOOPn01Of6InuR3fAoh4N { width:18.6875rem;height:0;top:9.1901042461394rem;left:0.65538197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ExHJxyHJuQ9sAx4g47dIQqQ6AUdbKuvT { width:20rem;height:13.3046875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XHgZ4ET4Ouanx6dErN0KiNm9yliNxo { width:20rem;height:1.8681625rem;top:5.15234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F9sLDNvfcDfIgRQkVVbvU89XXdhBDsyc { width:9.375rem;height:0.12402375rem;top:8.1865234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5UaHhb5dQ3lHKVolZ51dDrGDPLWvnD8 { width:20rem;height:1.42480625rem;top:2.498046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #RRknZWG7CgT1PMF0JX8e9sECnaDBARSt { width:18.75rem;height:6.171875rem;top:31.75rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LhMCXdpMDLFIeUl0MUmuFRSneFW0ul4Q { width:18.75rem;height:6.171875rem;top:39.0625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tfynr4TrMyhhTeNmA8iDTP6spTCE1NTa { width:20rem;height:1.7871125rem;top:8.9541015625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aIUMydMtCstTVo2OQT9hX13vl6Rx4hfz { width:20rem;height:4.62890625rem;top:18.8046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vBbvVATJZ769FVHt06oqiSxZXRwqVvGK { width:19rem;height:3.4375rem;top:47.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpJeUmaKEQ2vu46kdemq3WbtK0DDAqw { display:block; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .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; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .widget-text.counter-number { padding-top:0.43rem;padding-right:0.400625rem;padding-bottom:0.43rem;padding-left:0.400625rem;width:2.39875rem;min-width:2.39875rem;height:2.306875rem;font-size:1.718125rem;line-height:36.91px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #791e10;border-right:0.0625rem solid #791e10;border-bottom:0.0625rem solid #791e10;border-left:0.0625rem solid #791e10; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.199375rem;height:0.911875rem;font-size:0.64375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ { width:17.375rem;height:4.5625rem;display:flex;top:25.625rem;left:1.3125rem;z-index:15000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #WnZPGesqlVPyDIc9SPSQDScVyB2lILQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #eJaWMF00uNq1lpu7aLTmPvWB978seJym {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #fcsa98U3sWB2HHblWNTm96LLksS7MERk {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #XLPl7psasl3zdpaehrTqdzZPsaEVQaBo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #QP7q6zTDAgUEEBu2CVqSSoIPBDV7nvRt {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #NK94qwz5z0OMC55b8cbXqrimCUDPirqM {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #VA06DK214bIsHxohDJf0nffiPK4tNqwv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #vHQAflqPz6v15SSQMVWVKc6JvRxsm3q3 {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #OiGqDiASwfBCEZQh5CryqvCnqs686HPH {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #B1OpQmoMnM3tw4nE1Z7kltmWLnIO7opG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #DfyTF4mxb3gFBtFmzTwXFxaSdvgQvXhG {  }
 }@media only screen and (max-width: 763px) { #WE1BCm1ztw9oNQq4rPpfZK75H9ImbOoJ #evdK9UMpUGbblwUue4XtsxCsmCF2E4NT {  }
 }@media only screen and (max-width: 763px) { #AdazIWiaxzixpmDm5G8t4PyTyxATmC66 { width:4.375rem;height:4.375rem;top:13.3046875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoyiXVTxh0AqR46Io1uF2anOt4r8inie { display:block; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie { background-color: transparent; background-image: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container > .video-iframe-container { display: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row > .video-iframe-container { display: none; }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .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); }#zoyiXVTxh0AqR46Io1uF2anOt4r8inie > .row .container { width:20rem;height:9.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDc3tJolOI0y16SsDlWOTqXcfEuntmV { width:18.75rem;height:0;top:21.936849594116rem;left:1.2489150166511rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:"montserrat 500-700";z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GDDaodBxQuQJVtoOt7uOyS9F5QT3K8dc { width:18.75rem;height:7.5rem;top:0.625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { display:block; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BavRxvkiPnXL8zsuy4UfTMnC9KvFtBpd { width:19.499rem;height:10.999rem;top:1.185546875rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na { background-color:#e1192c;background-image:none;display:block; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { background-color: transparent; background-image: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container > .video-iframe-container { display: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row > .video-iframe-container { display: none; }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .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); }#eAZ5b17lbK5cTyTkaSAEiR3IVuEcp0Na > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmQILCRGrsl52GJW9IefDuHEUrwn7I5s { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 { display:none; }#CtIoREMTB6DELGwOSR7XZ3DW3V8o5gW6 > .row .container { width:20rem;height:164.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gb8fkMp4RshxFmvGE6ks04bASToynec8 { width:18.1875rem;height:18.1875rem;top:107.583984375rem;left:0.90625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8oG41TpC5euumCepPABKfzUQNJXs0q { width:18.75rem;height:0;top:129.25rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #GsN4lQo9uNeEvVpplNdbS7qaAVr43pMB { width:20rem;height:3.574225rem;top:2.4072265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;color:#e61d66;display:block; }
 }@media only screen and (max-width: 763px) { #ANt2a8wvPRXABfIFDOlTWpB0JDguxPad { width:18.75rem;height:20.24415rem;top:89.25rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NMFrPPnepk8Woaxim1zeUbi6b9wTl0yG { width:19.375rem;height:19.375rem;top:67.240234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQqTTalT0zevnEeHZWQTLBt5wU0PnU6N { width:17.3125rem;height:17.3125rem;top:18.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAJKkZQCNZqNPwohWinMISfuIvf2g6O { width:18.75rem;height:32.39065rem;top:34.849609375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #C8khoAuwIH4MFXvULnhNFfST9qJTDpQS { width:18.75rem;height:12.14646875rem;top:7.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #XHs3T2xgeHVaXJCwRBtImDtLKsLFszth { top:138.111328125rem;left:0rem;width:20rem;height:20rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VoGoPaakmg7lQiWaWBeLNScQfOF6dF1E { width:17.125rem;height:1.625rem;top:32.974609375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#e61d66;display:block; }
 }@media only screen and (max-width: 763px) { #TKgRABqHdUqENPpoTvMQ9wOystb871Vm { width:19.375rem;height:1.625rem;top:87.1875rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#e61d66;display:block; }
 }@media only screen and (max-width: 763px) { #uIQJvVloUaM82pW4c2hJNamtO24R2tAq { width:20rem;height:0;top:159.361328125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y { display:block; }#R0IZ4hwV3C2lTsTH5IAb00PBgfkrfa3y > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODHJ470sofgpJ05GTtXlgqGgH8s5bhrB { width:14.8730625rem;height:5.60449375rem;top:3.228515625rem;left:2.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HLN6HpehTkKAEi8yWXJP8h5KVCpMBeZ4 { width:18.75rem;height:16.1953125rem;top:10.1875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ezxM2GPyrnNZm3pTpuDIHLA9d3XonEWB { width:12.5rem;height:2.56055rem;top:66.998046875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMPFxdKIGau2yZhx3b8WQl1nJfnF5iP { display:block; }
 }@media only screen and (max-width: 763px) { #sq4mapldSDTp6SUuQDc9WuZeNCsecnV2 { width:19.875rem;height:11.1875rem;top:28.4326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlI7OhE9VvqVla7FTvSWcZVo5SguTHmv { width:20rem;height:22.94331875rem;top:41.5888671875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI { background-color:#e61d66;background-image:none;display:block; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { background-color: transparent; background-image: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container > .video-iframe-container { display: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row > .video-iframe-container { display: none; }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .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); }#hc3VOXOgrPnMnkxxJVXcT3sDvniwNpoI > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOwXbeFBITeuxlyK8veo2kFBzfrbqVNn { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81.adaptive-delivery-prevent-bg, #bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81.lazyload, #bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81.lazyloading { background-image: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { background-color: transparent; background-image: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container > .video-iframe-container { display: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row > .video-iframe-container { display: none; }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .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); }#bnpbrbVvUq0BwliZr67q1iQ6r1dM9R81 > .row .container { width:20rem;height:142.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgkalDkIaps7uTxz6Aokg14TuZXoAe5G { width:18.75rem;height:3rem;top:15.6875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #CWb4HfvTB8msEOm75tpdfRk0ZSd8ixfm { width:9.375rem;height:0.1875rem;top:13.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mKwzvk9hHxUrvBkhBLK3FyvFEBTwHU { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #vA27k13ow6FI6JDscq7G0aBeCAxhIvPb { width:18.75rem;height:10.79689375rem;top:42.5625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX { width:18.75rem;height:25.755875rem;top:68.25rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }#OaFTZoTFyW3khZe6dSnmywSwU8UFtFtX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/741fcd00-ee10-4e6d-a3db-6640696eeb9f/19.preview.mirror.png); }
 }@media only screen and (max-width: 763px) { #sWAPuTkOVSz0MaPnfGzEw04IoOUT7GFB { width:18.75rem;height:2.69921875rem;top:94.75rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #GTaVXE6p1d6vkatqt37bUpQ2ulaWVG9g { width:16.5rem;height:0;top:163.5625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #S7776cxmMb0t8WwyQl83HWZ0adBDcsZO { width:18.75rem;height:20.244175rem;top:20.0625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #M2WrCIGdfnWFeecLyWdTWzwyQNRTyABd { width:18.75rem;height:0;top:227.74998664856rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #BS4VErv0P4fOhQIUHT8zgXxIriv6bI6H { width:18.75rem;height:5.60449375rem;top:6.8125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #svypNf2TIQeLzAmrc3OBTgenrG3wTuFZ { width:20rem;height:13.5625rem;top:160rem;left:0rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OpulcJpgy2tRQeyP0ZKae0GkbOSaPZSW { width:14.75rem;height:14.75rem;top:52.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4BcFgCx8tQ0l2p4UNJl1e63ENJ48FD9 { width:18.75rem;height:4.04883125rem;top:3.4375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #cHwVT9lxEn7pNgACd15fmK7ODWfMru4O { width:20rem;height:1.86889375rem;top:1.173828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;color:#e61d66;display:block; }
 }@media only screen and (max-width: 763px) { #m1env17JgW34iS2lKTMZOpgQwzVwGb0a { width:16.5rem;height:4.875rem;top:99rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlcxERoThfEJbtqAJzz9VbOSoVR5HiEK { display:flex;width:2.875rem;height:2.875rem;top:105.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #RgVU5cAgHL85Q3QCOdephEu8yt4JhlSm { width:18.375rem;height:25.64256875rem;top:109rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #EiVPTdob36sTOPxqyNZbJ1eoJ7hkOigN { width:19rem;height:3.4375rem;top:135.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrDvoxFrOw42DhATxcasN8ZqH4zwPUo { display:block; }
 }@media only screen and (max-width: 763px) { #IkEDKndrPPprbh0FcL7cuRKoMEB5PnQ8 { width:18.1875rem;height:18.1875rem;top:8.09375rem;left:1.8125rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 { background-color:#e61d66;background-image:none;display:block; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { background-color: transparent; background-image: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container > .video-iframe-container { display: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row > .video-iframe-container { display: none; }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .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); }#TZwZD75zRNF79F6I4Jgfh03wKLpA9Dy9 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnq65Jg6U6tT7a3fIxbfnDa90AbgZfip { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 { display:block; }#x9pbpFbMfUIlvLq6Hb5X66rmNCz8sHL5 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oP01xTsNnZIwK26qwX4Rbaaa4t7Tl3nI { width:17.125rem;height:3.736325rem;top:1.4375rem;left:1.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RQKOdgXcJZTsgqow0RGVR87MLIIFaOJd { width:18.75rem;height:3rem;top:16.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Ztey1VSH877R0S5E1gKo9LoTDrhhykgT { width:17.625rem;height:5.3984375rem;top:6.375rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #FH9CEeSqfy12k1XXKhFllLDBid3VwNMW { display:flex;width:3.5rem;height:3.5rem;top:12.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #kC0xusxNvk5qze2vDaa4RC8s3DuWiJwp { width:19rem;height:2.8125rem;top:21.2216796875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IxLH1R7TOV2SHfeJCI8dcPq0FryZ01 { display:block; }
 }@media only screen and (max-width: 763px) { #Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ { background-color:#e61d66;background-image:none;display:block; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { background-color: transparent; background-image: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container > .video-iframe-container { display: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row > .video-iframe-container { display: none; }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .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); }#Olgxo5U79iDZuLQKL1Wb4wO8uG68sSDZ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNhSJzGHmhbmZSOEVAqe8G2MDtHHPKM3 { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #msTWdfLkOEk101Lix47KNVKizcScqBMA { display:none; }#msTWdfLkOEk101Lix47KNVKizcScqBMA > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #niFtkGepsQMrOc5za7AmUswDxhEOlV6O { width:18.375rem;height:10.796875rem;top:2.263671875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK { background-color:#ffffff;background-image:none;display:none; }#i7GVwlOJcmNTBEz7Fl7cHo9JVkG83DTK > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHIIO3zWKFdZaiG2l0hTCWiEeX0ZP23Z { width:18.75rem;height:6.5rem;top:1.4367189407349rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hPLTveMNDEfzCUlbiklUvSEbqv7aw1Lc { width:9.375rem;height:0.1875rem;top:10.061632156372rem;left:5.3124998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #goAVGXGnArJglBcDTMq45KTVzuom4TRa { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #azN80ztqxhqJX1iT76TS27aWkNZk6nCI { width:18.75rem;height:26.9921625rem;top:9.4306640625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5253a323-eb65-40fb-9cd8-4ef4a2ba1218/28.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;display:none; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq.adaptive-delivery-prevent-bg, #RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq.lazyload, #RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq.lazyloading { background-image: none; }#RT65aEGdIEPL8wbvHJgTzXg7RTlSWtmq > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe { width:18.75rem;height:0;top:8.547743320465rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#t9Gq3xEDzpBGy0kL93dTm4D06HolKVPe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #aWkreWRpIVbhU1B20vB37TZBB8TfrG5k { width:15.9375rem;height:5.25rem;top:1.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT { width:18.75rem;height:0;top:29.171875476837rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#fgRHhRzkn6lA2ywUiDdiMtDrMxevSdmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #zgiVitQwwe1eB4Id4pNx14w55AZiNOnK { width:12.0625rem;height:1.35rem;top:7.875rem;left:6.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 { width:18.75rem;height:20.0625rem;top:11.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }#JTBuGbIuLmcuF4x0gmymZUNRf8aAANH3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #WNvMqysg70qwH3q7rETbFUPxBHRJqQbr { width:18.75rem;height:;top:31.5625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15015;display:block; }#WNvMqysg70qwH3q7rETbFUPxBHRJqQbr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/91fff10c-718a-4582-82ff-6229de5fb5be/19.png); }
 }@media only screen and (max-width: 763px) { #ARA6NEhlMB0mfiXJsTqngI0uGvO8MhaC { width:20rem;height:28.375rem;top:49.015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy { display:none; }#A59hdyVxUS4A3SVAJcW2PytcTAEJJNzy > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fttTm5LLew3K3me7oiXMgU6MvtAnPP44 { width:18.75rem;height:4.27083125rem;top:7.61111164093rem;left:0.62413197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #a3vIo80DN3PtJc5I6cMK26DB2q6CBe4i { width:20rem;height:1.5rem;top:27.9818rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #o9rDva8Zo9LEP9ROVSoBg5TqhNPDESqq { width:18.75rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f5PEdQnThX0yyH57Zx8wvqqkNzUe35BO { width:20rem;height:0.1875rem;top:6.2361125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnwLCMB1TVysWs3xx712GSTd4qezPfQ { width:20rem;height:13.293375rem;top:26.731770515442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfw8otO1o7a33V4MsApDIIXrWTSxt0B5 { width:20rem;height:13.30900243309rem;top:13.4236125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQll6RwCEKbnMBNsaqTaPctnJQXaUtk7 { width:19rem;height:2.8125rem;top:52.21267414093rem;left:0.49913197755814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBImuQWk4yOVwAlEL4eGgVmXOC0toGz1 { display:block; }
 }@media only screen and (max-width: 763px) { #dHD0mHrFdnrGCRtTdlU64BUeP0cmoP5T { width:18.75rem;height:0;top:41.27517414093rem;left:0.62413197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #kkU95GxvJ4yoS8mwE86TfSOvpwccgsai { width:18.75rem;height:8.09895625rem;top:42.087675094604rem;left:0.62413197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #esoJ8ggOH9rOoT2zTZruOUVQ9px55uou { background-color:#e61d66;background-image:none;display:none; }#esoJ8ggOH9rOoT2zTZruOUVQ9px55uou > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #er8O7FlALnCukm13wUdn6TfxEJZrop1W { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 { display:none; }#TgVx0eKAlpmbWqtgnOiiJIUTbfkvUob5 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgDBNCePlcJP7vPNO3wRP7DlNMB0XykN { width:18.75rem;height:14.8457rem;top:1.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vWdzTeXSRgSo9TgkwA9BWubSTTXxChWC { width:19rem;height:2.8125rem;top:36.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3lOtkt7BPZPwUN1R4ahdT2dXk5PBD5 { display:block; }
 }@media only screen and (max-width: 763px) { #qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG { width:18.75rem;height:7.6855625rem;top:17.8125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }#qcSyASE4OmxPxrH3DBNyESnpAvNJAQUG li:before{  }
 }@media only screen and (max-width: 763px) { #U0nRSwRGhwbsQhnkNEv1F6RMocHpVwBG { width:18.75rem;height:6.7480625rem;top:26.875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn { background-color:#e61d66;background-image:none;display:none; }#e2NlovkuNQTRmQVcEPV1D5Qk3I0NUvrn > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gbS6cOgnETxEyQEKpC0kPq9DDCvnOMI6 { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB { display:none; }#kCCRMTalVX1l65zs9UqZ1aPwS3K6iNxB > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ld9aRkcVhqcxbJT5zZvC7p13LexOHTTi { width:18.75rem;height:6.5rem;top:1.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C0sy9t16mAhPzvHM7wCz79BHE660u2rM { display:none; }#C0sy9t16mAhPzvHM7wCz79BHE660u2rM > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WShpXX30es8Z1g8s2elukVsTMRNzU1C2 { width:18.75rem;height:10.79685rem;top:1.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW.adaptive-delivery-prevent-bg, #e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW.lazyload, #e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW.lazyloading { background-image: none; }#e8ZqIN6bvv3Cop9ifniyTzG7piDoKmTW > .row .container { width:20rem;height:71.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzuG432c7nbTkaTJgv7tT2FZLO84zp5v { width:15.3125rem;height:7.472625rem;top:2.5807266235351rem;left:2.3437500596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NLiqDZ4EL9764SsWq9fHawEg0TVxrBIC { width:18.75rem;height:1.35rem;top:12.311658859253rem;left:0.62413197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #XibcW9MKkb4K7Htu0htmCwJb79wz49fS { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #E2z2dHJ8nbMSpfzZldbLO02v56xnMDyF { width:17.5625rem;height:17.5625rem;top:24.8115234375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4tOV1zpQb5lsX5Bdoi9ptufdOxAzsd { width:14.4375rem;height:5.69921875rem;top:29.375rem;left:2.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #dLXcAonuyemkacBM0DAr6c4bw9o7FBeh { width:18.75rem;height:0;top:13.1875rem;left:0.78038197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #RVCmaxi6e5ey00UWdNvEtGMrnQq5vwkz { width:18.75rem;height:29.6914125rem;top:40.3740234375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #H8iWyTwCANcw2T9xM8LITThMh2uJKFT0 { width:18.75rem;height:10.79684375rem;top:14.9375rem;left:0.62413197755814rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #CxDHOEoJo0zXh3tPct1mpgMKoPhLCaOa { width:9.375rem;height:0.125rem;top:11.068623781204rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX.adaptive-delivery-prevent-bg, #d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX.lazyload, #d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX.lazyloading { background-image: none; }#d5dTdsqCT6SXzlbtEN3SQHn9IS951SVX > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tfJoyFG2QBJByCQZTHEJ5ov6zqaGufkh { width:15.3125rem;height:5.361325rem;top:1.892578125rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BL8q8DIyDZtmczvCue7JyiB6elrCnbQZ { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Mm5tWqTTehRezsyK36pybGgTuhqp6bTd { width:9.375rem;height:0.125rem;top:8.193359375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 { display:none; }#TEE4rk3uyg5RnoCxxluUSqVrS7QrAXV0 > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mRZfSkZtBZXmIgHRkQ66ohk3zw6TIOQx { width:12.375rem;height:4.38574375rem;top:5.84375rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qGbvUK34zgomCqT4wBE2U9GEzrIhVBZF { display:flex;width:2.5625rem;height:2.5625rem;top:1.96875rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #Mtgr5A4bTCTTHXsNyTLPBZPghU2SXN3F { width:16.875rem;height:4.3857375rem;top:18rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MulSbxf4i2hgCPE6pqe5OzDFZWMs7FEN { display:flex;width:2.5rem;height:2.5rem;top:14.75rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zPOXTSXQ2aTfOMRgVDamO7quzmxCD1xe { width:15.8125rem;height:4.38574375rem;top:31.15625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iLKTTqa5zoGm9dVId4vQtZVr2A9E4r8q { display:flex;width:2.5rem;height:2.5rem;top:27.59375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #J8awoBktL2KC4OBEpQo134COWvghIzWD { width:16.25rem;height:10rem;top:1.1923828125rem;left:1.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #etb4nFDWCQGyo8JdkmZWFG02SNtAEXWm { width:16.25rem;height:10rem;top:13.78125rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #X4nLKFsNPfqDpXmOHXlBVUT5zceQQoU8 { width:16.25rem;height:10rem;top:26.1875rem;left:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq { display:none; }#IVGWwqHtQVqnEJnacX0Nn1AbluWPaWwq > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MqKq7AsKihOKPfHLCunuKMtUoTzR1CNZ { width:15.875rem;height:4.38574375rem;top:5.71875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TFbahmbukM3bXr2vWto6WVxVf72A1eB1 { display:flex;width:2.5rem;height:2.5rem;top:2.65625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #soI7nPbNPgxoGCeFrFpEXGMTzMwfGF1e { width:16.3125rem;height:4.38574375rem;top:18.556640625rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y8KdqIcW77ChPXMpQibh7TmFazVoqr { display:flex;width:2.5rem;height:2.5rem;top:14.96875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RwmnaVy2TekEw0zTx7rKl8vlyDb5kz40 { width:9.8125rem;height:2.923825rem;top:32.53125rem;left:5.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ovQJMdxWF2kvnTNLzqDIgeyShRlSqxMh { display:flex;width:2.5rem;height:2.5rem;top:28.15625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pz3WN1mZ1Jsoxq6OUwswopUBvdZFhQGS { width:16.25rem;height:10rem;top:1rem;left:1.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UbBWH0hmhqeMFOc7rUp9Cfqc5cXBPdnr { width:16.25rem;height:10rem;top:13.875rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hT0x3cAh1exUWpyypIGS6343rOGvO3Kk { width:15.625rem;height:10rem;top:27.15625rem;left:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ { background-color:#e61d66;background-image:none;display:none; }#QeoFMxpV3zvGgKWRirw5mcbrUAHiVrMQ > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n6E7NnsAsuS7MXeCFCDOrI1oPbVTkeRO { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9.adaptive-delivery-prevent-bg, #eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9.lazyload, #eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9.lazyloading { background-image: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { background-color: transparent; background-image: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container > .video-iframe-container { display: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row > .video-iframe-container { display: none; }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .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); }#eVeIZDx2w6Pvsn0uNr24mtGDJW8tfpD9 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T11iaeb1kL8yOwcywxRqDe3MgJk2C9lN { width:18.75rem;height:1.8681625rem;top:5.3125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Uetx6kf8cVVawwCM4aT2MuHIqzZQbLcP { width:18.75rem;height:2.699225rem;top:2rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #aMk5Gnxa5vFR0gi4g1eLvzkFgmaxs6i7 { width:9.375rem;height:0.1875rem;top:7.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9r5uMfJQmgLBm5ZQRU1DriWV6oblTk { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Jb62T2UlfzmBXX7PhN2zHIXo8lk7e2Pu { width:19rem;height:2.8125rem;top:17.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0fsJmoml4lmGFDlbCNleXmf7Dzo314 { display:block; }
 }@media only screen and (max-width: 763px) { #zOMrxyvbz6FKZGr5WhqUhcWVw8ZJ5v8x { width:20rem;height:1.7871125rem;top:8.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OszSeVTqfhdBI0337zTO1pp6fOZklDpb { width:20rem;height:5.19921875rem;top:11.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ.adaptive-delivery-prevent-bg, #MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ.lazyload, #MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ.lazyloading { background-image: none; }#MuSKVbyDCTCzPMde3UTIOaXIty9MsltJ > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJvvdRELZJukIS1VNLozt08LbpV6hLb3 { width:18.75rem;height:1.86889375rem;top:8.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eQMefRnQTh8Zc4DXIdf3VNvCHUgJdqm8 { width:18.75rem;height:2.7002rem;top:4.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #I9r7oq9hcoontv7nnyEtcnEhzzvQHMQ4 { width:9.375rem;height:0.1875rem;top:10.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThMAENLakc1Ky7RIpyUmJST0STQiDRA { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ { width:18.75rem;height:8.0005rem;top:36.75rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }#Bz8Eem5RkTDmbG10MT9ZiU19wNDzRWmQ li:before{  }
 }@media only screen and (max-width: 763px) { #Xe4zyXu5N3B1L1CxSh2CJJyPpeMsv1qy { width:18.75rem;height:1.3501rem;top:34.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #IfRKUOHFaZOVmcLpwhTF5A2vVlXzFTeb { width:19rem;height:2.8125rem;top:46.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ19TOVr86KtOBngCtGUK2hmwVRRaH2r { display:block; }
 }@media only screen and (max-width: 763px) { #FSdxnrsnO9hJ2T1ZUX0oXhcTO0zqcgVp { width:20rem;height:1.7858875rem;top:11.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x0K3UDeuHU5esiuLICyTtFtE3WC6fW5H { width:20rem;height:4.62890625rem;top:21.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .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; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo .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; }
#yknKiipqyGlczgA8ufpM8ITVlEQKE0uo { display:flex;width:18rem;height:5.0625rem;top:27.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #GyKAyo46vXMw58AuTdA5mvr3iFC9TnNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #D9RbItUcyzoWTpxhEnqTiDBRtLNJlyJ3 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #RLCSU0qT1uioRucOURrhueddZEMvUTt3 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #tQak1oUXohiov2Uni4mumOCmLdsJPUSL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #BLfe8xxaJxswAgobxeceTHf79Wbzfku8 {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #pkwbWoQmLboBCMVoxkUeesqTDBytSKvy {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #HiT69E2PJJxCQ4QEIHCUxBle45L9bPbu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #OzeB6aV7XS8VtFaogoLiKDEEqh9TBQFQ {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #cfVWGxWi2byeNVK4vqhgfFgrq0rWizUQ {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #UsoZWP6TMkEgvg9rHtf09aFnvxMOsHhx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #vBg3bmJM11gHX2gHt4Ddrq5frxHltD1z {  }
 }@media only screen and (max-width: 763px) { #yknKiipqyGlczgA8ufpM8ITVlEQKE0uo #ufRX99hOah40ffbFVKvMHix1glWmuuZy {  }
 }@media only screen and (max-width: 763px) { #ALN7aacQ2erAGhgNI4efZeQt9W2d0KMr { width:4.3125rem;height:4.3125rem;top:15.9375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO { background-color:#e61d66;background-image:none;display:none; }#ezTV0wkb2ipHmWvfVNpMxOObHCdM8KFO > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sAoeTPhLGnWBgTZDQ3UuShXppgB9kEmP { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI { display:none; }#wXQyqOP9HqbWMA4lGKcpPfOUBMv16IcI > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TP6MbZdNDxdIGg2wHifO8ZPtKHpPbpUB { width:20rem;height:0;top:33.56423664093rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #uPAHBgtRMUX5gN0X05JgL2Q4gmpJKyIk { width:18.75rem;height:0;top:64.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Qc55SLO55ez2dBnLtbcGQJs4x4yMlUzC { width:18.75rem;height:0;top:81.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #iiyHFoK1NNIVVOQEJ6x74EFMcvme9mzc { width:18.6875rem;height:0;top:9.1901042461394rem;left:0.65538197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #DSTSLxM4qK92hTEFqeSEtxb5SRJ4ICGU { width:20rem;height:1.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TKILEKTpLP4urT1VugIyZLTAMR4rBhtw { width:20rem;height:1.2744125rem;top:3.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wz18z6rDK5tZhryd5zaV1JF21zeCrsTt { width:18.75rem;height:14.29785625rem;top:10.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sxxzy2aqUudAJQJPmJlpdgOQOpt0lon7 { top:20.953125rem;left:3.40625rem;width:13.1875rem;height:4.3125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #E53CUGZSxv7oXE3A43i2bhORTEp1GvpT { width:20rem;height:7.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut7RGXdFGbI9XbnVhhJG7wUDBJ90sdHH { top:1.75rem;left:0rem;width:20rem;height:6.625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sKTzplXIaOckwLP0Lm5bOzntbc5zOnF0 { width:19rem;height:3.4375rem;top:27.203125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfBLudaPDBOQVlvCXbiqA3yGaEXI3fW6 { display:block; }
 }@media only screen and (max-width: 763px) { #HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 { background-color:#e61d66;background-image:none;display:block; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container { background-color: transparent; background-image: none; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container > .video-iframe-container { display: none; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row > .video-iframe-container { display: none; }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .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); }#HTtCXF42dNGhAS9HSyzapGoPGwDc3Ik8 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMAQyDflPB103T8WGLh3TWWDMCFv5FCp { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ELemERmJooTWs7q3lridwiw4qhas7DSQ { background-color:#e61d66;background-image:none;display:none; }#ELemERmJooTWs7q3lridwiw4qhas7DSQ > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZeyrFHIC5QPwFaPx73mtSL4OfmhODVT { width:11.3748125rem;height:11.9998125rem;top:21.306425526738rem;left:4.3120661377907rem;overflow:hidden;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HwHAnDFMJxx0GppEkcumOZofyuXqLZBF { display:none; }#HwHAnDFMJxx0GppEkcumOZofyuXqLZBF > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7ZxZcaxn0XMcUHCzETKKhygpQONNoqo { width:20rem;height:0;top:58.5486125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"montserrat 500-700";display:none; }
 }@media only screen and (max-width: 763px) { #C0K96tc4SN7N3udo2Imn9TZP3DGksMUe { width:18.75rem;height:3.57421875rem;top:1.4375352859497rem;left:0.62413197755814rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AJ0MpCd1b3vqhi1k0I41nBDyldTsrE { width:9.375rem;height:0.1875rem;top:5.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPsAyB8lAbC65EINfzmyq38vU6BMXIbE { width:20rem;height:20rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP5TFlxXFiHGlqp4wJOPQa86uM9TnapW { width:17.0625rem;height:7.6465rem;top:27.1875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NITXCbW6HttJTV7QUao1U87sa3qvIpuu { width:18.75rem;height:0;top:10.736112594604rem;left:0.62413197755814rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #TVKriLUCc0EnEnz4TNGdnfkfP9fPnBRi { width:18.75rem;height:5.3984375rem;top:40.6875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vcWtWzuElQNAvfwlMVTKAr5bwNePcPaU { width:19rem;height:2.8125rem;top:47.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l316d61u3Hql8R1dKwJ5KyqTgT5kBDx8 { display:block; }
 }@media only screen and (max-width: 763px) { #UfVkUQpDvZ71chhariEfiHEZOp3to3v8 { width:20rem;height:1.3501rem;top:6.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ldqdtlHKtKUI2sgXlUppKXK10GEDdnL2 { width:19rem;height:13.49609375rem;top:8.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-family:"source sans pro";z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #meZveKJF7iVOKst2MxTQKenPLkTMOxCP { display:block; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCNHbPW7L5tflXTLqtilNzClch2kRoZV { width:18.75rem;height:1.5625rem;top:3.125rem;left:0.62413197755814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { width:9.375rem;height:0.1875rem;top:5.5000810623169rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { width:17.5rem;height:13.15725rem;top:81.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { width:1.875rem;height:1.875rem;top:96.6875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { width:1.875rem;height:1.875rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHpPVrHQuwktfTPNK8LqKtJ3gJUMrTFn { width:17.5rem;height:17.9511875rem;top:96.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a36JtLrwhuAEUOegJ42k06rKIl86b5ni { width:12.5rem;height:2.5625rem;top:137.875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block; }
 }@media only screen and (max-width: 763px) { #JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { width:20rem;height:1.8681625rem;top:135.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQsZQh677EcXRx1LuBPtV86Lr0cuoZU { width:17.37425rem;height:11.6953125rem;top:68.6875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8vMA8RVw6qTq5lQ6eslsbTH7TSLLPa { width:1.875rem;height:1.875rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnWDdZhHq1BPzEBaTIxMQ7qiSJETqhO5 { width:17.1875rem;height:8.7715rem;top:57.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErqFxxXKSfXqB14LPERhlMDTvQQ3hrg { width:1.875rem;height:1.875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbTHQUppgtiCnexgzsf9gbBwDHgfcHL { width:17.5rem;height:23.3906375rem;top:7.26806640625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAofxVsX8k2Q7QNMrlTpInNAAdR0qZU1 { width:1.9995125rem;height:1.9995125rem;top:7.26806640625rem;left:0.623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4NC6Fr98dP34qinDgGCeKBNACmOOSzu { width:17.1875rem;height:23.3906rem;top:32.875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLeqeL0MyXBV3c6c2xLXT5R7tNmLiO31 { width:1.875rem;height:1.875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTuNyUv675Z6gZwU87dVtncb01Z1TW5 { width:18.125rem;height:17.542975rem;top:116.25rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSsQgbV1HPEQyk8bd1KRKo7G4eMUL7S { width:1.875rem;height:1.875rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 { display:block; }#XgtZMHTrAgb1XO3UnmPJSX1MxlFEa723 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt09k3lQ7XTPxKfWBpfENv8EpzWUd8p8 { width:2.6875rem;height:2.6875rem;top:1.3125rem;left:2rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPxDJEEVN8Uv6GTR3bTWA7nFH0Uidev { width:2.5rem;height:2.5rem;top:4.46875rem;left:8.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTmGON3LO3tglovcavQNXoVaTc5RX2i { width:5.9375rem;height:2.4375rem;top:4.5rem;left:0.375rem;font-size:0.8125rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #Ak5KIGIyeESeADCEcI9XgiD0a7TTFGWN { width:5.8125rem;height:1.625rem;top:4.6875rem;left:14.1875rem;font-size:0.8125rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #tWQFxfpCrT0XEyMHp2ETFAuFzTvHpnxV { width:9.375rem;height:2.4375rem;top:8rem;left:5.3125rem;font-size:0.8125rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #fwH6PnTH4VIZALS8qpgTgzBUVPbiyneQ { width:2.8125rem;height:2.8125rem;top:1.25rem;left:16rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik { display:block; }#eiNfsr1QFsXSJlkO14ABNy8NGgQx2Cik > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFuExtEyvenip81aJmM4TmTNMVvy95TN { width:3.125rem;height:1.749025rem;top:1.404296875rem;left:12.8798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euDsgvghFAeeWsVxgEkzbT8p3qcUsfyJ { width:20rem;height:3.25rem;top:4.498046875rem;left:0rem;display:block; }
 }