.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:254,221,230;--color-primary-1:252,141,170;--color-primary-2:249,26,85;--color-primary-3:125,13,43;--color-primary-4:37,4,13;--color-secondary-0:220,219,220;--color-secondary-1:140,136,139;--color-secondary-2:24,16,23;--color-secondary-3:12,8,12;--color-secondary-4:4,2,3;--color-tertiary-0:254,254,254;--color-tertiary-1:255,255,255;--color-tertiary-2:245,245,245;--color-tertiary-3:147,147,147;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/YBR6bv45/BG-4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/33a54f30-ad00-436d-86cd-22741313ebcd/Untitleddesign3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:23rem;left:27rem;height:1.7068125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uUGEXyvR3zNEHSZlPqasiVTzi5G8SlPb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.874375rem;position:absolute;font-family:exo;font-size:4.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.704862594604rem;left:13.561199188233rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLvpOTagCRhKKG0Xzt2XPMJ6fGpmrF6D { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:30.3125rem;left:16.5rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9XDTwqpy10wzDGLn58KE33bNZWGTXru { 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:1.4375rem;width:1.3125rem;top:30.3125rem;left:14.6875rem;overflow:hidden;display:block; }
#Tpgfb5V9swBr4T5iF96PG6dPyarhHzb8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.3125rem;top:30.3125rem;left:30.3125rem;overflow:hidden;display:block; }
#JgSw2ayustqKUdIXUrSb3dbrHpZvbz5q { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.3125rem;left:32.3125rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.875rem;left:15rem;display:block; }
#gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.875rem;left:32.125rem;display:block; }
#oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { background-color: transparent; background-image: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container > .video-iframe-container { display: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row > .video-iframe-container { display: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .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); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { border-width: 0; border-radius: 0; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6870660781861rem;left:5.4049491882324rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:5.1247825622559rem;height:8.49609375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { background-color: transparent; background-image: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .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); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { border-width: 0; border-radius: 0; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#gnvSlOfIoOourniFMpIMiPbiiyOKGrMx { 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:6.1875rem;width:3.75rem;top:6.25rem;left:7.1875rem;overflow:hidden;display:block; }
#flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { color:rgba(var(--color-tertiary-0),0.8);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:6.0625rem;left:12rem;height:1.600475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:8rem;left:12rem;height:4.49978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:0.0625rem;top:0rem;left:26.875rem;display:block; }
#qDt681e5kwrTdtEQtOScEBReKbpt8lmb { position:absolute;display:block;z-index:15007;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:2.5rem;width:2.875rem;top:1.625rem;left:30rem;overflow:hidden;display:block; }
#b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { color:rgba(var(--color-primary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1.25rem;left:34.25rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8byxqXzL7oE3FalomUIzW7EHgNZ139v { color:rgba(var(--color-tertiary-2),0.8);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:2.875rem;left:34.25rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HAvcAotMXDshug7NZCc9tpXyz7DSe6xc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.875rem;top:7.9375rem;left:30rem;overflow:hidden;display:block; }
#UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.5625rem;left:34.25rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:9.560546875rem;left:34.248046875rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { color:rgba(var(--color-primary-2),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:13.875rem;left:34.25rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#otybNxqML3OOCzrdyOoAglbhvcnUGzeU { 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:2.5rem;width:2.875rem;top:14.25rem;left:30rem;overflow:hidden;display:block; }
#T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:15.5rem;left:34.25rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { background-color: transparent; background-image: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container > .video-iframe-container { display: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container { display: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .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); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { border-width: 0; border-radius: 0; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.8125rem;width:43.75rem;top:1.375rem;left:8.125rem;display:block; }
#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container { background-color: transparent; background-image: none; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container > .video-iframe-container { display: none; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row > .video-iframe-container { display: none; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .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); }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container { border-width: 0; border-radius: 0; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#IWLfW2domI0XMQTptmDZSOM5E3CuP2xF { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:-0.0625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oFnUnoC5O9C4FcTfnuNd9DqSoWPlJGtE { color:rgba(var(--color-tertiary-0),0.8);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.25rem;left:7rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KseBtQrRBallyNOC0XZAdildda3MxGvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { background-color: transparent; background-image: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .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); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { border-width: 0; border-radius: 0; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#skguXSG0LfuguJiST4d1Epc5n2ZvdPA9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.6875rem;top:7.25rem;left:9.125rem;overflow:hidden;display:block; }
#IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.0625rem;left:13.75rem;height:1.600475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:13.75rem;height:4.46831875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l3xiTUHpXQRhFHyQOBXcyC7cfGWgTKCz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:18.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:0.0625rem;top:0.0625rem;left:26.3125rem;display:block; }
#m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:15.24934387207rem;left:34.812286376953rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { color:rgba(var(--color-tertiary-2),0.8);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:16.874771118164rem;left:34.812286376953rem;height:5.4003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:1.5rem;left:34.8125rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:3.125rem;left:34.8125rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.8125rem;left:34.8125rem;height:1.99978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:9.4375rem;left:34.8125rem;height:5.4003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GFfyKtZNWgnVKKh4gW3Qmc6Eq6DQeInm { 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:2.5rem;width:2.25rem;top:1.875rem;left:30.5625rem;overflow:hidden;display:block; }
#niCTeTIE3QeoPwnKTzusbRU95GXtNAZk { position:absolute;display:block;z-index:15019;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:2.5rem;width:2.25rem;top:8.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#pLAbM0PXgCTUZIUJao7dFkbvPxbaHIXE { position:absolute;display:block;z-index:15025;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:2.5rem;width:2.25rem;top:15.624771118164rem;left:30.562065124512rem;overflow:hidden;display:block; }
#lhDyQgtE1nCCzOpm0szFithRZCymoqGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/abYaucBy/BG-5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy.adaptive-delivery-prevent-bg, #lhDyQgtE1nCCzOpm0szFithRZCymoqGy.lazyload, #lhDyQgtE1nCCzOpm0szFithRZCymoqGy.lazyloading { background-image: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { background-color: transparent; background-image: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container > .video-iframe-container { display: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row > .video-iframe-container { display: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .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); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { border-width: 0; border-radius: 0; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#sWPRv3VhAHGtWR47ilTTedxPPEoitNqU { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alWwbemEwhU6rOsTV2bMweHUknFFEJAl { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:3.2487rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXxsHNB1gJIsi52Gp8dwTtSFeHMeC6fv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.6875rem;left:47.5rem;display:block; }
#pKZnAxpwRF1aQeUiPr1ZCbuZB9qCmdlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { width:17.8125rem;height:1.6875rem;top:22.9375rem;left:20.874782562256rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGEXyvR3zNEHSZlPqasiVTzi5G8SlPb { width:32.8125rem;height:5.8125rem;top:24.6875rem;left:7.4361991882325rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvpOTagCRhKKG0Xzt2XPMJ6fGpmrF6D { width:12.8125rem;height:1.5625rem;top:30.3125rem;left:10.374565124512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XDTwqpy10wzDGLn58KE33bNZWGTXru { width:1.3125rem;height:1.4375rem;top:30.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpgfb5V9swBr4T5iF96PG6dPyarhHzb8 { width:1.3125rem;height:1.4375rem;top:30.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSw2ayustqKUdIXUrSb3dbrHpZvbz5q { width:12.9375rem;height:1.5625rem;top:30.3125rem;left:26.187286376953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { width:12.5rem;height:3.125rem;top:34.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block; }
 }@media only screen and (max-width: 763px) { #VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { width:12.5rem;height:3.125rem;top:34.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block; }
 }@media only screen and (max-width: 763px) { #IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT { display:block; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { width:47.75rem;height:5.875rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { width:47.75rem;height:8.4375rem;top:10.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { display:block; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnvSlOfIoOourniFMpIMiPbiiyOKGrMx { width:3.75rem;height:6.1875rem;top:6.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { width:12.0625rem;height:1.5625rem;top:6.0625rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { width:11.6875rem;height:4.4375rem;top:7.9375rem;left:8.9372825622556rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { width:0.0625rem;height:19.0625rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDt681e5kwrTdtEQtOScEBReKbpt8lmb { width:2.875rem;height:2.5rem;top:1.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { width:23rem;height:1.9375rem;top:1.25rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8byxqXzL7oE3FalomUIzW7EHgNZ139v { width:22.8125rem;height:3.5625rem;top:2.8125rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAvcAotMXDshug7NZCc9tpXyz7DSe6xc { width:2.875rem;height:2.5rem;top:7.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { width:23.125rem;height:1.9375rem;top:7.5rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { width:23.4375rem;height:1.75rem;top:9.5rem;left:24.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { width:21.9375rem;height:1.9375rem;top:13.8125rem;left:25.061630249024rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otybNxqML3OOCzrdyOoAglbhvcnUGzeU { width:2.875rem;height:2.5rem;top:14.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { width:24.6875rem;height:1.75rem;top:15.4375rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { display:block; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { width:43.75rem;height:24.8125rem;top:1.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK { display:block; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWLfW2domI0XMQTptmDZSOM5E3CuP2xF { width:47.75rem;height:2.875rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFnUnoC5O9C4FcTfnuNd9DqSoWPlJGtE { width:45.9375rem;height:1.5625rem;top:7.1875rem;left:0.87478256225588rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseBtQrRBallyNOC0XZAdildda3MxGvp { display:block; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skguXSG0LfuguJiST4d1Epc5n2ZvdPA9 { width:3.6875rem;height:4.6875rem;top:7.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { width:9.5625rem;height:1.5625rem;top:7rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { width:4.375rem;height:4.4375rem;top:7.6875rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3xiTUHpXQRhFHyQOBXcyC7cfGWgTKCz { width:4.0625rem;height:1.8125rem;top:9.8125rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { width:0.0625rem;height:19.0625rem;top:0.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { width:23.5rem;height:1.9375rem;top:15.1875rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { width:24.6875rem;height:5.375rem;top:16.8125rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { width:23.5rem;height:1.9375rem;top:1.4375rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { width:23.5rem;height:3.5625rem;top:3.125rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { width:23.5rem;height:1.9375rem;top:7.8125rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { width:23.5rem;height:5.375rem;top:9.375rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFfyKtZNWgnVKKh4gW3Qmc6Eq6DQeInm { width:2.25rem;height:2.5rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCTeTIE3QeoPwnKTzusbRU95GXtNAZk { width:2.25rem;height:2.5rem;top:8.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAbM0PXgCTUZIUJao7dFkbvPxbaHIXE { width:2.25rem;height:2.5007224309245rem;top:15.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDyQgtE1nCCzOpm0szFithRZCymoqGy { display:block; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWPRv3VhAHGtWR47ilTTedxPPEoitNqU { width:42.6875rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWwbemEwhU6rOsTV2bMweHUknFFEJAl { width:42.6875rem;height:3.1875rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXxsHNB1gJIsi52Gp8dwTtSFeHMeC6fv { width:12.5rem;height:3.125rem;top:6.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKZnAxpwRF1aQeUiPr1ZCbuZB9qCmdlm { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YBR6bv45/BG-4.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33a54f30-ad00-436d-86cd-22741313ebcd/Untitleddesign3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { width:20rem;height:1.8684875rem;top:3.249783039093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGEXyvR3zNEHSZlPqasiVTzi5G8SlPb { width:20rem;height:8.250875rem;top:6.6232643127444rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvpOTagCRhKKG0Xzt2XPMJ6fGpmrF6D { width:12.875rem;height:1.2999125rem;top:19.3125rem;left:3.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XDTwqpy10wzDGLn58KE33bNZWGTXru { width:1.3125rem;height:1.4375rem;top:16.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpgfb5V9swBr4T5iF96PG6dPyarhHzb8 { width:1.3125rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSw2ayustqKUdIXUrSb3dbrHpZvbz5q { width:13rem;height:1.2999125rem;top:24.875rem;left:3.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { width:12.5rem;height:3.125rem;top:28.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block; }
 }@media only screen and (max-width: 763px) { #VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { width:12.5rem;height:3.125rem;top:32.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block; }
 }@media only screen and (max-width: 763px) { #IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT { display:block; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { width:18.75rem;height:11.2521875rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { width:18.75rem;height:16.99221875rem;top:16.124134063721rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { display:block; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnvSlOfIoOourniFMpIMiPbiiyOKGrMx { width:3.75rem;height:6.1875rem;top:3.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { width:9.625rem;height:1.600475rem;top:4.125rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { width:8.375rem;height:3.125rem;top:5.625rem;left:7.75rem;text-align:left;text-align-last:left;line-height:1;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { width:0.0625rem;height:19.0625rem;top:18.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDt681e5kwrTdtEQtOScEBReKbpt8lmb { width:2.875rem;height:2.5rem;top:14.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { width:18.25rem;height:1.600475rem;top:17.6875rem;left:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a8byxqXzL7oE3FalomUIzW7EHgNZ139v { width:18.75rem;height:3.20095625rem;top:19.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAvcAotMXDshug7NZCc9tpXyz7DSe6xc { width:2.875rem;height:2.5rem;top:24.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { width:18.25rem;height:1.600475rem;top:27.6875rem;left:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { width:18.75rem;height:3.20095625rem;top:29.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { width:18.25rem;height:1.600475rem;top:37.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #otybNxqML3OOCzrdyOoAglbhvcnUGzeU { width:2.875rem;height:2.5rem;top:34.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { width:17.5625rem;height:3.20095625rem;top:39.8125rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { display:block; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { width:20rem;height:11.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK { display:block; }#oZfmWfkgS8J7ilcPavRAE9WWbAeN1LkK > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWLfW2domI0XMQTptmDZSOM5E3CuP2xF { width:20rem;height:3.75rem;top:1.2489128112793rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFnUnoC5O9C4FcTfnuNd9DqSoWPlJGtE { width:20rem;height:4.80143125rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseBtQrRBallyNOC0XZAdildda3MxGvp { display:block; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skguXSG0LfuguJiST4d1Epc5n2ZvdPA9 { width:3.6875rem;height:4.6875rem;top:5.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { width:9.625rem;height:1.600475rem;top:2.6875rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { width:8.375rem;height:3.125rem;top:11.1875rem;left:5.5rem;text-align:center;text-align-last:center;line-height:1;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3xiTUHpXQRhFHyQOBXcyC7cfGWgTKCz { width:4.0625rem;height:1.25rem;top:12.875rem;left:10.5rem;text-align:center;text-align-last:center;line-height:1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { width:0.0625rem;height:19.0625rem;top:0.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { width:18.25rem;height:1.600475rem;top:40.875rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { width:20rem;height:6.4019375rem;top:42.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { width:18.25rem;height:1.600475rem;top:20.875rem;left:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { width:20rem;height:3.20095625rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { width:18.25rem;height:1.600475rem;top:30.875rem;left:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { width:20rem;height:4.80143125rem;top:32.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFfyKtZNWgnVKKh4gW3Qmc6Eq6DQeInm { width:2.25rem;height:2.5rem;top:17.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCTeTIE3QeoPwnKTzusbRU95GXtNAZk { width:2.25rem;height:2.5rem;top:27.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAbM0PXgCTUZIUJao7dFkbvPxbaHIXE { width:2.25rem;height:2.5rem;top:37.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDyQgtE1nCCzOpm0szFithRZCymoqGy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/abYaucBy/BG-5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy.adaptive-delivery-prevent-bg, #lhDyQgtE1nCCzOpm0szFithRZCymoqGy.lazyload, #lhDyQgtE1nCCzOpm0szFithRZCymoqGy.lazyloading { background-image: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { background-color: transparent; background-image: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container > .video-iframe-container { display: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row > .video-iframe-container { display: none; }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .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); }#lhDyQgtE1nCCzOpm0szFithRZCymoqGy > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWPRv3VhAHGtWR47ilTTedxPPEoitNqU { width:18.75rem;height:4.87413125rem;top:2.1875076293945rem;left:0.62500005960463rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWwbemEwhU6rOsTV2bMweHUknFFEJAl { width:18.75rem;height:4.38801875rem;top:7.3372306823731rem;left:0.62500005960463rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXxsHNB1gJIsi52Gp8dwTtSFeHMeC6fv { width:12.5rem;height:3.125rem;top:13.062068939209rem;left:3.7500002980233rem;background-color:#f91a55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pKZnAxpwRF1aQeUiPr1ZCbuZB9qCmdlm { display:block; }
 }