.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,231,244;--color-primary-1:188,184,221;--color-primary-2:143,136,199;--color-primary-3:84,69,163;--color-primary-4:68,57,162;--color-secondary-0:245,226,233;--color-secondary-1:223,157,182;--color-secondary-2:190,59,109;--color-secondary-3:95,30,55;--color-secondary-4:29,9,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { background-color: transparent; background-image: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container > .video-iframe-container { display: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container { display: none; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .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); }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { border-width: 0; border-radius: 0; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.5625rem;width:60rem;position:relative;display:block; }#g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { 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.25rem;width:6.6875rem;top:1.65625rem;left:26.65625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#14467c;background-image:url("https://images.assets-landingi.com/uc/6ccc7f00-19fb-436f-b9a3-bb6d6728f23a/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#HLVBcGKT2GJt7SzE9OdIdoKtarDzA9KV { position:absolute;z-index:15011;top:10.03125rem;left:33.34375rem;width:24.3125rem;height:33.5625rem;display:block; }
#NTSH4aKVk7gJ6RfZ9A8hb8Ux8JgrkcUB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:40.75rem;width:26.9375rem;position:absolute;display:block;z-index:14997;top:4.4140625rem;left:31.9375rem;display:block; }
#JsO8BbKqBON8EQabFFEx1tMxFE0fVshB { color:#14467c;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:6.75rem;left:35.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KL4iTmeN9Rz5esDV5N4Z3T0IVK0Bb4HS { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:28.0625rem;top:4.4140625rem;left:1.96875rem;overflow:hidden;display:block; }
#PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { position:absolute;display:block;z-index:14996;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:30.125rem;width:35.4375rem;top:18rem;left:1.28125rem;overflow:hidden;display:block; }
#rlQ884FCw1EwCPWU0gp5vKfx3ifhdkls { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:11.125rem;top:23.5625rem;left:1.28125rem;overflow:hidden;display:block; }
#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4964eeeb-8d7e-45ea-9520-e4ef824de15e/BG2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.adaptive-delivery-prevent-bg, #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.lazyload, #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.lazyloading { background-image: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { background-color: transparent; background-image: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container > .video-iframe-container { display: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row > .video-iframe-container { display: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .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); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { border-width: 0; border-radius: 0; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.8125rem;width:60rem;position:relative;display:block; }#Pbl2JmiDrurT8hoqokNurvgZMQFOOBFR { color:rgba(var(--color-secondary-0),1);display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:4.23828125rem;left:23.8125rem;height:5.1171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qTTbfqlx46xbFC0SUZ0wHeIX8DC5d39R { color:rgba(var(--color-secondary-0),1);display:block;width:34.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:10.6875rem;left:23.9375rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8kgpC0l5a4k5z88JMZWksEwqgwyRvP5 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:21.75rem;top:0.53125rem;left:1.1875rem;overflow:hidden;display:block; }
#gcwkrwATZS46WZAhH4EaNgkIZ3nSusck { color:#f0a0b1;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:16.0625rem;left:23.9375rem;height:1.1254875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ylQVJfpQqiABBJ9qrPMGSZfWcDlZFawP { color:#f0a0b1;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:17.75rem;left:23.9375rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ { position:relative;display:block; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ { background-color: transparent; background-image: none; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row .container > .video-iframe-container { display: none; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row > .video-iframe-container { display: none; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .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); }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ { border-width: 0; border-radius: 0; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .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; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w9ZvpUIclKC9SN5De5eGICUHLvS62zPS { color:#333333;display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:7.7802734375rem;left:0.6875rem;height:12.1215625rem;display:block; }#w9ZvpUIclKC9SN5De5eGICUHLvS62zPS li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#w9ZvpUIclKC9SN5De5eGICUHLvS62zPS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5024b9d79eb6719d874ff54f864852e35a87a184.svg); }
#Km8aGZKnkUkLJaw1IEZOaU995RXEkXgl { color:rgba(var(--color-secondary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.3994140625rem;left:2.71875rem;height:2.51871875rem;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; }
#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container { background-color: transparent; background-image: none; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container > .video-iframe-container { display: none; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row > .video-iframe-container { display: none; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .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); }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container { border-width: 0; border-radius: 0; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:11.705078125rem;left:0.6875rem;height:;display:block; }#Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e0a147611b383f20472ab89f7346817ffb2d007.svg); }
#WPrhanIvbrhHL9CQiH2ugaaRicEpdhTi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.1494140625rem;left:2.59375rem;height:7.55615625rem;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; }
#NWMJ0GiTqKo9nvfcW8aww1QqkAOFoxCR { position:absolute;display:block;z-index:15036;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:39.75rem;width:41.875rem;top:-5.875rem;left:34.958208582834rem;overflow:hidden;display:block; }
#bG1ryiH1TJT1JpyWlUt4E5061sHVl5B4 { color:#f0a0b1;display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:7.3642578125rem;left:2.59375rem;height:1.124675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { background-color: transparent; background-image: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container > .video-iframe-container { display: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container { display: none; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .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); }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { border-width: 0; border-radius: 0; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.1875rem;width:60rem;position:relative;display:block; }#cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { 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.25rem;width:6.6875rem;top:2.96875rem;left:3.0625rem;overflow:hidden;display:block; }
#L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.119140625rem;left:35.375rem;height:1.94986875rem;text-align:right;text-align-last:right;display:block; }
#XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:2.96875rem;left:54.125rem;display:block; }
#hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:2.96875rem;left:50.8125rem;display:block; }
#xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:3.4375rem;left:57.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { width:6.6875rem;height:2.25rem;top:1.625rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:31.25rem;width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLVBcGKT2GJt7SzE9OdIdoKtarDzA9KV { width:24.3125rem;height:33.5625rem;top:10rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSH4aKVk7gJ6RfZ9A8hb8Ux8JgrkcUB { width:26.9375rem;height:40.75rem;top:4.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsO8BbKqBON8EQabFFEx1tMxFE0fVshB { width:20.1875rem;height:2.5625rem;top:6.75rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL4iTmeN9Rz5esDV5N4Z3T0IVK0Bb4HS { width:28.0625rem;height:14.3125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { width:35.4375rem;height:30.125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQ884FCw1EwCPWU0gp5vKfx3ifhdkls { width:11.125rem;height:13.6875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns { display:block; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbl2JmiDrurT8hoqokNurvgZMQFOOBFR { width:34.4375rem;height:5.0625rem;top:4.1875rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTbfqlx46xbFC0SUZ0wHeIX8DC5d39R { width:34.25rem;height:2.875rem;top:10.6875rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8kgpC0l5a4k5z88JMZWksEwqgwyRvP5 { width:21.75rem;height:21.75rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcwkrwATZS46WZAhH4EaNgkIZ3nSusck { width:12.75rem;height:1.125rem;top:16.0625rem;left:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQVJfpQqiABBJ9qrPMGSZfWcDlZFawP { width:12.75rem;height:0.9375rem;top:17.75rem;left:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ { display:block; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9ZvpUIclKC9SN5De5eGICUHLvS62zPS { width:47.75rem;height:12.125rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }#w9ZvpUIclKC9SN5De5eGICUHLvS62zPS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5024b9d79eb6719d874ff54f864852e35a87a184.svg); }
 }@media only screen and (max-width: 763px) { #Km8aGZKnkUkLJaw1IEZOaU995RXEkXgl { width:18.0625rem;height:2.5rem;top:3.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi { display:block; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA { width:38.75rem;height:;top:11.6875rem;left:0rem;font-size:1.25rem;display:block; }#Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e0a147611b383f20472ab89f7346817ffb2d007.svg); }
 }@media only screen and (max-width: 763px) { #WPrhanIvbrhHL9CQiH2ugaaRicEpdhTi { width:17.625rem;height:7.5rem;top:4.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMJ0GiTqKo9nvfcW8aww1QqkAOFoxCR { width:41.875rem;height:39.75rem;top:-5.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1ryiH1TJT1JpyWlUt4E5061sHVl5B4 { width:29.3125rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { width:6.6875rem;height:2.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { width:11.6875rem;height:1.9375rem;top:3.0625rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { width:2.5rem;height:2.5rem;top:2.9375rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { width:2.5rem;height:2.5rem;top:2.9375rem;left:44.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { width:1.5625rem;height:1.5625rem;top:3.4375rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr { display:block; }#ztAIdaIhX8KRCyTf8ZuuZxatGbD7wnNr > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6Qnqg9TM1gIS9Hzg4oMbWgMRC1Q21de { width:7.5rem;height:2.5625rem;top:1.873046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#cc7ca5;background-image:url("https://images.assets-landingi.com/uc/6ccc7f00-19fb-436f-b9a3-bb6d6728f23a/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:98.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLVBcGKT2GJt7SzE9OdIdoKtarDzA9KV { width:17.875rem;height:54.6875rem;top:38.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSH4aKVk7gJ6RfZ9A8hb8Ux8JgrkcUB { width:20rem;height:62.5625rem;top:32.3115234375rem;left:0rem;background-color:rgba(248,252,255,0.94);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JsO8BbKqBON8EQabFFEx1tMxFE0fVshB { width:17rem;height:2.5996125rem;top:34.1875rem;left:1.5rem;font-size:1rem;color:#14467c;display:block; }
 }@media only screen and (max-width: 763px) { #KL4iTmeN9Rz5esDV5N4Z3T0IVK0Bb4HS { width:20rem;height:10.125rem;top:4.00390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRzCLtMzc3MR8hzyio8sc6pxyLAFJ6B { width:20rem;height:16.9375rem;top:15.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQ884FCw1EwCPWU0gp5vKfx3ifhdkls { width:6.125rem;height:7.5rem;top:17.6865234375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4964eeeb-8d7e-45ea-9520-e4ef824de15e/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.adaptive-delivery-prevent-bg, #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.lazyload, #ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns.lazyloading { background-image: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { background-color: transparent; background-image: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container > .video-iframe-container { display: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row > .video-iframe-container { display: none; }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .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); }#ZPyTMuXLDGAIamvdcSddVuuV2kwl24ns > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbl2JmiDrurT8hoqokNurvgZMQFOOBFR { width:20rem;height:5.84765625rem;top:24.42578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTTbfqlx46xbFC0SUZ0wHeIX8DC5d39R { width:20rem;height:5.5234375rem;top:31.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8kgpC0l5a4k5z88JMZWksEwqgwyRvP5 { width:17.9375rem;height:17.9375rem;top:2.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcwkrwATZS46WZAhH4EaNgkIZ3nSusck { width:12.75rem;height:1.0625rem;top:19.9375rem;left:3.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylQVJfpQqiABBJ9qrPMGSZfWcDlZFawP { width:8.0625rem;height:0.875rem;top:21.6875rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ { display:block; }#rP5D5DH1EAXH3SvRVyyCbywLgLHIkmzJ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9ZvpUIclKC9SN5De5eGICUHLvS62zPS { width:18.25rem;height:20.317375rem;top:6.625rem;left:0.875rem;font-size:0.875rem;display:block; }#w9ZvpUIclKC9SN5De5eGICUHLvS62zPS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5024b9d79eb6719d874ff54f864852e35a87a184.svg); }
 }@media only screen and (max-width: 763px) { #Km8aGZKnkUkLJaw1IEZOaU995RXEkXgl { width:17.625rem;height:1.7871125rem;top:3.4404296875rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi { display:block; }#cFeiI1rTVSO4BSXDrsQSgocb8pmi9Qwi > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA { width:18.25rem;height:13.3203125rem;top:10.4375rem;left:0.875rem;font-size:0.875rem;display:block; }#Q74mLtmQSVuZCp9Mf5TgDfMcfe3OBhBA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e0a147611b383f20472ab89f7346817ffb2d007.svg); }
 }@media only screen and (max-width: 763px) { #WPrhanIvbrhHL9CQiH2ugaaRicEpdhTi { width:17.625rem;height:5.3613375rem;top:3.4404296875rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMJ0GiTqKo9nvfcW8aww1QqkAOFoxCR { width:20rem;height:18.9375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1ryiH1TJT1JpyWlUt4E5061sHVl5B4 { width:14.25rem;height:2.3984375rem;top:6.1875rem;left:0.875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT { display:block; }#UR3oyTF5tTQ1BeHpi1luztLbrmBeTtlT > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCE03Iw5dNVaeoRocJKLtF4pwWBRX0t { width:7.5rem;height:2.5625rem;top:1.873046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BaD4XnD8bO9sJZCXGTT7G3ZhqHUcZz { width:14.8125rem;height:1.94921875rem;top:11.3125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGKrOp6XZs65T49Av9Q1ZAv3GuTAMwC { width:2.5rem;height:2.5rem;top:7.5rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTr0aApw9QaIPfZqCGS4r5T1KPTAsvr { width:2.5rem;height:2.5rem;top:7.5rem;left:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGW8NTV8nKSuP4FdQAkBoprdESWnRQ { width:1.5625rem;height:1.5625rem;top:8rem;left:12.3125rem;display:block; }
 }