.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de20a900-67a4-4e5f-985a-c29b23ba44ec/bg2_hd.jpg");background-position:center left !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:14px;font-family:arial;height:713px;width:1200px;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:237px;top:40px;left:21px;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:577px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:180px;left:21px;height:54.5938px;font-style:normal;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#27469a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:287px;height:63px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:543px;left:21px;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#v9M7M17Zbddex84TvVa980OsvZMM3bo3 { color:#ffffff;display:block;width:631px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:254px;left:21px;height:249.5626px;display:block; }
#t1IF3LDO0CG3CsHMUqNTO1H2xyVnoV5X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:505px;width:522px;top:146px;left:678px;overflow:hidden;display:block; }
#TKH1PB5So2nR6g5hBHzOG4ZCrol3ZAm7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33px;left:323px;display:block; }
#W7E7gIUea3UA35bDJPOwBQZkTQhAOrgT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tGpyI9aIu9bbVHWepBr1AfpvPcKV6yaq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33px;left:573px;display:block; }
#hnEAOBFi8R9MCgUDqi5rCX86TxyCGv38 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#As6U9c003kowWH8pMNF0lfhy6U3PT5Vk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:227px;height:55px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33px;left:770px;display:block; }
#xUhItCUZX4CyFqU5KX8ICOT6fJiHxnSk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZV552diMN2qVX2Rl9sCLomKL5TNJoG61 { background-color:#27469a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33px;left:1011px;display:block; }
#Opa8QqT5zuL7VmT5sTneFSwXT6bWsRbg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c00200;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; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container { background-color: transparent; background-image: none; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container > .video-iframe-container { display: none; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row > .video-iframe-container { display: none; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .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); }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container { border-width: 0; border-radius: 0; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container { font-size:14px;font-family:arial;height:156px;width:1200px;position:relative;display:block; }#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:1140px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:14.71875px;left:30px;height:64px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWuTfWcalfzOw2d2BRhiXZF7UUDxwUJO { color:#ffffff;display:block;width:1140px;position:absolute;font-family:montserrat;font-size:30px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:78.71875px;left:18px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:730px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#292958;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2sLh9diGQ6T3xyuO7vaJqd7BSxJfcvB { box-sizing:content-box;height:170px;width:315px;position:absolute;display:block;z-index:15015;background-color:#292958;background-image:none;top:471px;left:53px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
#dqkJ5M3gvQalPo8knX2ZawSboqzC8UUg { color:#ffffff;display:block;width:185px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:486px;left:118px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wag8KEcJGZlsunnOpXVGTBzB3u3Gfk1K { color:#ffffff;display:block;width:256px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:541px;left:82px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#dkriO4HVUohOpsgncTwecHhufiGTInpk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:363px;width:315px;top:126px;left:53px;overflow:hidden;display:block; }
#Gw9HiNU2zn6hZXnfhwhVtBcIfkwvhUG9 { box-sizing:content-box;height:200px;width:315px;position:absolute;display:block;z-index:15019;background-color:#27469a;background-image:none;top:471px;left:442px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
#lyxTJ37gnPA3TmTOTQon0uPA6QvrqDTv { color:#ffffff;display:block;width:271px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:546px;left:464px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#tAJUGDt055bUmgqZbU5cuhGGpaHkrGSK { color:#ffffff;display:block;width:287px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:485px;left:456px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbSTUhv0Nc90P8JktFRuUNxm8S3SvllZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:365px;width:316px;top:126px;left:442px;overflow:hidden;display:block; }
#dec1Krlndll383Ty1LBnLymp5TwtuVHe { box-sizing:content-box;height:170px;width:315px;position:absolute;display:block;z-index:15023;background-color:#c00200;background-image:none;top:472px;left:833px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
#Pfd4D3Mdk2acuv4PC2VaTK68kAQhHQHA { color:#ffffff;display:block;width:220px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:541px;left:880px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#gqevvMzTQxrAE3ftt0zw74rbRe4XuTmG { color:#ffffff;display:block;width:185px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:486px;left:898px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPAxyaAm7NgWXOnF2sAw7z9Gszu6dhES { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:383px;width:315px;top:127px;left:833px;overflow:hidden;display:block; }
#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container { background-color: transparent; background-image: none; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container > .video-iframe-container { display: none; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row > .video-iframe-container { display: none; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .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); }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container { border-width: 0; border-radius: 0; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#DPflXG8c8Setx98gPbnnzq13RyZPLWtr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:253px;width:290px;top:135px;left:0px;display:block; }
#Faa9X0M7kDWJB6D4KpLzCZztrurSaG7U { color:#585858;display:block;width:203px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:173px;left:50px;height:134.391px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fVeQonTRahSPDvRlD1HSOorARzLRRVN6 { color:#000000;display:block;width:192px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:329px;left:55px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Klu6aHn4Vb0w74ax0eI0CiTXNtGy58Kb { color:#292958;display:block;width:1169px;position:absolute;font-family:montserrat;font-size:38px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55px;left:31px;height:49.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXo48Wq8GTR1UCUrLKrZ6bxGnyyO8VGJ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:252px;width:290px;top:135px;left:905px;display:block; }
#UdpME1q1DHxrrg1GOl4ZdN37GEZov8Zb { color:#000000;display:block;width:199px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:329px;left:951px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMgmy1ybB9yNUhPlWshHtIP40GKv0S2b { color:#585858;display:block;width:240px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:151px;left:930px;height:156.789px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reC92nrHKkG2p9THpwvb0dviMP7Q2Pfz { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:329px;width:290px;top:135px;left:302px;display:block; }
#SDhKnOxEbO65t1UC8Zcp9Wy8Oe1iznhA { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:464px;width:290px;top:135px;left:603px;display:block; }
#t9fk93Cdw4ilrLwC2fqK6v0trx5FqV2f { color:#000000;display:block;width:203px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:394px;left:352px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaE48yyi7FyOxBNHfNF0VaDnapUeqk61 { color:#000000;display:block;width:191px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:534px;left:653px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pE1BQXXU2Zp48Ne9mPQVTGua4kVwZ18A { color:#585858;display:block;width:216px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:173px;left:345px;height:201.586px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqAO60qFRPT5PO1PgJPScGLJ0TWpCTSR { color:#585858;display:block;width:240px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:151px;left:628px;height:358.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQ4QGavr2553XeextcDeX0BRc1VrwfOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/968c7297-d2b1-4ba4-91a4-e8d495526b88/bg1_hd.jpg");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; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk.adaptive-delivery-prevent-bg, #hQ4QGavr2553XeextcDeX0BRc1VrwfOk.lazyload, #hQ4QGavr2553XeextcDeX0BRc1VrwfOk.lazyloading { background-image: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { background-color: transparent; background-image: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container > .video-iframe-container { display: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row > .video-iframe-container { display: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .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); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { border-width: 0; border-radius: 0; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:block; }#hNqg2J72sKgkHSJFTr59dJkOs5RRsnqT { color:#ffffff;display:block;width:1153px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38px;left:23.5px;height:44.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuSh0wB1dGBgoIvOv5Vm1k2Irrc5AAci { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:242px;width:555px;top:125px;left:641px;display:block; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:montserrat;color:#c00200; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:15px;font-family:montserrat;font-weight:300;font-style:normal;height:auto; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-trigger.adaptive-delivery-prevent-bg, #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-trigger.lazyload, #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-trigger.lazyloading { background-image: none; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP { box-sizing:content-box;height:auto;width:579px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15025;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:113px;left:0px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #En4rIiBLOWcQpKA3qLdQ69oTDlNpkLQV { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #tkbcB116l89d89MVXGXd2K7tclNaPUPp { height:auto;display:flex;position:relative;top:0px;left:0px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #EaysaqNT6kxktrIaOoQeLXDvkJLSmRqn { display:block;position:relative; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #vFtbR2uJJe22dvvlbdAvVtz0ScubVs6U {  }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IGJyf2KzADmWWeeT8BKSJcle9lnEdfeU {  }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #TuGSv4kJlLaCQM0Ma9GQxHoZM5XZGQJb { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #OoGO3CxPtNVN1phZRtCh0G1n550DgdsN { height:auto;display:flex;position:relative;top:0px;left:0px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #yJ77fNpyGZ1eHquOWr69gcF6SXc7uHia { display:block;position:relative; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #E504e5hvNftb1gnhbPzxT2D0J2oqnD6F {  }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #zSGDF9L8IXVFPMTkuw3TWZI33tHhAEu1 { display:none; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #lnZvfMfMECasPAQlJ7nTuI8ZyNZmxFdT { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #rAzHPHBDvlsL7aiNNGwTG0PafkuxNNXT { height:auto;display:flex;position:relative;top:0px;left:0px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #RZ61MuRCWzydSQuncFnRkHVUgKL8nOSN { display:block;position:relative; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #Mc0dHyzOVUQd0dAivt4G5RNb8fuZoxeK {  }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IZnEuZq5wSqFm3PX99pDDh3NFPBDhk42 { display:none; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #g7nInRPITGpF4WHAV3LdxybJbgmiwSPz { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #x0gsruiXOeDqmah2EPSWaOzApzvpws7Q { height:auto;display:flex;position:relative;top:0px;left:0px; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #pbVsxZPL8OGc9kDrp6ucnTTOZ93fdA70 { display:block;position:relative; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #ZCUSJKMoeoUuuPLqmNLv9srgKqaAgDgZ {  }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #PDnaqx08KMoSCJDN2lffZeVQmkoJ0tmQ { display:none; }
#nLROgInoUTBITMNNxhUWPvdhRVvzK5pq { background-color:#c00200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:555px;height:63px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:386px;left:640px;display:block; }
#azhrPQTU6QnDfufhIwFMmCnxyqpNhfVN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 { background-color:#151468;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container { background-color: transparent; background-image: none; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container > .video-iframe-container { display: none; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row > .video-iframe-container { display: none; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .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); }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container { border-width: 0; border-radius: 0; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:40px;left:0px;width:237px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:180px;left:0px;width:577px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:287px;height:63px;top:543px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #v9M7M17Zbddex84TvVa980OsvZMM3bo3 { top:254px;left:0px;width:631px;height:249px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t1IF3LDO0CG3CsHMUqNTO1H2xyVnoV5X { top:146px;left:242px;width:522px;height:505px;display:block; }
 }@media only screen and (max-width: 763px) { #TKH1PB5So2nR6g5hBHzOG4ZCrol3ZAm7 { width:236px;height:55px;top:33px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #W7E7gIUea3UA35bDJPOwBQZkTQhAOrgT { display:block; }
 }@media only screen and (max-width: 763px) { #tGpyI9aIu9bbVHWepBr1AfpvPcKV6yaq { width:189px;height:55px;top:33px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #hnEAOBFi8R9MCgUDqi5rCX86TxyCGv38 { display:block; }
 }@media only screen and (max-width: 763px) { #As6U9c003kowWH8pMNF0lfhy6U3PT5Vk { width:227px;height:55px;top:33px;left:537px;display:block; }
 }@media only screen and (max-width: 763px) { #xUhItCUZX4CyFqU5KX8ICOT6fJiHxnSk { display:block; }
 }@media only screen and (max-width: 763px) { #ZV552diMN2qVX2Rl9sCLomKL5TNJoG61 { width:189px;height:55px;top:33px;left:575px;display:block; }
 }@media only screen and (max-width: 763px) { #Opa8QqT5zuL7VmT5sTneFSwXT6bWsRbg { display:block; }
 }@media only screen and (max-width: 763px) { #mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE { display:block; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:14px;left:0px;width:764px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GWuTfWcalfzOw2d2BRhiXZF7UUDxwUJO { top:78px;left:0px;width:764px;height:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:36px;left:0px;width:764px;height:58px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #z2sLh9diGQ6T3xyuO7vaJqd7BSxJfcvB { top:471px;left:0px;width:315px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #dqkJ5M3gvQalPo8knX2ZawSboqzC8UUg { top:486px;left:0px;width:185px;height:39px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wag8KEcJGZlsunnOpXVGTBzB3u3Gfk1K { top:541px;left:0px;width:256px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dkriO4HVUohOpsgncTwecHhufiGTInpk { top:126px;left:0px;width:315px;height:363px;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9HiNU2zn6hZXnfhwhVtBcIfkwvhUG9 { top:471px;left:224px;width:315px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #lyxTJ37gnPA3TmTOTQon0uPA6QvrqDTv { top:546px;left:246px;width:271px;height:83px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tAJUGDt055bUmgqZbU5cuhGGpaHkrGSK { top:485px;left:238px;width:287px;height:39px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hbSTUhv0Nc90P8JktFRuUNxm8S3SvllZ { top:126px;left:224px;width:316px;height:365px;display:block; }
 }@media only screen and (max-width: 763px) { #dec1Krlndll383Ty1LBnLymp5TwtuVHe { top:472px;left:449px;width:315px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #Pfd4D3Mdk2acuv4PC2VaTK68kAQhHQHA { top:541px;left:544px;width:220px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gqevvMzTQxrAE3ftt0zw74rbRe4XuTmG { top:486px;left:579px;width:185px;height:39px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WPAxyaAm7NgWXOnF2sAw7z9Gszu6dhES { top:127px;left:449px;width:315px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK { display:block; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPflXG8c8Setx98gPbnnzq13RyZPLWtr { width:290px;height:253px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Faa9X0M7kDWJB6D4KpLzCZztrurSaG7U { width:203px;height:134px;top:173px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fVeQonTRahSPDvRlD1HSOorARzLRRVN6 { width:192px;height:28px;top:329px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Klu6aHn4Vb0w74ax0eI0CiTXNtGy58Kb { top:55px;left:0px;width:764px;height:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XXo48Wq8GTR1UCUrLKrZ6bxGnyyO8VGJ { width:290px;height:252px;top:135px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #UdpME1q1DHxrrg1GOl4ZdN37GEZov8Zb { width:199px;height:28px;top:329px;left:565px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uMgmy1ybB9yNUhPlWshHtIP40GKv0S2b { width:240px;height:156px;top:151px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #reC92nrHKkG2p9THpwvb0dviMP7Q2Pfz { width:290px;height:329px;top:135px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #SDhKnOxEbO65t1UC8Zcp9Wy8Oe1iznhA { width:290px;height:464px;top:135px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #t9fk93Cdw4ilrLwC2fqK6v0trx5FqV2f { width:203px;height:28px;top:394px;left:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AaE48yyi7FyOxBNHfNF0VaDnapUeqk61 { width:191px;height:28px;top:534px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pE1BQXXU2Zp48Ne9mPQVTGua4kVwZ18A { width:216px;height:201px;top:173px;left:166px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FqAO60qFRPT5PO1PgJPScGLJ0TWpCTSR { width:240px;height:358px;top:151px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4QGavr2553XeextcDeX0BRc1VrwfOk { display:block; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNqg2J72sKgkHSJFTr59dJkOs5RRsnqT { top:38px;left:0px;width:764px;height:44px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #yuSh0wB1dGBgoIvOv5Vm1k2Irrc5AAci { top:125px;left:0px;width:555px;height:242px;display:block; }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP { display:flex;height:auto;width:445px;top:263px;left:0px; }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #En4rIiBLOWcQpKA3qLdQ69oTDlNpkLQV {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #tkbcB116l89d89MVXGXd2K7tclNaPUPp {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #EaysaqNT6kxktrIaOoQeLXDvkJLSmRqn {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #vFtbR2uJJe22dvvlbdAvVtz0ScubVs6U {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IGJyf2KzADmWWeeT8BKSJcle9lnEdfeU {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #TuGSv4kJlLaCQM0Ma9GQxHoZM5XZGQJb {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #OoGO3CxPtNVN1phZRtCh0G1n550DgdsN {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #yJ77fNpyGZ1eHquOWr69gcF6SXc7uHia {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #E504e5hvNftb1gnhbPzxT2D0J2oqnD6F {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #zSGDF9L8IXVFPMTkuw3TWZI33tHhAEu1 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #lnZvfMfMECasPAQlJ7nTuI8ZyNZmxFdT {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #rAzHPHBDvlsL7aiNNGwTG0PafkuxNNXT {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #RZ61MuRCWzydSQuncFnRkHVUgKL8nOSN {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #Mc0dHyzOVUQd0dAivt4G5RNb8fuZoxeK {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IZnEuZq5wSqFm3PX99pDDh3NFPBDhk42 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #g7nInRPITGpF4WHAV3LdxybJbgmiwSPz {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #x0gsruiXOeDqmah2EPSWaOzApzvpws7Q {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #pbVsxZPL8OGc9kDrp6ucnTTOZ93fdA70 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #ZCUSJKMoeoUuuPLqmNLv9srgKqaAgDgZ {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #PDnaqx08KMoSCJDN2lffZeVQmkoJ0tmQ {  }
 }@media only screen and (max-width: 763px) { #nLROgInoUTBITMNNxhUWPvdhRVvzK5pq { width:555px;height:63px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #azhrPQTU6QnDfufhIwFMmCnxyqpNhfVN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 { display:block; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/de20a900-67a4-4e5f-985a-c29b23ba44ec/bg2_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:320px;height:738px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:189px;height:34px;top:21px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:271px;height:23.3906px;top:87px;left:24.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:270px;height:60px;top:629px;left:25px;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #v9M7M17Zbddex84TvVa980OsvZMM3bo3 { width:280px;height:204.7496px;top:110.375px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1IF3LDO0CG3CsHMUqNTO1H2xyVnoV5X { width:264px;height:255px;top:346px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TKH1PB5So2nR6g5hBHzOG4ZCrol3ZAm7 { width:189px;height:55px;top:606px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #W7E7gIUea3UA35bDJPOwBQZkTQhAOrgT { display:block; }
 }@media only screen and (max-width: 763px) { #tGpyI9aIu9bbVHWepBr1AfpvPcKV6yaq { width:189px;height:55px;top:681px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #hnEAOBFi8R9MCgUDqi5rCX86TxyCGv38 { display:block; }
 }@media only screen and (max-width: 763px) { #As6U9c003kowWH8pMNF0lfhy6U3PT5Vk { width:227px;height:55px;top:33px;left:46px;display:none; }
 }@media only screen and (max-width: 763px) { #xUhItCUZX4CyFqU5KX8ICOT6fJiHxnSk { display:block; }
 }@media only screen and (max-width: 763px) { #ZV552diMN2qVX2Rl9sCLomKL5TNJoG61 { width:189px;height:55px;top:33px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #Opa8QqT5zuL7VmT5sTneFSwXT6bWsRbg { display:block; }
 }@media only screen and (max-width: 763px) { #mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE { display:block; }#mEEn8HcDWLDwHvQ5T6s6rbvLF9DVe6OE > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:220px;height:57.5938px;top:23px;left:50px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWuTfWcalfzOw2d2BRhiXZF7UUDxwUJO { width:235px;height:86.3906px;top:79px;left:43px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:320px;height:1465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:261px;height:62.375px;top:20px;left:29px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2sLh9diGQ6T3xyuO7vaJqd7BSxJfcvB { width:240px;height:167px;top:341px;left:40px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dqkJ5M3gvQalPo8knX2ZawSboqzC8UUg { width:185px;height:31.1875px;top:361px;left:68px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wag8KEcJGZlsunnOpXVGTBzB3u3Gfk1K { width:172px;height:72.75px;top:411px;left:75px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkriO4HVUohOpsgncTwecHhufiGTInpk { width:240px;height:277px;top:102px;left:40px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9HiNU2zn6hZXnfhwhVtBcIfkwvhUG9 { width:240px;height:200px;top:786px;left:40px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lyxTJ37gnPA3TmTOTQon0uPA6QvrqDTv { width:187px;height:90.9375px;top:861px;left:67px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAJUGDt055bUmgqZbU5cuhGGpaHkrGSK { width:212px;height:31.1875px;top:807px;left:54px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbSTUhv0Nc90P8JktFRuUNxm8S3SvllZ { width:240px;height:278px;top:538px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dec1Krlndll383Ty1LBnLymp5TwtuVHe { width:240px;height:140px;top:1289px;left:40px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Pfd4D3Mdk2acuv4PC2VaTK68kAQhHQHA { width:173px;height:54.5625px;top:1347.5625px;left:73.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqevvMzTQxrAE3ftt0zw74rbRe4XuTmG { width:185px;height:31.1875px;top:1304.375px;left:67.5px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPAxyaAm7NgWXOnF2sAw7z9Gszu6dhES { width:240px;height:291px;top:1021.375px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK { display:block; }#NHdm9qJI8PlWqFTZhNTUTdeEHw0TEpVK > .row .container { width:320px;height:1545px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPflXG8c8Setx98gPbnnzq13RyZPLWtr { width:314px;height:230px;top:71.1875px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Faa9X0M7kDWJB6D4KpLzCZztrurSaG7U { width:284px;height:127.969px;top:97px;left:18px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fVeQonTRahSPDvRlD1HSOorARzLRRVN6 { width:212px;height:25.5938px;top:250px;left:54px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Klu6aHn4Vb0w74ax0eI0CiTXNtGy58Kb { width:320px;height:31.1875px;top:20px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXo48Wq8GTR1UCUrLKrZ6bxGnyyO8VGJ { width:290px;height:290px;top:1218px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UdpME1q1DHxrrg1GOl4ZdN37GEZov8Zb { width:199px;height:25.5938px;top:1461px;left:61px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uMgmy1ybB9yNUhPlWshHtIP40GKv0S2b { width:240px;height:204.75px;top:1240px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #reC92nrHKkG2p9THpwvb0dviMP7Q2Pfz { width:290px;height:329px;top:321.1875px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SDhKnOxEbO65t1UC8Zcp9Wy8Oe1iznhA { width:290px;height:527px;top:670.1875px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t9fk93Cdw4ilrLwC2fqK6v0trx5FqV2f { width:203px;height:25.5938px;top:597px;left:59px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AaE48yyi7FyOxBNHfNF0VaDnapUeqk61 { width:191px;height:25.5938px;top:1145.1875px;left:64.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pE1BQXXU2Zp48Ne9mPQVTGua4kVwZ18A { width:227px;height:230.344px;top:350px;left:47px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FqAO60qFRPT5PO1PgJPScGLJ0TWpCTSR { width:246px;height:435.094px;top:686.1875px;left:37px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4QGavr2553XeextcDeX0BRc1VrwfOk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/968c7297-d2b1-4ba4-91a4-e8d495526b88/bg1_hd.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk.adaptive-delivery-prevent-bg, #hQ4QGavr2553XeextcDeX0BRc1VrwfOk.lazyload, #hQ4QGavr2553XeextcDeX0BRc1VrwfOk.lazyloading { background-image: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { background-color: transparent; background-image: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container > .video-iframe-container { display: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row > .video-iframe-container { display: none; }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .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); }#hQ4QGavr2553XeextcDeX0BRc1VrwfOk > .row .container { width:320px;height:926px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNqg2J72sKgkHSJFTr59dJkOs5RRsnqT { width:294px;height:62.375px;top:11px;left:13px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuSh0wB1dGBgoIvOv5Vm1k2Irrc5AAci { height:191px;width:320px;top:87px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP { display:flex;height:auto;width:280px;top:395.515625px;left:0px;z-index:15002; }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #En4rIiBLOWcQpKA3qLdQ69oTDlNpkLQV {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #tkbcB116l89d89MVXGXd2K7tclNaPUPp {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #EaysaqNT6kxktrIaOoQeLXDvkJLSmRqn {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #vFtbR2uJJe22dvvlbdAvVtz0ScubVs6U {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IGJyf2KzADmWWeeT8BKSJcle9lnEdfeU {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #TuGSv4kJlLaCQM0Ma9GQxHoZM5XZGQJb {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #OoGO3CxPtNVN1phZRtCh0G1n550DgdsN {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #yJ77fNpyGZ1eHquOWr69gcF6SXc7uHia {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #E504e5hvNftb1gnhbPzxT2D0J2oqnD6F {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #zSGDF9L8IXVFPMTkuw3TWZI33tHhAEu1 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #lnZvfMfMECasPAQlJ7nTuI8ZyNZmxFdT {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #rAzHPHBDvlsL7aiNNGwTG0PafkuxNNXT {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #RZ61MuRCWzydSQuncFnRkHVUgKL8nOSN {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #Mc0dHyzOVUQd0dAivt4G5RNb8fuZoxeK {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #IZnEuZq5wSqFm3PX99pDDh3NFPBDhk42 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #g7nInRPITGpF4WHAV3LdxybJbgmiwSPz {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #x0gsruiXOeDqmah2EPSWaOzApzvpws7Q {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #pbVsxZPL8OGc9kDrp6ucnTTOZ93fdA70 {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #ZCUSJKMoeoUuuPLqmNLv9srgKqaAgDgZ {  }
 }@media only screen and (max-width: 763px) { #N7VN2l88KkMtTTu1GMUlVeWDhSOQRJqP #PDnaqx08KMoSCJDN2lffZeVQmkoJ0tmQ {  }
 }@media only screen and (max-width: 763px) { #nLROgInoUTBITMNNxhUWPvdhRVvzK5pq { width:304px;height:63px;top:316.515625px;left:8px;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #azhrPQTU6QnDfufhIwFMmCnxyqpNhfVN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 { display:block; }#Q9EqAxsebVibsvTRnDTUP33Gu5Vi59b5 > .row .container { width:320px;height:98.5938px;position:relative;display:block; } }