.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:252,242,224;--color-primary-1:244,212,153;--color-primary-2:233,168,51;--color-primary-3:117,84,26;--color-primary-4:35,25,8;--color-secondary-0:222,241,250;--color-secondary-1:144,208,240;--color-secondary-2:33,160,224;--color-secondary-3:17,80,112;--color-secondary-4:5,24,34;--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:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e5e7eb;background-color:rgba(var(--color-tertiary-0),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; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container { background-color: transparent; background-image: none; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container > .video-iframe-container { display: none; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row > .video-iframe-container { display: none; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .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); }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container { border-width: 0; border-radius: 0; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#rkpEBTQAQmrTpi7t3WNuk0dyegPrEXpd { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:0.58125019073486rem;left:9.5rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #e4e4e7;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; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container { background-color: transparent; background-image: none; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container > .video-iframe-container { display: none; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row > .video-iframe-container { display: none; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .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); }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container { border-width: 0; border-radius: 0; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#ZAC4d5yrsG2SO5tF0nTteHmkocrleCie { position:absolute;display:block;z-index:15000;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:3.1875rem;width:12.0625rem;top:1.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/837f01e4-1527-4547-a93f-e353556977d8/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.adaptive-delivery-prevent-bg, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyload, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyloading { background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { background-color: transparent; background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .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); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { border-width: 0; border-radius: 0; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { color:#004c83;display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.5rem;height:9.0175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KzyLu0webWuwGeUe6b9FsORRX0OZBvfT { position:absolute;display:block;z-index:15004;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:16rem;width:16rem;top:24rem;left:33.5625rem;overflow:hidden;display:block; }
#S9U8Aao3CQPkqTkxET8pDz8fDeOpWXPq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.5rem;height:3.9rem;display:block; }
#MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { background-color:#94c247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.875rem;left:5.5rem;display:block; }
#stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAoi5vwRL9O1O6GnzoDdqhToDpTQyr3C { box-sizing:content-box;height:31.8125rem;width:50rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6125001907349rem;left:2.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 { position:relative;display:block; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 { background-color: transparent; background-image: none; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row .container > .video-iframe-container { display: none; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row > .video-iframe-container { display: none; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .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); }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 { border-width: 0; border-radius: 0; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .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; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .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:29.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C1Brrvc7BAKvCT1NqhuBizyFk9zD95H1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3rem;height:2.4375rem;display:block; }
#CdGdxzSpLfhAOsddoPLBuKM0FydTr8k7 { box-sizing:content-box;height:0.25rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:#004c83;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:3rem;display:block; }
#UslMRFzXhbGG89Vd4MyGnW70TSDfDGpt { color:#333333;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:3rem;height:5.84765rem;font-style:normal;display:block; }
#JKVbXE69I2Mkfinkya6BxlshBQS7XmCs { color:#333333;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:3rem;height:8.660125rem;font-style:normal;overflow:hidden;display:block; }#JKVbXE69I2Mkfinkya6BxlshBQS7XmCs li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JKVbXE69I2Mkfinkya6BxlshBQS7XmCs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
#e69gDzRwWfl3s16NB3b2Otv4WDJRzy4T { position:absolute;display:block;z-index:15004;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:24.25rem;width:25rem;top:2.125rem;left:48.3125rem;overflow:hidden;display:block; }
#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0d8a7a6d-2d61-4430-b057-3c807e82ed70/second.png");background-position: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; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby.adaptive-delivery-prevent-bg, #Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby.lazyload, #Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby.lazyloading { background-image: none; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container { background-color: transparent; background-image: none; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container > .video-iframe-container { display: none; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row > .video-iframe-container { display: none; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .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); }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container { border-width: 0; border-radius: 0; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#VlpeQQM6pxO35lfNg9hp9DqmhG2aXbgR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:29.6875rem;height:2.4375rem;display:block; }
#Hk8rg34zPdNLhmoLlIMRcVRm8ZnTmV28 { box-sizing:content-box;height:0.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#004c83;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:29.6875rem;display:block; }
#zSwCmqhl45JXc1gg9hpPlcpnMh4Eg0Fo { color:#333333;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:29.6875rem;height:1.4625rem;font-style:normal;display:block; }
#PHfP95qxsMboqMmQBtyfvwtKoQfAOoor { color:#333333;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:29.6875rem;height:6.26075rem;font-style:normal;overflow:hidden;display:block; }#PHfP95qxsMboqMmQBtyfvwtKoQfAOoor li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PHfP95qxsMboqMmQBtyfvwtKoQfAOoor li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
#zedTGM42uycK81nt6tiwyrJSHHNN7EwZ { position:absolute;display:block;z-index:15004;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:17.125rem;width:17.5rem;top:5.96875rem;left:9rem;overflow:hidden;display:block; }
#tFhoC1uHT5e5tTAM5TAtJ5n1T8c0aptU { color:#333333;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:29.6875rem;height:4.3857375rem;font-style:normal;display:block; }
#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ { position:relative;display:block; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ { background-color: transparent; background-image: none; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row .container > .video-iframe-container { display: none; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row > .video-iframe-container { display: none; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .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); }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ { border-width: 0; border-radius: 0; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .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; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hlP7IIrbnskBGswclJf8kmPczWyaW7Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3rem;height:2.4375rem;display:block; }
#cPFDTMWFtlew95MlDzZD7hPPq08VgIZs { box-sizing:content-box;height:0.25rem;width:31.25rem;position:absolute;display:block;z-index:15001;background-color:#004c83;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:3rem;display:block; }
#LOKTcDquFqCXsD8no07letZQ5tWz8Ohs { color:#333333;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:3rem;height:7.3095625rem;font-style:normal;display:block; }
#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK { position:relative;display:block; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK { background-color: transparent; background-image: none; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row .container > .video-iframe-container { display: none; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row > .video-iframe-container { display: none; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .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); }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK { border-width: 0; border-radius: 0; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .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; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .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:18.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZmlS83Wol51MHPkxuKotd05M7vBWn20g { box-sizing:content-box;height:14.75rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:0.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#altCR3ryLcxg9T19fuOZWOkFOsergF1V { position:absolute;display:block;z-index:15001;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:3.75rem;width:4.6875rem;top:3.875rem;left:7.03125rem;overflow:hidden;display:block; }
#x6mCV6FZ2T78qFmVN5oeXdGPnTIaTC6v { color:#242424;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.25rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#TqAkhBlqBVZfoabdPp3QfWp8GLhPBkST { box-sizing:content-box;height:14.75rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:19.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Hbygfg0Wnu7DonTOuF8OyhavEgIGpMOB { color:#242424;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:20rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#cb51BeiWDxkRINpTnCZNVo7Lz853xsDa { position:absolute;display:block;z-index:15004;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:3.75rem;width:2.8125rem;top:3.875rem;left:26.71875rem;overflow:hidden;display:block; }
#P2clV8kxS830bDa4DhCTl34auGv0WzKR { box-sizing:content-box;height:14.75rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:38.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZTMAxg1DZL0RoQdtkvNv9bTILGOQa8TN { color:#242424;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.75rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#ySOLufGeEffppDcb6wlqNuF1RGKaVEbt { position:absolute;display:block;z-index:15007;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:3.75rem;width:4.6875rem;top:3.875rem;left:44.53125rem;overflow:hidden;display:block; }
#V4D7hE65JmlCX5DatsUS7PsDef3T4NDl { box-sizing:content-box;height:14.75rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:56.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oOwsG5Ssm2OXyVcaI0eck6VmziindKUG { color:#242424;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:57.5rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#z2fm1KWCtArvnpd8pGiRgymwvEWS7pdB { position:absolute;display:block;z-index:15010;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:3.4375rem;width:4.6875rem;top:3.875rem;left:63.3125rem;overflow:hidden;display:block; }
#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR { position:relative;display:block; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR { background-color: transparent; background-image: none; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row .container > .video-iframe-container { display: none; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row > .video-iframe-container { display: none; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .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); }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR { border-width: 0; border-radius: 0; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .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; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .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:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WVgTCuXNMNLk1AuvhPRBqtl9sMVhztIm { color:#004c83;display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.15625rem;left:15.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R { position:relative;display:block; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R { background-color: transparent; background-image: none; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row .container > .video-iframe-container { display: none; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row > .video-iframe-container { display: none; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .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); }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R { border-width: 0; border-radius: 0; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .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; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .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:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AU6b5fhlt83Vmiz064MmgPQtuNwqIZeg { background-color:#94c247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:28.6875rem;display:block; }
#J2WxROVPSmkkxir6PRlIgBqCulbdaPmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/066d871c-c968-4206-8937-73c49e9175a7/fourth.png");background-position: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; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.adaptive-delivery-prevent-bg, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyload, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyloading { background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { background-color: transparent; background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .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); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { border-width: 0; border-radius: 0; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#UgdCno3NmfcM6g8yWZtNAzMTpi2vc0zp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.5625rem;height:2.4375rem;display:block; }
#oxsmEO6EMQVBq4NVnsUoQE82679baEiP { box-sizing:content-box;height:0.25rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#004c83;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:2.5625rem;display:block; }
#PnhT6X6TeXNxPWttRkl4ipT8e2zsHqTw { color:#333333;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.5625rem;height:1.4625rem;font-style:normal;display:block; }
#abAwTUcH6gi90x0GV90XwCrHg6XaMbe4 { box-sizing:content-box;height:4rem;width:17.9375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:2.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#cEfW6RmoWOZdZbD2qLCmVGg9CTdexCdW { color:#004c83;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#R53w9R8nexoDk9bQXxTFt9doXHrDaOvA { box-sizing:content-box;height:4rem;width:34.4375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:23.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JbbVMEaAxS5lLpVgRka8NcTPJp9XTCD1 { color:#004c83;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.75rem;left:23.75rem;height:1.3rem;font-style:normal;display:block; }
#k1NNPlVX4OxpiZFmQ0B38PayrTXCLXiH { color:#333333;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:30.3125rem;left:2.5625rem;height:1.4625rem;font-style:normal;display:block; }
#UWw5xGrvBdxsx9RcMRktrc8UFCis0oDn { box-sizing:content-box;height:4rem;width:34.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.6875rem;left:2.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#GBP9Zz4PyUxAaPovKHFmK8z9d7MPD2fy { color:#004c83;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.0625rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#sgF6P0DxKUIVOPoXTaT5uiXoiwRWW36S { box-sizing:content-box;height:4rem;width:32.1875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.6875rem;left:38.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Tz2Ryl7xlEdo0g1LmQApDsEhPan3GpZM { color:#004c83;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.0625rem;left:38.6875rem;height:1.3rem;font-style:normal;display:block; }
#rItt4x4lcpbmd9H0B3ZtecC668inUNTW { position:relative;display:block; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW { background-color: transparent; background-image: none; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row .container > .video-iframe-container { display: none; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row > .video-iframe-container { display: none; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .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); }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW { border-width: 0; border-radius: 0; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .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; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .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:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JHTQWeuA60e00PyKX6f2B9n4o4amenIV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3rem;height:2.4375rem;display:block; }
#P4bmdy4LKQ4RGNbTTsLiUJkzI93OqAOu { box-sizing:content-box;height:0.25rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#004c83;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:3rem;display:block; }
#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 { position:relative;display:block; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 { background-color: transparent; background-image: none; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row .container > .video-iframe-container { display: none; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row > .video-iframe-container { display: none; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .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); }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 { border-width: 0; border-radius: 0; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .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; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6ssVCaxcoTeFHovnidApBReqWfmE3Dy { box-sizing:content-box;height:12.875rem;width:21.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:1.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hx24sGvGg40LUGEIwRQ9EDBnAKO5Zc1Z { color:#242424;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7000007629394rem;left:3rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#MsQuaT98SWgFlcQSVLOIiEXu4GUTF3J4 { box-sizing:content-box;height:12.875rem;width:21.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:26.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hzk0e6LtQMHqqfiJno6p2G9xpH3HApAZ { color:#242424;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:28rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#viJSylrSRJ5w6HfT17fwrzvv5C9wfomN { box-sizing:content-box;height:12.875rem;width:21.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:51.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wbIzF3m6yCTPCpHm2d0mJbLf7eRbzsFP { color:#242424;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:53rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#WlzP527EXCOHciul5mo7G3uaaOIx0LQc { position:relative;display:block; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc { background-color: transparent; background-image: none; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row .container > .video-iframe-container { display: none; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row > .video-iframe-container { display: none; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .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); }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc { border-width: 0; border-radius: 0; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .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; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .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:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tJzZqlLMFaMmedTTwJKzQhnS8Ph3ME2a { box-sizing:content-box;height:29.4375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b0deff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i0BU1a8wPuF2r0vO1LGfaElnghhZdv43 { color:#313131;display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.625rem;left:4.625rem;height:20.71875rem;display:block; }
#s76hC7N5mHHrfJzg841S7D0e3knodTpT { position:absolute;display:block;z-index:15002;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:9.8125rem;width:14.5rem;top:25.875rem;left:60.5rem;overflow:hidden;display:block; }
#RiOA9lxiSrwOSvOBpTzsTLnpibaAM9q3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.875rem;left:0rem; }
#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#def9d0;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; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container { background-color: transparent; background-image: none; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container > .video-iframe-container { display: none; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row > .video-iframe-container { display: none; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .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); }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container { border-width: 0; border-radius: 0; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#oD9SBcNTN0SPtTeVqxVgnP45ZLJM8Gd9 { color:#004c83;display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HE8PTtxkBFlJdSTsrL7oChbkovS13ZeV { color:#313131;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:12.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThpBDXeFtd3Zc6TFuU8PzQO09wXKtlTI { background-color:#94c247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.1875rem;left:28.6875rem;display:block; }
#tEGtBta9SITdOAxtA4zMWwAFsbx2CS23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2d7f857-2b24-4ec0-b281-01b2805f7aa0/seventh.png");background-position: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; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.adaptive-delivery-prevent-bg, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyload, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyloading { background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { background-color: transparent; background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .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); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { border-width: 0; border-radius: 0; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#h0SR6QVe7PE5pw3XFKTXPgFst7CyTJAh { color:#004c83;display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:25.125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#rg9wRMCp9QB7MkWhQK6d6VUMaDgS0Sxx { color:#313131;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:25rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzXalTDqQTDbsrPTpdypZhdJrdAwImGo { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9375rem;left:25.125rem;height:1.4625rem;display:block; }
#u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN { color:#333333;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:25.125rem;height:;font-style:normal;overflow:hidden;display:block; }#u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
#A9V8UEtKQhE7aZHnZe4btJL5aqXFPA7o { box-sizing:content-box;height:20rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:#b1deff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:25.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JnHo39mp9EsAlkK61M1faKC3kdt1fWLP { color:#313131;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:26.8125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iWLC65ZhbJvtJTbOpXtT9J6zm62wLpuu { color:#313131;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.3125rem;left:26.84375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XrnL5sJbbBmXtdwPfTDkuBmzr1cRBTwt { background-color:#94c247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:52.625rem;left:26.8125rem;display:block; }
#OLlnvpe1hD2gw2INvTxxx7hecBPGwbdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { 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; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { background-color: transparent; background-image: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container > .video-iframe-container { display: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container { display: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .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); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { border-width: 0; border-radius: 0; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 { position:relative;z-index:auto;display:block; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rkpEBTQAQmrTpi7t3WNuk0dyegPrEXpd { width:23.5625rem;height:1.48730625rem;top:0.875rem;left:12.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2by493gTAAkM1Jps0kFx7HJUq9q8uGv { display:block; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZAC4d5yrsG2SO5tF0nTteHmkocrleCie { width:8.125rem;height:2.125rem;top:1.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:35.5rem;height:9.0175625rem;top:5.755859375rem;left:1.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzyLu0webWuwGeUe6b9FsORRX0OZBvfT { width:15.25rem;height:15.25rem;top:16.53125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9U8Aao3CQPkqTkxET8pDz8fDeOpWXPq { width:25.9375rem;height:3.8994125rem;top:15.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { width:17.5rem;height:3.4375rem;top:22.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block; }
 }@media only screen and (max-width: 1199px) { #TAoi5vwRL9O1O6GnzoDdqhToDpTQyr3C { width:47.75rem;height:24.25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 { display:block; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C1Brrvc7BAKvCT1NqhuBizyFk9zD95H1 { width:15.4375rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdGdxzSpLfhAOsddoPLBuKM0FydTr8k7 { width:15rem;height:0.25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UslMRFzXhbGG89Vd4MyGnW70TSDfDGpt { width:30.9375rem;height:7.30956875rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKVbXE69I2Mkfinkya6BxlshBQS7XmCs { width:31.5625rem;height:14.5078125rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }#JKVbXE69I2Mkfinkya6BxlshBQS7XmCs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 1199px) { #e69gDzRwWfl3s16NB3b2Otv4WDJRzy4T { width:15.9375rem;height:15.4375rem;top:2.125rem;left:31.707577720207rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby { display:block; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VlpeQQM6pxO35lfNg9hp9DqmhG2aXbgR { width:24.25rem;height:2.4375rem;top:2.875rem;left:16.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hk8rg34zPdNLhmoLlIMRcVRm8ZnTmV28 { width:23.75rem;height:0.25rem;top:5.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSwCmqhl45JXc1gg9hpPlcpnMh4Eg0Fo { width:31.625rem;height:1.4619125rem;top:7.875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHfP95qxsMboqMmQBtyfvwtKoQfAOoor { width:31.5625rem;height:6.26075rem;top:10.875rem;left:16.1875rem;font-size:1.125rem;display:block; }#PHfP95qxsMboqMmQBtyfvwtKoQfAOoor li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 1199px) { #zedTGM42uycK81nt6tiwyrJSHHNN7EwZ { width:12.4375rem;height:12.1875rem;top:8.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFhoC1uHT5e5tTAM5TAtJ5n1T8c0aptU { width:31.5625rem;height:5.84765625rem;top:19.4375rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ { display:block; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hlP7IIrbnskBGswclJf8kmPczWyaW7Tr { width:31.8125rem;height:;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPFDTMWFtlew95MlDzZD7hPPq08VgIZs { width:31.25rem;height:0.25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOKTcDquFqCXsD8no07letZQ5tWz8Ohs { width:37.4375rem;height:7.3095625rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK { display:block; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZmlS83Wol51MHPkxuKotd05M7vBWn20g { width:10.75rem;height:19.125rem;top:1.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #altCR3ryLcxg9T19fuOZWOkFOsergF1V { width:4.6875rem;height:3.75rem;top:3.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6mCV6FZ2T78qFmVN5oeXdGPnTIaTC6v { width:9.625rem;height:7.3095625rem;top:9.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqAkhBlqBVZfoabdPp3QfWp8GLhPBkST { width:11.125rem;height:19.125rem;top:1.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hbygfg0Wnu7DonTOuF8OyhavEgIGpMOB { width:9.4375rem;height:8.7715rem;top:9.25rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cb51BeiWDxkRINpTnCZNVo7Lz853xsDa { width:2.8125rem;height:3.75rem;top:3.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2clV8kxS830bDa4DhCTl34auGv0WzKR { width:11.0625rem;height:19.125rem;top:1.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTMAxg1DZL0RoQdtkvNv9bTILGOQa8TN { width:9.875rem;height:10.233375rem;top:9.25rem;left:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySOLufGeEffppDcb6wlqNuF1RGKaVEbt { width:4.6875rem;height:3.75rem;top:3.875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4D7hE65JmlCX5DatsUS7PsDef3T4NDl { width:11.375rem;height:19.125rem;top:1.75rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOwsG5Ssm2OXyVcaI0eck6VmziindKUG { width:10.3125rem;height:7.3095625rem;top:9.25rem;left:36.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2fm1KWCtArvnpd8pGiRgymwvEWS7pdB { width:4.6875rem;height:3.4375rem;top:4.03125rem;left:39.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR { display:block; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WVgTCuXNMNLk1AuvhPRBqtl9sMVhztIm { width:44.375rem;height:4.875rem;top:2.15625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXultSLQuc1rR2l1bMhzSsyCq7shJT4R { display:block; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AU6b5fhlt83Vmiz064MmgPQtuNwqIZeg { width:17.5rem;height:3.4375rem;top:2.59375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2WxROVPSmkkxir6PRlIgBqCulbdaPmw { display:block; }
 }@media only screen and (max-width: 1199px) { #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/066d871c-c968-4206-8937-73c49e9175a7/fourth.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.adaptive-delivery-prevent-bg, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyload, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyloading { background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { background-color: transparent; background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .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); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UgdCno3NmfcM6g8yWZtNAzMTpi2vc0zp { width:22.875rem;height:2.4375rem;top:11.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxsmEO6EMQVBq4NVnsUoQE82679baEiP { width:22.5rem;height:0.25rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnhT6X6TeXNxPWttRkl4ipT8e2zsHqTw { width:37.4375rem;height:1.4619125rem;top:16.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abAwTUcH6gi90x0GV90XwCrHg6XaMbe4 { width:17.9375rem;height:4rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEfW6RmoWOZdZbD2qLCmVGg9CTdexCdW { width:16.8125rem;height:1.29980625rem;top:20.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R53w9R8nexoDk9bQXxTFt9doXHrDaOvA { width:34.4375rem;height:4rem;top:24rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbbVMEaAxS5lLpVgRka8NcTPJp9XTCD1 { width:34.125rem;height:1.29980625rem;top:25.375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1NNPlVX4OxpiZFmQ0B38PayrTXCLXiH { width:37.4375rem;height:1.4619125rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWw5xGrvBdxsx9RcMRktrc8UFCis0oDn { width:34.4375rem;height:4rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBP9Zz4PyUxAaPovKHFmK8z9d7MPD2fy { width:33.5625rem;height:1.29980625rem;top:33.5rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgF6P0DxKUIVOPoXTaT5uiXoiwRWW36S { width:32.1875rem;height:4rem;top:37.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tz2Ryl7xlEdo0g1LmQApDsEhPan3GpZM { width:31.25rem;height:1.29980625rem;top:38.4375rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rItt4x4lcpbmd9H0B3ZtecC668inUNTW { display:block; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JHTQWeuA60e00PyKX6f2B9n4o4amenIV { width:37.5625rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4bmdy4LKQ4RGNbTTsLiUJkzI93OqAOu { width:36.875rem;height:0.25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 { display:block; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row .container { width:47.75rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n6ssVCaxcoTeFHovnidApBReqWfmE3Dy { width:14.9375rem;height:17.3125rem;top:2.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hx24sGvGg40LUGEIwRQ9EDBnAKO5Zc1Z { width:13.25rem;height:8.7715rem;top:5.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsQuaT98SWgFlcQSVLOIiEXu4GUTF3J4 { width:14.625rem;height:17.3125rem;top:2.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzk0e6LtQMHqqfiJno6p2G9xpH3HApAZ { width:13.1875rem;height:8.7715rem;top:5.6875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viJSylrSRJ5w6HfT17fwrzvv5C9wfomN { width:14.4375rem;height:17.3125rem;top:2.1875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbIzF3m6yCTPCpHm2d0mJbLf7eRbzsFP { width:12.375rem;height:11.6953125rem;top:5.6875rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlzP527EXCOHciul5mo7G3uaaOIx0LQc { display:block; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tJzZqlLMFaMmedTTwJKzQhnS8Ph3ME2a { width:47.75rem;height:34rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0BU1a8wPuF2r0vO1LGfaElnghhZdv43 { width:44.125rem;height:27.09375rem;top:3.625rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s76hC7N5mHHrfJzg841S7D0e3knodTpT { width:14.5rem;height:9.8125rem;top:30.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiOA9lxiSrwOSvOBpTzsTLnpibaAM9q3 { width:3.125rem;height:3.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi { display:block; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oD9SBcNTN0SPtTeVqxVgnP45ZLJM8Gd9 { width:47.75rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HE8PTtxkBFlJdSTsrL7oChbkovS13ZeV { width:47.75rem;height:3.8984375rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThpBDXeFtd3Zc6TFuU8PzQO09wXKtlTI { width:17.5rem;height:3.4375rem;top:12.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEGtBta9SITdOAxtA4zMWwAFsbx2CS23 { display:block; }
 }@media only screen and (max-width: 1199px) { #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2d7f857-2b24-4ec0-b281-01b2805f7aa0/seventh.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.adaptive-delivery-prevent-bg, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyload, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyloading { background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { background-color: transparent; background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .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); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h0SR6QVe7PE5pw3XFKTXPgFst7CyTJAh { width:45.625rem;height:3.25rem;top:8.375rem;left:2.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rg9wRMCp9QB7MkWhQK6d6VUMaDgS0Sxx { width:45.5rem;height:3.8984375rem;top:12.4375rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzXalTDqQTDbsrPTpdypZhdJrdAwImGo { width:12.5rem;height:1.4619125rem;top:17.9375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN { width:45.3125rem;height:;top:20.625rem;left:2.4375rem;font-size:1.125rem;display:block; }#u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 1199px) { #A9V8UEtKQhE7aZHnZe4btJL5aqXFPA7o { width:45rem;height:16.875rem;top:33.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnHo39mp9EsAlkK61M1faKC3kdt1fWLP { width:41.875rem;height:6.5rem;top:35.9375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWLC65ZhbJvtJTbOpXtT9J6zm62wLpuu { width:41.875rem;height:1.29980625rem;top:45.5625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrnL5sJbbBmXtdwPfTDkuBmzr1cRBTwt { width:21.0625rem;height:3.4375rem;top:48.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLlnvpe1hD2gw2INvTxxx7hecBPGwbdx { display:block; }
 }@media only screen and (max-width: 1199px) { #hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { display:block; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 { position:relative;z-index:auto;display:block; }#zAbTJn81wUi9fFoNX0FLvwNhw3I7WyX9 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkpEBTQAQmrTpi7t3WNuk0dyegPrEXpd { width:11.8125rem;height:1.48730625rem;top:0.826171875rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u2by493gTAAkM1Jps0kFx7HJUq9q8uGv { display:block; }#u2by493gTAAkM1Jps0kFx7HJUq9q8uGv > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAC4d5yrsG2SO5tF0nTteHmkocrleCie { width:11.625rem;height:2.875rem;top:1.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:18.75rem;height:10.3984375rem;top:2.3759765625rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzyLu0webWuwGeUe6b9FsORRX0OZBvfT { width:8.4375rem;height:8.4375rem;top:28.1123046875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9U8Aao3CQPkqTkxET8pDz8fDeOpWXPq { width:18.5rem;height:6.499rem;top:14.5869140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { width:17.5rem;height:3.4375rem;top:22.7998046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block; }
 }@media only screen and (max-width: 763px) { #TAoi5vwRL9O1O6GnzoDdqhToDpTQyr3C { width:20rem;height:29.125rem;top:0.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 { display:block; }#m5uGcpCUHe0I3mi31SrE0E4TlTd6kHx2 > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Brrvc7BAKvCT1NqhuBizyFk9zD95H1 { width:15.4375rem;height:2.4375rem;top:1.25rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdGdxzSpLfhAOsddoPLBuKM0FydTr8k7 { width:15rem;height:0.25rem;top:4.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UslMRFzXhbGG89Vd4MyGnW70TSDfDGpt { width:20rem;height:10.23339375rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKVbXE69I2Mkfinkya6BxlshBQS7XmCs { width:20rem;height:17.431625rem;top:17.9199375rem;left:0rem;font-size:1.125rem;display:block; }#JKVbXE69I2Mkfinkya6BxlshBQS7XmCs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 763px) { #e69gDzRwWfl3s16NB3b2Otv4WDJRzy4T { width:11.125rem;height:10.75rem;top:36.6005859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby { display:block; }#Hds2kQOL5vVOuOTgPeXXT61o3ItHzgby > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlpeQQM6pxO35lfNg9hp9DqmhG2aXbgR { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8rg34zPdNLhmoLlIMRcVRm8ZnTmV28 { width:20rem;height:0.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSwCmqhl45JXc1gg9hpPlcpnMh4Eg0Fo { width:20rem;height:2.923825rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHfP95qxsMboqMmQBtyfvwtKoQfAOoor { width:20rem;height:6.26075rem;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }#PHfP95qxsMboqMmQBtyfvwtKoQfAOoor li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 763px) { #zedTGM42uycK81nt6tiwyrJSHHNN7EwZ { width:10.8125rem;height:10.5625rem;top:32.169921875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhoC1uHT5e5tTAM5TAtJ5n1T8c0aptU { width:20rem;height:10.2333875rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ { display:block; }#txX2IPRqd3I6GAZhSCwkC8tf3khHTxyJ > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlP7IIrbnskBGswclJf8kmPczWyaW7Tr { width:20rem;height:4.875rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPFDTMWFtlew95MlDzZD7hPPq08VgIZs { width:20rem;height:0.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKTcDquFqCXsD8no07letZQ5tWz8Ohs { width:20rem;height:10.23339375rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK { display:block; }#RkTaAHawPb5LlrNdzZkVpPoB5Z2aSiLK > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmlS83Wol51MHPkxuKotd05M7vBWn20g { width:17.5rem;height:14.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #altCR3ryLcxg9T19fuOZWOkFOsergF1V { width:4.6875rem;height:3.75rem;top:3.25rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6mCV6FZ2T78qFmVN5oeXdGPnTIaTC6v { width:16.25rem;height:4.38574375rem;top:8.75rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAkhBlqBVZfoabdPp3QfWp8GLhPBkST { width:17.5rem;height:14.75rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbygfg0Wnu7DonTOuF8OyhavEgIGpMOB { width:16.25rem;height:5.84765625rem;top:24.75rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb51BeiWDxkRINpTnCZNVo7Lz853xsDa { width:2.8125rem;height:3.75rem;top:19.375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2clV8kxS830bDa4DhCTl34auGv0WzKR { width:17.5rem;height:14.75rem;top:33.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMAxg1DZL0RoQdtkvNv9bTILGOQa8TN { width:16.25rem;height:5.84765625rem;top:40.75rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOLufGeEffppDcb6wlqNuF1RGKaVEbt { width:4.6875rem;height:3.75rem;top:35.4375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4D7hE65JmlCX5DatsUS7PsDef3T4NDl { width:17.5rem;height:14.75rem;top:49.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwsG5Ssm2OXyVcaI0eck6VmziindKUG { width:16.25rem;height:4.38574375rem;top:56.75rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2fm1KWCtArvnpd8pGiRgymwvEWS7pdB { width:4.6875rem;height:3.4375rem;top:51.71875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR { display:block; }#WsQJtiIwK8ETcctcqfDDu9vc6g21yNnR > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVgTCuXNMNLk1AuvhPRBqtl9sMVhztIm { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXultSLQuc1rR2l1bMhzSsyCq7shJT4R { display:block; }#wXultSLQuc1rR2l1bMhzSsyCq7shJT4R > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU6b5fhlt83Vmiz064MmgPQtuNwqIZeg { width:17.625rem;height:4.375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2WxROVPSmkkxir6PRlIgBqCulbdaPmw { display:block; }
 }@media only screen and (max-width: 763px) { #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/066d871c-c968-4206-8937-73c49e9175a7/fourth.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.adaptive-delivery-prevent-bg, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyload, #D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT.lazyloading { background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { background-color: transparent; background-image: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row > .video-iframe-container { display: none; }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .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); }#D0WDvxeGS1rntquKNSHPuT1eqM8iq8uT > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgdCno3NmfcM6g8yWZtNAzMTpi2vc0zp { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxsmEO6EMQVBq4NVnsUoQE82679baEiP { width:20rem;height:0.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnhT6X6TeXNxPWttRkl4ipT8e2zsHqTw { width:20rem;height:2.923825rem;top:10.1865234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abAwTUcH6gi90x0GV90XwCrHg6XaMbe4 { width:17.9375rem;height:4rem;top:14.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEfW6RmoWOZdZbD2qLCmVGg9CTdexCdW { width:16.8125rem;height:1.29980625rem;top:16.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53w9R8nexoDk9bQXxTFt9doXHrDaOvA { width:20rem;height:4rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbbVMEaAxS5lLpVgRka8NcTPJp9XTCD1 { width:19.25rem;height:2.5996125rem;top:20.88671875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NNPlVX4OxpiZFmQ0B38PayrTXCLXiH { width:20rem;height:2.923825rem;top:25.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWw5xGrvBdxsx9RcMRktrc8UFCis0oDn { width:20rem;height:4rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBP9Zz4PyUxAaPovKHFmK8z9d7MPD2fy { width:19rem;height:2.5996125rem;top:30.32421875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgF6P0DxKUIVOPoXTaT5uiXoiwRWW36S { width:20rem;height:4rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2Ryl7xlEdo0g1LmQApDsEhPan3GpZM { width:18.875rem;height:2.5996125rem;top:35.5751953125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItt4x4lcpbmd9H0B3ZtecC668inUNTW { display:block; }#rItt4x4lcpbmd9H0B3ZtecC668inUNTW > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHTQWeuA60e00PyKX6f2B9n4o4amenIV { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4bmdy4LKQ4RGNbTTsLiUJkzI93OqAOu { width:20rem;height:0.25rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 { display:block; }#AaiC2tPHHoHdNlEJgml0lRN1xtXP7xP9 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6ssVCaxcoTeFHovnidApBReqWfmE3Dy { width:20rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx24sGvGg40LUGEIwRQ9EDBnAKO5Zc1Z { width:19rem;height:5.84765625rem;top:4.75rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsQuaT98SWgFlcQSVLOIiEXu4GUTF3J4 { width:20rem;height:12.875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzk0e6LtQMHqqfiJno6p2G9xpH3HApAZ { width:19rem;height:5.84765625rem;top:18.875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJSylrSRJ5w6HfT17fwrzvv5C9wfomN { width:20rem;height:12.875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbIzF3m6yCTPCpHm2d0mJbLf7eRbzsFP { width:19rem;height:5.84765625rem;top:33rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlzP527EXCOHciul5mo7G3uaaOIx0LQc { display:block; }#WlzP527EXCOHciul5mo7G3uaaOIx0LQc > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJzZqlLMFaMmedTTwJKzQhnS8Ph3ME2a { width:20rem;height:67.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BU1a8wPuF2r0vO1LGfaElnghhZdv43 { width:18.625rem;height:62.15625rem;top:3.6875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s76hC7N5mHHrfJzg841S7D0e3knodTpT { width:14.5rem;height:9.8125rem;top:66.84375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiOA9lxiSrwOSvOBpTzsTLnpibaAM9q3 { display:flex;width:3.125rem;height:3.125rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi { display:block; }#r4ET1ypdXkyUWXMRJ9J4KVx9OOwq2lpi > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD9SBcNTN0SPtTeVqxVgnP45ZLJM8Gd9 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8PTtxkBFlJdSTsrL7oChbkovS13ZeV { width:20rem;height:7.796875rem;top:7.69921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpBDXeFtd3Zc6TFuU8PzQO09wXKtlTI { width:17.625rem;height:4.375rem;top:16.74609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEGtBta9SITdOAxtA4zMWwAFsbx2CS23 { display:block; }
 }@media only screen and (max-width: 763px) { #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2d7f857-2b24-4ec0-b281-01b2805f7aa0/seventh.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.adaptive-delivery-prevent-bg, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyload, #BDJivNxioQsBXTT5OAWwtDbi0NECwxx0.lazyloading { background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { background-color: transparent; background-image: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row > .video-iframe-container { display: none; }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .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); }#BDJivNxioQsBXTT5OAWwtDbi0NECwxx0 > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0SR6QVe7PE5pw3XFKTXPgFst7CyTJAh { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg9wRMCp9QB7MkWhQK6d6VUMaDgS0Sxx { width:20rem;height:9.746125rem;top:7.69921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXalTDqQTDbsrPTpdypZhdJrdAwImGo { width:12.5rem;height:1.4619125rem;top:18.7578125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN { width:20rem;height:18.8935625rem;top:21.40628125rem;left:0rem;font-size:1.125rem;display:block; }#u3JbVPnr8r6un5FBBOwtg6fyrL6qFliN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c441f294-8e64-41dc-8da1-949d73d8fc0b/list.svg); }
 }@media only screen and (max-width: 763px) { #A9V8UEtKQhE7aZHnZe4btJL5aqXFPA7o { width:20rem;height:20rem;top:41.54984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnHo39mp9EsAlkK61M1faKC3kdt1fWLP { width:18.8125rem;height:9.75rem;top:42.4873046875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLC65ZhbJvtJTbOpXtT9J6zm62wLpuu { width:19.25rem;height:1.29980625rem;top:53.6748046875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrnL5sJbbBmXtdwPfTDkuBmzr1cRBTwt { width:19.75rem;height:4.375rem;top:56.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLlnvpe1hD2gw2INvTxxx7hecBPGwbdx { display:block; }
 }@media only screen and (max-width: 763px) { #hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { display:block; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }