.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: 959px) {
    html {
        width: 960px;
    }
}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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { position:relative;display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { background-color: transparent; background-image: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { border-width: 0; border-radius: 0; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KS24vCllkzQbg8dffJW4R55sq3xS2S0g { 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:4.4375rem;width:11.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { position:relative;display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { background-color: transparent; background-image: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container > .video-iframe-container { display: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row > .video-iframe-container { display: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .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); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { border-width: 0; border-radius: 0; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .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; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZRt9uAm6Aa3t9DkOVTqgRs8vfQtVnVy { color:#e43253;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.71875rem;left:0rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q { position:relative;display:block; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q { background-color: transparent; background-image: none; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row .container > .video-iframe-container { display: none; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row > .video-iframe-container { display: none; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .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); }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q { border-width: 0; border-radius: 0; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .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; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .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:22.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BBUb7iTnHTRO7wmeRo3u5WRkfEbGT8LZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0rem;left:10rem;display:block; }
#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#791e10;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; }#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz > .row .container { border-width: 0; border-radius: 0; }#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:none; }#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#791e10;background-image:none;color:#ffffff;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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family: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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 { 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:#791e10;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.2138671875rem;left:20.5rem;z-index:15000; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #IbrtR8epzTqxuzHJx6osF84nBVW5mDeb { display:flex;position:relative;top:0rem;left:0rem; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #Wq2mTO6yDye31dewqVAOdcLX4kA5BqQu { width:auto; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rl1HMGSAhDUcHBuqVqE6bfASqcyBDxv8 {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #bw5yJhTGhaXwefNpV6imeT4rtJKsoVin { display:flex;position:relative;top:0rem;left:0rem; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #yQQgr8OnDKKTfr07xzycxyKqFlSLUFHR {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #MBgBw93Zeu8GT0sAOXnkfMmV8u14AVBx {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #riPUlDMDTXGxSasOaZx6o2xrkTk7839c { display:flex;position:relative;top:0rem;left:0rem; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rsqt5rvfA6989d6iofrSMgKWwKQ1TnLt {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #lTS09k8lwdnummVuuFBTLvaCpEIPQSP8 {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #CvfBafz2obpHOfdyWJ2xCav44OZTne45 { display:flex;position:relative;top:0rem;left:0rem; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #PqfO5NVdcT31lf0x2pmsva998x4V9Wzk {  }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #QtDv9EuBLz9ln8vlBpuLbMydr8TT5IrX {  }
#ohwCmFOQGBi5BAlkX1J6VDF9nUrXwgTT { color:#ffffff;display:block;width:60rem;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.212890625rem;left:0rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anJGIHzsvihwZNX1pPlEgH9XFlmAm7rs { 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; }
#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF { position:relative;display:block; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF { background-color: transparent; background-image: none; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row .container > .video-iframe-container { display: none; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row > .video-iframe-container { display: none; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .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); }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF { border-width: 0; border-radius: 0; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .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; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .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:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iPrUb1a9rysShHNu154I60QWxcvSdDUK { position:absolute;display:block;z-index:15013;background-color:#af4626;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.25rem;width:40.6875rem;top:30.0625rem;left:9.65625rem;display:block; }
#IB7iQAa5yNvd3n41wncN7REqw3C8Z5To { color:#000000;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:7.14844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwOndA98gomwiQxESN0Ue91kGxk44X8T { color:#000000;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7197914123535rem;left:0rem;height:8.449225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XVyxwVbZgvDbbHK1B8trT2TxaqpVWIAk { color:#000000;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X98vt3DmKVv4NwTwCM4Q0VLKRwOLSKw5 { color:#000000;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi { position:relative;display:block; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi { background-color: transparent; background-image: none; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row .container > .video-iframe-container { display: none; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row > .video-iframe-container { display: none; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .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); }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi { border-width: 0; border-radius: 0; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .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; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .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.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtTZTqHOyk4vwmenUwRcBoi9stVKRqbs { color:#e61c66;display:block;width:59.8125rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:1.375rem;left:0.15625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.adaptive-delivery-prevent-bg, #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.lazyload, #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.lazyloading { background-image: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { background-color: transparent; background-image: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container > .video-iframe-container { display: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row > .video-iframe-container { display: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .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); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { border-width: 0; border-radius: 0; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { position:absolute;display:block;z-index:15000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:35.875rem;width:15.625rem;top:1.5625rem;left:2.1875rem;display:block; }
#O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { position:absolute;display:block;z-index:15002;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:10.1875rem;width:10.1875rem;top:3.0625rem;left:4.9375rem;overflow:hidden;display:block; }
#S7eRVDGMTgrvxEMVdn7ToeyRD40pex8S { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:35.875rem;width:15.625rem;top:1.6875rem;left:22.1875rem;display:block; }
#B4Ts8fJhCilm1OuXFkANiyGm2tldMSTf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRmKaKqIX28xFhlvd8trmeAwrAH5z4lE { 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:13.5625rem;width:20.0625rem;top:1.6875rem;left:20rem;overflow:hidden;display:block; }
#HBvDQNllzmBgCvi5F4BScLVaxrkBmeta { position:absolute;display:block;z-index:15012;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:36rem;width:15.625rem;top:1.5625rem;left:42.1875rem;display:block; }
#UtNzGrtvt8LHcxgshhm87GuWqTuC4Mzc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.6875rem;left:43.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlO7rz6WQnILaLek8Ia3xqsVaII8Kw9L { background-color:#e3456d;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.375rem;left:1.25rem;display:block; }
#dal1uTpDhdreVJhztq97IU98yPBogeqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kASbTkKJ7tn2SaotMncwtsboG30BdFec { background-color:#234f3f;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.375rem;left:21.0625rem;display:block; }
#LC8XriFna2Blzy0NGMkO74ry8bkcWN3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTSP6HJVOz2vaMO8lO41CEfwd7ggs9WW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.924999237061rem;left:3.75rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#fH4adEN504eVCD5wnUquF01RkVVPz34r { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:22.924999237061rem;left:22.53125rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#xFHB6gRS58xxUTmrWNJymVIWJntOtgmG { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:22.924999237061rem;left:42.59375rem;height:7.71484375rem;text-align:center;text-align-last:center;display:block; }
#iX4xgB89p16XTD3BATNu5NVvii8SDR7V { position:absolute;display:block;z-index:15016;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.0625rem;width:9.0625rem;top:2.0625rem;left:45.46875rem;overflow:hidden;display:block; }
#T1zVO6PlR92R7Zfx8s4qbMHgc7oI0R2o { background-color:#234f3f;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.375rem;left:21.0625rem;display:none; }
#I67TJW7LB903xiod16QlQ7dHk6f1GUCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 { position:relative;display:block; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 { background-color: transparent; background-image: none; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row .container > .video-iframe-container { display: none; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row > .video-iframe-container { display: none; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .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); }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 { border-width: 0; border-radius: 0; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .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; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .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:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c86x85TqwsTRqr6cwk0mkpIM5zEhzgK9 { color:#e61c66;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:2.6875rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:0.8125rem;left:0.09375rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d { position:relative;display:block; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d { background-color: transparent; background-image: none; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row .container > .video-iframe-container { display: none; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row > .video-iframe-container { display: none; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .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); }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d { border-width: 0; border-radius: 0; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .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; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .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:3.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KqbSvBfBpJ5ygCuCRFV0775PQr3D3wu4 { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:0.375rem;left:2.59375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.adaptive-delivery-prevent-bg, #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.lazyload, #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.lazyloading { background-image: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { background-color: transparent; background-image: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container > .video-iframe-container { display: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row > .video-iframe-container { display: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .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); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { border-width: 0; border-radius: 0; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#KP9qu7PpifsUgzGgpIweNnGU2QIuIq1P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpsV0fZ89Bcf3z9e4fbJV56bGgc4U2zk { 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:10.1875rem;width:10.1875rem;top:3.8125rem;left:4.9375rem;overflow:hidden;display:block; }
#nui68sCeZpTXdkVLwiXod3F9dIHDdXWB { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:50.375rem;width:56rem;top:1.5625rem;left:1.875rem;display:block; }
#QoXSJmosZoFy1ffTLsdJKpO0nEOyUfEN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpDrM551Xa2Q4dJHggxiQh7Lybzdk3dP { 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:11.625rem;width:8.375rem;top:3.9375rem;left:25.8125rem;overflow:hidden;display:block; }
#AAETzGT7GE4tfXqaf69dp43qpIWylBTC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.6875rem;left:43.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hutT5pu2lT3sKlJLgLKi2y27sdzVWpQR { background-color:#e3456d;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.4375rem;height:5.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.875rem;left:1.28125rem;display:block; }
#FpOFplaqXPgIzKeuMbykUxhJNzlmiFH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mv1xu5GmQKrJydST8gkgGXVCIQr2JLGE { box-sizing:content-box;height:0.3125rem;width:3.25rem;position:absolute;display:block;z-index:15054;background-color:#000000;background-image:none;top:12.75rem;left:18.375rem;display:block; }
#Q9eT93zfne9uNOwKUiLTdBuJTUAAHXKz { box-sizing:content-box;height:3.0625rem;width:0.3125rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:11.375rem;left:19.75rem;display:block; }
#DOaUI94yAoHLVVK45lEQlpHt1Iy1T7yT { box-sizing:content-box;height:3.0625rem;width:0.3125rem;position:absolute;display:block;z-index:15056;background-color:#000000;background-image:none;top:11.375rem;left:41.0625rem;display:block; }
#RPPJHDlw6n7FWuiI1WZhV0QBiaPUuXit { box-sizing:content-box;height:0.3125rem;width:3.25rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:12.75rem;left:39.625rem;display:block; }
#WFfgWQ4ezTqdd1xCiGsbVUVpk8tevD1C { color:#ed2b52;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:28rem;left:14rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJNBN755v21XgoM4rvJvPi1ahqBMrHr7 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33rem;left:20.78125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToTTJulLV2FzLD5KLCWuWrUghAfBmZuS { 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:11.75rem;width:9.0625rem;top:3.625rem;left:45.46875rem;overflow:hidden;display:block; }
#CM6GbbEVRaV3CRS0stW0g96MRXcfGOr2 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:22.6357421875rem;left:3.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ht91sOwTNQBoxvpG8NTR73wguygSBhRL { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:22.6357421875rem;left:23.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehyDES66WfEDMwqhJexQnMC6zS6KqXmL { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:22.6357421875rem;left:43.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcWyF8fshroTDwEt4IhE8FDpSwW5CW5H { background-color:#e3456d;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.4375rem;height:5.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:43.625rem;left:1.15625rem;display:block; }
#r6t96wEJ4O8DVnFSdJgRochyyrOn0KvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW { position:relative;display:block; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW { background-color: transparent; background-image: none; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row .container > .video-iframe-container { display: none; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row > .video-iframe-container { display: none; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .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); }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW { border-width: 0; border-radius: 0; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .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; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .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:7.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tTRku8clGLmzp2Vl0v7MxoQHRFOBD13R { color:#000000;display:block;width:60rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0.6875rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 { position:relative;display:block; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 { background-color: transparent; background-image: none; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row .container > .video-iframe-container { display: none; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row > .video-iframe-container { display: none; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .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); }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 { border-width: 0; border-radius: 0; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .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; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .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.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dLK5UDsVXmzxN5bRJOkC0xoHfoKEMMzK { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:1.8125rem;left:2.59375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.adaptive-delivery-prevent-bg, #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.lazyload, #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.lazyloading { background-image: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { background-color: transparent; background-image: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container > .video-iframe-container { display: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row > .video-iframe-container { display: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .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); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { border-width: 0; border-radius: 0; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#mrMOy4rbca3zaBvCq1Zcdq9vhuH7kN1b { position:absolute;display:block;z-index:15000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:38rem;width:15.625rem;top:1.6875rem;left:2.1875rem;display:block; }
#TWTN6gK97KUMRMvcEQi4FHISKooKfXhk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efB0P0ZGzUrBCp7dsuy67w6JPXDTErmn { position:absolute;display:block;z-index:15002;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:10.1875rem;width:10.1875rem;top:3.0625rem;left:4.9375rem;overflow:hidden;display:block; }
#DGaDUnvmW4nQxUaMwTsmFIFDUy78gxeO { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:37.6875rem;width:15.625rem;top:1.5625rem;left:22.1875rem;display:block; }
#PJ1chnow3kXw2gf5ffwu3lkvWnZ8KTSo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKsy52miZS1l5Oyk5T99HcuE2UvXT0lZ { 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:13.5625rem;width:20.0625rem;top:1.6875rem;left:20rem;overflow:hidden;display:block; }
#cSTV3cXvBKVoRToX61tfXma1583HMJHT { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:37.625rem;width:15.625rem;top:1.59375rem;left:42.1875rem;display:block; }
#gpIrRBS0nfLlFU798aVf2tnWo7itaNf0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.6875rem;left:43.75rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5KyVTN21HkmufKMIhyJnNCDu2zqg3nc { background-color:#e3456d;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:34.4375rem;left:1.1875rem;display:block; }
#CEDoiuJRPVc30hb9ecbbIbfJbtEtfbNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEiSI4hqIm9650u1EnOxsD9Siihat93m { background-color:#234f3f;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.4375rem;left:20.9375rem;display:block; }
#AWHNuV9ZTsoQuc5qI2EgPVT9N83tzak7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ES2a7UOxXxoVfwHZ09TIOT7MJrm42Uy8 { color:#e3456d;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:29.78125rem;left:3.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmESnDEIC3XvKWoOiKwVGtI9asGbBJ02 { color:#234f3f;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:29.78125rem;left:23.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztZUzTDomQ9IrhXeUsw9UFBR9GG3ERvL { color:#791e10;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:29.78125rem;left:43.6875rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUCSnhRPrgwgiwkV4Keu9OCP1rFn6dGu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.237499237061rem;left:3.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gdnKxmoVFhHU68wKqwg5X82zHuOfxRLr { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:22.237499237061rem;left:22.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#n2yUxMkcRCmxowflILy07czTvvdtoSDv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:22.237499237061rem;left:42.59375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#NnPetUMGLni6BLvk8u3ZgEW2372gbxnn { background-color:#af4626;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:34.4375rem;left:41.125rem;display:block; }
#q0XbBKR3gbZQt4qvS4ThNO8dTd7HHxit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guxnZhRbSghu2ldcM2G7QNfFceEPVZuT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.25rem;left:3.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grGwuZJCeQXcuRpg5O7WdZdC7yIdypTS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.3125rem;left:23.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLBxbhKD4ZCtdUfmIk3VIwoLtEIe3FER { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.25rem;left:43.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5aVSRQ32TO2FlbDJ8leOw8xD13B8x9s { 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:13rem;width:9.5625rem;top:1.6875rem;left:45.21875rem;overflow:hidden;display:block; }
#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN { position:relative;display:block; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN { background-color: transparent; background-image: none; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row .container > .video-iframe-container { display: none; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row > .video-iframe-container { display: none; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .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); }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN { border-width: 0; border-radius: 0; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .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; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .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:8.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n2UkaD2Jbm0QwBLU50aW1dfr1ItNALuu { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:1.8125rem;left:0.21875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE { 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; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container { background-color: transparent; background-image: none; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container > .video-iframe-container { display: none; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row > .video-iframe-container { display: none; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .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); }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container { border-width: 0; border-radius: 0; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#EafVuVZg1swpx9mMdRongJE0SJPzoZCc { color:#002543;display:block;width:60rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:1.9375rem;left:0rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HESc1KRfQUS4qC678ZgG3pRW4C95G3fr { position:absolute;display:block;z-index:15012;background-color:#af4626;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:5.0625rem;left:0rem;display:block; }
#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 { 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; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container { background-color: transparent; background-image: none; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container > .video-iframe-container { display: none; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row > .video-iframe-container { display: none; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .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); }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container { border-width: 0; border-radius: 0; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#bTLH0QEbNul4ZgI9UGl4cQUCQ4dQ3EUR { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.5rem;height:8.2851625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Abc7TnF3wyGU2lSD1FiaWV6XpWa1w1Iq { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQuDrH1PH1P3m76TdltA48h2AyhdaQfg { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:40.875rem;height:9.66603125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqNxHOvxxFVJJW58lDKOT1ilEEfWNgU2 { 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:1.25rem;left:0rem;overflow:hidden;display:block; }
#C4vCdoaWgD9sEXcqkbPOI5NHMD5FLFqU { 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:1.25rem;left:20rem;overflow:hidden;display:block; }
#xHOOLfNxmyIv3PT45nRzJO6kcTWesKXw { 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:1.25rem;left:40rem;overflow:hidden;display:block; }
#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq { 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; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container { background-color: transparent; background-image: none; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container > .video-iframe-container { display: none; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row > .video-iframe-container { display: none; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .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); }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container { border-width: 0; border-radius: 0; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ws2CHd8ZHa5Wq0WGIztKuzTqE8V13y3D { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.5rem;height:11.046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EL1vgO3KBOiv6mIK31c84ZkGcxh1iXo6 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:20.875rem;height:11.04688125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwtVXB6G1d3FeI0dhHG2ekzmFxDTTcpH { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:40.9375rem;height:15.189425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Osd3byMtszxWAr8QKZdNV2qIr0y4kKAt { 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:0rem;left:0rem;overflow:hidden;display:block; }
#ARD28mifdXaVLtrdKoXmE9RU9uLImVDs { 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:0rem;left:20rem;overflow:hidden;display:block; }
#qFZzMHuXUD6cgUadzAJJaarukolf2HaL { 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:0rem;left:40rem;overflow:hidden;display:block; }
#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk { 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; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container { background-color: transparent; background-image: none; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container > .video-iframe-container { display: none; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row > .video-iframe-container { display: none; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .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); }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container { border-width: 0; border-radius: 0; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#h93Dm1nhb5eLXgNKKfu6WoTVp8wOrsTR { color:#000000;display:block;width:20rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:8.285125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThpWLDrh6tc2Z8lfyKVZMQObMavesFbA { color:#000000;display:block;width:20rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:20rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MBegNvJtXhxfyPzirCBpPTEFAW2ukhJg { 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:0rem;left:0rem;overflow:hidden;display:block; }
#sQAF3gPIJyZFU7dmvTzc9nwb4QsiTHHD { position:absolute;display:block;z-index:15043;height:3.1875rem;width:20rem;top:31.175048828125rem;left:20rem;display:block; }
#IRAsFXnx7viOoNqol0Xr5p4R5fRLsuvx { 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:0rem;left:20rem;overflow:hidden;display:block; }
#lKrWxJlATGclnVT7vemkI1NCXIi2noKt { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.1875rem;height:8.285125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS24vCllkzQbg8dffJW4R55sq3xS2S0g { width:11.875rem;height:4.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { top:1.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZRt9uAm6Aa3t9DkOVTqgRs8vfQtVnVy { top:10.6875rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q { display:block; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUb7iTnHTRO7wmeRo3u5WRkfEbGT8LZ { width:40rem;height:22.5rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMBb1xTq1znuBvFeCUufaM83AGWWDnMz { display:none; }#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #IbrtR8epzTqxuzHJx6osF84nBVW5mDeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #Wq2mTO6yDye31dewqVAOdcLX4kA5BqQu {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rl1HMGSAhDUcHBuqVqE6bfASqcyBDxv8 {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #bw5yJhTGhaXwefNpV6imeT4rtJKsoVin { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #yQQgr8OnDKKTfr07xzycxyKqFlSLUFHR {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #MBgBw93Zeu8GT0sAOXnkfMmV8u14AVBx {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #riPUlDMDTXGxSasOaZx6o2xrkTk7839c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rsqt5rvfA6989d6iofrSMgKWwKQ1TnLt {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #lTS09k8lwdnummVuuFBTLvaCpEIPQSP8 {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #CvfBafz2obpHOfdyWJ2xCav44OZTne45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #PqfO5NVdcT31lf0x2pmsva998x4V9Wzk {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #QtDv9EuBLz9ln8vlBpuLbMydr8TT5IrX {  }
 }@media only screen and (max-width: 763px) { #ohwCmFOQGBi5BAlkX1J6VDF9nUrXwgTT { top:2.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJGIHzsvihwZNX1pPlEgH9XFlmAm7rs { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF { display:block; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPrUb1a9rysShHNu154I60QWxcvSdDUK { width:40.6875rem;height:0.25rem;top:30.0625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB7iQAa5yNvd3n41wncN7REqw3C8Z5To { top:13.75rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwOndA98gomwiQxESN0Ue91kGxk44X8T { top:3.6875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVyxwVbZgvDbbHK1B8trT2TxaqpVWIAk { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98vt3DmKVv4NwTwCM4Q0VLKRwOLSKw5 { top:24.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOxMc38JyduALkXDtkhfCuVf4I5TBsQi { display:block; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtTZTqHOyk4vwmenUwRcBoi9stVKRqbs { top:1.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK { display:block; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { width:15.625rem;height:35.875rem;top:1.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { width:12.5rem;height:6.8125rem;top:14.375rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { width:10.1875rem;height:10.1875rem;top:3.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7eRVDGMTgrvxEMVdn7ToeyRD40pex8S { width:15.625rem;height:35.875rem;top:1.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Ts8fJhCilm1OuXFkANiyGm2tldMSTf { width:12.5rem;height:6.8125rem;top:14.6875rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRmKaKqIX28xFhlvd8trmeAwrAH5z4lE { width:20.0625rem;height:13.5625rem;top:1.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvDQNllzmBgCvi5F4BScLVaxrkBmeta { width:15.625rem;height:36rem;top:1.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtNzGrtvt8LHcxgshhm87GuWqTuC4Mzc { width:12.5rem;height:6.8125rem;top:14.6875rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlO7rz6WQnILaLek8Ia3xqsVaII8Kw9L { width:17.5rem;height:3.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dal1uTpDhdreVJhztq97IU98yPBogeqZ { display:block; }
 }@media only screen and (max-width: 763px) { #kASbTkKJ7tn2SaotMncwtsboG30BdFec { width:38rem;height:3.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8XriFna2Blzy0NGMkO74ry8bkcWN3R { display:block; }
 }@media only screen and (max-width: 763px) { #TTSP6HJVOz2vaMO8lO41CEfwd7ggs9WW { width:12.5rem;height:6.125rem;top:22.875rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH4adEN504eVCD5wnUquF01RkVVPz34r { width:14.9375rem;height:6.125rem;top:22.875rem;left:16.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFHB6gRS58xxUTmrWNJymVIWJntOtgmG { width:14.8125rem;height:7.6875rem;top:22.875rem;left:32.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX4xgB89p16XTD3BATNu5NVvii8SDR7V { width:9.0625rem;height:12.0625rem;top:2.0625rem;left:35.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zVO6PlR92R7Zfx8s4qbMHgc7oI0R2o { width:38rem;height:3.4375rem;top:31.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I67TJW7LB903xiod16QlQ7dHk6f1GUCL { display:block; }
 }@media only screen and (max-width: 763px) { #Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 { display:block; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c86x85TqwsTRqr6cwk0mkpIM5zEhzgK9 { top:0.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d { display:block; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqbSvBfBpJ5ygCuCRFV0775PQr3D3wu4 { top:0.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS { display:block; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9qu7PpifsUgzGgpIweNnGU2QIuIq1P { width:12.5rem;height:6.8125rem;top:15.6875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsV0fZ89Bcf3z9e4fbJV56bGgc4U2zk { width:10.1875rem;height:10.1875rem;top:3.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nui68sCeZpTXdkVLwiXod3F9dIHDdXWB { width:47.75rem;height:50.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoXSJmosZoFy1ffTLsdJKpO0nEOyUfEN { width:12.5rem;height:6.8125rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpDrM551Xa2Q4dJHggxiQh7Lybzdk3dP { width:8.375rem;height:11.625rem;top:3.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAETzGT7GE4tfXqaf69dp43qpIWylBTC { width:12.5rem;height:6.8125rem;top:15.6875rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutT5pu2lT3sKlJLgLKi2y27sdzVWpQR { width:46.75rem;height:5.1875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOFplaqXPgIzKeuMbykUxhJNzlmiFH4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mv1xu5GmQKrJydST8gkgGXVCIQr2JLGE { width:3.25rem;height:0.3125rem;top:12.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eT93zfne9uNOwKUiLTdBuJTUAAHXKz { width:0.3125rem;height:3.0625rem;top:11.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaUI94yAoHLVVK45lEQlpHt1Iy1T7yT { width:0.3125rem;height:3.0625rem;top:11.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPPJHDlw6n7FWuiI1WZhV0QBiaPUuXit { width:3.25rem;height:0.3125rem;top:12.75rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFfgWQ4ezTqdd1xCiGsbVUVpk8tevD1C { top:28rem;left:0rem;width:32rem;height:5.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJNBN755v21XgoM4rvJvPi1ahqBMrHr7 { width:18.4375rem;height:2.25rem;top:33rem;left:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTTJulLV2FzLD5KLCWuWrUghAfBmZuS { width:9.0625rem;height:11.75rem;top:3.625rem;left:35.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6GbbEVRaV3CRS0stW0g96MRXcfGOr2 { top:22.625rem;left:1.625rem;width:12.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht91sOwTNQBoxvpG8NTR73wguygSBhRL { top:22.625rem;left:17.5rem;width:12.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehyDES66WfEDMwqhJexQnMC6zS6KqXmL { top:22.625rem;left:33.375rem;width:12.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWyF8fshroTDwEt4IhE8FDpSwW5CW5H { width:46.75rem;height:5.1875rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6t96wEJ4O8DVnFSdJgRochyyrOn0KvP { display:block; }
 }@media only screen and (max-width: 763px) { #OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW { display:block; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTRku8clGLmzp2Vl0v7MxoQHRFOBD13R { top:0.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 { display:block; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLK5UDsVXmzxN5bRJOkC0xoHfoKEMMzK { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk { display:block; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrMOy4rbca3zaBvCq1Zcdq9vhuH7kN1b { width:15.625rem;height:38rem;top:1.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTN6gK97KUMRMvcEQi4FHISKooKfXhk { width:12.5rem;height:6.8125rem;top:14.375rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efB0P0ZGzUrBCp7dsuy67w6JPXDTErmn { width:10.1875rem;height:10.1875rem;top:3.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGaDUnvmW4nQxUaMwTsmFIFDUy78gxeO { width:15.625rem;height:37.6875rem;top:1.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1chnow3kXw2gf5ffwu3lkvWnZ8KTSo { width:12.5rem;height:6.8125rem;top:14.6875rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKsy52miZS1l5Oyk5T99HcuE2UvXT0lZ { width:20.0625rem;height:13.5625rem;top:1.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTV3cXvBKVoRToX61tfXma1583HMJHT { width:15.625rem;height:37.625rem;top:1.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpIrRBS0nfLlFU798aVf2tnWo7itaNf0 { width:12.5rem;height:6.8125rem;top:14.6875rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KyVTN21HkmufKMIhyJnNCDu2zqg3nc { width:17.5rem;height:3.4375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEDoiuJRPVc30hb9ecbbIbfJbtEtfbNG { display:block; }
 }@media only screen and (max-width: 763px) { #eEiSI4hqIm9650u1EnOxsD9Siihat93m { width:17.6875rem;height:3.4375rem;top:34.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHNuV9ZTsoQuc5qI2EgPVT9N83tzak7 { display:block; }
 }@media only screen and (max-width: 763px) { #ES2a7UOxXxoVfwHZ09TIOT7MJrm42Uy8 { top:29.75rem;left:1.625rem;width:12.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmESnDEIC3XvKWoOiKwVGtI9asGbBJ02 { top:29.75rem;left:17.5rem;width:12.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztZUzTDomQ9IrhXeUsw9UFBR9GG3ERvL { top:29.75rem;left:33.375rem;width:12.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUCSnhRPrgwgiwkV4Keu9OCP1rFn6dGu { width:12.5rem;height:6.5rem;top:22.1875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnKxmoVFhHU68wKqwg5X82zHuOfxRLr { width:14.9375rem;height:6.5rem;top:22.1875rem;left:16.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yUxMkcRCmxowflILy07czTvvdtoSDv { width:14.8125rem;height:8.125rem;top:22.1875rem;left:32.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPetUMGLni6BLvk8u3ZgEW2372gbxnn { width:17.6875rem;height:3.4375rem;top:34.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XbBKR3gbZQt4qvS4ThNO8dTd7HHxit { display:block; }
 }@media only screen and (max-width: 763px) { #guxnZhRbSghu2ldcM2G7QNfFceEPVZuT { width:12.5rem;height:1.4375rem;top:32.25rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGwuZJCeQXcuRpg5O7WdZdC7yIdypTS { width:12.5rem;height:1.4375rem;top:32.3125rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBxbhKD4ZCtdUfmIk3VIwoLtEIe3FER { width:12.5rem;height:1.4375rem;top:32.25rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5aVSRQ32TO2FlbDJ8leOw8xD13B8x9s { width:9.5625rem;height:13rem;top:1.6875rem;left:34.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN { display:block; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2UkaD2Jbm0QwBLU50aW1dfr1ItNALuu { top:1.8125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE { display:block; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EafVuVZg1swpx9mMdRongJE0SJPzoZCc { top:1.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESc1KRfQUS4qC678ZgG3pRW4C95G3fr { width:25rem;height:0.1875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 { display:block; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTLH0QEbNul4ZgI9UGl4cQUCQ4dQ3EUR { top:3.125rem;left:0rem;width:19.5rem;height:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abc7TnF3wyGU2lSD1FiaWV6XpWa1w1Iq { top:3.125rem;left:11.75rem;width:19.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuDrH1PH1P3m76TdltA48h2AyhdaQfg { top:3.125rem;left:27.625rem;width:19.125rem;height:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqNxHOvxxFVJJW58lDKOT1ilEEfWNgU2 { top:1.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vCdoaWgD9sEXcqkbPOI5NHMD5FLFqU { top:1.25rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOOLfNxmyIv3PT45nRzJO6kcTWesKXw { top:1.25rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq { display:block; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2CHd8ZHa5Wq0WGIztKuzTqE8V13y3D { top:1.875rem;left:0rem;width:19.5rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1vgO3KBOiv6mIK31c84ZkGcxh1iXo6 { top:1.875rem;left:11.75rem;width:19.125rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtVXB6G1d3FeI0dhHG2ekzmFxDTTcpH { top:1.875rem;left:27.625rem;width:19.0625rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osd3byMtszxWAr8QKZdNV2qIr0y4kKAt { top:0rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARD28mifdXaVLtrdKoXmE9RU9uLImVDs { top:0rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZzMHuXUD6cgUadzAJJaarukolf2HaL { top:0rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk { display:block; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h93Dm1nhb5eLXgNKKfu6WoTVp8wOrsTR { top:2.625rem;left:0rem;width:20rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpWLDrh6tc2Z8lfyKVZMQObMavesFbA { top:1.25rem;left:9.875rem;width:21.875rem;height:15.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBegNvJtXhxfyPzirCBpPTEFAW2ukhJg { top:0rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAF3gPIJyZFU7dmvTzc9nwb4QsiTHHD { width:44.4375rem;height:3.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRAsFXnx7viOoNqol0Xr5p4R5fRLsuvx { top:0rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKrWxJlATGclnVT7vemkI1NCXIi2noKt { top:2.625rem;left:11.75rem;width:18.8125rem;height:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS24vCllkzQbg8dffJW4R55sq3xS2S0g { width:9.6875rem;height:3.625rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { width:20rem;height:3.8984375rem;top:0.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZRt9uAm6Aa3t9DkOVTqgRs8vfQtVnVy { width:20rem;height:8.53025rem;top:5.7734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q { display:block; }#aBobSfV0AHeNvRR8HIcLRQQyu50WgN3q > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUb7iTnHTRO7wmeRo3u5WRkfEbGT8LZ { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMBb1xTq1znuBvFeCUufaM83AGWWDnMz { display:none; }#vMBb1xTq1znuBvFeCUufaM83AGWWDnMz > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .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; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .widget-text.counter-number { padding-top:0.353125rem;padding-right:0.314375rem;padding-bottom:0.353125rem;padding-left:0.314375rem;width:1.885rem;min-width:1.885rem;height:1.896875rem;font-size:1.411875rem;line-height:30.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.088125rem solid #ffffff;border-right:0.09rem solid #ffffff;border-bottom:0.088125rem solid #ffffff;border-left:0.09rem solid #ffffff; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.220625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.51375rem;height:0.75rem;font-size:0.529375rem;line-height:12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ekb0EFT9LDle4mJC4kQu232wlkPHTm61 { width:14.75rem;height:3.75rem;display:flex;top:6.84375rem;left:3.1875rem;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) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #IbrtR8epzTqxuzHJx6osF84nBVW5mDeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #Wq2mTO6yDye31dewqVAOdcLX4kA5BqQu {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rl1HMGSAhDUcHBuqVqE6bfASqcyBDxv8 {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #bw5yJhTGhaXwefNpV6imeT4rtJKsoVin { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #yQQgr8OnDKKTfr07xzycxyKqFlSLUFHR {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #MBgBw93Zeu8GT0sAOXnkfMmV8u14AVBx {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #riPUlDMDTXGxSasOaZx6o2xrkTk7839c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #rsqt5rvfA6989d6iofrSMgKWwKQ1TnLt {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #lTS09k8lwdnummVuuFBTLvaCpEIPQSP8 {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #CvfBafz2obpHOfdyWJ2xCav44OZTne45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #PqfO5NVdcT31lf0x2pmsva998x4V9Wzk {  }
 }@media only screen and (max-width: 763px) { #ekb0EFT9LDle4mJC4kQu232wlkPHTm61 #QtDv9EuBLz9ln8vlBpuLbMydr8TT5IrX {  }
 }@media only screen and (max-width: 763px) { #ohwCmFOQGBi5BAlkX1J6VDF9nUrXwgTT { width:18.75rem;height:3.25rem;top:1.7777729034424rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #anJGIHzsvihwZNX1pPlEgH9XFlmAm7rs { 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) { #cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF { display:block; }#cbIGyAxuAozLZXoxvcEwEU9lphdUQDZF > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPrUb1a9rysShHNu154I60QWxcvSdDUK { width:17.0625rem;height:0.25rem;top:13.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB7iQAa5yNvd3n41wncN7REqw3C8Z5To { width:20rem;height:20.625rem;top:15.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lwOndA98gomwiQxESN0Ue91kGxk44X8T { width:20rem;height:7.96875rem;top:4.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XVyxwVbZgvDbbHK1B8trT2TxaqpVWIAk { width:20rem;height:5.0625rem;top:1.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X98vt3DmKVv4NwTwCM4Q0VLKRwOLSKw5 { width:20rem;height:5.0625rem;top:37rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DOxMc38JyduALkXDtkhfCuVf4I5TBsQi { display:block; }#DOxMc38JyduALkXDtkhfCuVf4I5TBsQi > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtTZTqHOyk4vwmenUwRcBoi9stVKRqbs { width:20rem;height:2.25rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.adaptive-delivery-prevent-bg, #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.lazyload, #tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK.lazyloading { background-image: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { background-color: transparent; background-image: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container > .video-iframe-container { display: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row > .video-iframe-container { display: none; }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .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); }#tTl1z6goMiqVd1nVQF1OqUTm6wf53uHK > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { width:15.625rem;height:24.9375rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { width:12.5rem;height:5.361325rem;top:7.875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { width:6.1875rem;height:6.1875rem;top:0.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7eRVDGMTgrvxEMVdn7ToeyRD40pex8S { width:15.625rem;height:25.5rem;top:25.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Ts8fJhCilm1OuXFkANiyGm2tldMSTf { width:12.5rem;height:5.361325rem;top:33.9375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRmKaKqIX28xFhlvd8trmeAwrAH5z4lE { width:12.125rem;height:8.125rem;top:25.8125rem;left:3.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HBvDQNllzmBgCvi5F4BScLVaxrkBmeta { width:15.625rem;height:25.9375rem;top:52.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtNzGrtvt8LHcxgshhm87GuWqTuC4Mzc { width:12.5rem;height:5.361325rem;top:60.1875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlO7rz6WQnILaLek8Ia3xqsVaII8Kw9L { width:17.5rem;height:3.4375rem;top:20.46875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dal1uTpDhdreVJhztq97IU98yPBogeqZ { display:block; }
 }@media only screen and (max-width: 763px) { #kASbTkKJ7tn2SaotMncwtsboG30BdFec { width:17.5rem;height:3.4375rem;top:46.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8XriFna2Blzy0NGMkO74ry8bkcWN3R { display:block; }
 }@media only screen and (max-width: 763px) { #TTSP6HJVOz2vaMO8lO41CEfwd7ggs9WW { width:12.5rem;height:5.84765rem;top:13.85000038147rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH4adEN504eVCD5wnUquF01RkVVPz34r { width:14.9375rem;height:5.84765rem;top:40.174999237061rem;left:2.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFHB6gRS58xxUTmrWNJymVIWJntOtgmG { width:14.8125rem;height:7.3095625rem;top:66.174999237062rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX4xgB89p16XTD3BATNu5NVvii8SDR7V { width:5.5625rem;height:7.5rem;top:52.6875rem;left:7.21875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T1zVO6PlR92R7Zfx8s4qbMHgc7oI0R2o { width:17.5rem;height:3.4375rem;top:73.487499237062rem;left:1.25rem;z-index:15020;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67TJW7LB903xiod16QlQ7dHk6f1GUCL { display:block; }
 }@media only screen and (max-width: 763px) { #Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 { display:block; }#Jlp2HN5cHZtlbnmRG9PxwXNkl1zoQu83 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c86x85TqwsTRqr6cwk0mkpIM5zEhzgK9 { width:20rem;height:2.4375rem;top:0.65625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d { display:block; }#REwObXRFU7aTgTcCnh4c2bVbBSrMfM9d > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqbSvBfBpJ5ygCuCRFV0775PQr3D3wu4 { width:20rem;height:3.75rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.adaptive-delivery-prevent-bg, #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.lazyload, #qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS.lazyloading { background-image: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { background-color: transparent; background-image: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container > .video-iframe-container { display: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row > .video-iframe-container { display: none; }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .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); }#qkFlQRg1140u1LzPv4TXp1eqsHGqCRbS > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9qu7PpifsUgzGgpIweNnGU2QIuIq1P { width:5.75rem;height:3.41015625rem;top:7.15625rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsV0fZ89Bcf3z9e4fbJV56bGgc4U2zk { width:5.0625rem;height:5.0625rem;top:1.46875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nui68sCeZpTXdkVLwiXod3F9dIHDdXWB { width:20rem;height:31.5rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoXSJmosZoFy1ffTLsdJKpO0nEOyUfEN { width:6.875rem;height:3.41015625rem;top:7.15625rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpDrM551Xa2Q4dJHggxiQh7Lybzdk3dP { width:4.25rem;height:5.9375rem;top:1.09375rem;left:14.25rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AAETzGT7GE4tfXqaf69dp43qpIWylBTC { width:6.1875rem;height:3.41015625rem;top:7.15625rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutT5pu2lT3sKlJLgLKi2y27sdzVWpQR { width:18.375rem;height:4.4375rem;top:20.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOFplaqXPgIzKeuMbykUxhJNzlmiFH4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mv1xu5GmQKrJydST8gkgGXVCIQr2JLGE { width:2.0625rem;height:0.3125rem;top:3.84375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eT93zfne9uNOwKUiLTdBuJTUAAHXKz { width:0.3125rem;height:1.9375rem;top:3.03125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaUI94yAoHLVVK45lEQlpHt1Iy1T7yT { width:0.3125rem;height:1.9375rem;top:3.03125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPPJHDlw6n7FWuiI1WZhV0QBiaPUuXit { width:2.125rem;height:0.3125rem;top:3.90625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFfgWQ4ezTqdd1xCiGsbVUVpk8tevD1C { width:20rem;height:3.46875rem;top:13.65625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJNBN755v21XgoM4rvJvPi1ahqBMrHr7 { width:14.5625rem;height:1.7871125rem;top:17.10546875rem;left:2.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTTJulLV2FzLD5KLCWuWrUghAfBmZuS { width:4.5625rem;height:5.9375rem;top:1.09375rem;left:7.65625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CM6GbbEVRaV3CRS0stW0g96MRXcfGOr2 { width:5.8125rem;height:1.5rem;top:10.87890625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht91sOwTNQBoxvpG8NTR73wguygSBhRL { width:5.875rem;height:1.5rem;top:10.87890625rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehyDES66WfEDMwqhJexQnMC6zS6KqXmL { width:6.5625rem;height:1.5rem;top:10.87890625rem;left:13.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcWyF8fshroTDwEt4IhE8FDpSwW5CW5H { width:19rem;height:4.25rem;top:26.09375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6t96wEJ4O8DVnFSdJgRochyyrOn0KvP { display:block; }
 }@media only screen and (max-width: 763px) { #OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW { display:block; }#OczarnaJ4TOoZfL6PnV5UERZ3xTuZNcW > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTRku8clGLmzp2Vl0v7MxoQHRFOBD13R { width:20rem;height:4.62890625rem;top:1.25rem;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) { #VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 { display:block; }#VHdwz6AXO9hUvSorsv97shVhCdkQoDh2 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLK5UDsVXmzxN5bRJOkC0xoHfoKEMMzK { width:20rem;height:1.875rem;top:0.65625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.adaptive-delivery-prevent-bg, #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.lazyload, #EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk.lazyloading { background-image: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { background-color: transparent; background-image: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container > .video-iframe-container { display: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row > .video-iframe-container { display: none; }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .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); }#EadLMcvKuxXIXI81yXSw2BeZmxoPwVpk > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrMOy4rbca3zaBvCq1Zcdq9vhuH7kN1b { width:15.625rem;height:30.1875rem;top:-0.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTN6gK97KUMRMvcEQi4FHISKooKfXhk { width:12.5rem;height:5.361325rem;top:7.875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efB0P0ZGzUrBCp7dsuy67w6JPXDTErmn { width:6.5rem;height:6.5rem;top:0.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGaDUnvmW4nQxUaMwTsmFIFDUy78gxeO { width:15.625rem;height:31.3125rem;top:30.987499237061rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1chnow3kXw2gf5ffwu3lkvWnZ8KTSo { width:12.5rem;height:5.361325rem;top:39.8623046875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKsy52miZS1l5Oyk5T99HcuE2UvXT0lZ { width:13.25rem;height:8.875rem;top:30.987499237061rem;left:3.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cSTV3cXvBKVoRToX61tfXma1583HMJHT { width:15.625rem;height:30.125rem;top:63.254165649412rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpIrRBS0nfLlFU798aVf2tnWo7itaNf0 { width:12.5rem;height:5.361325rem;top:72.076042175294rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KyVTN21HkmufKMIhyJnNCDu2zqg3nc { width:17.5rem;height:3.4375rem;top:25.224998474121rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEDoiuJRPVc30hb9ecbbIbfJbtEtfbNG { display:block; }
 }@media only screen and (max-width: 763px) { #eEiSI4hqIm9650u1EnOxsD9Siihat93m { width:17.5rem;height:3.4375rem;top:57.549999237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHNuV9ZTsoQuc5qI2EgPVT9N83tzak7 { display:block; }
 }@media only screen and (max-width: 763px) { #ES2a7UOxXxoVfwHZ09TIOT7MJrm42Uy8 { width:12.625rem;height:2.71875rem;top:20.481250762939rem;left:3.6875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmESnDEIC3XvKWoOiKwVGtI9asGbBJ02 { width:12.625rem;height:2.71875rem;top:52.863540649414rem;left:3.6875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztZUzTDomQ9IrhXeUsw9UFBR9GG3ERvL { width:12.625rem;height:2.71875rem;top:84.104166984556rem;left:3.6875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUCSnhRPrgwgiwkV4Keu9OCP1rFn6dGu { width:12.5rem;height:5.84765rem;top:13.856250762939rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnKxmoVFhHU68wKqwg5X82zHuOfxRLr { width:14.9375rem;height:5.84765625rem;top:45.91250038147rem;left:2.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yUxMkcRCmxowflILy07czTvvdtoSDv { width:14.8125rem;height:7.3095625rem;top:78.254165649412rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPetUMGLni6BLvk8u3ZgEW2372gbxnn { width:17.6875rem;height:3.4375rem;top:88.801040649412rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XbBKR3gbZQt4qvS4ThNO8dTd7HHxit { display:block; }
 }@media only screen and (max-width: 763px) { #guxnZhRbSghu2ldcM2G7QNfFceEPVZuT { width:12.5rem;height:1.4625rem;top:23.200000762939rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGwuZJCeQXcuRpg5O7WdZdC7yIdypTS { width:12.5rem;height:1.4625rem;top:86.822916984556rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBxbhKD4ZCtdUfmIk3VIwoLtEIe3FER { width:12.5rem;height:1.4625rem;top:55.582290649414rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5aVSRQ32TO2FlbDJ8leOw8xD13B8x9s { width:5.5rem;height:7.4375rem;top:64.129165649412rem;left:7.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN { display:block; }#bXaItTpw63HTfEHBA6JFz3NMd9JzHMTN > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2UkaD2Jbm0QwBLU50aW1dfr1ItNALuu { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE { display:block; }#UEUAgkJGTbNmOvIOzXohb0t86NwhUnxE > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EafVuVZg1swpx9mMdRongJE0SJPzoZCc { width:18.75rem;height:1.5625rem;top:1.1875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESc1KRfQUS4qC678ZgG3pRW4C95G3fr { width:9.375rem;height:0.1875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 { display:block; }#mXOqecUfQoDatTPDbfb1O82Dy7pNsT41 > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTLH0QEbNul4ZgI9UGl4cQUCQ4dQ3EUR { width:17.5rem;height:9.66601875rem;top:1.5rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abc7TnF3wyGU2lSD1FiaWV6XpWa1w1Iq { width:17.5rem;height:5.5234375rem;top:13rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuDrH1PH1P3m76TdltA48h2AyhdaQfg { width:17.5rem;height:13.80859375rem;top:19.8125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqNxHOvxxFVJJW58lDKOT1ilEEfWNgU2 { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vCdoaWgD9sEXcqkbPOI5NHMD5FLFqU { width:1.875rem;height:1.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOOLfNxmyIv3PT45nRzJO6kcTWesKXw { width:1.875rem;height:1.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq { display:block; }#UDU5iAEmQXxLAuSFqUXbQWdADtwKGlaq > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2CHd8ZHa5Wq0WGIztKuzTqE8V13y3D { width:17.5rem;height:15.1894375rem;top:1.5rem;left:2.4991319775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1vgO3KBOiv6mIK31c84ZkGcxh1iXo6 { width:17.5rem;height:13.8086125rem;top:19.1962890625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtVXB6G1d3FeI0dhHG2ekzmFxDTTcpH { width:17.5rem;height:20.71289375rem;top:34.6875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osd3byMtszxWAr8QKZdNV2qIr0y4kKAt { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARD28mifdXaVLtrdKoXmE9RU9uLImVDs { width:1.875rem;height:1.875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZzMHuXUD6cgUadzAJJaarukolf2HaL { width:1.875rem;height:1.875rem;top:19.1962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk { display:block; }#wcaFG4t3sghdWNXPNsFpUs8QUCN3x3Lk > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h93Dm1nhb5eLXgNKKfu6WoTVp8wOrsTR { width:16.625rem;height:12.42775rem;top:1.5rem;left:2.4990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpWLDrh6tc2Z8lfyKVZMQObMavesFbA { width:17.5rem;height:19.3320375rem;top:19.1962890625rem;left:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBegNvJtXhxfyPzirCBpPTEFAW2ukhJg { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAF3gPIJyZFU7dmvTzc9nwb4QsiTHHD { width:20rem;height:3.1875rem;top:16.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRAsFXnx7viOoNqol0Xr5p4R5fRLsuvx { width:1.875rem;height:1.875rem;top:16.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKrWxJlATGclnVT7vemkI1NCXIi2noKt { width:17.375rem;height:12.42775rem;top:16.177734375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }