.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cde4c08-e03e-41af-820b-8bcd35cf1e94/desktop_kks.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#PLWxDQodzH4a2VS6GaVGBr8t97WCEAwW { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"zuume bold";font-size:5.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8.3125rem;left:0.125rem;height:5.625rem;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; }
#ii27aGTROAnUOqevFC2JKWZRNMrdoVcr { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"zuume bold";font-size:11.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:14.625rem;height:11.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVyT0RxD3IwWHo9p94k15lXiC7ix95xp { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#J4wILfBoTc9X6bEdpHnAt8HBmtgl8AMz { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"zuume bold";font-size:5.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:27.6875rem;height:5.625rem;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; }
#eeXwmadCvVbcsPptrEx12ywc8Sw64mQ6 { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:"zuume bold";font-size:3.125rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:14.75rem;left:0rem;height:8.4375rem;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;text-align:center;text-align-last:center;display:block; }
#ST52WfuDVb461tbBNgZPTTxztsC9XU78 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:22.5625rem;top:14.5rem;left:7.625rem;overflow:hidden;display:block; }
#pLep20hpmb1SU3GGDSvTPSKC2oHX88Uw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.75rem;top:27.125rem;left:0rem;overflow:hidden;display:block; }
#TPFNUAdIElph2HR3HJmwVzStIHCoUBnr { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"zuume bold";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:36.6875rem;left:6.625rem;height:11.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3uo8ztCNys0mvUyemSMIHenOxT28yzz { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:37.0625rem;left:1rem;overflow:hidden;display:block; }
#QWsbcqp1o1uRLDCZOb3Z9dlncpME9grH { box-sizing:content-box;height:9.3125rem;width:22.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;top:34.75rem;left:0rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b33klx0moTbcv7MIwhtpXg0bUHP4soDb { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"zuume bold";font-size:2.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:36.6875rem;left:32.6875rem;height:8.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtPBVL7V2TiobWtiQIe098DIyQ9Lci99 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:37.0625rem;left:27.0625rem;overflow:hidden;display:block; }
#WDiB6kZJkGsrHRoULptSk6nObPyKKMMH { box-sizing:content-box;height:9.3125rem;width:22.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;top:34.75rem;left:26.0625rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EJRwhXyh8Z7sIrvzNxHZVsnhthAs7Tyw { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"zuume bold";font-size:2.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:36.875rem;left:58.75rem;height:11.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SmpkzsE7I2pipVBd9Id1R1pGMGdkpNFQ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:37.25rem;left:53.125rem;overflow:hidden;display:block; }
#LKidrD1WPHuc8l0gp8p2mTV6Wn3BguuJ { box-sizing:content-box;height:9.3125rem;width:22.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;top:34.9375rem;left:52.125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { 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; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { background-color: transparent; background-image: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container > .video-iframe-container { display: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container { display: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .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); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { border-width: 0; border-radius: 0; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { color:#000000;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.90625rem;left:18.5625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG { 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; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container { background-color: transparent; background-image: none; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container > .video-iframe-container { display: none; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row > .video-iframe-container { display: none; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .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); }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container { border-width: 0; border-radius: 0; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#rsFO3Max6TGCDcSuqKnVBvA9lsHfcwTw { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#voayLZG9h0F4ecZ1zCUHOTtr5xv4ci9L { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11rem;left:2.625rem;height:6.25rem;display:block; }
#Tx9pygmcKgwQI94vENmZAoLKbPQDlmZC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:35.9375rem;top:1.8125rem;left:39.0625rem;overflow:hidden;display:block; }
#nRLInl53GJvtaaopL0MGR1984AmuQxI4 { 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; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container { background-color: transparent; background-image: none; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container > .video-iframe-container { display: none; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row > .video-iframe-container { display: none; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .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); }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container { border-width: 0; border-radius: 0; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#sAcrxrlTSFx3WSgx0qetGvAfvTmi6zxf { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.3125rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z9NVZfZiTuGTcBhTleNOpEcQJQX4OiMg { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.1875rem;left:40.3125rem;height:4.6875rem;display:block; }
#kK8rRIZPXLkwTT41AOFzBd54VWNuM7An { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:35.9375rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 { 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; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container { background-color: transparent; background-image: none; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container > .video-iframe-container { display: none; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row > .video-iframe-container { display: none; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .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); }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container { border-width: 0; border-radius: 0; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#hla4d07aFp4A807J5s0kRP907RF0L9gr { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5625rem;height:5.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NQuZZbn5Tmo47QrfINpVXEek7x9MhcbQ { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.125rem;left:2.5625rem;height:6.25rem;display:block; }
#oIZD5mpaRsrvGIBME3dJOmoxVTWWQa5w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:35.9375rem;top:1.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC { 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; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container { background-color: transparent; background-image: none; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container > .video-iframe-container { display: none; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row > .video-iframe-container { display: none; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .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); }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container { border-width: 0; border-radius: 0; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#QOcwAdKOaxJWCOO6cwPczmTaheBoL0ay { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.75rem;top:0rem;left:28.125rem;overflow:hidden;display:block; }
#aqkKVvXntJddT8e098LVWT4KWmyo4v4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1253c7;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; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container { background-color: transparent; background-image: none; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container > .video-iframe-container { display: none; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row > .video-iframe-container { display: none; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .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); }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container { border-width: 0; border-radius: 0; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#kf8Xm3WztwF6014iQx8843LX0XQ05XyM { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:31.75rem;height:4.875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZW9ncLcGTZWrRfNyvoADVoGM6HadFIaJ { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.625rem;left:31.75rem;height:6.25rem;display:block; }
#cJ1B7VDuvRIgnZcuaA0d14gKvZQ0X4SL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.4375rem;top:19.3125rem;left:31.75rem;overflow:hidden;display:block; }
#x8U2ZOe4z2HJrUDdevtVvtmKVZUDoACz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19.3125rem;left:43.4375rem;overflow:hidden;display:block; }
#SzF3XgrdutkUIumPDiAM2wJNmMJmmzGc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19.3125rem;left:55.0625rem;overflow:hidden;display:block; }
#v67AloasdCvGJVkMN8OZSxbxFUkcIkb1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.5625rem;top:-1.84375rem;left:4.6937422962587rem;overflow:hidden;display:block; }
#e2Kzs62rFK5n4LVdvAUVscVi32nopCCr { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:31.75rem;height:3.0625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c9Pt16v3b85mCESIptdsK3MKLNUC77me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00278b;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; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container { background-color: transparent; background-image: none; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container > .video-iframe-container { display: none; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row > .video-iframe-container { display: none; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .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); }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container { border-width: 0; border-radius: 0; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#1253c7;background-image:none;vertical-align:top; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:400;font-size:1.125rem;font-style:normal;height:auto;line-height:1.8;overflow:hidden;color:#ffffff; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;height:auto;line-height:1.4;overflow:hidden;color:rgba(255,255,255,0.75); }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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; }#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-trigger.adaptive-delivery-prevent-bg, #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-trigger.lazyload, #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-trigger.lazyloading { background-image: none; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15000;background-color:#00278b;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.0625rem;left:7.5rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I { display:block;position:relative; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z { display:block;position:relative; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg { display:none; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t { display:block;position:relative; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI { display:none; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km { display:block;position:relative; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dWalkwdhnQtVesJGUTO2x6fulluQUxwq { display:none; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz { display:block;position:relative; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd { display:none; }
#KiPcFL2FzN29roXqBLzunyp60eXnUupb { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00278b;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; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { background-color: transparent; background-image: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container > .video-iframe-container { display: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container { display: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .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); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { border-width: 0; border-radius: 0; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#n5K4xZxvTXJ37nOMVSbCQy9pBpuEsOi8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.75rem;top:1.25rem;left:28.125rem;overflow:hidden;display:block; }
#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00278b;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; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { background-color: transparent; background-image: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container > .video-iframe-container { display: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container { display: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .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); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { border-width: 0; border-radius: 0; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLWxDQodzH4a2VS6GaVGBr8t97WCEAwW { top:8.3125rem;left:0rem;width:13.125rem;height:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii27aGTROAnUOqevFC2JKWZRNMrdoVcr { top:3.3125rem;left:1rem;width:14.1875rem;height:;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyT0RxD3IwWHo9p94k15lXiC7ix95xp { top:22.125rem;left:0rem;width:29.375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { top:1.5625rem;left:0rem;width:11rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4wILfBoTc9X6bEdpHnAt8HBmtgl8AMz { top:8.4375rem;left:14.0625rem;width:3.75rem;height:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeXwmadCvVbcsPptrEx12ywc8Sw64mQ6 { top:14.75rem;left:0rem;width:6.5rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST52WfuDVb461tbBNgZPTTxztsC9XU78 { top:14.5rem;left:0rem;width:22.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLep20hpmb1SU3GGDSvTPSKC2oHX88Uw { top:27.125rem;left:0rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFNUAdIElph2HR3HJmwVzStIHCoUBnr { top:36.6875rem;left:0rem;width:15.125rem;height:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3uo8ztCNys0mvUyemSMIHenOxT28yzz { top:37.0625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsbcqp1o1uRLDCZOb3Z9dlncpME9grH { top:34.75rem;left:0rem;width:22.875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33klx0moTbcv7MIwhtpXg0bUHP4soDb { top:36.6875rem;left:19.0625rem;width:15.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtPBVL7V2TiobWtiQIe098DIyQ9Lci99 { top:37.0625rem;left:13.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDiB6kZJkGsrHRoULptSk6nObPyKKMMH { top:34.75rem;left:12.4375rem;width:22.875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRwhXyh8Z7sIrvzNxHZVsnhthAs7Tyw { top:36.875rem;left:32.625rem;width:15.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpkzsE7I2pipVBd9Id1R1pGMGdkpNFQ { top:37.25rem;left:39.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKidrD1WPHuc8l0gp8p2mTV6Wn3BguuJ { top:34.9375rem;left:24.875rem;width:22.875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { display:block; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { top:2.875rem;left:4.9375rem;width:37.875rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG { display:block; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsFO3Max6TGCDcSuqKnVBvA9lsHfcwTw { top:6.75rem;left:0rem;width:32.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voayLZG9h0F4ecZ1zCUHOTtr5xv4ci9L { top:11rem;left:0rem;width:32.4375rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9pygmcKgwQI94vENmZAoLKbPQDlmZC { top:1.8125rem;left:11.8125rem;width:35.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLInl53GJvtaaopL0MGR1984AmuQxI4 { display:block; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAcrxrlTSFx3WSgx0qetGvAfvTmi6zxf { top:7.125rem;left:12.9375rem;width:34.8125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9NVZfZiTuGTcBhTleNOpEcQJQX4OiMg { top:11.1875rem;left:15.3125rem;width:32.4375rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK8rRIZPXLkwTT41AOFzBd54VWNuM7An { top:2.1875rem;left:0rem;width:35.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 { display:block; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hla4d07aFp4A807J5s0kRP907RF0L9gr { top:4.5rem;left:0rem;width:31.1875rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuZZbn5Tmo47QrfINpVXEek7x9MhcbQ { top:12.125rem;left:0rem;width:32.4375rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZD5mpaRsrvGIBME3dJOmoxVTWWQa5w { top:1.3125rem;left:11.8125rem;width:35.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC { display:block; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOcwAdKOaxJWCOO6cwPczmTaheBoL0ay { top:0rem;left:14.5rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkKVvXntJddT8e098LVWT4KWmyo4v4W { display:block; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf8Xm3WztwF6014iQx8843LX0XQ05XyM { top:3rem;left:11.875rem;width:35.875rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9ncLcGTZWrRfNyvoADVoGM6HadFIaJ { top:11.625rem;left:11.875rem;width:35.875rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1B7VDuvRIgnZcuaA0d14gKvZQ0X4SL { top:19.3125rem;left:18.125rem;width:10.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8U2ZOe4z2HJrUDdevtVvtmKVZUDoACz { top:19.3125rem;left:29.8125rem;width:10.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzF3XgrdutkUIumPDiAM2wJNmMJmmzGc { top:19.3125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67AloasdCvGJVkMN8OZSxbxFUkcIkb1 { top:-1.8125rem;left:0rem;width:23.5625rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Kzs62rFK5n4LVdvAUVscVi32nopCCr { top:7.125rem;left:11.875rem;width:35.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Pt16v3b85mCESIptdsK3MKLNUC77me { display:block; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dWalkwdhnQtVesJGUTO2x6fulluQUxwq {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd {  }
 }@media only screen and (max-width: 763px) { #KiPcFL2FzN29roXqBLzunyp60eXnUupb { top:4.4375rem;left:6.6875rem;width:34.375rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { display:block; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5K4xZxvTXJ37nOMVSbCQy9pBpuEsOi8 { top:1.25rem;left:14.5rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { display:block; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { top:0.5rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6446e4bd-37f3-48b1-87f0-e0d81e0a4df0/mobile_kks.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLWxDQodzH4a2VS6GaVGBr8t97WCEAwW { width:8.125rem;height:3.25rem;top:3.4375rem;left:0.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii27aGTROAnUOqevFC2JKWZRNMrdoVcr { width:8.1875rem;height:6.875rem;top:0.375rem;left:9.375rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyT0RxD3IwWHo9p94k15lXiC7ix95xp { width:18.5625rem;height:1rem;top:11.25rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { width:7rem;height:2.375rem;top:0.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4wILfBoTc9X6bEdpHnAt8HBmtgl8AMz { width:1.9375rem;height:3.25rem;top:3.5rem;left:17.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeXwmadCvVbcsPptrEx12ywc8Sw64mQ6 { width:4.625rem;height:3.5rem;top:6.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST52WfuDVb461tbBNgZPTTxztsC9XU78 { width:14.5rem;height:3.5625rem;top:6.875rem;left:4.7138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLep20hpmb1SU3GGDSvTPSKC2oHX88Uw { width:15.625rem;height:3.6875rem;top:36.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFNUAdIElph2HR3HJmwVzStIHCoUBnr { width:14.3125rem;height:1.5625rem;top:25.8125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3uo8ztCNys0mvUyemSMIHenOxT28yzz { width:2rem;height:2rem;top:25.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsbcqp1o1uRLDCZOb3Z9dlncpME9grH { width:18.75rem;height:3rem;top:25.03125rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b33klx0moTbcv7MIwhtpXg0bUHP4soDb { width:14.3125rem;height:1.5625rem;top:29.09375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtPBVL7V2TiobWtiQIe098DIyQ9Lci99 { width:2rem;height:2rem;top:28.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDiB6kZJkGsrHRoULptSk6nObPyKKMMH { width:18.75rem;height:3rem;top:28.375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EJRwhXyh8Z7sIrvzNxHZVsnhthAs7Tyw { width:15.125rem;height:1.5625rem;top:32.46875rem;left:3.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpkzsE7I2pipVBd9Id1R1pGMGdkpNFQ { width:2rem;height:2rem;top:32.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKidrD1WPHuc8l0gp8p2mTV6Wn3BguuJ { width:18.75rem;height:3rem;top:31.75rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-image: -o-linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001d5a', endColorstr='#cc0955e1' );";background-image: linear-gradient(90deg, rgba(0,29,90,0.8), rgba(9,85,225,0.8));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { display:block; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { width:20rem;height:2.5625rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG { display:block; }#xMEfOwuTIn7Vx0GuN3BfqlW9nk5SJhKG > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsFO3Max6TGCDcSuqKnVBvA9lsHfcwTw { width:17.8125rem;height:1.9375rem;top:12.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voayLZG9h0F4ecZ1zCUHOTtr5xv4ci9L { width:17.8125rem;height:12rem;top:15.0625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9pygmcKgwQI94vENmZAoLKbPQDlmZC { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLInl53GJvtaaopL0MGR1984AmuQxI4 { display:block; }#nRLInl53GJvtaaopL0MGR1984AmuQxI4 > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAcrxrlTSFx3WSgx0qetGvAfvTmi6zxf { width:17.8125rem;height:3.875rem;top:12.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9NVZfZiTuGTcBhTleNOpEcQJQX4OiMg { width:17.8125rem;height:9rem;top:17.75rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK8rRIZPXLkwTT41AOFzBd54VWNuM7An { width:20rem;height:11.3037109375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 { display:block; }#Fs58rcIe2iXsvJMr7vrcIPPxUrMW8ie8 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hla4d07aFp4A807J5s0kRP907RF0L9gr { width:17.8125rem;height:3.875rem;top:12.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuZZbn5Tmo47QrfINpVXEek7x9MhcbQ { width:17.8125rem;height:12rem;top:18.0625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZD5mpaRsrvGIBME3dJOmoxVTWWQa5w { width:20rem;height:11.3037109375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC { display:block; }#cEuVGlffR1ypCPi1AhoTLO3hUGOZgaHC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOcwAdKOaxJWCOO6cwPczmTaheBoL0ay { width:15.625rem;height:3.6875rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkKVvXntJddT8e098LVWT4KWmyo4v4W { display:block; }#aqkKVvXntJddT8e098LVWT4KWmyo4v4W > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf8Xm3WztwF6014iQx8843LX0XQ05XyM { width:20rem;height:2.625rem;top:17.625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9ncLcGTZWrRfNyvoADVoGM6HadFIaJ { width:20rem;height:7.875rem;top:23.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1B7VDuvRIgnZcuaA0d14gKvZQ0X4SL { width:10.4375rem;height:3.4375rem;top:33.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8U2ZOe4z2HJrUDdevtVvtmKVZUDoACz { width:10.3125rem;height:3.4375rem;top:37.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzF3XgrdutkUIumPDiAM2wJNmMJmmzGc { width:10.3125rem;height:3.4375rem;top:42.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67AloasdCvGJVkMN8OZSxbxFUkcIkb1 { width:14.3125rem;height:18.125rem;top:-2.1875rem;left:3.1311578875546rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Kzs62rFK5n4LVdvAUVscVi32nopCCr { width:14.375rem;height:1.8125rem;top:20.0625rem;left:2.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9Pt16v3b85mCESIptdsK3MKLNUC77me { display:block; }#c9Pt16v3b85mCESIptdsK3MKLNUC77me > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-heading-text { font-size:0.9375rem;height:auto; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix { display:flex;height:auto;width:20rem;top:8.53125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #dWalkwdhnQtVesJGUTO2x6fulluQUxwq {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
 }@media only screen and (max-width: 763px) { #DZyJ3oPt0ZZ7Dn9rDn3fhVawuE5Aiwix #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd {  }
 }@media only screen and (max-width: 763px) { #KiPcFL2FzN29roXqBLzunyp60eXnUupb { width:20rem;height:4.125rem;top:2.375rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { display:block; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5K4xZxvTXJ37nOMVSbCQy9pBpuEsOi8 { width:15.625rem;height:3.6875rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { display:block; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { width:20rem;height:3.25rem;top:0.875rem;left:0rem;font-size:0.625rem;display:block; }
 }