.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,247,255;--color-primary-1:106,134,210;--color-primary-2:72,81,113;--color-primary-3:28,79,128;--color-primary-4:56,71,97;--color-secondary-0:255,251,236;--color-secondary-1:255,240,192;--color-secondary-2:255,225,129;--color-secondary-3:128,113,65;--color-secondary-4:38,34,19;--color-tertiary-0:255,255,255;--color-tertiary-1:239,247,255;--color-tertiary-2:0,18,255;--color-tertiary-3:28,79,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 { position:relative;z-index:auto;display:block; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 { background-color: transparent; background-image: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 { border-width: 0; border-radius: 0; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/711712c3-e640-4124-b4c1-22e3f4c2d85b/AdobeStock_500122179.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container.adaptive-delivery-prevent-bg, #xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container.lazyload, #xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container.lazyloading { background-image: none; }#MvDFtUPIeQqLR0ZF771cF4dBfW7sy3PM { 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;box-shadow: none;height:4.0625rem;width:16.25rem;top:2.3093748092651rem;left:4.3416652679443rem;overflow:hidden;display:block; }
#c5iNa3w7T6FJkRakPIzsuPznMe2HT3c5 { color:#138bfb;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:4.3416652679443rem;height:14.0625rem;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; }
#MZAFMwXSGixTfOmXPoB0LRsb1mqwOyzF { background-color:rgba(var(--color-secondary-2),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:4.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.385417938233rem;left:4.5635414123535rem;display:block; }
#sMAtQwy7JiAETFnOIGgAtdvT4ENe2xaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6hz4xeWTxd30PWS3JlPNxK8dkmDJh1A { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(21,62,146,0.5) ;height:32.9375rem;width:23.8125rem;top:3.4666662216186rem;left:42.404167175293rem;overflow:hidden;display:block; }
#mlGWpsspSKcdcyT8lwlsHTBcnFhwV2Af { color:#000000;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:18.528124809265rem;left:4.3416652679443rem;height:6.1875rem;font-style:normal;display:block; }
#EEM6LD3XIgtWPMiJRzXbNzk4hOy0U6GC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:4.5625rem;left:59rem;filter: drop-shadow(0.0625rem 0.0625rem 0.9375rem #d32424); }
#FtiAbgnqWMEwLZRZ47kMPlqiRBItDNGv { color:#000000;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.949999809265rem;left:59.40625rem;height:1.70625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gJKoOTWQ7snn8QRiWbeseCdkxhQzbJrM { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.25rem;left:4.3416652679443rem;height:3.575rem;display:block; }
#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV { position:relative;display:block; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV { background-color: transparent; background-image: none; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container > .video-iframe-container { display: none; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row > .video-iframe-container { display: none; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .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); }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV { border-width: 0; border-radius: 0; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container > .video-iframe-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; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#hTfUTZTp3reTT73h5UBH39mEqTOh1A78 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.78125rem;height:1.7875rem;font-style:normal;display:block; }
#iHlsmUDoTrTvsKdgCDsyemyKGEvtelJu { color:#2a9d27;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.4604167938231rem;left:2.40625rem;height:1.65rem;font-style:normal;display:block; }
#ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.0625rem;left:38.0625rem;height:;overflow:hidden;display:block; }#ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29f28a95-e621-4f5f-8177-75ee1a8b777e/Vector1.png); }
#Hf1RtzwxXSGsd70K4WiEWlbVDkTrgz2n { background-color:rgba(var(--color-secondary-2),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.140625rem;left:40.093748092651rem;display:block; }
#TC9ZJf4GSA7vdmx9WOf4Wai54uiSDJOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETTs9AmIDB9Zs50RTWpiibrLiwE8naTr { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7354164123535rem;left:38.0625rem;height:3.575rem;font-style:normal;display:block; }
#ebPwRnJTeaxxTFxLxZXhZGhMnKoWUrdZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.625rem;left:29.843749046326rem;display:none; }
#iJzG6xR7rQGxBfQXTp5ghqlRur2quLut { 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.625rem;width:38.0625rem;top:15.6875rem;left:0rem;overflow:hidden;display:block; }
#Gwx6i5TahAayAVHL6m6DJZTK6WXUd5Tm { color:#00a219;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4604148864744rem;left:1.78125rem;height:5.3625rem;font-style:normal;display:block; }
#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD { position:relative;display:block; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD { background-color: transparent; background-image: none; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row .container > .video-iframe-container { display: none; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row > .video-iframe-container { display: none; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .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); }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD { border-width: 0; border-radius: 0; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .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; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f0;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hzlIVRfScSOd5I0gKcazehziTo7fxt4q { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.1875rem;height:2.7625rem;display:block; }
#cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP { color:#112950;display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5rem;left:19.625rem;height:7.975rem;font-style:normal;display:block; }#cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP li:before{  }
#X9FGcgvTX0MMDEVlIbm2xpTb1EscpCFT { background-color:rgba(var(--color-secondary-2),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:5.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.881248474121rem;left:21.843748092651rem;display:block; }
#g0zLKBuJuOfc75f9VODwB1CTT8b8Flbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NUuR982cOazIwJN2v8cFgIqwXH5IResT { position:absolute;display:block;z-index:15008;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-shadow: 1.3125rem 0.0625rem 0.4375rem rgba(21,62,146,0.5) ;height:19.9375rem;width:14.4375rem;top:3.53125rem;left:3.2135410308838rem;overflow:hidden;display:block; }
#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW { position:relative;display:block; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW { background-color: transparent; background-image: none; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container > .video-iframe-container { display: none; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row > .video-iframe-container { display: none; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .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); }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW { border-width: 0; border-radius: 0; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lBZUfSC8gGVSVlxf4bgwrQUkGJ3PHKOg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.228515625rem;left:0rem;height:2.35625rem;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; }
#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm { position:relative;display:block; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm { background-color: transparent; background-image: none; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container > .video-iframe-container { display: none; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row > .video-iframe-container { display: none; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .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); }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm { border-width: 0; border-radius: 0; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tJSSxs7wRXC3tIWTzqf3kJRroWccEyi3 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.25rem;left:5.75rem;height:4.8125rem;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; }
#LIal4IrqIUfU8DiaoiOZ1clNohn9a54L { color:rgba(var(--color-tertiary-3),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:5.75rem;height:5.0625rem;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; }
#aqHxQAwOtpFXJMTzRUeXSS9Qc33kAdCQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:6.125rem;top:15.0625rem;left:5.75rem;overflow:hidden;display:block; }
#NZttUtKTEHAMkUIK3AWSPJTXL7uJfaxs { color:rgba(var(--color-tertiary-3),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:12.6875rem;height:1.6875rem;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; }
#nZJgP9OoHXQG2wpkNQrI9FplsDomWeSq { color:rgba(var(--color-tertiary-3),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.3125rem;left:12.6875rem;height:1.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; }
#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container { background-color: transparent; background-image: none; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container > .video-iframe-container { display: none; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row > .video-iframe-container { display: none; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .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); }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container { border-width: 0; border-radius: 0; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#sxNNhz4PV7cipf9sNaZX2v3rpRT1POfb { 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;box-shadow: none;height:4.75rem;width:4.75rem;top:1.625rem;left:1.65625rem;overflow:hidden;display:block; }
#SI1ZJQv07sFZtyJGl9spAfcqDcWmetgC { color:#112950;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.65625rem;height:1.7875rem;font-style:normal;display:block; }
#XWzmzNn0wGcSATdDCVNgHJv30sTN3oik { color:#112950;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.3125152587887rem;left:1.65625rem;height:7.875rem;font-style:normal;display:block; }
#EJhFMHMViNVN1KpPDxP8R4D1BR92I72b { color:#112950;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:26.625rem;height:1.7875rem;font-style:normal;display:block; }
#etosW0NU4qVUZrci9ZAGIvPqc4Ar1Ttw { color:#112950;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.3125152587887rem;left:26.625001907349rem;height:6.3rem;font-style:normal;display:block; }
#zI97rclEQTL6GciFlOux9fw4q2pwAoUV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5625rem;top:1.625rem;left:26.625rem;overflow:hidden;display:block; }
#oLHk3apwb2vW2PUgThW0KHUkTi9cWJ2p { color:#112950;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:52.5rem;height:1.7875rem;font-style:normal;display:block; }
#RGupVsgw02aysPB7bGWKGCryffwMCid6 { color:#112950;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:7.3125rem;left:52.5rem;height:4.725rem;font-style:normal;display:block; }
#l4eSkMBsuWnFtP8EoHWoT5gmo1nEf3TD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:1.625rem;left:52.5rem;overflow:hidden;display:block; }
#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs { position:relative;display:block; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs { background-color: transparent; background-image: none; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container > .video-iframe-container { display: none; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row > .video-iframe-container { display: none; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .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); }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs { border-width: 0; border-radius: 0; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eq7uX9OctHaJTxFQfuT1AxK1h9yxOUDq { color:#112950;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.59375rem;height:7.21875rem;font-style:normal;display:block; }
#lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV { color:#112950;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.7529296875rem;left:2.59375rem;height:9.8125rem;display:block; }#lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV li:before{  }
#EhgO4J1CWJ1BAC5PB1o8TCbFBkhBnohu { color:#112950;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.59375rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pF5wSRdmMTq1sunuEWKFBpBA6xoVDxzG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:22.375rem;top:0rem;left:42.46875rem;overflow:hidden;display:block; }
#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm { position:relative;display:block; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm { background-color: transparent; background-image: none; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container > .video-iframe-container { display: none; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row > .video-iframe-container { display: none; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .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); }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm { border-width: 0; border-radius: 0; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CCZcJyVMBoExn5IZo1Vh5ChKFFbnT0iK { color:rgba(var(--color-tertiary-0),1);display:block;width:71.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.8125rem;left:1.90625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 { position:relative;display:block; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 { background-color: transparent; background-image: none; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container > .video-iframe-container { display: none; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row > .video-iframe-container { display: none; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .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); }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 { border-width: 0; border-radius: 0; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hZJ4mLe0foUBbaXtz2TD5wqkpgPRX2VP { position:absolute;display:block;z-index:15000;background-color:#26ae4c;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.875rem;width:21.75rem;top:1.9371032714844rem;left:14.15625rem;display:block; }
#KXWJfQfWOk9dOpBP85FZX3brTI4mcQdo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.47900390625rem;left:15.03076171875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTbuh2Fpf2nZEIMd5Iw4JTtqI1ZClfm3 { position:absolute;display:block;z-index:15002;background-color:#ff4365;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:24.5rem;width:21.75rem;top:6.5195293426512rem;left:14.15625rem;display:block; }
#XeiUmzQahySU0Jt2C5kFAOrKTocR6M5A { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:22.59375rem;height:7.3125rem;font-style:normal;display:block; }
#aIx7Pz7rc6g8oD8p3uLhUQZfnpZAW0uf { color:rgba(var(--color-tertiary-1),1);display:block;width:9.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.71640586853rem;left:26.73046875rem;height:1.462675rem;font-style:normal;display:block; }
#CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR { color:rgba(var(--color-tertiary-1),1);display:block;width:19.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.498826980591rem;left:15.342185974121rem;height:;text-align:left;text-align-last:left;display:block; }#CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR li:before{  }
#JsG2wPSJqBrt2LBtVgpTagnWNvdrGDEC { position:absolute;display:block;z-index:15006;background-color:#26ae4c;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.625rem;width:21.75rem;top:1.9371032714844rem;left:39.062107086182rem;display:block; }
#QTwC2AIldhLEUC0FTcegUstpKbKAdI1s { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3550350666046rem;left:37.500003814698rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCrxcrL1gyDoCiV8012kFaRH7yNxWT09 { position:absolute;display:block;z-index:15008;background-color:#ff4365;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:24.625rem;width:21.75rem;top:6.470703125rem;left:39.062107086182rem;display:block; }
#xKwFw4pl4IuKxSLTAAkboScalSbfUSX9 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.4991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:44.5625rem;height:2.84375rem;font-style:normal;display:block; }
#gObfcopSJ4DAVGonRNPosntMfZkwQxg8 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.049993515014rem;left:52.498828887939rem;height:1.462675rem;font-style:normal;display:block; }
#aqxB8wNUebH2ItgkLC4reTekV51nnuDX { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.323959350586rem;left:39.924997329712rem;height:7.625rem;text-align:left;text-align-last:left;display:block; }#aqxB8wNUebH2ItgkLC4reTekV51nnuDX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aqxB8wNUebH2ItgkLC4reTekV51nnuDX li:before{  }
#qyQQMdvlk6lHXDh9SF2CqAGVQIShxmJT { color:rgba(var(--color-tertiary-1),1);display:block;width:12.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.960149765014rem;left:43.905467987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I59wVpkUxIiAHhW1tiC4ETcTTwyfg3wf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.873826980591rem;left:16.591403961182rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxUFtzJf9GNHmyJ6slTMVn7RLFIpslEM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.873826980591rem;left:39.937496185302rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lHXBTlsw0d1RoZLz67Z8e2EIG3vdPvqK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.498046875rem;left:39.9365234375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dc3Dx8nnLynOuvkKzbg7RTRE95WwZwpo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:17.25rem;left:54.217706680298rem;overflow:hidden;display:block; }
#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva { position:relative;display:block; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva { background-color: transparent; background-image: none; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container > .video-iframe-container { display: none; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row > .video-iframe-container { display: none; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .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); }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva { border-width: 0; border-radius: 0; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rPsq25WTdMxikgE6rRKprQFbAWpGDx82 { background-color:rgba(var(--color-secondary-2),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.8125rem;left:21.093748092651rem;display:block; }
#GVP76ubzVa8RmWnwT8FvU9i2plfZQc5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW { position:relative;display:block; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW { background-color: transparent; background-image: none; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container > .video-iframe-container { display: none; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row > .video-iframe-container { display: none; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .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); }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW { border-width: 0; border-radius: 0; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Be05LBJ9JrW7Mh4Uvuht1ORKgqzzG5Cf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.937125rem;width:59.7491875rem;top:6.1101531982422rem;left:7.5625rem;display:block; }
#C4MCoWTesEtueAnwnfl3mgHTGVCxppeM { color:rgba(var(--color-primary-4),1);display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:15.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDmPKK3otKdWyT04NqnOPbVbxoSgq3rT { 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:0.9375rem;width:16rem;top:14.8125rem;left:16.375rem;overflow:hidden;display:block; }
#zyrXky9zWIWNhp9CLu9745V5M3MXTgPa { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:9.75rem;display:block; }
#geeofzFNkphCzsq2xNIKQrXQQzSwhMdv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:13.75rem;left:11.1875rem;overflow:hidden;display:block; }
#kQKp5yUHwcAeQT7JOv76l9p3rUbbiaXb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:32.625rem;display:block; }
#QWmxFltUFTZ4MhgxdGlhXgCGq5Bg8tJb { 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:2.5rem;width:2.6875rem;top:14.03125rem;left:34.3125rem;overflow:hidden;display:block; }
#DtxmPltqbSQxbmIfS7cLVMrXbMvuclxm { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:55.625rem;display:block; }
#o2zBOZdxomfU8exIcNL5ZQkNATcqKTlf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.0625rem;top:13.8125rem;left:57.125rem;overflow:hidden;display:block; }
#fi4VM8r1ax5TdL9TzJOESsqAroeSU5t7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.562125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.530469894409rem;left:7.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtu1aTKW5DXFvN0KVplseV9JTEXPkM5b { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.53125rem;left:27.375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrqgyL1EFmdEJA6FZlVR6Vg9EqSnbpkr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.53125rem;left:53.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwDNbivztXxmzAHmite3TtvMEB8k6PtT { 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;box-shadow: none;height:3.125rem;width:0.875rem;display:none; }
#ZA2WksAZUaM6Z1BPgm2u068n4iruGe5Q { 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;box-shadow: none;height:3.125rem;width:0.875rem;display:none; }
#BKHHToU6dfpLPwxB7H3rMRf1TU0gTMgM { 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:0.9375rem;width:15.999625rem;top:14.81015586853rem;left:39.1875rem;overflow:hidden;display:block; }
#biRU3XuiULimlm2h8x81L81H6OXU09Le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container { background-color: transparent; background-image: none; }#biRU3XuiULimlm2h8x81L81H6OXU09Le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container > .video-iframe-container { display: none; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row > .video-iframe-container { display: none; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .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); }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container { border-width: 0; border-radius: 0; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container { font-size:0.875rem;font-family:arial;height:78.875rem;width:75rem;position:relative;display:block; }#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-form-header {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);width:13.75rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:13.75rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:13.75rem;height:3rem; }#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.adaptive-delivery-prevent-bg, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyload, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyloading { background-image: none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR [class*="-text"]:-moz-placeholder {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR [class*="-text"]::-moz-placeholder {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR [class*="-text"]:-ms-input-placeholder {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR [class*="-text"]::-webkit-input-placeholder {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:12.1875rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:first-of-type{padding-top:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:last-of-type{padding-bottom:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #a0a0ac ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:25rem;top:5.2114562988281rem;left:7.4979171752931rem;position:absolute;z-index:14999;height:auto; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .radio-container { display:inline-block;*zoom:1;*display:inline;width:13.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.6875rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR {display:block;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #a0a0ac ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:25rem;top:5.2114562988281rem;left:7.4979171752931rem;position:absolute;z-index:14999;height:auto; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX .container-column{width:50%;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #hpWuEfuSlvrsIh5p6KTS7cBU9PyomtaZ { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Qu5VgTT8X0tIxAtOffDRZO4pfMsePld4 { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZmNHwQKTTckkf9W4BDbCWbR5ALOAP5DM { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Tbd5eCT9cBf59QGrscW5WM4hmaGqow62 { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVT68WzABI5N7TDczUKvy0CBFZgztai { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #yIVVyPST4r0wTS5HfJHkTTM3dTBHLrfT { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #os9qRGbz9uGGG0Qy7q4RWCsShlKT0Owc { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HbuSkzTg6acV7m9lUS3TGOfGy6yo3MFA { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #APhQcVlZaxPKDucEzGPhWkAsK7r4HOGH { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #dRXVA04UlcN6rhBnbcPwhEVvTKy4X0E6 { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BHRMm93qQbqpUhvl0AzreDMTTbvzJu2T { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #IO27OrZ1R4V5fkkDsQrFVOvsWJw24eNI { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HoTPa0sz4lMBEqtzUN2B543tTeAxcamR { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #f6ml196RcmUQMuQvolKy5Ult5C2UJ71R { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BOlO5KwXti6z9CnUgo4V2lOQ1CEvq7z9 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #KZI8EXcuTJhgQgq3x7AdFxtuO5xgmEK0 { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZX39vre27QzwxcLFqf49652qKRdPvM08 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZSUc70xSNUDxtKs9ZHmLymWViccHcNeC { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VwQK9J3kMscRxag3ddZwrrKNCke3d8rE { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #lPAnfbNdxdysz5wSX9f3acT0nfWJA8x8 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BQH6rfOgMvpBxm6ssrzFb0C9VANTOoQm { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #cEh1fIMUTVhn1r1kFkU86eVOVtVtnSfO { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CDO5AAWawwBE7A8p14KZZlSJRT3CkWD4 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tTPpGTpAV4JzGPzkk56d8TMt0OKOzM4B { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J3qT8USoafo9Z2WHywFPXfOIAXptM7UH { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tlo7Blou5tkadHnp4RO5kkB29AGI98Hc { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #TM4ERuD1W5AHJgRUukJs00QyW1JD76mM { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PMOHsKVFhWUSPnaT0CcFqreiKT05T8nJ { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #B7DkTrsG0IkFgE3MQucF5XsTRQu4F9Nc { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VPmyRW6PlQaeB2k2pwuTwbNNU3JePySl { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vru6EOmyObVUVi3AWtyEBO74SmW0CNuo { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iGkeeVkWxdQ0UyuKVuPknAKLL3P2GRSR { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #L1XlQTsSUtDwVNXVgxs6ySoAA7xksHuE { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #v7ISL0LENglJoOxbZWRDLxU11ahdwVOo { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #rXyKaO36FVW5KMTRdeWTwBArrpb9T2Ie { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LaZ26ibEkzZEXoZO5nfST7vQ09SVrwxy { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J4UDutL6tIWD4WIUTGHUf8EHSJvVPqKT { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LsOFgqApS3Cu325VAiQIcDWprNaakk8B { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LtWLiFt1nZrNSgM4bEv4rgOUR3uEyTCP { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GEzVCZ8dV2JvCNgOXD2whWhMEsrlE7Cg { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #d9gONAIaIDAUtBsPCwe2WRMUIcko7Au2 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZIrZ9xEig46ft8NHeH43eCR3VvHMdKsN { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #squSUAQHeUs66R7bGr5TXZVtvsJcKRoW { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVImgnqGqounwwdNMLHbHJeQgScVvdX { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CNXLTA9MdxGkMTmrPccWo1i0mtxCPSth { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vTelVF61mQ0E2VhVxyEmcWBmu0alq4T0 { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #JOSI5tsoZ7BpchRDqoydOm3T9pXsHUv1 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #SWIXsqeZltUfdAV9pHehBLAghNIPIyMA { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #gEJGQpXLEmPtcvP5TqkGWyGzq0HSv3EC { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ClmHfmeuUgcv3chpW6NNthE2h0EG4d96 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #zVZvTEPlkFhLuECBrhtXJ27Vth6CwwID { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #sL1oFqUoWXA3tp9cAZxulsRGMO7RE3GB { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MIvKFrAbv5BGm8tldnU1fg6txxmTfwha { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #b6qRHoNSNHGNrCrcaRKPaHSXTDGLh7IX { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VlGCxWts1sPxDeFZENQTsEVzDMAb1vBw { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iRzibDNuM6CnDUDi6PAqiUtZHvtHnf7k { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PJf5TuocTZeOTzI31PA8r531ruHkf9q7 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #QTtIb9vB7qwXm9BEyaG9cntzbdGwyund { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #wPXdZLDQumcspeV6k8NvQTCOUCl8xngQ { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uodZZJ9KXKmLIn27RKv7mbHDTNJZdotM { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #XeHGHVP4drzastMwyT1QRrpID3at2Ftk { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HyG2T4T6mDXlqSIJ3GhhxGJxHL6croIr { position:relative; }
#NpOTgqPws2wAb1O2ghdcGdUSaBxU6eDo { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GIOaySK9OTcuSPq9xF3ktmv9NVRhhuCa { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Ih1p7wzXF0gmQWdtT9loCD6aat9XDguX { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #K3wR18dLJvrK6Do3EeiTgoEoJFimP2Rs { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MLRaUzv8ShDnXBTK8U2vb8AGcTJep5xK { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uep0S7u8epMs9d7UezeV1Jko2qG36kae { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #NyNXOMvpxm31WJhnF8dUdQIFJFJGMoW2 { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #C7SMZB5sS2i1WTThvnwbmf4fk3v7mrbH { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vDZuIeTwH5Sms8WeR3g78HUZOqZIWOEN { position:relative;z-index:2; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #bRJNL9BRbn7VkQhfmqB7qRWVRLslzMZP { position:relative; }
#fbMHPWIedduX9tEg0dtQqH4gWoD84cBC { position:relative;display:block; }
#LimxbTWqgdNv7LgpvnumfuqUnECxZUsT { position:relative;display:block; }
#GvDFtMG142m6NIOvQ5BJ1UnwsChcTf2b { position:relative;display:block; }
#M8m8LUktK3mbkSffgpTy1bNZ661gi87l { position:relative;display:block; }
#mybkZlf65whmJKC99pntM7OzTw4XXFyb { position:relative;display:block; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #fP4rwsPHhu5L8U1Umf3tCSNlhizpq2vc { position:relative; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #UpOVzJEZFW1m8hyUP5tLHwlqxTM9MWmC { position:relative; }
#Nnbbtywqycvxs5gLFs4w7wLOvf6yNcve { color:#112950;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:5.2177734375rem;left:38.9375rem;height:3.825rem;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; }
#ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu { color:#112950;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38.9375rem;height:20.75rem;display:block; }#ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu li:before{  }
#q67wR4vaPPa5lz1Rzoqrp5CmfQwPU6G3 { color:#112950;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.6875rem;left:38.9375rem;height:19.5rem;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; }
#DvTTxMNFvW5oxo1tRSpkPuU1wTC0D1Lq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.9375rem;width:16.375rem;top:36.75rem;left:38.9375rem;display:block; }
#x7wZU2gmOQzO8Mm1VGok0rBWLPKA7Toa { color:#f1f5f8;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.55078125rem;left:39.3125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaZTR0cWTTPWkhP0SmV2861GOyLAnGMu { color:rgba(var(--color-primary-4),1);display:block;width:73.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.3101563453674rem;left:1.6253890991211rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 { background-color:#eff7ff;background-image:none;display:block; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container { background-color: transparent; background-image: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .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); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MvDFtUPIeQqLR0ZF771cF4dBfW7sy3PM { width:11.6873125rem;height:2.87435rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5iNa3w7T6FJkRakPIzsuPznMe2HT3c5 { width:25.75rem;height:11.71875rem;top:7.60312461853rem;left:1.25rem;font-size:1.5625rem;color:#138bfb;display:block; }
 }@media only screen and (max-width: 1199px) { #MZAFMwXSGixTfOmXPoB0LRsb1mqwOyzF { width:22.875rem;height:3.8125rem;top:25.64999961853rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMAtQwy7JiAETFnOIGgAtdvT4ENe2xaz { display:block; }
 }@media only screen and (max-width: 1199px) { #G6hz4xeWTxd30PWS3JlPNxK8dkmDJh1A { width:20.625rem;height:28.5625rem;top:0.80000019073488rem;left:27.112499237061rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(21,62,146,0.5) ;display:block; }
 }@media only screen and (max-width: 1199px) { #mlGWpsspSKcdcyT8lwlsHTBcnFhwV2Af { width:25.1875rem;height:5.625rem;top:15.13437461853rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEM6LD3XIgtWPMiJRzXbNzk4hOy0U6GC { width:6.9375rem;height:6.9375rem;top:1.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtiAbgnqWMEwLZRZ47kMPlqiRBItDNGv { width:5.4375rem;height:3.0875rem;top:3.5500001907349rem;left:41.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJKoOTWQ7snn8QRiWbeseCdkxhQzbJrM { width:26.0625rem;height:3.25rem;top:20.75937461853rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV { display:block; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hTfUTZTp3reTT73h5UBH39mEqTOh1A78 { width:46rem;height:1.38125rem;top:1.6875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHlsmUDoTrTvsKdgCDsyemyKGEvtelJu { width:17.0625rem;height:2.025rem;top:9.1229171752931rem;left:1.4187507629394rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 { width:27.0625rem;height:19rem;top:9.8104171752931rem;left:20.10000038147rem;font-size:1rem;display:block; }#ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29f28a95-e621-4f5f-8177-75ee1a8b777e/Vector1.png); }
 }@media only screen and (max-width: 1199px) { #Hf1RtzwxXSGsd70K4WiEWlbVDkTrgz2n { width:18.75rem;height:3.9375rem;top:24.785415649414rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #TC9ZJf4GSA7vdmx9WOf4Wai54uiSDJOk { display:block; }
 }@media only screen and (max-width: 1199px) { #ETTs9AmIDB9Zs50RTWpiibrLiwE8naTr { width:26rem;height:3.25rem;top:6.3104171752931rem;left:20.19375038147rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebPwRnJTeaxxTFxLxZXhZGhMnKoWUrdZ { width:2.25rem;height:2.25rem;top:7.465624809265rem;left:16.623958587646rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iJzG6xR7rQGxBfQXTp5ghqlRur2quLut { width:18.3125rem;height:14.375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gwx6i5TahAayAVHL6m6DJZTK6WXUd5Tm { width:18.625rem;height:4.14375rem;top:5.685417175293rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD { display:block; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hzlIVRfScSOd5I0gKcazehziTo7fxt4q { width:30.4375rem;height:2.03125rem;top:3.5rem;left:16.563541412354rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP { width:29.1875rem;height:11.65rem;top:6.8895874023438rem;left:16.563541412354rem;font-size:1.125rem;display:block; }#cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP li:before{  }
 }@media only screen and (max-width: 1199px) { #X9FGcgvTX0MMDEVlIbm2xpTb1EscpCFT { width:25.4375rem;height:3.75rem;top:19.4375rem;left:17.813541412354rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #g0zLKBuJuOfc75f9VODwB1CTT8b8Flbk { display:block; }
 }@media only screen and (max-width: 1199px) { #NUuR982cOazIwJN2v8cFgIqwXH5IResT { width:12.1875rem;height:16.875rem;top:4.28125rem;left:1.9093751907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eW3govgDPDNtPTOtUBxx91TcNu9MsVtW { display:block; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lBZUfSC8gGVSVlxf4bgwrQUkGJ3PHKOg { width:31.875rem;height:4.0625rem;top:1rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRvm7asvI7bPf1szNARz7mxUf5zKlvvm { display:block; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container { width:47.75rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tJSSxs7wRXC3tIWTzqf3kJRroWccEyi3 { width:42.625rem;height:4.8125rem;top:1.875rem;left:1.5625000894069rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIal4IrqIUfU8DiaoiOZ1clNohn9a54L { width:46rem;height:6.75rem;top:7.96875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqHxQAwOtpFXJMTzRUeXSS9Qc33kAdCQ { width:6.125rem;height:7.125rem;top:15.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZttUtKTEHAMkUIK3AWSPJTXL7uJfaxs { width:39.8125rem;height:1.6875rem;top:16.6875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZJgP9OoHXQG2wpkNQrI9FplsDomWeSq { width:39.6875rem;height:1.5rem;top:18.3125rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B { display:block; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sxNNhz4PV7cipf9sNaZX2v3rpRT1POfb { width:4.75rem;height:4.75rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SI1ZJQv07sFZtyJGl9spAfcqDcWmetgC { width:14.4375rem;height:1.625rem;top:3.875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWzmzNn0wGcSATdDCVNgHJv30sTN3oik { width:14.3125rem;height:14.175rem;top:7.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJhFMHMViNVN1KpPDxP8R4D1BR92I72b { width:14.4375rem;height:1.625rem;top:3.875rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etosW0NU4qVUZrci9ZAGIvPqc4Ar1Ttw { width:14.3125rem;height:11.025rem;top:7.3125rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zI97rclEQTL6GciFlOux9fw4q2pwAoUV { width:4.5625rem;height:4.4375rem;top:1.5rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLHk3apwb2vW2PUgThW0KHUkTi9cWJ2p { width:14.4375rem;height:1.625rem;top:3.875rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGupVsgw02aysPB7bGWKGCryffwMCid6 { width:14.3125rem;height:9.45rem;top:7.3125rem;left:32.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4eSkMBsuWnFtP8EoHWoT5gmo1nEf3TD { width:4.4375rem;height:4.4375rem;top:1.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs { display:block; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container { width:47.75rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eq7uX9OctHaJTxFQfuT1AxK1h9yxOUDq { width:23.5rem;height:4.125rem;top:2rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV { width:31.8125rem;height:11.275rem;top:7.0625rem;left:1.0625000596046rem;font-size:1.125rem;display:block; }#lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV li:before{  }
 }@media only screen and (max-width: 1199px) { #EhgO4J1CWJ1BAC5PB1o8TCbFBkhBnohu { width:30.125rem;height:4.3875rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pF5wSRdmMTq1sunuEWKFBpBA6xoVDxzG { width:15.4375rem;height:21.4375rem;top:5.7624998092651rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm { display:block; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CCZcJyVMBoExn5IZo1Vh5ChKFFbnT0iK { width:45.3125rem;height:1.7875rem;top:1.59375rem;left:1.1250000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 { display:block; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hZJ4mLe0foUBbaXtz2TD5wqkpgPRX2VP { width:21.75rem;height:4.875rem;top:1.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXWJfQfWOk9dOpBP85FZX3brTI4mcQdo { width:20rem;height:1.7875rem;top:2.7000007629394rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTbuh2Fpf2nZEIMd5Iw4JTtqI1ZClfm3 { width:21.75rem;height:27.5625rem;top:5.2484815120697rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeiUmzQahySU0Jt2C5kFAOrKTocR6M5A { width:12.5rem;height:7.3125rem;top:6.3726158142087rem;left:6.7480473518369rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIx7Pz7rc6g8oD8p3uLhUQZfnpZAW0uf { width:8.5623125rem;height:1.462675rem;top:10.937502861023rem;left:11.817492008209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR { width:19.375rem;height:12.325rem;top:16.532119750976rem;left:3.3105471134186rem;font-size:1.125rem;display:block; }#CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR li:before{  }
 }@media only screen and (max-width: 1199px) { #JsG2wPSJqBrt2LBtVgpTagnWNvdrGDEC { width:21.75rem;height:3.3125rem;top:1.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTwC2AIldhLEUC0FTcegUstpKbKAdI1s { width:20.3125rem;height:1.7875rem;top:2.5227870941162rem;left:27.123265743256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCrxcrL1gyDoCiV8012kFaRH7yNxWT09 { width:21.75rem;height:27.5625rem;top:5.2495665550232rem;left:24.937066555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKwFw4pl4IuKxSLTAAkboScalSbfUSX9 { width:12.5rem;height:2.68125rem;top:10.9375rem;left:28.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gObfcopSJ4DAVGonRNPosntMfZkwQxg8 { width:8.5625rem;height:1.462675rem;top:11.5rem;left:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqxB8wNUebH2ItgkLC4reTekV51nnuDX { width:20.25rem;height:9.0875rem;top:16.532291412354rem;left:26.192708969116rem;font-size:1.125rem;display:block; }#aqxB8wNUebH2ItgkLC4reTekV51nnuDX li:before{  }
 }@media only screen and (max-width: 1199px) { #qyQQMdvlk6lHXDh9SF2CqAGVQIShxmJT { width:12.75rem;height:1.462675rem;top:14.25rem;left:28.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I59wVpkUxIiAHhW1tiC4ETcTTwyfg3wf { width:20rem;height:1.7875rem;top:6.7480411529544rem;left:26.754558086395rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxUFtzJf9GNHmyJ6slTMVn7RLFIpslEM { width:20rem;height:1.7875rem;top:13.684899330139rem;left:3.935546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHXBTlsw0d1RoZLz67Z8e2EIG3vdPvqK { width:20rem;height:3.575rem;top:6.7480473518369rem;left:25.811633586884rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc3Dx8nnLynOuvkKzbg7RTRE95WwZwpo { width:12.75rem;height:12.75rem;top:23.940612792969rem;left:33.442709058523rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ziwt1BmRWMaTi5c78m7TynMvMEhEypva { display:block; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rPsq25WTdMxikgE6rRKprQFbAWpGDx82 { width:23.75rem;height:4.25rem;top:1.90625rem;left:11.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVP76ubzVa8RmWnwT8FvU9i2plfZQc5o { display:block; }
 }@media only screen and (max-width: 1199px) { #o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW { display:block; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Be05LBJ9JrW7Mh4Uvuht1ORKgqzzG5Cf { width:47.5rem;height:20.3125rem;top:1.2749996185302rem;left:0.11562502384186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4MCoWTesEtueAnwnfl3mgHTGVCxppeM { width:43.5rem;height:2.275rem;top:2.21875rem;left:2.1250001788139rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDmPKK3otKdWyT04NqnOPbVbxoSgq3rT { width:8.75rem;height:0.9375rem;top:10.15625rem;left:25.187501132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zyrXky9zWIWNhp9CLu9745V5M3MXTgPa { width:4.6875rem;height:4.6875rem;top:8.25rem;left:3.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geeofzFNkphCzsq2xNIKQrXQQzSwhMdv { width:2.1875rem;height:2.125rem;top:9.6875rem;left:4.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQKp5yUHwcAeQT7JOv76l9p3rUbbiaXb { width:4.6875rem;height:4.6875rem;top:8.25rem;left:18.968751132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWmxFltUFTZ4MhgxdGlhXgCGq5Bg8tJb { width:2.1875rem;height:2rem;top:9.4375rem;left:20.093751132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtxmPltqbSQxbmIfS7cLVMrXbMvuclxm { width:4.6875rem;height:4.6875rem;top:8.25rem;left:35.000003039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2zBOZdxomfU8exIcNL5ZQkNATcqKTlf { width:2.1875rem;height:2.0625rem;top:9.5625rem;left:36.250003039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fi4VM8r1ax5TdL9TzJOESsqAroeSU5t7 { width:11.1875rem;height:2.275rem;top:15.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtu1aTKW5DXFvN0KVplseV9JTEXPkM5b { width:14.375rem;height:4.55rem;top:15.53125rem;left:14.750001132488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrqgyL1EFmdEJA6FZlVR6Vg9EqSnbpkr { width:14rem;height:2.275rem;top:15.565626144409rem;left:31.691668689251rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwDNbivztXxmzAHmite3TtvMEB8k6PtT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZA2WksAZUaM6Z1BPgm2u068n4iruGe5Q { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BKHHToU6dfpLPwxB7H3rMRf1TU0gTMgM { width:8.75rem;height:0.9375rem;top:10rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biRU3XuiULimlm2h8x81L81H6OXU09Le { display:block; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container { width:47.75rem;height:126.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.adaptive-delivery-prevent-bg, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyload, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyloading { background-image: none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:first-of-type{padding-top:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:last-of-type{padding-bottom:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:57.185333251953rem;left:11.615668773651rem; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR {display:block;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:57.185333251953rem;left:11.615668773651rem; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #hpWuEfuSlvrsIh5p6KTS7cBU9PyomtaZ { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Qu5VgTT8X0tIxAtOffDRZO4pfMsePld4 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZmNHwQKTTckkf9W4BDbCWbR5ALOAP5DM {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Tbd5eCT9cBf59QGrscW5WM4hmaGqow62 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVT68WzABI5N7TDczUKvy0CBFZgztai {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #yIVVyPST4r0wTS5HfJHkTTM3dTBHLrfT {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #os9qRGbz9uGGG0Qy7q4RWCsShlKT0Owc { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HbuSkzTg6acV7m9lUS3TGOfGy6yo3MFA {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #APhQcVlZaxPKDucEzGPhWkAsK7r4HOGH {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #dRXVA04UlcN6rhBnbcPwhEVvTKy4X0E6 { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BHRMm93qQbqpUhvl0AzreDMTTbvzJu2T {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #IO27OrZ1R4V5fkkDsQrFVOvsWJw24eNI {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HoTPa0sz4lMBEqtzUN2B543tTeAxcamR { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #f6ml196RcmUQMuQvolKy5Ult5C2UJ71R {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BOlO5KwXti6z9CnUgo4V2lOQ1CEvq7z9 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #KZI8EXcuTJhgQgq3x7AdFxtuO5xgmEK0 { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZX39vre27QzwxcLFqf49652qKRdPvM08 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZSUc70xSNUDxtKs9ZHmLymWViccHcNeC {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VwQK9J3kMscRxag3ddZwrrKNCke3d8rE { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #lPAnfbNdxdysz5wSX9f3acT0nfWJA8x8 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BQH6rfOgMvpBxm6ssrzFb0C9VANTOoQm {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #cEh1fIMUTVhn1r1kFkU86eVOVtVtnSfO { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CDO5AAWawwBE7A8p14KZZlSJRT3CkWD4 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tTPpGTpAV4JzGPzkk56d8TMt0OKOzM4B {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J3qT8USoafo9Z2WHywFPXfOIAXptM7UH { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tlo7Blou5tkadHnp4RO5kkB29AGI98Hc {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #TM4ERuD1W5AHJgRUukJs00QyW1JD76mM {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PMOHsKVFhWUSPnaT0CcFqreiKT05T8nJ { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #B7DkTrsG0IkFgE3MQucF5XsTRQu4F9Nc {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VPmyRW6PlQaeB2k2pwuTwbNNU3JePySl {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vru6EOmyObVUVi3AWtyEBO74SmW0CNuo { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iGkeeVkWxdQ0UyuKVuPknAKLL3P2GRSR {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #L1XlQTsSUtDwVNXVgxs6ySoAA7xksHuE {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #v7ISL0LENglJoOxbZWRDLxU11ahdwVOo { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #rXyKaO36FVW5KMTRdeWTwBArrpb9T2Ie {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LaZ26ibEkzZEXoZO5nfST7vQ09SVrwxy {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J4UDutL6tIWD4WIUTGHUf8EHSJvVPqKT { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LsOFgqApS3Cu325VAiQIcDWprNaakk8B {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LtWLiFt1nZrNSgM4bEv4rgOUR3uEyTCP {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GEzVCZ8dV2JvCNgOXD2whWhMEsrlE7Cg {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #d9gONAIaIDAUtBsPCwe2WRMUIcko7Au2 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZIrZ9xEig46ft8NHeH43eCR3VvHMdKsN {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #squSUAQHeUs66R7bGr5TXZVtvsJcKRoW { z-index:2; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVImgnqGqounwwdNMLHbHJeQgScVvdX {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CNXLTA9MdxGkMTmrPccWo1i0mtxCPSth {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vTelVF61mQ0E2VhVxyEmcWBmu0alq4T0 { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #JOSI5tsoZ7BpchRDqoydOm3T9pXsHUv1 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #SWIXsqeZltUfdAV9pHehBLAghNIPIyMA {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #gEJGQpXLEmPtcvP5TqkGWyGzq0HSv3EC { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ClmHfmeuUgcv3chpW6NNthE2h0EG4d96 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #zVZvTEPlkFhLuECBrhtXJ27Vth6CwwID {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #sL1oFqUoWXA3tp9cAZxulsRGMO7RE3GB { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MIvKFrAbv5BGm8tldnU1fg6txxmTfwha {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #b6qRHoNSNHGNrCrcaRKPaHSXTDGLh7IX {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VlGCxWts1sPxDeFZENQTsEVzDMAb1vBw { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iRzibDNuM6CnDUDi6PAqiUtZHvtHnf7k {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PJf5TuocTZeOTzI31PA8r531ruHkf9q7 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #QTtIb9vB7qwXm9BEyaG9cntzbdGwyund { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #wPXdZLDQumcspeV6k8NvQTCOUCl8xngQ {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uodZZJ9KXKmLIn27RKv7mbHDTNJZdotM {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #XeHGHVP4drzastMwyT1QRrpID3at2Ftk { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HyG2T4T6mDXlqSIJ3GhhxGJxHL6croIr {  }
 }@media only screen and (max-width: 1199px) { #NpOTgqPws2wAb1O2ghdcGdUSaBxU6eDo { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GIOaySK9OTcuSPq9xF3ktmv9NVRhhuCa {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Ih1p7wzXF0gmQWdtT9loCD6aat9XDguX { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #K3wR18dLJvrK6Do3EeiTgoEoJFimP2Rs {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MLRaUzv8ShDnXBTK8U2vb8AGcTJep5xK {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uep0S7u8epMs9d7UezeV1Jko2qG36kae { z-index:2; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #NyNXOMvpxm31WJhnF8dUdQIFJFJGMoW2 {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #C7SMZB5sS2i1WTThvnwbmf4fk3v7mrbH {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vDZuIeTwH5Sms8WeR3g78HUZOqZIWOEN { z-index:2; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #bRJNL9BRbn7VkQhfmqB7qRWVRLslzMZP {  }
 }@media only screen and (max-width: 1199px) { #fbMHPWIedduX9tEg0dtQqH4gWoD84cBC { display:block; }
 }@media only screen and (max-width: 1199px) { #LimxbTWqgdNv7LgpvnumfuqUnECxZUsT { display:block; }
 }@media only screen and (max-width: 1199px) { #GvDFtMG142m6NIOvQ5BJ1UnwsChcTf2b { display:block; }
 }@media only screen and (max-width: 1199px) { #M8m8LUktK3mbkSffgpTy1bNZ661gi87l { display:block; }
 }@media only screen and (max-width: 1199px) { #mybkZlf65whmJKC99pntM7OzTw4XXFyb { display:block; }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #fP4rwsPHhu5L8U1Umf3tCSNlhizpq2vc {  }
 }@media only screen and (max-width: 1199px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #UpOVzJEZFW1m8hyUP5tLHwlqxTM9MWmC {  }
 }@media only screen and (max-width: 1199px) { #Nnbbtywqycvxs5gLFs4w7wLOvf6yNcve { width:40.25rem;height:4.25rem;top:6.1843719482422rem;left:1.8187499940396rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu { width:44.75rem;height:19.25rem;top:11.996871948243rem;left:1.8187500834465rem;font-size:1rem;line-height:1.5;display:block; }#ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu li:before{  }
 }@media only screen and (max-width: 1199px) { #q67wR4vaPPa5lz1Rzoqrp5CmfQwPU6G3 { width:45.375rem;height:18rem;top:38.060409545899rem;left:1.3114584386349rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #DvTTxMNFvW5oxo1tRSpkPuU1wTC0D1Lq { width:15.7498125rem;height:3.99956875rem;top:33.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7wZU2gmOQzO8Mm1VGok0rBWLPKA7Toa { width:15.75rem;height:1.3rem;top:34.5rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaZTR0cWTTPWkhP0SmV2861GOyLAnGMu { width:46.124125rem;height:1.7875rem;top:1.5291595458984rem;left:0.81145840883256rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container { background-color: transparent; background-image: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row > .video-iframe-container { display: none; }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .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); }#xvxnLEwfk9vTAT9ZVRm2KywPonyPnMm5 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvDFtUPIeQqLR0ZF771cF4dBfW7sy3PM { width:11.6875rem;height:2.875rem;top:1.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5iNa3w7T6FJkRakPIzsuPznMe2HT3c5 { width:20rem;height:9.375rem;top:5.5rem;left:0rem;font-size:1.25rem;color:#138bfb;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZAFMwXSGixTfOmXPoB0LRsb1mqwOyzF { width:18.25rem;height:3.75rem;top:44.25rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMAtQwy7JiAETFnOIGgAtdvT4ENe2xaz { display:block; }
 }@media only screen and (max-width: 763px) { #G6hz4xeWTxd30PWS3JlPNxK8dkmDJh1A { width:14.0625rem;height:19.4375rem;top:16.5625rem;left:3.4624996185302rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(21,62,146,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mlGWpsspSKcdcyT8lwlsHTBcnFhwV2Af { width:17.5625rem;height:4.78125rem;top:11.5rem;left:1.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEM6LD3XIgtWPMiJRzXbNzk4hOy0U6GC { display:flex;width:5.6875rem;height:5.6875rem;top:14.9375rem;left:12.85000038147rem; }
 }@media only screen and (max-width: 763px) { #FtiAbgnqWMEwLZRZ47kMPlqiRBItDNGv { width:5.25rem;height:2.4375rem;top:16.5625rem;left:13.06875038147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJKoOTWQ7snn8QRiWbeseCdkxhQzbJrM { width:18.5625rem;height:4.63125rem;top:37.96875rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV { display:block; }#ULTKRDUWyeL0M91riBoUhaEQVvLO6EWV > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTfUTZTp3reTT73h5UBH39mEqTOh1A78 { width:19.875rem;height:3.9rem;top:0.92083168029787rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHlsmUDoTrTvsKdgCDsyemyKGEvtelJu { width:14rem;height:1.65rem;top:6.25rem;left:3rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 { width:18.375rem;height:29.5rem;top:10.712501525879rem;left:0.8125rem;font-size:1rem;display:block; }#ghwL2xDtTJc8MGRAdcq93PZlsTL917P5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29f28a95-e621-4f5f-8177-75ee1a8b777e/Vector1.png); }
 }@media only screen and (max-width: 763px) { #Hf1RtzwxXSGsd70K4WiEWlbVDkTrgz2n { width:19.375rem;height:3.6875rem;top:63.162498474119rem;left:-0.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9ZJf4GSA7vdmx9WOf4Wai54uiSDJOk { display:block; }
 }@media only screen and (max-width: 763px) { #ETTs9AmIDB9Zs50RTWpiibrLiwE8naTr { width:17.875rem;height:4.875rem;top:6.25rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebPwRnJTeaxxTFxLxZXhZGhMnKoWUrdZ { display:flex;width:2.1875rem;height:2.1875rem;top:14.080207824707rem;left:0.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJzG6xR7rQGxBfQXTp5ghqlRur2quLut { width:20rem;height:15.7635625rem;top:47.398956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwx6i5TahAayAVHL6m6DJZTK6WXUd5Tm { width:20rem;height:4.3875rem;top:41.567707061767rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD { display:block; }#XcedwSXX1KHTLk9ip8MHLCgWpAOSQVCD > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzlIVRfScSOd5I0gKcazehziTo7fxt4q { width:20rem;height:3.4125rem;top:17.618743896484rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP { width:19.5625rem;height:14.8rem;top:21.782287597656rem;left:0.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#cyQUhHUrfZUqBNpIZiztmFKhbg3IUnEP li:before{  }
 }@media only screen and (max-width: 763px) { #X9FGcgvTX0MMDEVlIbm2xpTb1EscpCFT { width:19.5rem;height:3.6875rem;top:38.469791412354rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0zLKBuJuOfc75f9VODwB1CTT8b8Flbk { display:block; }
 }@media only screen and (max-width: 763px) { #NUuR982cOazIwJN2v8cFgIqwXH5IResT { width:10.125rem;height:14rem;top:1.7125015258789rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3govgDPDNtPTOtUBxx91TcNu9MsVtW { display:block; }#eW3govgDPDNtPTOtUBxx91TcNu9MsVtW > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBZUfSC8gGVSVlxf4bgwrQUkGJ3PHKOg { width:18.0625rem;height:4.3875rem;top:1.2750015258789rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvm7asvI7bPf1szNARz7mxUf5zKlvvm { display:block; }#SRvm7asvI7bPf1szNARz7mxUf5zKlvvm > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJSSxs7wRXC3tIWTzqf3kJRroWccEyi3 { width:18.75rem;height:4.5375rem;top:1.25rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIal4IrqIUfU8DiaoiOZ1clNohn9a54L { width:18.75rem;height:16.875rem;top:7.1250002384187rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqHxQAwOtpFXJMTzRUeXSS9Qc33kAdCQ { width:6.125rem;height:7.125rem;top:25.812500953674rem;left:6.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZttUtKTEHAMkUIK3AWSPJTXL7uJfaxs { width:20rem;height:1.6875rem;top:32.937500953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZJgP9OoHXQG2wpkNQrI9FplsDomWeSq { width:20rem;height:1.5rem;top:34.500000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B { display:block; }#ILRhiPtHtJ1guca8LKtxHbd7xMFvDc8B > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxNNhz4PV7cipf9sNaZX2v3rpRT1POfb { width:4.75rem;height:4.75rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1ZJQv07sFZtyJGl9spAfcqDcWmetgC { width:16.9375rem;height:1.625rem;top:7.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWzmzNn0wGcSATdDCVNgHJv30sTN3oik { width:18.75rem;height:9.45rem;top:10.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJhFMHMViNVN1KpPDxP8R4D1BR92I72b { width:16.9375rem;height:1.625rem;top:26.5125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etosW0NU4qVUZrci9ZAGIvPqc4Ar1Ttw { width:18.75rem;height:6.3rem;top:29.3875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI97rclEQTL6GciFlOux9fw4q2pwAoUV { width:4.5625rem;height:4.4375rem;top:20.825rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHk3apwb2vW2PUgThW0KHUkTi9cWJ2p { width:16.9375rem;height:1.625rem;top:42.625rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGupVsgw02aysPB7bGWKGCryffwMCid6 { width:18.75rem;height:6.3rem;top:45.5rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4eSkMBsuWnFtP8EoHWoT5gmo1nEf3TD { width:4.4375rem;height:4.4375rem;top:36.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs { display:block; }#TWb7CLzoRcdNMdsOVZRM2Bi5e7dFJlBs > .row .container { width:20rem;height:36.575012207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq7uX9OctHaJTxFQfuT1AxK1h9yxOUDq { width:18.75rem;height:6.05rem;top:1.25rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV { width:18.75rem;height:18.5875rem;top:8.55rem;left:0.625rem;font-size:1.125rem;display:block; }#lWaUTxqPrqPksy0PfJh3EWVqkFFT5gXV li:before{  }
 }@media only screen and (max-width: 763px) { #EhgO4J1CWJ1BAC5PB1o8TCbFBkhBnohu { width:17.25rem;height:4.3875rem;top:30.950001716614rem;left:1.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pF5wSRdmMTq1sunuEWKFBpBA6xoVDxzG { width:7.25rem;height:10.1875rem;top:26.387506484986rem;left:12.636053984706rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm { display:block; }#KkdsDdzuzo25XyAvfDSvCxthrAWPnmWm > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCZcJyVMBoExn5IZo1Vh5ChKFFbnT0iK { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 { display:block; }#RlX1PuVTzs2Q4i9d4N3whGmmHOKkznM2 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZJ4mLe0foUBbaXtz2TD5wqkpgPRX2VP { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXWJfQfWOk9dOpBP85FZX3brTI4mcQdo { width:19.9978125rem;height:1.7875rem;top:2.0746529102326rem;left:0.0021875000000016rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbuh2Fpf2nZEIMd5Iw4JTtqI1ZClfm3 { width:20rem;height:22.875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeiUmzQahySU0Jt2C5kFAOrKTocR6M5A { width:12.4978125rem;height:2.6rem;top:7rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIx7Pz7rc6g8oD8p3uLhUQZfnpZAW0uf { width:9.249125rem;height:1.462675rem;top:7.5625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR { width:19.3728125rem;height:12.325rem;top:13.720833778381rem;left:0.3125rem;font-size:1.125rem;display:block; }#CMN0utF6IB6XM3hnedfsbrnXPqd7QXRR li:before{  }
 }@media only screen and (max-width: 763px) { #JsG2wPSJqBrt2LBtVgpTagnWNvdrGDEC { width:19.9978125rem;height:3.75rem;top:30.062530517578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwC2AIldhLEUC0FTcegUstpKbKAdI1s { width:19.99675rem;height:1.7875rem;top:31.062530517578rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCrxcrL1gyDoCiV8012kFaRH7yNxWT09 { width:20rem;height:32.875rem;top:33.750030517578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwFw4pl4IuKxSLTAAkboScalSbfUSX9 { width:12.4978125rem;height:2.6rem;top:35.625030517578rem;left:3.1250001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObfcopSJ4DAVGonRNPosntMfZkwQxg8 { width:8.061rem;height:1.4625rem;top:36.830230712891rem;left:10.811458468438rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxB8wNUebH2ItgkLC4reTekV51nnuDX { width:19.5rem;height:12.0125rem;top:48.40625rem;left:0.3125rem;font-size:1.125rem;display:block; }#aqxB8wNUebH2ItgkLC4reTekV51nnuDX li:before{  }
 }@media only screen and (max-width: 763px) { #qyQQMdvlk6lHXDh9SF2CqAGVQIShxmJT { width:12.061625rem;height:0.975rem;top:38.937530517578rem;left:3.1250001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I59wVpkUxIiAHhW1tiC4ETcTTwyfg3wf { width:14.1873125rem;height:1.7875rem;top:41.623962402344rem;left:0.25rem;font-size:1.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RxUFtzJf9GNHmyJ6slTMVn7RLFIpslEM { width:16.6239375rem;height:1.7875rem;top:10.183334350586rem;left:0.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHXBTlsw0d1RoZLz67Z8e2EIG3vdPvqK { width:19.125rem;height:3.25rem;top:44.497909545899rem;left:0.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dc3Dx8nnLynOuvkKzbg7RTRE95WwZwpo { width:12rem;height:12rem;top:57.4375rem;left:6.4104166030881rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziwt1BmRWMaTi5c78m7TynMvMEhEypva { display:block; }#Ziwt1BmRWMaTi5c78m7TynMvMEhEypva > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPsq25WTdMxikgE6rRKprQFbAWpGDx82 { width:18.25rem;height:3.6875rem;top:0.5625rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVP76ubzVa8RmWnwT8FvU9i2plfZQc5o { display:block; }
 }@media only screen and (max-width: 763px) { #o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW { display:block; }#o7QzTrqyTrmDCM1GnuTedoL4bn9VLCmW > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Be05LBJ9JrW7Mh4Uvuht1ORKgqzzG5Cf { width:19.749375rem;height:43.6870625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MCoWTesEtueAnwnfl3mgHTGVCxppeM { width:20rem;height:2.7625rem;top:2.96875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDmPKK3otKdWyT04NqnOPbVbxoSgq3rT { width:16rem;height:1.71386875rem;top:10.749782562256rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyrXky9zWIWNhp9CLu9745V5M3MXTgPa { width:4.6875rem;height:4.6875rem;top:9rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geeofzFNkphCzsq2xNIKQrXQQzSwhMdv { width:2.5rem;height:2.31228125rem;top:10.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQKp5yUHwcAeQT7JOv76l9p3rUbbiaXb { width:4.6875rem;height:4.6875rem;top:20.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmxFltUFTZ4MhgxdGlhXgCGq5Bg8tJb { width:2.5rem;height:2.24935rem;top:22rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxmPltqbSQxbmIfS7cLVMrXbMvuclxm { width:4.6875rem;height:4.6875rem;top:33.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2zBOZdxomfU8exIcNL5ZQkNATcqKTlf { width:2.5rem;height:2.3112rem;top:35.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4VM8r1ax5TdL9TzJOESsqAroeSU5t7 { width:18.2498125rem;height:2.275rem;top:15.061849370599rem;left:0.87456601858137rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtu1aTKW5DXFvN0KVplseV9JTEXPkM5b { width:16.624375rem;height:4.55rem;top:27.778863683343rem;left:1.6872830986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrqgyL1EFmdEJA6FZlVR6Vg9EqSnbpkr { width:14.749375rem;height:2.275rem;top:40.0625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwDNbivztXxmzAHmite3TtvMEB8k6PtT { top:1.25rem;left:9.5625rem;width:0.875rem;height:3.125rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZA2WksAZUaM6Z1BPgm2u068n4iruGe5Q { top:5.625rem;left:9.5625rem;width:0.875rem;height:3.125rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BKHHToU6dfpLPwxB7H3rMRf1TU0gTMgM { width:15.9375rem;height:0.9375rem;top:10.749782562256rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #biRU3XuiULimlm2h8x81L81H6OXU09Le { display:block; }#biRU3XuiULimlm2h8x81L81H6OXU09Le > .row .container { width:20rem;height:164.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.adaptive-delivery-prevent-bg, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyload, #ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-button.lazyloading { background-image: none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:first-of-type{padding-top:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .widget-container:last-of-type{padding-bottom:0;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR  { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#d8d8d8;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ababb2 ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:94.0625rem;left:2.1187501549721rem; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR {display:block;}#ttHiZSa33X31pLKl9npyg94KeqTBUAoR { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#d8d8d8;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ababb2 ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:94.0625rem;left:2.1187501549721rem; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX {  }
#ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Gz8kNrnVShXacoKbnmhgRrBPaLqP2ceX .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #hpWuEfuSlvrsIh5p6KTS7cBU9PyomtaZ { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Qu5VgTT8X0tIxAtOffDRZO4pfMsePld4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZmNHwQKTTckkf9W4BDbCWbR5ALOAP5DM {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Tbd5eCT9cBf59QGrscW5WM4hmaGqow62 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVT68WzABI5N7TDczUKvy0CBFZgztai {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #yIVVyPST4r0wTS5HfJHkTTM3dTBHLrfT {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #os9qRGbz9uGGG0Qy7q4RWCsShlKT0Owc { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HbuSkzTg6acV7m9lUS3TGOfGy6yo3MFA {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #APhQcVlZaxPKDucEzGPhWkAsK7r4HOGH {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #dRXVA04UlcN6rhBnbcPwhEVvTKy4X0E6 { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BHRMm93qQbqpUhvl0AzreDMTTbvzJu2T {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #IO27OrZ1R4V5fkkDsQrFVOvsWJw24eNI {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HoTPa0sz4lMBEqtzUN2B543tTeAxcamR { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #f6ml196RcmUQMuQvolKy5Ult5C2UJ71R {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BOlO5KwXti6z9CnUgo4V2lOQ1CEvq7z9 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #KZI8EXcuTJhgQgq3x7AdFxtuO5xgmEK0 { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZX39vre27QzwxcLFqf49652qKRdPvM08 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZSUc70xSNUDxtKs9ZHmLymWViccHcNeC {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VwQK9J3kMscRxag3ddZwrrKNCke3d8rE { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #lPAnfbNdxdysz5wSX9f3acT0nfWJA8x8 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #BQH6rfOgMvpBxm6ssrzFb0C9VANTOoQm {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #cEh1fIMUTVhn1r1kFkU86eVOVtVtnSfO { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CDO5AAWawwBE7A8p14KZZlSJRT3CkWD4 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tTPpGTpAV4JzGPzkk56d8TMt0OKOzM4B {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J3qT8USoafo9Z2WHywFPXfOIAXptM7UH { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #tlo7Blou5tkadHnp4RO5kkB29AGI98Hc {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #TM4ERuD1W5AHJgRUukJs00QyW1JD76mM {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PMOHsKVFhWUSPnaT0CcFqreiKT05T8nJ { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #B7DkTrsG0IkFgE3MQucF5XsTRQu4F9Nc {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VPmyRW6PlQaeB2k2pwuTwbNNU3JePySl {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vru6EOmyObVUVi3AWtyEBO74SmW0CNuo { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iGkeeVkWxdQ0UyuKVuPknAKLL3P2GRSR {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #L1XlQTsSUtDwVNXVgxs6ySoAA7xksHuE {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #v7ISL0LENglJoOxbZWRDLxU11ahdwVOo { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #rXyKaO36FVW5KMTRdeWTwBArrpb9T2Ie {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LaZ26ibEkzZEXoZO5nfST7vQ09SVrwxy {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #J4UDutL6tIWD4WIUTGHUf8EHSJvVPqKT { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LsOFgqApS3Cu325VAiQIcDWprNaakk8B {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #LtWLiFt1nZrNSgM4bEv4rgOUR3uEyTCP {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GEzVCZ8dV2JvCNgOXD2whWhMEsrlE7Cg {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #d9gONAIaIDAUtBsPCwe2WRMUIcko7Au2 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ZIrZ9xEig46ft8NHeH43eCR3VvHMdKsN {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #squSUAQHeUs66R7bGr5TXZVtvsJcKRoW { z-index:2; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iJVImgnqGqounwwdNMLHbHJeQgScVvdX {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #CNXLTA9MdxGkMTmrPccWo1i0mtxCPSth {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vTelVF61mQ0E2VhVxyEmcWBmu0alq4T0 { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #JOSI5tsoZ7BpchRDqoydOm3T9pXsHUv1 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #SWIXsqeZltUfdAV9pHehBLAghNIPIyMA {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #gEJGQpXLEmPtcvP5TqkGWyGzq0HSv3EC { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #ClmHfmeuUgcv3chpW6NNthE2h0EG4d96 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #zVZvTEPlkFhLuECBrhtXJ27Vth6CwwID {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #sL1oFqUoWXA3tp9cAZxulsRGMO7RE3GB { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MIvKFrAbv5BGm8tldnU1fg6txxmTfwha {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #b6qRHoNSNHGNrCrcaRKPaHSXTDGLh7IX {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #VlGCxWts1sPxDeFZENQTsEVzDMAb1vBw { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #iRzibDNuM6CnDUDi6PAqiUtZHvtHnf7k {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #PJf5TuocTZeOTzI31PA8r531ruHkf9q7 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #QTtIb9vB7qwXm9BEyaG9cntzbdGwyund { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #wPXdZLDQumcspeV6k8NvQTCOUCl8xngQ {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uodZZJ9KXKmLIn27RKv7mbHDTNJZdotM {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #XeHGHVP4drzastMwyT1QRrpID3at2Ftk { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #HyG2T4T6mDXlqSIJ3GhhxGJxHL6croIr {  }
 }@media only screen and (max-width: 763px) { #NpOTgqPws2wAb1O2ghdcGdUSaBxU6eDo { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #GIOaySK9OTcuSPq9xF3ktmv9NVRhhuCa {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #Ih1p7wzXF0gmQWdtT9loCD6aat9XDguX { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #K3wR18dLJvrK6Do3EeiTgoEoJFimP2Rs {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #MLRaUzv8ShDnXBTK8U2vb8AGcTJep5xK {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #uep0S7u8epMs9d7UezeV1Jko2qG36kae { z-index:2; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #NyNXOMvpxm31WJhnF8dUdQIFJFJGMoW2 {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #C7SMZB5sS2i1WTThvnwbmf4fk3v7mrbH {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #vDZuIeTwH5Sms8WeR3g78HUZOqZIWOEN { z-index:2; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #bRJNL9BRbn7VkQhfmqB7qRWVRLslzMZP {  }
 }@media only screen and (max-width: 763px) { #fbMHPWIedduX9tEg0dtQqH4gWoD84cBC { display:block; }
 }@media only screen and (max-width: 763px) { #LimxbTWqgdNv7LgpvnumfuqUnECxZUsT { display:block; }
 }@media only screen and (max-width: 763px) { #GvDFtMG142m6NIOvQ5BJ1UnwsChcTf2b { display:block; }
 }@media only screen and (max-width: 763px) { #M8m8LUktK3mbkSffgpTy1bNZ661gi87l { display:block; }
 }@media only screen and (max-width: 763px) { #mybkZlf65whmJKC99pntM7OzTw4XXFyb { display:block; }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #fP4rwsPHhu5L8U1Umf3tCSNlhizpq2vc {  }
 }@media only screen and (max-width: 763px) { #ttHiZSa33X31pLKl9npyg94KeqTBUAoR #UpOVzJEZFW1m8hyUP5tLHwlqxTM9MWmC {  }
 }@media only screen and (max-width: 763px) { #Nnbbtywqycvxs5gLFs4w7wLOvf6yNcve { width:18.9375rem;height:4.725rem;top:4.2875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu { width:19.4998125rem;height:41.75rem;top:11.360656738281rem;left:0.24848091602326rem;font-size:1rem;display:block; }#ZbDTVVc7UyCDFTGu3f4gs8LVcTaWAGeu li:before{  }
 }@media only screen and (max-width: 763px) { #q67wR4vaPPa5lz1Rzoqrp5CmfQwPU6G3 { width:19.0625rem;height:34.5rem;top:57.8125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvTTxMNFvW5oxo1tRSpkPuU1wTC0D1Lq { width:15.75rem;height:2.9375rem;top:53.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wZU2gmOQzO8Mm1VGok0rBWLPKA7Toa { width:15.75rem;height:1.4625rem;top:54.625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaZTR0cWTTPWkhP0SmV2861GOyLAnGMu { width:19.9984375rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }