.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:transparent;background-image: -webkit-linear-gradient(273deg, #f40cae, #2ed9c3);background-image: -moz-linear-gradient(273deg, #f40cae, #2ed9c3);background-image: -ms-linear-gradient(273deg, #f40cae, #2ed9c3);background-image: -o-linear-gradient(273deg, #f40cae, #2ed9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40cae', endColorstr='#2ed9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40cae', endColorstr='#2ed9c3' );";background-image: linear-gradient(273deg, #f40cae, #2ed9c3);background-size:auto !important;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); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { background-color: transparent; background-image: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container > .video-iframe-container { display: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container { display: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .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); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { border-width: 0; border-radius: 0; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#XJvQvI7mBEM9SHO608QFJa096yB76vKS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.75rem;top:1.25rem;left:3.75rem;overflow:hidden;display:block; }
#rtyxQ7GhLLzVW0aa25fFmGlHQeT9EXV0 { background-color:#f40cae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,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:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:46.6875rem;display:block; }
#a185JEFQXgl56iyAVBBa2naAM1MzVSW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:avenir;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.375rem;left:3.5625rem;height:6rem;font-style:italic;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:avenir;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#oI29AFeMrb20pVanpRfSNylmNHUarfgR { position:absolute;display:block;z-index:15008;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:8.75rem;left:39.8125rem;display:block; }
#mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { background-color:#f40cae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,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:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.5rem;left:3.5625rem;display:block; }
#wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETfGAdvZW4yNLZJoNJTT66U3Emh9qpuT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:11.9375rem;top:5.375rem;left:38.875rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");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; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { 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; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:avenir;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.32470703125rem;left:2.8125rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sCs90d1tC8oOFvZbm6Q6bIs7lMeTQlDN { background-color:#1d9d8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;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:avenir;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.625rem;left:20.25rem;display:block; }
#U2wEE1kRscREmOJcodnVGNoQK7FewP1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:11.25rem;top:12.1875rem;left:24.625rem;overflow:hidden;display:block; }
#N5rmSdtmE96INDdDZo4mHFWfA282E53s { color:#000000;display:block;width:50.5rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:5.5625rem;left:4.96875rem;height:3.3994125rem;text-align:center;text-align-last:center;display:block; }
#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { 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; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { background-color: transparent; background-image: none; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container > .video-iframe-container { display: none; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row > .video-iframe-container { display: none; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .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); }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { border-width: 0; border-radius: 0; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:avenir;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:11.75rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { 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:3.375rem;width:11.3125rem;top:6.125rem;left:1.25rem;overflow:hidden;display:block; }
#poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.0625rem;top:6.125rem;left:13.75rem;overflow:hidden;display:block; }
#svqE1SAUaClNzzn2awss40ZNw9g0ViLW { 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.6875rem;width:8.75rem;top:6.125rem;left:20rem;overflow:hidden;display:block; }
#TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { 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:3.5rem;width:3.3125rem;top:6.125rem;left:30rem;overflow:hidden;display:block; }
#UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { 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:3.8125rem;width:7.25rem;top:6.125rem;left:35rem;overflow:hidden;display:block; }
#cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.9375rem;top:6.125rem;left:43.75rem;overflow:hidden;display:block; }
#LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.4375rem;top:6.6875rem;left:49.375rem;overflow:hidden;display:block; }
#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top 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; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.adaptive-delivery-prevent-bg, #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.lazyload, #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.lazyloading { background-image: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { background-color: transparent; background-image: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container > .video-iframe-container { display: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row > .video-iframe-container { display: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .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); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { border-width: 0; border-radius: 0; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:#f4f0ed;display:block;width:30.0625rem;position:absolute;font-family:avenir;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:16.25rem;height:3.4125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#f4f0ed;display:block;width:52.5rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.75rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNVas6rGxgBKipCHiARAScue5VqsNZfx { background-color:#1d9d8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,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:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.5rem;left:21.0625rem;display:block; }
#nIGP3cdHCqPbJ2QtE3XXabBSfxhpEtZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");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; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe.adaptive-delivery-prevent-bg, #Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe.lazyload, #Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe.lazyloading { background-image: none; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container { background-color: transparent; background-image: none; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container > .video-iframe-container { display: none; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row > .video-iframe-container { display: none; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .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); }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container { border-width: 0; border-radius: 0; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { 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; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { background-color: transparent; background-image: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container > .video-iframe-container { display: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container { display: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .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); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { border-width: 0; border-radius: 0; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { position:absolute;display:block;z-index:15000;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { position:absolute;display:block;z-index:15004;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { position:absolute;display:block;z-index:15008;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { color:#000000;display:block;width:60rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;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; }
#FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { position:absolute;display:block;z-index:15020;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:30rem;left:40.625rem;display:block; }
#iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:39.8125rem;left:41.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { position:absolute;display:block;z-index:15016;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:30rem;left:20.625rem;display:block; }
#tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:39.8125rem;left:21.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.25rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:37.25rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PipevJyvucvwxUNEzdmXC2ropnsbguH2 { position:absolute;display:block;z-index:15012;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:30rem;left:0.625rem;display:block; }
#PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.0625rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { color:#333333;display:block;width:16.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:39.625rem;left:1.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:12.90625rem;left:8.59375rem; }
#sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:12.90625rem;left:28.59375rem; }
#nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:13.125rem;left:48.59375rem; }
#sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:32.875rem;left:8.59375rem; }
#GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:33.03125rem;left:48.59375rem; }
#cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:33.03125rem;left:28.59375rem; }
#KorLqutoH4KiJkqSFMfQOau5aDuVm41m { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:33.03125rem;left:48.59375rem; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top 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; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;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; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:avenir;font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.4125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:12.5625rem;width:29.0625rem;top:11rem;left:30.5625rem;display:block; }
#Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.25rem;left:35.3125rem;height:1.83105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { position:absolute;display:block;z-index:15001;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:12.5625rem;width:29.0625rem;top:11.0625rem;left:0rem;display:block; }
#WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.875rem;left:35.3125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:4.75rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.25rem;left:4.75rem;height:1.83105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { position:absolute;display:block;z-index:15012;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:7.1875rem;left:41.375rem;display:block; }
#FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:4.8125rem;top:7.1875rem;left:42.6875rem;overflow:hidden;display:block; }
#NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:6.662109375rem;left:11.3125rem;display:block; }
#Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { 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:4.875rem;width:4.625rem;top:7.1875rem;left:12.71875rem;overflow:hidden;display:block; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { position:relative;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");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; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { color:#f4f0ed;display:block;width:46.5rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:13.5rem;height:;text-align:center;text-align-last:center;font-style:italic;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; }
#SJUWSRFDqCUravDyToWxddV30FlidpwS { position:absolute;display:block;z-index:15001;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:24.625rem;width:13.1875rem;top:2.34375rem;left:4.1376953125rem;overflow:hidden;display:block; }
#lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { 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:6.9375rem;width:18.8125rem;top:17rem;left:35.4375rem;overflow:hidden;display:block; }
#mZrfuCGValvdcLmgkLws6890I8M4eyWk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.75rem;top:18.09375rem;left:20.6875rem;overflow:hidden;display:block; }
#Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { color:#f4f0ed;display:block;width:30.6875rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6875rem;left:21.6875rem;height:3.25rem;display:block; }
#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq { 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; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container { background-color: transparent; background-image: none; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container > .video-iframe-container { display: none; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row > .video-iframe-container { display: none; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .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); }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container { border-width: 0; border-radius: 0; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#g3wLSxrGmpyM6AIKCgDavoz34CbhSHUq { color:#000000;display:block;width:60rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;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; }
#lG2wIIrZt74El7nrl2wGJxgbZeSuQeCP { color:#000000;display:block;width:23.75rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7s1HIvr4sHEAdfILqtUyqiUody1wZGT { color:#000000;display:block;width:26.25rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.5rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cfd47w95ymw6BVDi39x693HuTGQ9iuFN { color:#000000;display:block;width:26.25rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.25rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JcycXByaKdQhXTwQRhIW6HDEPbeiCXeP { color:#000000;display:block;width:23.75rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ghz7kRc416LrHw2V0CN4lm8iCpoHPRue { color:#000000;display:block;width:26.25rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5625rem;left:2.5rem;height:7.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfA6PlVxvJ52bDFVLuZUwvLrS4oCGTwk { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0KEsXSCuIcJcdFaG2lCVu7TzbUMMRJi { color:#000000;display:block;width:26.25rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.25rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8LKTFCa9IE0XFi4DgKE107PegJlKJTG { color:#000000;display:block;width:23.75rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.125rem;left:31.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppIFPyMEbF2CpZx4dVV6ATxy6pIF6Ueo { color:#000000;display:block;width:26.25rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.8125rem;left:2.5rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xiWsTwUxz3qW1MIaxr1LLTaE6943UFyE { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:avenir;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.5rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top 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; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.adaptive-delivery-prevent-bg, #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.lazyload, #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.lazyloading { background-image: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { background-color: transparent; background-image: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container > .video-iframe-container { display: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row > .video-iframe-container { display: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .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); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { border-width: 0; border-radius: 0; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:43.9375rem;height:1.1375rem;display:block; }
#tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:25.125rem;height:1.1375rem;display:block; }
#igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.521484375rem;left:1.25rem;height:1.1375rem;display:block; }
#pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.75rem;top:1.5rem;left:25.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJvQvI7mBEM9SHO608QFJa096yB76vKS { top:1.25rem;left:0rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyxQ7GhLLzVW0aa25fFmGlHQeT9EXV0 { width:12.1875rem;height:3.125rem;top:0.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a185JEFQXgl56iyAVBBa2naAM1MzVSW1 { display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:6.375rem;left:0rem;width:29.875rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:13.875rem;left:0rem;width:31.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI29AFeMrb20pVanpRfSNylmNHUarfgR { top:8.75rem;left:30.625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { width:17.25rem;height:3.125rem;top:19.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block; }
 }@media only screen and (max-width: 763px) { #ETfGAdvZW4yNLZJoNJTT66U3Emh9qpuT { top:5.375rem;left:29.6875rem;width:11.9375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { top:1.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCs90d1tC8oOFvZbm6Q6bIs7lMeTQlDN { width:20rem;height:3.4375rem;top:33.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wEE1kRscREmOJcodnVGNoQK7FewP1O { display:block; }
 }@media only screen and (max-width: 763px) { #CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { top:12.1875rem;left:12.625rem;width:11.25rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5rmSdtmE96INDdDZo4mHFWfA282E53s { top:5.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { display:block; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { top:1.125rem;left:0rem;width:38.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { top:6.125rem;left:0rem;width:11.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { top:6.125rem;left:6.875rem;width:5.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqE1SAUaClNzzn2awss40ZNw9g0ViLW { top:6.125rem;left:14.1875rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { top:6.125rem;left:23.875rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { top:6.125rem;left:27.34375rem;width:7.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { top:6.125rem;left:31.875rem;width:3.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { top:6.6875rem;left:38.3125rem;width:9.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S { display:block; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:3.4375rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:8.4375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVas6rGxgBKipCHiARAScue5VqsNZfx { width:19.125rem;height:3.125rem;top:22.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGP3cdHCqPbJ2QtE3XXabBSfxhpEtZA { display:block; }
 }@media only screen and (max-width: 763px) { #Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe { display:block; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { display:block; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { width:18.75rem;height:17rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { width:16.25rem;height:4.75rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { width:18.75rem;height:17rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { width:16.25rem;height:4.75rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { width:18.75rem;height:17rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { width:16.25rem;height:4.75rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { width:18.75rem;height:1.625rem;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { width:47.75rem;height:2.875rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { width:18.75rem;height:17rem;top:30rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { width:16.25rem;height:4.75rem;top:39.8125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { width:18.75rem;height:17rem;top:30rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { width:16.25rem;height:4.75rem;top:39.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { width:18.75rem;height:1.625rem;top:37.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { width:18.75rem;height:1.625rem;top:37.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PipevJyvucvwxUNEzdmXC2ropnsbguH2 { width:18.75rem;height:17rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { width:18.75rem;height:1.625rem;top:37.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { width:16.25rem;height:4.75rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { top:12.875rem;left:6.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { top:12.875rem;left:22.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { top:13.125rem;left:38.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { top:32.875rem;left:6.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { top:33rem;left:38.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { top:33rem;left:22.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorLqutoH4KiJkqSFMfQOau5aDuVm41m { top:33rem;left:38.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:3.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { width:29.0625rem;height:12.5625rem;top:11rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { width:20.5625rem;height:1.8125rem;top:20.25rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { width:29.0625rem;height:12.5625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { width:20.5625rem;height:4.1875rem;top:14.875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { width:20.5625rem;height:4.1875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { width:20.5625rem;height:1.8125rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { top:7.1875rem;left:35.25rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { width:4.8125rem;height:5.5rem;top:7.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { top:6.625rem;left:5.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { width:4.625rem;height:4.875rem;top:7.1875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { width:46.5rem;height:;top:4.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJUWSRFDqCUravDyToWxddV30FlidpwS { top:2.3125rem;left:0rem;width:13.1875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { top:17rem;left:28.9375rem;width:18.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrfuCGValvdcLmgkLws6890I8M4eyWk { top:18.0625rem;left:14.5625rem;width:14.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { top:10.6875rem;left:15.5625rem;width:30.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCe7Cl46AyZuH8brdFdOiUy3meiTShJq { display:block; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3wLSxrGmpyM6AIKCgDavoz34CbhSHUq { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2wIIrZt74El7nrl2wGJxgbZeSuQeCP { top:7.25rem;left:0rem;width:23.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7s1HIvr4sHEAdfILqtUyqiUody1wZGT { top:9.75rem;left:0rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd47w95ymw6BVDi39x693HuTGQ9iuFN { top:9.625rem;left:21.5rem;width:26.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcycXByaKdQhXTwQRhIW6HDEPbeiCXeP { top:7.25rem;left:24rem;width:23.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghz7kRc416LrHw2V0CN4lm8iCpoHPRue { top:19.5625rem;left:0rem;width:26.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfA6PlVxvJ52bDFVLuZUwvLrS4oCGTwk { top:17.1875rem;left:0rem;width:25.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KEsXSCuIcJcdFaG2lCVu7TzbUMMRJi { top:19.5rem;left:21.5rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LKTFCa9IE0XFi4DgKE107PegJlKJTG { top:17.125rem;left:24rem;width:23.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppIFPyMEbF2CpZx4dVV6ATxy6pIF6Ueo { top:32.8125rem;left:0rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiWsTwUxz3qW1MIaxr1LLTaE6943UFyE { top:29.125rem;left:0rem;width:25.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk { display:block; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { top:5.5625rem;left:32.8125rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { top:5.5625rem;left:18.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { top:5.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { top:1.5rem;left:18.9375rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJvQvI7mBEM9SHO608QFJa096yB76vKS { width:8.75rem;height:2.6875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyxQ7GhLLzVW0aa25fFmGlHQeT9EXV0 { width:12.1875rem;height:3.125rem;top:5.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a185JEFQXgl56iyAVBBa2naAM1MzVSW1 { display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:20rem;height:6.75rem;top:13.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:20rem;height:4.38720625rem;top:20.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI29AFeMrb20pVanpRfSNylmNHUarfgR { width:15.75rem;height:15.75rem;top:33.3125rem;left:2.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { width:8.375rem;height:2.8125rem;top:26.1875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block; }
 }@media only screen and (max-width: 763px) { #ETfGAdvZW4yNLZJoNJTT66U3Emh9qpuT { width:10.8125rem;height:19.5625rem;top:31.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCs90d1tC8oOFvZbm6Q6bIs7lMeTQlDN { width:11.75rem;height:2.75rem;top:19.8486328125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wEE1kRscREmOJcodnVGNoQK7FewP1O { display:block; }
 }@media only screen and (max-width: 763px) { #CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { width:9.5rem;height:17.3125rem;top:25.6611328125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5rmSdtmE96INDdDZo4mHFWfA282E53s { width:20rem;height:8.4985625rem;top:9.4111328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { display:block; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { width:11.3125rem;height:3.375rem;top:39.0625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { width:5.0625rem;height:3.4375rem;top:33.125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqE1SAUaClNzzn2awss40ZNw9g0ViLW { width:8.75rem;height:2.6875rem;top:7.7734375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { width:3.3125rem;height:3.5rem;top:11.83642578125rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { width:7.25rem;height:3.8125rem;top:17.21142578125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { width:3.9375rem;height:3.8125rem;top:22.77392578125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { width:9.4375rem;height:2.3125rem;top:29.02392578125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.adaptive-delivery-prevent-bg, #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.lazyload, #Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S.lazyloading { background-image: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { background-color: transparent; background-image: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container > .video-iframe-container { display: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row > .video-iframe-container { display: none; }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .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); }#Twuz32IUQWG3tCAxdQ4wgDpcgv6zts4S > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:2.4375rem;top:1.25rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.375rem;height:19.01121875rem;top:4.9375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNVas6rGxgBKipCHiARAScue5VqsNZfx { width:9.6875rem;height:3.125rem;top:27.07373046875rem;left:5.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGP3cdHCqPbJ2QtE3XXabBSfxhpEtZA { display:block; }
 }@media only screen and (max-width: 763px) { #Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe { display:block; }#Mhac6nuKlRKb7ayCpQKaRm6iJ65rNKDe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { display:block; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { width:18.75rem;height:16.8125rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { width:18.75rem;height:1.3rem;top:12rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { width:16.25rem;height:4.798825rem;top:14.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { width:18.75rem;height:17rem;top:41.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { width:16.25rem;height:4.798825rem;top:51.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { width:18.75rem;height:1.3rem;top:48.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { width:18.75rem;height:17rem;top:77.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { width:16.25rem;height:0;top:87.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { width:18.75rem;height:0;top:85.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { width:18.75rem;height:17rem;top:96.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { width:16.25rem;height:0;top:106rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { width:18.75rem;height:17rem;top:59.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { width:16.25rem;height:0;top:69.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { width:18.75rem;height:0;top:66.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { width:18.75rem;height:0;top:103.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PipevJyvucvwxUNEzdmXC2ropnsbguH2 { width:18.75rem;height:17rem;top:23.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { width:18.75rem;height:1.3rem;top:30.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { width:16.25rem;height:4.798825rem;top:32.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { width:2.8125rem;height:2.8125rem;top:7.75rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { width:2.8125rem;height:2.8125rem;top:122.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { width:2.8125rem;height:2.8125rem;top:44.125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { width:2.8125rem;height:2.8125rem;top:25.75rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { width:2.8125rem;height:2.8125rem;top:134.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { width:2.8125rem;height:2.8125rem;top:126.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KorLqutoH4KiJkqSFMfQOau5aDuVm41m { width:2.8125rem;height:2.8125rem;top:138.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:2.4375rem;top:0.88916015625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { width:20rem;height:14.375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { width:20rem;height:1.6rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { width:20rem;height:14.375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { width:17.5625rem;height:6.3984375rem;top:29.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { width:17.5rem;height:6.3984375rem;top:10.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { width:20rem;height:1.6rem;top:18.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { width:6.375rem;height:6.375rem;top:23.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { width:4.0625rem;height:4.625rem;top:24.25rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { width:7.4375rem;height:7.4375rem;top:3.32666015625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { width:4.625rem;height:4.875rem;top:4.60791015625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJUWSRFDqCUravDyToWxddV30FlidpwS { width:7.125rem;height:13.375rem;top:7.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { width:17.8125rem;height:6.5rem;top:37.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrfuCGValvdcLmgkLws6890I8M4eyWk { width:14.75rem;height:4.75rem;top:31.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { width:20rem;height:6.5rem;top:22.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCe7Cl46AyZuH8brdFdOiUy3meiTShJq { display:block; }#nCe7Cl46AyZuH8brdFdOiUy3meiTShJq > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3wLSxrGmpyM6AIKCgDavoz34CbhSHUq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2wIIrZt74El7nrl2wGJxgbZeSuQeCP { width:20rem;height:2.2744125rem;top:4.51416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7s1HIvr4sHEAdfILqtUyqiUody1wZGT { width:20rem;height:7.9604375rem;top:8.26416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd47w95ymw6BVDi39x693HuTGQ9iuFN { width:20rem;height:6.82325rem;top:22.01416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcycXByaKdQhXTwQRhIW6HDEPbeiCXeP { width:20rem;height:2.2744125rem;top:18.26416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghz7kRc416LrHw2V0CN4lm8iCpoHPRue { width:20rem;height:11.3720625rem;top:34.51416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfA6PlVxvJ52bDFVLuZUwvLrS4oCGTwk { width:20rem;height:2.2744125rem;top:30.76416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0KEsXSCuIcJcdFaG2lCVu7TzbUMMRJi { width:20rem;height:7.9604375rem;top:51.076562404632rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8LKTFCa9IE0XFi4DgKE107PegJlKJTG { width:20rem;height:2.2744125rem;top:47.326562523842rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppIFPyMEbF2CpZx4dVV6ATxy6pIF6Ueo { width:20rem;height:6.82325rem;top:64.826562881469rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiWsTwUxz3qW1MIaxr1LLTaE6943UFyE { width:20rem;height:2.2744125rem;top:61.07656288147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.adaptive-delivery-prevent-bg, #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.lazyload, #dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk.lazyloading { background-image: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { background-color: transparent; background-image: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container > .video-iframe-container { display: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row > .video-iframe-container { display: none; }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .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); }#dO6o9rxDTMTezvSknRLCP1GXEJOGE2hk > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { width:14.9375rem;height:1.1375rem;top:9.9625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { width:12.5rem;height:1.1375rem;top:7.575rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { width:8.75rem;height:2.6875rem;top:3.6375rem;left:5.625rem;display:block; }
 }