.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093a73;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; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container { background-color: transparent; background-image: none; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container > .video-iframe-container { display: none; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row > .video-iframe-container { display: none; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .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); }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container { border-width: 0; border-radius: 0; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#zKgI10nURQMvicsvq4RPSMspfKHENt3f { 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.8125rem;width:20.625rem;top:0.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { background-color: transparent; background-image: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container > .video-iframe-container { display: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container { display: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .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); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { border-width: 0; border-radius: 0; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#XCrOFV0d328fAfmDsnSrMH1iaS2LbmXB { color:#093a73;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.6875rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#LTo79979m6TQPbwZZTQ9hFTMht8i8uQy { background-color:#efaa3c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:5.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.643749237061rem;left:4.0625rem;display:block; }
#uAHFmzlHki42NlXqTynAB1icHghKr1Bf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT { color:#3c4667;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.653125762939rem;left:1.875rem;height:12.56875rem;font-style:normal;overflow:hidden;display:block; }#GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
#DXaTtD4lAT66arTETJ5oTcXUnPL3Z95G { 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:24.8125rem;width:35.1875rem;top:4.3937501907349rem;left:38.8125rem;overflow:hidden;display:block; }
#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1.adaptive-delivery-prevent-bg, #dPFkfiiidgDERMrozfSpgqSTI4rrJZw1.lazyload, #dPFkfiiidgDERMrozfSpgqSTI4rrJZw1.lazyloading { background-image: none; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container { background-color: transparent; background-image: none; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container > .video-iframe-container { display: none; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row > .video-iframe-container { display: none; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .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); }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container { border-width: 0; border-radius: 0; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1::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; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#nai5xF3lIdswa1Sk5JAImEn0dT1nk862 { color:#3c4667;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:38.5625rem;height:4.875rem;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; }
#S9t5mEwamACWMEcAlVCnA0gPmbgS2Mcf { 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:19.1875rem;width:27rem;top:6.65625rem;left:5.9375rem;overflow:hidden;display:block; }
#GKtscDi9XbDuWhuT6e4MHe6OGJRLFuCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.75rem;width:11.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:18.43124961853rem;left:0rem; }
#v9BesvVZF4VPz65vnR0UcOzEspl5CIEP { color:#3c4667;display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.18124961853rem;left:38.5625rem;height:18rem;font-style:normal;overflow:hidden;display:block; }#v9BesvVZF4VPz65vnR0UcOzEspl5CIEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9BesvVZF4VPz65vnR0UcOzEspl5CIEP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
#iG3xQr5t3ltRiJvrLc4RRS3NvgTKTUla { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.4375rem;width:74.875rem;top:0rem;left:0rem;display:block; }
#IU5DyXDGzr2HtOxBrorJybRIc32zCvXm { color:#3c4667;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.2937507629394rem;left:38.5625rem;height:6.825rem;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;overflow:hidden;display:block; }
#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container { background-color: transparent; background-image: none; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container > .video-iframe-container { display: none; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row > .video-iframe-container { display: none; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .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); }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container { border-width: 0; border-radius: 0; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:block; }#nkgWEn5I1binBlmR6MbPPZ5ULEfzqXEt { box-sizing:content-box;height:62.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.0625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Xaz8A3849Hos6raUTCG49SN6GqNV8ADU { color:#2a4778;display:block;width:39.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.96875rem;height:4.875rem;font-style:normal;display:block; }
#NF4BRSwZlSnIGwkwdHxHMzz8A985qN6h { color:#3c4667;display:block;width:42.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.3125rem;left:2.96875rem;height:7.875rem;display:block; }
#VifNeaXpT2hkQyrwbT66ZP5KfTw8GGia { 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:14.3125rem;width:26.625rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#x8sMAAKTCwEAOO7auG7Nr74nmoWq0F2W { box-sizing:content-box;height:10rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#d0e3f6;background-image:none;top:47.674999237061rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ipSsDIwg6elSxIfsRbsK9als9LMwaUsd { position:absolute;display:block;z-index:15033;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.75rem;width:2.75rem;top:48.41250038147rem;left:12.21875rem;overflow:hidden;display:block; }
#QwbHSTnVvtTuSwirSCaCVyG3kaqH1JwR { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:52.02499961853rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LuotBhI1FIOzwVF9bVblvXAGIintx8wS { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:53.85000038147rem;left:2.96875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#pAWbtAhQ9DxUreHyydh9E1uIbdpCs8Zo { box-sizing:content-box;height:10rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#d0e3f6;background-image:none;top:59.97500038147rem;left:12.21875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#zTsBZAWnh4SXasbya7ghBdmK0hHAGf7L { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:48.41250038147rem;left:36.125rem;overflow:hidden;display:block; }
#Q1gUI5V4orNFQZKiemHg8vXAnIgXhomO { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.02499961853rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#coRTrnp9Tg9HymT3A0gxpZLBcaXKEbi7 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:53.85000038147rem;left:26.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#t6UAokT9JS6QPI0uDpbtLQMFHpJegkmo { box-sizing:content-box;height:10rem;width:21.25rem;position:absolute;display:block;z-index:15014;background-color:#d0e3f6;background-image:none;top:47.674999237061rem;left:50.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#E4nrm7vFICW5tNKdFQIlbn1HEG9tnTdW { position:absolute;display:block;z-index:15015;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.75rem;width:2.75rem;top:48.41250038147rem;left:60.125rem;overflow:hidden;display:block; }
#OOyDCswXTEIypPbQMttMQekQgTqdCA0Z { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:52.02499961853rem;left:50.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#s65IEy0dcuAbbRk5W8a29Z3kTxc0U2ko { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:53.85000038147rem;left:50.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#dlv7EchPAaLX00WwLdVdLz59LkbFFL95 { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -moz-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -ms-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -o-linear-gradient(79deg, #0aadd0, #1d6182);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );";background-image: linear-gradient(79deg, #0aadd0, #1d6182);background-size:auto !important;top:18.3125rem;left:2.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Zc8vCJ3yoPtsa2M93dLlcwXyS1HrR78s { color:#ffffff;display:block;width:67.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.03125rem;left:3.625rem;height:1.62539375rem;font-style:normal;display:block; }
#K1fPUvRASbJt7PqrLLFcMsOxKfKWsK2p { box-sizing:content-box;height:20.125rem;width:69.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:24.3125rem;left:2.9375rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#nWwV5tfa119hEUAuBq9mTJK77dTB3U1J { color:#3c4667;display:block;width:60.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.16250038147rem;left:8.5625rem;height:1.3rem;display:block; }
#HCJVhUV1k5Le0eZ9Wq1ktT9zFBEnc0eQ { color:#3c4667;display:block;width:63.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:27.912506103516rem;left:8.5625rem;height:1.3rem;display:block; }
#NDVRXk0CnTvBxKbnZRmN42l9wFqV9xe4 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#d0e3f6;background-image:none;top:25.16250038147rem;left:4.4375rem;display:block; }
#reMpGU5igWOts5CXMcVFlhpxaz8oJAfz { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.237500190735rem;left:4.78125rem;height:2.60039375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAmC79DOqaWsSn0oKRt0Gb23rxq15Opg { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#d0e3f6;background-image:none;top:30.625rem;left:4.4375rem;display:block; }
#fb5mRGGGowfLG48J9madhtUFQJ4O6TMt { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.699999809265rem;left:4.78125rem;height:2.60039375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3kB6m3160BKMyux9pica0VJdL2rG6tk { color:#3c4667;display:block;width:58.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:30.699996948243rem;left:8.625rem;height:1.3rem;display:block; }
#VAa4vymphAH7ofrxPFDvpXRfu0uSPbM2 { color:#3c4667;display:block;width:63.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.375rem;left:8.5625rem;height:1.3rem;display:block; }
#o80CFyvZUeVbOKPsVDzCuBVUQ19zkC2g { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:36.6875rem;left:4.78125rem;height:2.60039375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBbLwrOdkRbqWEI7oATWFwhBUmRBswoQ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#d0e3f6;background-image:none;top:36.612499237061rem;left:4.4375rem;display:block; }
#Prlv5hngbCQB3my9JaeUQoDBvyS9BAKK { color:#3c4667;display:block;width:61.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.6875rem;left:8.65625rem;height:1.3rem;display:block; }
#HbIcW9shaTeWx9ixlqdQXZOD47GeD6P7 { color:#3c4667;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39.28750038147rem;left:8.46875rem;height:1.3rem;display:block; }
#VV0Rr2Z8v0ng9S6wpTmmuDpiKynz1LHE { box-sizing:content-box;height:10rem;width:21.25rem;position:absolute;display:block;z-index:15018;background-color:#d0e3f6;background-image:none;top:47.674999237061rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lTd5L87fzNFPMR4q0wZ5pi0Pd3TknTGX { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:61rem;left:21.53125rem;overflow:hidden;display:block; }
#Wqfzh0wMMttQFH2HNcggr89myApANcRN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:64.450000762938rem;left:12.21875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#T9HzitwelSz1c4vhDHyV6WIuABlyd2I6 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:66.712501525881rem;left:12.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#AcJeB3zdlMPTlLwHWhtOzwwGvQiUIB5e { box-sizing:content-box;height:10rem;width:21.25rem;position:absolute;display:block;z-index:15022;background-color:#d0e3f6;background-image:none;top:59.97500038147rem;left:41.21875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wTZ2glI2DsyrBWSu3vyqXZxc0aKQ61RZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:61rem;left:50.46875rem;overflow:hidden;display:block; }
#enAIM2xhwyVn8tNMEUCkLWe3IvtuMaV6 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:64.450000762938rem;left:41.21875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#S6CIufeWvNvx58ZZLcZr0keu4LnVHevt { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:66.712501525881rem;left:41.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container { background-color: transparent; background-image: none; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container > .video-iframe-container { display: none; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row > .video-iframe-container { display: none; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .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); }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container { border-width: 0; border-radius: 0; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#MQxzNFTHtL4mNJ7BRbvGfs6O9td2nDX2 { background-color:#efaa3c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:22.71875rem;display:block; }
#pLLcd5TWSB91JpfWHedrlbzAByX1r8kE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container { background-color: transparent; background-image: none; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container > .video-iframe-container { display: none; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row > .video-iframe-container { display: none; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .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); }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container { border-width: 0; border-radius: 0; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#sBTF1x3lzxaWzPHml6P9s3wFh5F0vfk0 { color:#3c4667;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.40625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp.adaptive-delivery-prevent-bg, #di4VDtZtvPoCmHARu9U5SHM58mXGQRHp.lazyload, #di4VDtZtvPoCmHARu9U5SHM58mXGQRHp.lazyloading { background-image: none; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container { background-color: transparent; background-image: none; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container > .video-iframe-container { display: none; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row > .video-iframe-container { display: none; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .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); }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container { border-width: 0; border-radius: 0; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp::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; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#Jv6ITRaJyRM78TdKy1SAcHbMuQbmWUZM { color:#3c4667;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.03125rem;height:;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; }
#Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe { color:#3c4667;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.534375190735rem;left:1.65625rem;height:;font-style:normal;overflow:hidden;display:block; }#Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
#pqTMzBALAakmhDPVOpvt2B1QHDyunn06 { position:absolute;display:block;z-index:15001;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:22.5625rem;width:31.75rem;top:6.125rem;left:41.96875rem;overflow:hidden;display:block; }
#oW5RyoeVU6UrNXXXncX5rLORSbMX9LkH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.8125rem;width:74.875rem;top:1.40625rem;left:0rem;display:block; }
#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container { background-color: transparent; background-image: none; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container > .video-iframe-container { display: none; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row > .video-iframe-container { display: none; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .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); }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container { border-width: 0; border-radius: 0; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#M0Onf2szCTuNyryGHqGZhIpe5MEze92V { color:#3c4667;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.40625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo.adaptive-delivery-prevent-bg, #vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo.lazyload, #vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo.lazyloading { background-image: none; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container { background-color: transparent; background-image: none; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container > .video-iframe-container { display: none; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row > .video-iframe-container { display: none; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .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); }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container { border-width: 0; border-radius: 0; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo::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; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#XxhTgglrE9usBdTtA2B10gZXoHB0o4Gs { color:#3c4667;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.03125rem;height:;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; }
#MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V { color:#3c4667;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9718742370606rem;left:1.65625rem;height:;font-style:normal;overflow:hidden;display:block; }#MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
#BV0ZuIIrmELK1kb8XU8xVGxNIGZHxvF1 { position:absolute;display:block;z-index:15001;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:18.75rem;width:33.25rem;top:6.9718742370606rem;left:39.625rem;overflow:hidden;display:block; }
#rKHTUnMV4JtxP61DzpGGmpCslFtJ0C4W { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34.375rem;width:74.875rem;top:0rem;left:0rem;display:block; }
#i3sTa2gAKbufpm1857qH97pewvtzlX73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container { background-color: transparent; background-image: none; }#i3sTa2gAKbufpm1857qH97pewvtzlX73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container > .video-iframe-container { display: none; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row > .video-iframe-container { display: none; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .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); }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container { border-width: 0; border-radius: 0; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#bbx16W07qHVs0Do8ywktrTldlrpCtvgG { color:#efaa3c;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.40625rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa { position:relative;display:block; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa { background-color: transparent; background-image: none; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row .container > .video-iframe-container { display: none; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row > .video-iframe-container { display: none; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .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); }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa { border-width: 0; border-radius: 0; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .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; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#idS8EpDQoF6Rs4WP4V3BqNK9ftw75T89 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.75rem;left:1.40625rem;display:block; }
#TlTgVkhGCdxuuESvCuRl66dlZnf0FTEF { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#sMDh5GLT8akLkmQhfJe9wGTN1r0rMfoP { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.75rem;left:26.4375rem;display:block; }
#rsK57B6AH0qAalZFsEgKa0ceXo6wLdre { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#zLX6DV6k3Txw5oKfI0wlEqCU08sngqZU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.9375rem;left:51.4375rem;display:block; }
#ugM0767y18O0HA0TVKTambBaKGgT42uD { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:52rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#xqhQupdF9kC5QMyNThoaai3MGimp7ATI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.09375rem;left:9.78125rem; }
#fNoerl4FFdTDJ1p1Gu7LvZZdERa1smrQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.0625rem;left:34.75rem; }
#b37tfI2H3tFHTcuRQt0IvnGeUVMoHlJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.03125rem;left:59.71875rem; }
#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM { position:relative;display:block; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM { background-color: transparent; background-image: none; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row .container > .video-iframe-container { display: none; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row > .video-iframe-container { display: none; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .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); }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM { border-width: 0; border-radius: 0; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .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; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cflI24JZoHqRqI11irxJQMTU4Z52dB9H { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.75rem;left:1.40625rem;display:block; }
#mwJtmnx4TdJcQXcyFCMMswMrRKbDWqE8 { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#PNwXbovxiveWX0e2vHKZskBTTwcOJcuv { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.75rem;left:26.4375rem;display:block; }
#ZmphbzoCUs3mThE2twDfwIVTXAIx72BO { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#FBKBJGDIDHRBEJG6m9ira6rP5QkOPZci { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #707070;border-left:0.0625rem solid #707070;border-right:0.0625rem solid #707070;border-bottom:0.0625rem solid #707070;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.1875rem;top:4.9375rem;left:51.4375rem;display:block; }
#Z5zNdoQQeECagVt5khl5acaAQQIpW466 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.09375rem;left:9.78125rem; }
#JUp1OXw8tkaySDFs7eoa8c0DOyDwXCcl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.0625rem;left:34.75rem; }
#xQ8ksW3bhN8MydQeiUsz9as48Ugpposm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.09375rem;left:59.78125rem; }
#CAbQTC69fMUuk2mIJzSiqLpgcQ7Gl2Jw { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.8125rem;left:52rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container { background-color: transparent; background-image: none; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container > .video-iframe-container { display: none; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row > .video-iframe-container { display: none; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .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); }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container { border-width: 0; border-radius: 0; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#TGzNw6nZIS1rP5034oqK9WUKCWyRdLr4 { color:#efaa3c;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.40625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 { position:relative;display:block; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 { background-color: transparent; background-image: none; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row .container > .video-iframe-container { display: none; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row > .video-iframe-container { display: none; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .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); }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 { border-width: 0; border-radius: 0; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .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; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;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; }#tIg0mJ12yWO9C1EMoK1bbDk3HiXizM9H { position:absolute;display:block;z-index:15001;height:31.5rem;width:56.25rem;top:0rem;left:9.375rem;display:block; }
#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container { background-color: transparent; background-image: none; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container > .video-iframe-container { display: none; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row > .video-iframe-container { display: none; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .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); }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container { border-width: 0; border-radius: 0; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#USBVz2f9BDH4d54IO0xNMrEUTNTaUGiE { background-color:#efaa3c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.0625rem;left:22.71875rem;display:block; }
#MADb5zxRSMDxfmIoaKrpLKQtLO4eulDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo { position:relative;display:block; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo { background-color: transparent; background-image: none; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row .container > .video-iframe-container { display: none; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row > .video-iframe-container { display: none; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .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); }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo { border-width: 0; border-radius: 0; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .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; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q422kmqMRk2wlGGlJeCDx9dcJ5NUJC8I { color:#3c4667;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.59375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMKGiKPHtOTT73cE4BNCrDm93fiSpJ3H { position:absolute;display:block;z-index:15001;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:10.9375rem;width:10.875rem;top:8.5rem;left:4.6875rem;overflow:hidden;display:block; }
#otivsH6xpMKL8CzFu85SOPXu934rTFTF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:5.1875rem;top:8.5rem;left:3.25rem;overflow:hidden;display:block; }
#hFRIFm7V0GDCor9RKJiB3FiBlfmgX5zP { 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:10.9375rem;width:10.875rem;top:8.5rem;left:22.6875rem;overflow:hidden;display:block; }
#IXdqMpXMzCuLSFNvFoPTRwImgT8EQDqv { 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:10.9375rem;width:10.875rem;top:8.5rem;left:41.4375rem;overflow:hidden;display:block; }
#nVDcCNBXyp9A0E5G8yM5sTItX6gWImcr { 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:10.9375rem;width:10.875rem;top:8.5rem;left:60.1875rem;overflow:hidden;display:block; }
#EabRECTTrDRea80fR12erHyxTE8q5Tmc { 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.625rem;width:5.4375rem;top:11.875rem;left:67.34375rem;overflow:hidden;display:block; }
#KErKXCvB29tOMM0kIHth4fRhGdQu8WTc { color:#3c4667;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.34375rem;left:8.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bNeQdVv9olTZxB9QKVwzZ0cFl2ix3QTs { color:#3c4667;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.34375rem;left:24.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cT13w6ribqdmPFT2Rqc9baUtS2fVvb0R { color:#3c4667;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.34375rem;left:43.75rem;height:3.25rem;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; }
#cRIOiwVrQTQ5o8JzWy8QDOZcpqXPtLTB { color:#3c4667;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.34375rem;left:63.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZoCA91IwNACZ1HTxvI2tc3IZvTdQblUR { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0.90625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#NawLs2MRmd31ldWFG1c9vGJkUkcq1i9P { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.875rem;left:20.71875rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#i9g43TsPtwFtVDl2qOBxU2SizFwk4CBl { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.875rem;left:38.71875rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#pyiWTgl3HiAF2DNMO9aK8tIKD1mRkbTk { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:58.375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ed5aa60-0a7a-4ba6-8fda-364594f1c8d4/bgbottom.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm.adaptive-delivery-prevent-bg, #yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm.lazyload, #yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm.lazyloading { background-image: none; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container { background-color: transparent; background-image: none; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container > .video-iframe-container { display: none; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row > .video-iframe-container { display: none; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .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); }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container { border-width: 0; border-radius: 0; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#ieT4QNdBETS75tksPFOpzhge7Fc3JNdw { 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:12.875rem;width:10.375rem;top:1.25rem;left:4.625rem;overflow:hidden;display:block; }
#ACaPadNtAFHokSsPqHXBfhOhm4WAvqyT { position:absolute;display:block;z-index:15001;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.3125rem;top:1.9375rem;left:17rem;overflow:hidden;display:block; }
#tGBaz9D4AXwhEwPkc9Wrod35TaJVqFeN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.3125rem;top:1.9375rem;left:20.3125rem;overflow:hidden;display:block; }
#pWydNd04z4cgVffXwsEcNJaSaRTTwagJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.3125rem;top:1.9375rem;left:23.625rem;overflow:hidden;display:block; }
#VyoL6tQsqbsVbOfPr0tzyTnTvJP9tTCa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.3125rem;top:1.9375rem;left:26.9375rem;overflow:hidden;display:block; }
#JdbShEMlmvRnzPdUV3eiiG7ba22SPwVG { color:#000000;display:block;width:45.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:17.625rem;height:5.85rem;display:block; }
#w87LgUWDT7KlRRAdk76CeCm4U7abI3e0 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:17.625rem;height:14.625rem;display:block; }
#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { background-color: transparent; background-image: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container > .video-iframe-container { display: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row > .video-iframe-container { display: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .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); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { border-width: 0; border-radius: 0; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { font-size:0.875rem;font-family:rubik;height:78.625rem;width:75rem;position:relative;display:block; }#fgIcKPMpuZTThh01oSPIognmfiZoi1bu { position:absolute;display:block;z-index:15005;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d6d6d6;border-left:0.0625rem solid #d6d6d6;border-right:0.0625rem solid #d6d6d6;border-bottom:0.0625rem solid #d6d6d6;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:32.625rem;width:36.875rem;top:2.8740234375rem;left:0.625rem;display:block; }
#IM95phDSgsxTBioBSHaTN7xQg93QKCbQ { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:19.25rem;left:4.875rem;height:11.025rem;font-style:normal;display:block; }
#RT40V1TRW78anHgoTvRiXsK9rucJ3nVM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.1875rem;left:6.625rem;height:1.1375rem;display:block; }
#elEOGBMA8Ayu6uVBn9qiLeQtDnEg6EEn { position:absolute;display:block;z-index:15015;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.8125rem;width:1rem;top:32.375rem;left:15.1875rem;overflow:hidden;display:block; }
#LTlNGRcGnA5drnIfBUSCuhx5kTwGHIfD { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.1875rem;left:16.6875rem;height:1.1375rem;display:block; }
#hohfFqoAzaXA7OyLQnZh7KmzwQ1cdt2f { position:absolute;display:block;z-index:15019;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d6d6d6;border-left:0.0625rem solid #d6d6d6;border-right:0.0625rem solid #d6d6d6;border-bottom:0.0625rem solid #d6d6d6;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:38.875rem;width:36.875rem;top:36.875rem;left:0.6875rem;display:block; }
#lH2zP3gCOFETrmgsP6leyPnGVnKNCxzW { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:41.6875rem;left:2.875rem;height:2.45rem;font-style:normal;display:block; }
#tamSu3egrRIUHNvH4Aeo9hbDonZHQF6u { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:61.5rem;left:4.78125rem;height:12.25rem;font-style:normal;display:block; }
#euKhE7A5qFfgyTJTpLOMNSRrxxMLgUWq { 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:1rem;width:1rem;top:32.25rem;left:4.9375rem;overflow:hidden;display:block; }
#CPRwZfqy2rJQWzMzVv5Zd9b9GTOyrPku { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:19.375rem;left:2.875rem;overflow:hidden;display:block; }
#OGUEJPrkPhrLy7TTJkSEpSXGxXoV48Db { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:23.125rem;left:2.875rem;overflow:hidden;display:block; }
#z89ovJzd5FT1Ggx9M34EFJL10qFT5N9v { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:61.5rem;left:2.875rem;overflow:hidden;display:block; }
#vOyfPcu8zdd3f9reBCTDy49NdBvcTqox { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4989585876462rem;left:2.875rem;height:;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; }
#CTvCQ7G27lDRem9DQNBt12WT8t4yXwwC { position:absolute;display:block;z-index:15033;background-color:#0a61b6;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:2.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4rem;width:20.625rem;top:2.8740234375rem;left:0.625rem;display:block; }
#MlzzhMMgb39cG4SDv4LXCcUc9heTrqKd { color:#ffffff;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.8994140625rem;left:1.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gffRdCEJyFPxqCrfcuh0xwf8pnPFEdAC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:27.75rem;left:2.875rem;overflow:hidden;display:block; }
#QkK9m6LehmdS7MQ8N0iU1qK6g6QTINhC { position:absolute;display:block;z-index:15035;background-color:#efaa3c;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:2.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4rem;width:23.875rem;top:36.875rem;left:0.625rem;display:block; }
#fScB0wNkqQN9BaUUwTkZIRqZTg0wVtBx { color:#000000;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:37.900390625rem;left:2.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT { color:#000000;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:45.74374961853rem;left:2.875rem;height:10.7375rem;font-style:normal;overflow:hidden;display:block; }#D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/71c8ec3a-0d17-4be8-8889-c5d1f2572e46/Iconawesomecheckcircle.png); }
#pNTaKDc2uKA9y0aFTBIRyVLX4tufv2WE { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:58.450000762939rem;left:2.75rem;height:1.225rem;font-style:normal;display:block; }
#AS5J77T5WbfFxag9MrNxUn9o4lxKMGyT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:67.518749237062rem;left:2.875rem;overflow:hidden;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-form-header {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-regular-label { height:auto;display:block;font-family:"open sans";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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:"open sans";font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:"open sans";font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:"open sans";font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:"open sans";font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.adaptive-delivery-prevent-bg, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyload, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyloading { background-image: none; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf [class*="-text"]:-moz-placeholder {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf [class*="-text"]::-moz-placeholder {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf [class*="-text"]:-ms-input-placeholder {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf [class*="-text"]::-webkit-input-placeholder {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:"open sans";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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-radio-label { font-size:0.6875rem;font-family:"open sans";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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:first-of-type{padding-top:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:last-of-type{padding-bottom:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf  { 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:"open sans";width:23.75rem;top:2.8732604980469rem;left:49.092884063721rem;position:absolute;z-index:15019;height:auto; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf {display:block;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf { 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:"open sans";width:23.75rem;top:2.8732604980469rem;left:49.092884063721rem;position:absolute;z-index:15019;height:auto; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw .container-column{width:50%;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #bTWeweU63eABXQe0tOggK8RPzaeUtxi8 { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TEcTILqcI8N0aNTk5mActEr8sXn4nDDI { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TeLSsIspMWzpFQzqz9HOwvo1DpcFJ2Kt { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZWeEL64r9v2SITXAkknQSSb5lDJLy4VA { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vF9Oum3cBRNS3G2aFM8pP7dN0ioI5CIv { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #muUP610yOKi60n43vI0GZBTZSL4Nefks { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #IPIoLUIzsLIKILEiavK13s8fW7bqMclF { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Wty8AVKZ7Oh48LwpgV6ustvs77nyHC3v { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #gmborpuEmZODrqgUPD3vJLD0mCAJot93 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wMBfUhS8KOp0Hqpmt1ZMqNGTxRKHChzQ { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mOtVnB09TLE1cFccUvlfwqtoGx5KoWdh { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rrEOhf8uKwP8l0JThVDvzTBgf1mzJa01 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPgEeQqOCm1tu6xySQzQ0kmBgOsV6OJK { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #UJykZLlB17dKWM7v9Qnaa5FfGTn9GJyr { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #loddF3LyTPZNsEgKTUSR780NNWyxf7ym { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HFQ4WUn8Nhng0QVvcCuxXN5gc9q81Rkt { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GtEd6r6lCvRlLnvntXiou50gkXq0cMT5 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rgXNCiVwOVn1pVMs0RueSa5xKJKTUfyW { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yM7IXI619X6C8FBKdu0g3UHknlc6SfAz { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #zxuXmuQAyWyhtaLTl0cUO2GK5qh3CtwG { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #heghieETr75MFB06FgolaPTk7GyChSkp { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #RRgrGHn5wOJnLGi8dPJnZAR2VRRuivPl { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WhvyFPR7MTnpWTP0xQxfBZFlCRbStEeS { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJtLbDmqy3xNX1rxuatpy3QQ68en1gxQ { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WmzInqlgI7zlnDrZih4cEpNsNW4WzZpI { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #nXQX5ToqTxvw00W5xrpTKJbP3d7E1pP4 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #EyF4XeepkxvuzpMANqsiS1c9kWMJy2vb { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mkW7B3dSJz0ZgNGNq9pWJxkX1MiNIZoV { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DgEI3een4QWTXcmDCMMgPntlGLbs19Xn { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #tFcGP7fLeRVTuekzXfiThdNOvOMCq0nd { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #H07PxOFKEAyzaJkeLlIGT0qZqmnrOkFh { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #pST3gMT1ErGNbhmQ1AmqcJwDK9KxKUKg { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yaygo2Sh4MTdaUPlZ6qIqSy4OVGN5TIr { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #hDvzSgHnTIMNQszRBZuV9ZKqaMZgJULh { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPpX3amAKrJTl6ASisFhKTwG7rBi7Rir { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJQuizihnNvttyhhToxDFhMlFrCpUxSd { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Az6eHky6BGt6FK73HdJ3sCJalZ00ByFf { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #f8lcy3IbOJ7iidnJxqggKMGGSbiANMqn { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #XrruRe6GcO19eDVphHTledzLQUPgPwrT { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #MH6Sv34PWTEfs8DpR9kb8vNBWzdryxET { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #NnBsXxoeRThxagar4DmCnOtnm8JJzB41 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xfiIrPp4La2Ps0RuayS6VpeAIlUrPqgX { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Ebz7dSlq5IXvhGctyyX0F7lhDOHrWtKp { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cs8D3pGwtPi751pJPsdqpAxcKAgMpagn { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #o7swHyJBFIozB1ewpGeG5VoOCp49ZTrg { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #X4aawnmVyMTiropGB3idJwNt0nPF7IOD { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #C5dayCoEMUP80mSg3fpEybMZJ5JiQD9G { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DkANSbahch6Tfrenu2LzuH7yfepv0cko { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #eeeWCMLtdAp4nH8qTRpl2PBvUGodDR8h { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cUESTPUOoB42ZpxW4V4VGTdOsgiWtXSc { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #T9byyncN4oPww1Fw2dtQwMKfx6a0DTtc { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HnW5kBTCIJzDxy0sT55nori5u6Lmumsg { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZoDyn7br3ph8Cr7iJXBPNZ7p2rMhZ7Fy { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vDASU2EkHyywWha87AQEqQ37nT7S3Vq5 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #fT6Ev4ru1caNHDW0GvfdWiihiUqcCory { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cmHURny1eQykLzDmhe5H8chmJFs6k5Qd { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #usnCQaeEf0FfwHaD3J0WoXstrKLLKCIT { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mpJQPx4C47gdSlSqgwvWDoMG0Erro1ZR { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JJt3dzPTkWMDKdy9OtQSZux5GPOFi8PV { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #m77f6hlSsnRhKSxe75wuTIApCnNQysaB { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GTrW3T63zREOliwMMLhWbm36VZZVr97b { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #sofJQ30yOTI7nW6QiFyDFD1EchDxRoTN { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dpNtvsMDJe1AQuKDz4LCOXnhclCJBPnV { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #stXuVSUeVdES0hv5B605L3iJOmOOHOzM { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JzsUFiH1T7ka38q1HyIHEJMGHVVpcXrs { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ayTDo0XsB1THBeFcPJFwfPNBriU0Jl81 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #FMTDc4aKFfFvuuQKPVWcS8hGD03Oxnhr { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #kRzyWoGzhihbOqE5AxqCo1pee0FfiQSi { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZX6FV3Eo9XfsSwbSn41gaK1rAx9ilpx8 { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wKs9VlA86hBiMZUE9nOg2lcOdMOWwASN { position:relative;z-index:2; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #e6anbR2Q1ExPof46oOcft9LE2JUkOv9R { position:relative; }
#ZCfVCGHhzTWOqnKeX8SPH2rR6RP8o0ll { position:relative;display:block; }
#aHZFeryNviFnIUqzgpfHQeEoe2y1l1n3 { position:relative;display:block; }
#scxq9MKmaR76TAIBAgFuIvRT7XSC35HU { position:relative;display:block; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Byp3BW9Apu9DyOkJevF0OeZlCgpkilzC { position:relative; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xMCrMkTR7TzCMqhCRPgyBHCBGHNrJBMT { position:relative; }
#m3kyMKlZ5NE03hluwkf2Qe4h3vOTtWhP { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:71.331249237062rem;left:2.875rem;overflow:hidden;display:block; }
#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4ff;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; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { background-color: transparent; background-image: none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container > .video-iframe-container { display: none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row > .video-iframe-container { display: none; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .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); }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { border-width: 0; border-radius: 0; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { 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:4.6875rem;width:15.625rem;top:1.375rem;left:2.4375rem;overflow:hidden;display:block; }
#bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { color:#093a73;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.21875rem;height:1.5rem;display:block; }
#Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { color:#093a73;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.75rem;left:36.90625rem;height:1.5rem;display:block; }
#IVrNv94cefWW7B32LFssceDxPL1GMLya { color:#093a73;display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.75rem;left:50.09375rem;height:1.5rem;display:block; }
#QgIMEF1fRRpahJakacf4coQt73xGJPHI { position:absolute;display:block;z-index:15022;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:2rem;width:1.9375rem;top:2.1875rem;left:64.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc { display:block; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container { width:47.75rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zKgI10nURQMvicsvq4RPSMspfKHENt3f { width:18.0625rem;height:3.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA { display:block; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { width:47.75rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XCrOFV0d328fAfmDsnSrMH1iaS2LbmXB { top:1.4375rem;left:0.9375rem;width:23.375rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTo79979m6TQPbwZZTQ9hFTMht8i8uQy { width:23.5rem;height:5.375rem;top:26.6875rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uAHFmzlHki42NlXqTynAB1icHghKr1Bf { display:block; }
 }@media only screen and (max-width: 1199px) { #GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT { width:23rem;height:14.51875rem;top:9.762499809265rem;left:0.9375rem;font-size:1.1875rem;display:block; }#GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 1199px) { #DXaTtD4lAT66arTETJ5oTcXUnPL3Z95G { width:23.125rem;height:16.25rem;top:8.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 { display:block; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nai5xF3lIdswa1Sk5JAImEn0dT1nk862 { width:41.6875rem;height:2.275rem;top:1.5rem;left:3.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9t5mEwamACWMEcAlVCnA0gPmbgS2Mcf { width:22.25rem;height:15.875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GKtscDi9XbDuWhuT6e4MHe6OGJRLFuCi { width:9.5rem;height:9.5rem;top:17.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9BesvVZF4VPz65vnR0UcOzEspl5CIEP { width:24.0625rem;height:21.00625rem;top:12.528125762939rem;left:22.875rem;font-size:1.1875rem;display:block; }#v9BesvVZF4VPz65vnR0UcOzEspl5CIEP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 1199px) { #iG3xQr5t3ltRiJvrLc4RRS3NvgTKTUla { width:47.625rem;height:35.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU5DyXDGzr2HtOxBrorJybRIc32zCvXm { width:23.375rem;height:6.175rem;top:6.6875rem;left:23.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUDLGtpAgT623dSDcWo8SJOSypxwcRTo { display:block; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container { width:47.75rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nkgWEn5I1binBlmR6MbPPZ5ULEfzqXEt { width:47.75rem;height:76.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xaz8A3849Hos6raUTCG49SN6GqNV8ADU { width:22.375rem;height:9.75rem;top:2.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF4BRSwZlSnIGwkwdHxHMzz8A985qN6h { width:42.25rem;height:5.34375rem;top:14.875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VifNeaXpT2hkQyrwbT66ZP5KfTw8GGia { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8sMAAKTCwEAOO7auG7Nr74nmoWq0F2W { width:21.25rem;height:8.75rem;top:22.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipSsDIwg6elSxIfsRbsK9als9LMwaUsd { width:2.75rem;height:2.75rem;top:22.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwbHSTnVvtTuSwirSCaCVyG3kaqH1JwR { width:21.25rem;height:1.3rem;top:26.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuotBhI1FIOzwVF9bVblvXAGIintx8wS { width:21.25rem;height:2.275rem;top:28.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAWbtAhQ9DxUreHyydh9E1uIbdpCs8Zo { width:21.25rem;height:8.75rem;top:22.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTsBZAWnh4SXasbya7ghBdmK0hHAGf7L { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1gUI5V4orNFQZKiemHg8vXAnIgXhomO { width:21.25rem;height:1.3rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coRTrnp9Tg9HymT3A0gxpZLBcaXKEbi7 { width:21.25rem;height:2.275rem;top:28.3125rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6UAokT9JS6QPI0uDpbtLQMFHpJegkmo { width:21.25rem;height:8.75rem;top:32.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E4nrm7vFICW5tNKdFQIlbn1HEG9tnTdW { width:2.75rem;height:2.75rem;top:33.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOyDCswXTEIypPbQMttMQekQgTqdCA0Z { width:21.25rem;height:1.3rem;top:36.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s65IEy0dcuAbbRk5W8a29Z3kTxc0U2ko { width:21.25rem;height:2.275rem;top:38.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlv7EchPAaLX00WwLdVdLz59LkbFFL95 { width:47.75rem;height:4.375rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zc8vCJ3yoPtsa2M93dLlcwXyS1HrR78s { width:42.375rem;height:3.25rem;top:54.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1fPUvRASbJt7PqrLLFcMsOxKfKWsK2p { width:47.75rem;height:19.125rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWwV5tfa119hEUAuBq9mTJK77dTB3U1J { width:44.4375rem;height:2.6rem;top:59.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCJVhUV1k5Le0eZ9Wq1ktT9zFBEnc0eQ { width:41.375rem;height:1.1375rem;top:62.35000038147rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDVRXk0CnTvBxKbnZRmN42l9wFqV9xe4 { width:2.75rem;height:2.75rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reMpGU5igWOts5CXMcVFlhpxaz8oJAfz { width:2.0625rem;height:2.6rem;top:59.75rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAmC79DOqaWsSn0oKRt0Gb23rxq15Opg { width:2.75rem;height:2.75rem;top:65.637500762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fb5mRGGGowfLG48J9madhtUFQJ4O6TMt { width:1.625rem;height:2.6rem;top:65.712499618531rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3kB6m3160BKMyux9pica0VJdL2rG6tk { width:44.4375rem;height:1.3rem;top:65.712499618531rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAa4vymphAH7ofrxPFDvpXRfu0uSPbM2 { width:41.4375rem;height:2.275rem;top:67.237499237062rem;left:3.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o80CFyvZUeVbOKPsVDzCuBVUQ19zkC2g { width:2.0625rem;height:2.6rem;top:71.25rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBbLwrOdkRbqWEI7oATWFwhBUmRBswoQ { width:2.75rem;height:2.75rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Prlv5hngbCQB3my9JaeUQoDBvyS9BAKK { width:44.4375rem;height:2.6rem;top:71.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbIcW9shaTeWx9ixlqdQXZOD47GeD6P7 { width:43.0625rem;height:1.1375rem;top:73.9375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VV0Rr2Z8v0ng9S6wpTmmuDpiKynz1LHE { width:21.25rem;height:8.75rem;top:32.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTd5L87fzNFPMR4q0wZ5pi0Pd3TknTGX { width:2.75rem;height:2.75rem;top:33.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wqfzh0wMMttQFH2HNcggr89myApANcRN { width:21.25rem;height:1.3rem;top:36.5625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9HzitwelSz1c4vhDHyV6WIuABlyd2I6 { width:21.25rem;height:2.275rem;top:38.4375rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcJeB3zdlMPTlLwHWhtOzwwGvQiUIB5e { width:21.25rem;height:8.75rem;top:42.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTZ2glI2DsyrBWSu3vyqXZxc0aKQ61RZ { width:2.75rem;height:2.75rem;top:43.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enAIM2xhwyVn8tNMEUCkLWe3IvtuMaV6 { width:21.25rem;height:1.3rem;top:47rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6CIufeWvNvx58ZZLcZr0keu4LnVHevt { width:21.25rem;height:2.275rem;top:48.875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT { display:block; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MQxzNFTHtL4mNJ7BRbvGfs6O9td2nDX2 { width:23.5rem;height:5.375rem;top:1.78125rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLLcd5TWSB91JpfWHedrlbzAByX1r8kE { display:block; }
 }@media only screen and (max-width: 1199px) { #Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi { display:block; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sBTF1x3lzxaWzPHml6P9s3wFh5F0vfk0 { width:36.8125rem;height:7.3125rem;top:1.125rem;left:5.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #di4VDtZtvPoCmHARu9U5SHM58mXGQRHp { display:block; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jv6ITRaJyRM78TdKy1SAcHbMuQbmWUZM { width:24.375rem;height:1.95rem;top:2.0625rem;left:2.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe { width:43.8125rem;height:15.76875rem;top:6.4375rem;left:2.03125rem;font-size:1.1875rem;display:block; }#Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 1199px) { #pqTMzBALAakmhDPVOpvt2B1QHDyunn06 { width:19.9375rem;height:14.1875rem;top:25.375rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oW5RyoeVU6UrNXXXncX5rLORSbMX9LkH { width:47.625rem;height:42.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn { display:block; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M0Onf2szCTuNyryGHqGZhIpe5MEze92V { width:36.8125rem;height:7.3125rem;top:1.6875rem;left:5.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo { display:block; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container { width:47.75rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XxhTgglrE9usBdTtA2B10gZXoHB0o4Gs { width:24.375rem;height:1.95rem;top:1.625rem;left:11.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V { width:43.8125rem;height:16.6875rem;top:6.4375rem;left:2.03125rem;font-size:1.1875rem;display:block; }#MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 1199px) { #BV0ZuIIrmELK1kb8XU8xVGxNIGZHxvF1 { width:25.25rem;height:14.1875rem;top:26.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKHTUnMV4JtxP61DzpGGmpCslFtJ0C4W { width:47.625rem;height:43.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3sTa2gAKbufpm1857qH97pewvtzlX73 { display:block; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bbx16W07qHVs0Do8ywktrTldlrpCtvgG { width:44.6875rem;height:4.875rem;top:1.8125rem;left:1.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa { display:block; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #idS8EpDQoF6Rs4WP4V3BqNK9ftw75T89 { width:15.5rem;height:17.3125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlTgVkhGCdxuuESvCuRl66dlZnf0FTEF { width:15.3125rem;height:8.775rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMDh5GLT8akLkmQhfJe9wGTN1r0rMfoP { width:15.1875rem;height:17.3125rem;top:4.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsK57B6AH0qAalZFsEgKa0ceXo6wLdre { width:14.9375rem;height:8.775rem;top:8.8125rem;left:16.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLX6DV6k3Txw5oKfI0wlEqCU08sngqZU { width:15.5rem;height:17.3125rem;top:4.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugM0767y18O0HA0TVKTambBaKGgT42uD { width:15.1875rem;height:11.7rem;top:8.9375rem;left:32.197917938233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqhQupdF9kC5QMyNThoaai3MGimp7ATI { width:5.4375rem;height:5.4375rem;top:2.0625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNoerl4FFdTDJ1p1Gu7LvZZdERa1smrQ { width:5.5rem;height:5.5rem;top:2.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b37tfI2H3tFHTcuRQt0IvnGeUVMoHlJ7 { width:5.5625rem;height:5.5625rem;top:2rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM { display:block; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cflI24JZoHqRqI11irxJQMTU4Z52dB9H { width:15.5rem;height:17.3125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwJtmnx4TdJcQXcyFCMMswMrRKbDWqE8 { width:15.3125rem;height:10.2375rem;top:8.8125rem;left:0.30208301544189rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNwXbovxiveWX0e2vHKZskBTTwcOJcuv { width:15.1875rem;height:17.3125rem;top:4.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmphbzoCUs3mThE2twDfwIVTXAIx72BO { width:14.9375rem;height:7.3125rem;top:8.8125rem;left:16.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBKBJGDIDHRBEJG6m9ira6rP5QkOPZci { width:15.5rem;height:17.3125rem;top:4.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5zNdoQQeECagVt5khl5acaAQQIpW466 { width:5.4375rem;height:5.4375rem;top:2.0625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUp1OXw8tkaySDFs7eoa8c0DOyDwXCcl { width:5.5rem;height:5.5rem;top:2.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQ8ksW3bhN8MydQeiUsz9as48Ugpposm { width:5.4375rem;height:5.4375rem;top:2.0625rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CAbQTC69fMUuk2mIJzSiqLpgcQ7Gl2Jw { width:15.25rem;height:11.7rem;top:8.8125rem;left:31.833332061767rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJkBitNlEAcV5q0HlexoFC4tfvUCPByI { display:block; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TGzNw6nZIS1rP5034oqK9WUKCWyRdLr4 { width:44.875rem;height:4.875rem;top:1.5rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 { display:block; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tIg0mJ12yWO9C1EMoK1bbDk3HiXizM9H { width:47.75rem;height:30rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB { display:block; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #USBVz2f9BDH4d54IO0xNMrEUTNTaUGiE { width:23.5rem;height:5.375rem;top:1.78125rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MADb5zxRSMDxfmIoaKrpLKQtLO4eulDI { display:block; }
 }@media only screen and (max-width: 1199px) { #PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo { display:block; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q422kmqMRk2wlGGlJeCDx9dcJ5NUJC8I { width:27rem;height:2.4375rem;top:1.3125rem;left:10.1875rem;font-size:1.875rem;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; }
 }@media only screen and (max-width: 1199px) { #eMKGiKPHtOTT73cE4BNCrDm93fiSpJ3H { width:10.875rem;height:10.9375rem;top:6rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otivsH6xpMKL8CzFu85SOPXu934rTFTF { width:3.5rem;height:5.125rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hFRIFm7V0GDCor9RKJiB3FiBlfmgX5zP { width:10.875rem;height:10.9375rem;top:6rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXdqMpXMzCuLSFNvFoPTRwImgT8EQDqv { width:10.875rem;height:10.9375rem;top:6rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVDcCNBXyp9A0E5G8yM5sTItX6gWImcr { width:10.875rem;height:10.9375rem;top:6rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EabRECTTrDRea80fR12erHyxTE8q5Tmc { width:3.5rem;height:4.875rem;top:11.53125rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KErKXCvB29tOMM0kIHth4fRhGdQu8WTc { width:3.75rem;height:3.25rem;top:9.84375rem;left:4.09375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNeQdVv9olTZxB9QKVwzZ0cFl2ix3QTs { width:7.5625rem;height:3.25rem;top:9.8125rem;left:14.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cT13w6ribqdmPFT2Rqc9baUtS2fVvb0R { width:6.25rem;height:3.25rem;top:9.8125rem;left:26.71875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRIOiwVrQTQ5o8JzWy8QDOZcpqXPtLTB { width:5.0625rem;height:3.25rem;top:9.8125rem;left:39.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoCA91IwNACZ1HTxvI2tc3IZvTdQblUR { width:10.75rem;height:5.2rem;top:19.6875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NawLs2MRmd31ldWFG1c9vGJkUkcq1i9P { width:11.0625rem;height:3.9rem;top:19.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9g43TsPtwFtVDl2qOBxU2SizFwk4CBl { width:10.8125rem;height:5.2rem;top:19.6875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyiWTgl3HiAF2DNMO9aK8tIKD1mRkbTk { width:10.5rem;height:5.2rem;top:19.6875rem;left:36.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm { display:block; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container { width:47.75rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ieT4QNdBETS75tksPFOpzhge7Fc3JNdw { width:10.375rem;height:12.875rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACaPadNtAFHokSsPqHXBfhOhm4WAvqyT { width:3.3125rem;height:3.0625rem;top:1.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGBaz9D4AXwhEwPkc9Wrod35TaJVqFeN { width:3.3125rem;height:3.0625rem;top:1.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWydNd04z4cgVffXwsEcNJaSaRTTwagJ { width:3.3125rem;height:3.0625rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyoL6tQsqbsVbOfPr0tzyTnTvJP9tTCa { width:3.3125rem;height:3.0625rem;top:1.75rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdbShEMlmvRnzPdUV3eiiG7ba22SPwVG { width:29.875rem;height:3.9rem;top:7.1875rem;left:11.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w87LgUWDT7KlRRAdk76CeCm4U7abI3e0 { width:45.25rem;height:11.7rem;top:14.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk { background-color:#f8fbfe;background-image:none;display:block; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { background-color: transparent; background-image: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container > .video-iframe-container { display: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row > .video-iframe-container { display: none; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .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); }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { width:47.75rem;height:148.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fgIcKPMpuZTThh01oSPIognmfiZoi1bu { width:36.875rem;height:30.5625rem;top:2.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IM95phDSgsxTBioBSHaTN7xQg93QKCbQ { width:30.0625rem;height:11.025rem;top:17.125rem;left:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT40V1TRW78anHgoTvRiXsK9rucJ3nVM { width:7.75rem;height:1.1375rem;top:29.75rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elEOGBMA8Ayu6uVBn9qiLeQtDnEg6EEn { width:1rem;height:0.8125rem;top:29.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTlNGRcGnA5drnIfBUSCuhx5kTwGHIfD { width:15.0625rem;height:1.1375rem;top:29.75rem;left:21.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hohfFqoAzaXA7OyLQnZh7KmzwQ1cdt2f { width:36.875rem;height:36.5625rem;top:34.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH2zP3gCOFETrmgsP6leyPnGVnKNCxzW { width:27.4375rem;height:2.45rem;top:39.3125rem;left:7.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tamSu3egrRIUHNvH4Aeo9hbDonZHQF6u { width:30.875rem;height:12.25rem;top:57.9375rem;left:8.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euKhE7A5qFfgyTJTpLOMNSRrxxMLgUWq { width:1rem;height:1rem;top:29.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPRwZfqy2rJQWzMzVv5Zd9b9GTOyrPku { width:1.4375rem;height:1.4375rem;top:17.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGUEJPrkPhrLy7TTJkSEpSXGxXoV48Db { width:1.4375rem;height:1.4375rem;top:21.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z89ovJzd5FT1Ggx9M34EFJL10qFT5N9v { width:1.4375rem;height:1.4375rem;top:57.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOyfPcu8zdd3f9reBCTDy49NdBvcTqox { width:33.4375rem;height:9.1rem;top:6.9500007629394rem;left:7.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTvCQ7G27lDRem9DQNBt12WT8t4yXwwC { width:20.625rem;height:4rem;top:2.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlzzhMMgb39cG4SDv4LXCcUc9heTrqKd { width:19rem;height:1.95rem;top:3.3999996185302rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gffRdCEJyFPxqCrfcuh0xwf8pnPFEdAC { width:1.4375rem;height:1.4375rem;top:25.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkK9m6LehmdS7MQ8N0iU1qK6g6QTINhC { width:23.875rem;height:4rem;top:34.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fScB0wNkqQN9BaUUwTkZIRqZTg0wVtBx { width:21.75rem;height:1.95rem;top:35.5rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT { width:34.5625rem;height:9.5125rem;top:43.5rem;left:7.0625rem;font-size:0.875rem;display:block; }#D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/71c8ec3a-0d17-4be8-8889-c5d1f2572e46/Iconawesomecheckcircle.png); }
 }@media only screen and (max-width: 1199px) { #pNTaKDc2uKA9y0aFTBIRyVLX4tufv2WE { width:33rem;height:1.225rem;top:54.625rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS5J77T5WbfFxag9MrNxUn9o4lxKMGyT { width:1.4375rem;height:1.4375rem;top:63.96875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:10.125rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:10.125rem;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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:10.125rem;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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:10.125rem;height:3rem; }#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.adaptive-delivery-prevent-bg, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyload, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyloading { background-image: none; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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:8.625rem;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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:first-of-type{padding-top:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:last-of-type{padding-bottom:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf  { 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:21.375rem;height:auto;top:72.561458587644rem;left:12.8125rem; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .radio-container { display:inline-block;*zoom:1;*display:inline;width:10.125rem;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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf {display:block;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf { 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:21.375rem;height:auto;top:72.561458587644rem;left:12.8125rem; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #bTWeweU63eABXQe0tOggK8RPzaeUtxi8 { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TEcTILqcI8N0aNTk5mActEr8sXn4nDDI { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TeLSsIspMWzpFQzqz9HOwvo1DpcFJ2Kt {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZWeEL64r9v2SITXAkknQSSb5lDJLy4VA { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vF9Oum3cBRNS3G2aFM8pP7dN0ioI5CIv {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #muUP610yOKi60n43vI0GZBTZSL4Nefks {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #IPIoLUIzsLIKILEiavK13s8fW7bqMclF { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Wty8AVKZ7Oh48LwpgV6ustvs77nyHC3v {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #gmborpuEmZODrqgUPD3vJLD0mCAJot93 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wMBfUhS8KOp0Hqpmt1ZMqNGTxRKHChzQ { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mOtVnB09TLE1cFccUvlfwqtoGx5KoWdh {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rrEOhf8uKwP8l0JThVDvzTBgf1mzJa01 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPgEeQqOCm1tu6xySQzQ0kmBgOsV6OJK { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #UJykZLlB17dKWM7v9Qnaa5FfGTn9GJyr {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #loddF3LyTPZNsEgKTUSR780NNWyxf7ym {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HFQ4WUn8Nhng0QVvcCuxXN5gc9q81Rkt { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GtEd6r6lCvRlLnvntXiou50gkXq0cMT5 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rgXNCiVwOVn1pVMs0RueSa5xKJKTUfyW {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yM7IXI619X6C8FBKdu0g3UHknlc6SfAz { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #zxuXmuQAyWyhtaLTl0cUO2GK5qh3CtwG {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #heghieETr75MFB06FgolaPTk7GyChSkp {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #RRgrGHn5wOJnLGi8dPJnZAR2VRRuivPl { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WhvyFPR7MTnpWTP0xQxfBZFlCRbStEeS {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJtLbDmqy3xNX1rxuatpy3QQ68en1gxQ {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WmzInqlgI7zlnDrZih4cEpNsNW4WzZpI { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #nXQX5ToqTxvw00W5xrpTKJbP3d7E1pP4 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #EyF4XeepkxvuzpMANqsiS1c9kWMJy2vb {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mkW7B3dSJz0ZgNGNq9pWJxkX1MiNIZoV { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DgEI3een4QWTXcmDCMMgPntlGLbs19Xn {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #tFcGP7fLeRVTuekzXfiThdNOvOMCq0nd {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #H07PxOFKEAyzaJkeLlIGT0qZqmnrOkFh { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #pST3gMT1ErGNbhmQ1AmqcJwDK9KxKUKg {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yaygo2Sh4MTdaUPlZ6qIqSy4OVGN5TIr {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #hDvzSgHnTIMNQszRBZuV9ZKqaMZgJULh { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPpX3amAKrJTl6ASisFhKTwG7rBi7Rir {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJQuizihnNvttyhhToxDFhMlFrCpUxSd {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Az6eHky6BGt6FK73HdJ3sCJalZ00ByFf { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #f8lcy3IbOJ7iidnJxqggKMGGSbiANMqn {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #XrruRe6GcO19eDVphHTledzLQUPgPwrT {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #MH6Sv34PWTEfs8DpR9kb8vNBWzdryxET {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #NnBsXxoeRThxagar4DmCnOtnm8JJzB41 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xfiIrPp4La2Ps0RuayS6VpeAIlUrPqgX {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Ebz7dSlq5IXvhGctyyX0F7lhDOHrWtKp { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cs8D3pGwtPi751pJPsdqpAxcKAgMpagn {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #o7swHyJBFIozB1ewpGeG5VoOCp49ZTrg {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #X4aawnmVyMTiropGB3idJwNt0nPF7IOD { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #C5dayCoEMUP80mSg3fpEybMZJ5JiQD9G {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DkANSbahch6Tfrenu2LzuH7yfepv0cko {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #eeeWCMLtdAp4nH8qTRpl2PBvUGodDR8h { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cUESTPUOoB42ZpxW4V4VGTdOsgiWtXSc {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #T9byyncN4oPww1Fw2dtQwMKfx6a0DTtc {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HnW5kBTCIJzDxy0sT55nori5u6Lmumsg { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZoDyn7br3ph8Cr7iJXBPNZ7p2rMhZ7Fy {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vDASU2EkHyywWha87AQEqQ37nT7S3Vq5 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #fT6Ev4ru1caNHDW0GvfdWiihiUqcCory { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cmHURny1eQykLzDmhe5H8chmJFs6k5Qd {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #usnCQaeEf0FfwHaD3J0WoXstrKLLKCIT {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mpJQPx4C47gdSlSqgwvWDoMG0Erro1ZR { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JJt3dzPTkWMDKdy9OtQSZux5GPOFi8PV {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #m77f6hlSsnRhKSxe75wuTIApCnNQysaB {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GTrW3T63zREOliwMMLhWbm36VZZVr97b { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #sofJQ30yOTI7nW6QiFyDFD1EchDxRoTN {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dpNtvsMDJe1AQuKDz4LCOXnhclCJBPnV {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #stXuVSUeVdES0hv5B605L3iJOmOOHOzM { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JzsUFiH1T7ka38q1HyIHEJMGHVVpcXrs {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ayTDo0XsB1THBeFcPJFwfPNBriU0Jl81 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #FMTDc4aKFfFvuuQKPVWcS8hGD03Oxnhr { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #kRzyWoGzhihbOqE5AxqCo1pee0FfiQSi {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZX6FV3Eo9XfsSwbSn41gaK1rAx9ilpx8 {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wKs9VlA86hBiMZUE9nOg2lcOdMOWwASN { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #e6anbR2Q1ExPof46oOcft9LE2JUkOv9R {  }
 }@media only screen and (max-width: 1199px) { #ZCfVCGHhzTWOqnKeX8SPH2rR6RP8o0ll { display:block; }
 }@media only screen and (max-width: 1199px) { #aHZFeryNviFnIUqzgpfHQeEoe2y1l1n3 { display:block; }
 }@media only screen and (max-width: 1199px) { #scxq9MKmaR76TAIBAgFuIvRT7XSC35HU { display:block; }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Byp3BW9Apu9DyOkJevF0OeZlCgpkilzC {  }
 }@media only screen and (max-width: 1199px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xMCrMkTR7TzCMqhCRPgyBHCBGHNrJBMT {  }
 }@media only screen and (max-width: 1199px) { #m3kyMKlZ5NE03hluwkf2Qe4h3vOTtWhP { width:1.4375rem;height:1.4375rem;top:67.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { display:block; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { width:8.75rem;height:2.625rem;top:2.03125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { width:46.1875rem;height:1.5rem;top:6.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { width:46.1875rem;height:1.5rem;top:9rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IVrNv94cefWW7B32LFssceDxPL1GMLya { width:46.1875rem;height:1.5rem;top:11.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QgIMEF1fRRpahJakacf4coQt73xGJPHI { width:1.9375rem;height:2rem;top:14.25rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc { display:block; }#ZJiH65NmXdnbKZQ676SdfC4t2VgAITvc > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKgI10nURQMvicsvq4RPSMspfKHENt3f { width:20rem;height:3.7755102040816rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { background-color: transparent; background-image: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container > .video-iframe-container { display: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container { display: none; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .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); }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { border-width: 0; border-radius: 0; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlAT3xFXA2xshrUgr5nOxRknV4kCMwfA > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCrOFV0d328fAfmDsnSrMH1iaS2LbmXB { width:20rem;height:4.95rem;top:1.375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTo79979m6TQPbwZZTQ9hFTMht8i8uQy { width:18.1875rem;height:3.875rem;top:37.28125rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHFmzlHki42NlXqTynAB1icHghKr1Bf { display:block; }
 }@media only screen and (max-width: 763px) { #GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT { width:19.3125rem;height:12.325rem;top:7.40625rem;left:0.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GT1RDqGPUQkOM2NQBCQNGnsPkK7cu4rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 763px) { #DXaTtD4lAT66arTETJ5oTcXUnPL3Z95G { width:20rem;height:14.103125rem;top:21.30624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 { display:block; }#dPFkfiiidgDERMrozfSpgqSTI4rrJZw1 > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nai5xF3lIdswa1Sk5JAImEn0dT1nk862 { width:19.4375rem;height:3.9rem;top:0.875rem;left:0.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9t5mEwamACWMEcAlVCnA0gPmbgS2Mcf { width:18.625rem;height:13.25rem;top:31.387500762939rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtscDi9XbDuWhuT6e4MHe6OGJRLFuCi { display:flex;width:6.875rem;height:6.875rem;top:40.21875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v9BesvVZF4VPz65vnR0UcOzEspl5CIEP { width:18.375rem;height:17.8375rem;top:11.487500190735rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#v9BesvVZF4VPz65vnR0UcOzEspl5CIEP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 763px) { #iG3xQr5t3ltRiJvrLc4RRS3NvgTKTUla { width:19.875rem;height:48.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU5DyXDGzr2HtOxBrorJybRIc32zCvXm { width:18.1875rem;height:5.2rem;top:7.0625rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUDLGtpAgT623dSDcWo8SJOSypxwcRTo { display:block; }#EUDLGtpAgT623dSDcWo8SJOSypxwcRTo > .row .container { width:20rem;height:134.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkgWEn5I1binBlmR6MbPPZ5ULEfzqXEt { width:20rem;height:132.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaz8A3849Hos6raUTCG49SN6GqNV8ADU { width:20rem;height:8.45rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NF4BRSwZlSnIGwkwdHxHMzz8A985qN6h { width:18.5rem;height:9rem;top:11.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VifNeaXpT2hkQyrwbT66ZP5KfTw8GGia { width:20rem;height:10.7510625rem;top:22.873958587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8sMAAKTCwEAOO7auG7Nr74nmoWq0F2W { width:20rem;height:8.75rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSsDIwg6elSxIfsRbsK9als9LMwaUsd { width:2.75rem;height:2.75rem;top:37rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbHSTnVvtTuSwirSCaCVyG3kaqH1JwR { width:20rem;height:1.3rem;top:40.16250038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuotBhI1FIOzwVF9bVblvXAGIintx8wS { width:20rem;height:2.275rem;top:42.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWbtAhQ9DxUreHyydh9E1uIbdpCs8Zo { width:20rem;height:8.75rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsBZAWnh4SXasbya7ghBdmK0hHAGf7L { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1gUI5V4orNFQZKiemHg8vXAnIgXhomO { width:20rem;height:1.3rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRTrnp9Tg9HymT3A0gxpZLBcaXKEbi7 { width:20rem;height:2.275rem;top:52.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6UAokT9JS6QPI0uDpbtLQMFHpJegkmo { width:20rem;height:8.75rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4nrm7vFICW5tNKdFQIlbn1HEG9tnTdW { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOyDCswXTEIypPbQMttMQekQgTqdCA0Z { width:20rem;height:1.3rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s65IEy0dcuAbbRk5W8a29Z3kTxc0U2ko { width:20rem;height:2.275rem;top:63.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlv7EchPAaLX00WwLdVdLz59LkbFFL95 { width:20rem;height:6rem;top:88.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc8vCJ3yoPtsa2M93dLlcwXyS1HrR78s { width:19.375rem;height:5.525rem;top:89.175000190738rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1fPUvRASbJt7PqrLLFcMsOxKfKWsK2p { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWwV5tfa119hEUAuBq9mTJK77dTB3U1J { width:20rem;height:3.9rem;top:100rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCJVhUV1k5Le0eZ9Wq1ktT9zFBEnc0eQ { width:18.875rem;height:3.4125rem;top:104.625rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDVRXk0CnTvBxKbnZRmN42l9wFqV9xe4 { width:2.75rem;height:2.75rem;top:96.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMpGU5igWOts5CXMcVFlhpxaz8oJAfz { width:2.0625rem;height:2.6003875rem;top:96.3125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmC79DOqaWsSn0oKRt0Gb23rxq15Opg { width:2.75rem;height:2.75rem;top:108.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5mRGGGowfLG48J9madhtUFQJ4O6TMt { width:2.0625rem;height:2.6003875rem;top:108.875rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3kB6m3160BKMyux9pica0VJdL2rG6tk { width:20rem;height:2.6rem;top:112.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAa4vymphAH7ofrxPFDvpXRfu0uSPbM2 { width:19.625rem;height:3.4125rem;top:116rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o80CFyvZUeVbOKPsVDzCuBVUQ19zkC2g { width:2.0625rem;height:2.6rem;top:121.07500076294rem;left:8.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbLwrOdkRbqWEI7oATWFwhBUmRBswoQ { width:2.75rem;height:2.75rem;top:121rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prlv5hngbCQB3my9JaeUQoDBvyS9BAKK { width:19.25rem;height:3.9rem;top:124.9375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbIcW9shaTeWx9ixlqdQXZOD47GeD6P7 { width:18.8125rem;height:3.4125rem;top:129.8125rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VV0Rr2Z8v0ng9S6wpTmmuDpiKynz1LHE { width:20rem;height:10rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTd5L87fzNFPMR4q0wZ5pi0Pd3TknTGX { width:2.75rem;height:2.75rem;top:67.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqfzh0wMMttQFH2HNcggr89myApANcRN { width:20rem;height:1.3rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9HzitwelSz1c4vhDHyV6WIuABlyd2I6 { width:19.9375rem;height:2.275rem;top:73.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJeB3zdlMPTlLwHWhtOzwwGvQiUIB5e { width:20rem;height:10rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZ2glI2DsyrBWSu3vyqXZxc0aKQ61RZ { width:2.75rem;height:2.75rem;top:78.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enAIM2xhwyVn8tNMEUCkLWe3IvtuMaV6 { width:20rem;height:1.3rem;top:82.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6CIufeWvNvx58ZZLcZr0keu4LnVHevt { width:19.9375rem;height:2.275rem;top:84.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT { display:block; }#ZTSL10pXTcoO1oSaK8hEG2gTNAUNT7VT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQxzNFTHtL4mNJ7BRbvGfs6O9td2nDX2 { width:19rem;height:5.625rem;top:1.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLLcd5TWSB91JpfWHedrlbzAByX1r8kE { display:block; }
 }@media only screen and (max-width: 763px) { #Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi { display:block; }#Qc4sCCtMfCLQJAKHczkhpQ29TkRScwoi > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBTF1x3lzxaWzPHml6P9s3wFh5F0vfk0 { width:19.0625rem;height:12.675rem;top:1rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di4VDtZtvPoCmHARu9U5SHM58mXGQRHp { display:block; }#di4VDtZtvPoCmHARu9U5SHM58mXGQRHp > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jv6ITRaJyRM78TdKy1SAcHbMuQbmWUZM { width:19.0625rem;height:1.70625rem;top:0.875rem;left:0.46875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe { width:18rem;height:23.975rem;top:4.359375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Uxo69TS6TbPAqfdAqPFt1qqAtcTdmRoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 763px) { #pqTMzBALAakmhDPVOpvt2B1QHDyunn06 { width:15.8125rem;height:11.25rem;top:30.534374237061rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW5RyoeVU6UrNXXXncX5rLORSbMX9LkH { width:19.875rem;height:45.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn { display:block; }#rs3cBLerSeer3AIkvxLv5K2dx8Lwicdn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Onf2szCTuNyryGHqGZhIpe5MEze92V { width:19.0625rem;height:10.5625rem;top:1rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo { display:block; }#vFUR9nClbrAqiZsvscf6ZRNT30Kxbzfo > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxhTgglrE9usBdTtA2B10gZXoHB0o4Gs { width:19.0625rem;height:3.4125rem;top:0.875rem;left:0.46875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V { width:19rem;height:25.95rem;top:5.7718753814697rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MpHLDmz4HXtewBSIuzdRS5gT8BTyog1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8790414f-9a86-41b9-acf0-e0d14ff0e814/check.svg); }
 }@media only screen and (max-width: 763px) { #BV0ZuIIrmELK1kb8XU8xVGxNIGZHxvF1 { width:20rem;height:11.278125rem;top:33.846875190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHTUnMV4JtxP61DzpGGmpCslFtJ0C4W { width:19.875rem;height:43.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3sTa2gAKbufpm1857qH97pewvtzlX73 { display:block; }#i3sTa2gAKbufpm1857qH97pewvtzlX73 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbx16W07qHVs0Do8ywktrTldlrpCtvgG { width:18.75rem;height:6.3375rem;top:1.3312501907349rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa { display:block; }#Vy5UI6INwcZIvOxuplxGAhLHx1nDOBpa > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idS8EpDQoF6Rs4WP4V3BqNK9ftw75T89 { width:19.625rem;height:14.0625rem;top:1.46875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTgVkhGCdxuuESvCuRl66dlZnf0FTEF { width:18.3125rem;height:5.2rem;top:6.5rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMDh5GLT8akLkmQhfJe9wGTN1r0rMfoP { width:19.625rem;height:14.0625rem;top:19.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsK57B6AH0qAalZFsEgKa0ceXo6wLdre { width:18.3125rem;height:5.2rem;top:24.431251525879rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLX6DV6k3Txw5oKfI0wlEqCU08sngqZU { width:19.625rem;height:14.0625rem;top:38.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugM0767y18O0HA0TVKTambBaKGgT42uD { width:18.3125rem;height:7.8rem;top:42.34375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqhQupdF9kC5QMyNThoaai3MGimp7ATI { display:flex;width:5.4375rem;height:5.4375rem;top:0rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #fNoerl4FFdTDJ1p1Gu7LvZZdERa1smrQ { display:flex;width:5.5rem;height:5.5rem;top:17.1875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #b37tfI2H3tFHTcuRQt0IvnGeUVMoHlJ7 { display:flex;width:5.5625rem;height:5.5625rem;top:35.625rem;left:7.21875rem; }
 }@media only screen and (max-width: 763px) { #PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM { display:block; }#PoeUNsoDNlus6NnpNlZtrZfA1z9p0KTM > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cflI24JZoHqRqI11irxJQMTU4Z52dB9H { width:19.625rem;height:14.0625rem;top:1.46875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwJtmnx4TdJcQXcyFCMMswMrRKbDWqE8 { width:18.3125rem;height:6.5rem;top:6.5rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNwXbovxiveWX0e2vHKZskBTTwcOJcuv { width:19.625rem;height:14.0625rem;top:19.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmphbzoCUs3mThE2twDfwIVTXAIx72BO { width:18.3125rem;height:5.2rem;top:24.431251525879rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBKBJGDIDHRBEJG6m9ira6rP5QkOPZci { width:19.625rem;height:14.0625rem;top:38.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zNdoQQeECagVt5khl5acaAQQIpW466 { display:flex;width:5.4375rem;height:5.4375rem;top:0rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #JUp1OXw8tkaySDFs7eoa8c0DOyDwXCcl { display:flex;width:5.5rem;height:5.5rem;top:17.1875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #xQ8ksW3bhN8MydQeiUsz9as48Ugpposm { display:flex;width:5.4375rem;height:5.4375rem;top:35.46875rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #CAbQTC69fMUuk2mIJzSiqLpgcQ7Gl2Jw { width:18.3125rem;height:6.5rem;top:42.9375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJkBitNlEAcV5q0HlexoFC4tfvUCPByI { display:block; }#bJkBitNlEAcV5q0HlexoFC4tfvUCPByI > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGzNw6nZIS1rP5034oqK9WUKCWyRdLr4 { width:19.125rem;height:8.45rem;top:1.2624998092651rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 { display:block; }#l2JQfOLMT5AvEu1u9wRyI715MSQNAeO5 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIg0mJ12yWO9C1EMoK1bbDk3HiXizM9H { width:20rem;height:17.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB { display:block; }#Uciu75kc5oHVZCdUxbf2ypryfkTa4LJB > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USBVz2f9BDH4d54IO0xNMrEUTNTaUGiE { width:19rem;height:5.625rem;top:0.90625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADb5zxRSMDxfmIoaKrpLKQtLO4eulDI { display:block; }
 }@media only screen and (max-width: 763px) { #PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo { display:block; }#PD6pRUd3QQygcIfhNyKz8zKEJXTPUvDo > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q422kmqMRk2wlGGlJeCDx9dcJ5NUJC8I { width:20rem;height:4.225rem;top:0.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMKGiKPHtOTT73cE4BNCrDm93fiSpJ3H { width:10.875rem;height:10.9375rem;top:6.3984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otivsH6xpMKL8CzFu85SOPXu934rTFTF { width:5.1875rem;height:7.375rem;top:10.1484375rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFRIFm7V0GDCor9RKJiB3FiBlfmgX5zP { width:10.875rem;height:10.9375rem;top:23.734375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXdqMpXMzCuLSFNvFoPTRwImgT8EQDqv { width:10.875rem;height:10.9375rem;top:41.0712875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVDcCNBXyp9A0E5G8yM5sTItX6gWImcr { width:10.875rem;height:10.9375rem;top:58.4082rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EabRECTTrDRea80fR12erHyxTE8q5Tmc { width:5.4375rem;height:7.625rem;top:63.93945rem;left:12.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KErKXCvB29tOMM0kIHth4fRhGdQu8WTc { width:3.75rem;height:2.6003875rem;top:10.2421875rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNeQdVv9olTZxB9QKVwzZ0cFl2ix3QTs { width:7.5625rem;height:2.6003875rem;top:27.546875rem;left:6.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cT13w6ribqdmPFT2Rqc9baUtS2fVvb0R { width:6.25rem;height:2.6003875rem;top:44.8837875rem;left:6.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRIOiwVrQTQ5o8JzWy8QDOZcpqXPtLTB { width:5.0625rem;height:2.6003875rem;top:62.2207rem;left:7.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoCA91IwNACZ1HTxvI2tc3IZvTdQblUR { width:16.9375rem;height:4.3875rem;top:18.5859375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NawLs2MRmd31ldWFG1c9vGJkUkcq1i9P { width:14.8125rem;height:4.3875rem;top:35.921875rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9g43TsPtwFtVDl2qOBxU2SizFwk4CBl { width:18.1875rem;height:4.3875rem;top:53.258333206177rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyiWTgl3HiAF2DNMO9aK8tIKD1mRkbTk { width:16.8125rem;height:5.85rem;top:70.550003051756rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm { display:block; }#yQNyrqgtG7JD9flux5aVyKbZ1MQRbSFm > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieT4QNdBETS75tksPFOpzhge7Fc3JNdw { width:10.375rem;height:12.875rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACaPadNtAFHokSsPqHXBfhOhm4WAvqyT { width:3.3125rem;height:3.0625rem;top:14.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBaz9D4AXwhEwPkc9Wrod35TaJVqFeN { width:3.3125rem;height:3.0625rem;top:14.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWydNd04z4cgVffXwsEcNJaSaRTTwagJ { width:3.3125rem;height:3.0625rem;top:14.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyoL6tQsqbsVbOfPr0tzyTnTvJP9tTCa { width:3.3125rem;height:3.0625rem;top:14.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdbShEMlmvRnzPdUV3eiiG7ba22SPwVG { width:20rem;height:5.85rem;top:19.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w87LgUWDT7KlRRAdk76CeCm4U7abI3e0 { width:20rem;height:26.325rem;top:26.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk { display:block; }#w98J1LLSBtcHCeZn0FddqB4fwLbNN1Mk > .row .container { width:20rem;height:170.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgIcKPMpuZTThh01oSPIognmfiZoi1bu { width:20rem;height:42.625rem;top:3.3802108764649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM95phDSgsxTBioBSHaTN7xQg93QKCbQ { width:14.8125rem;height:17.15rem;top:21.5rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RT40V1TRW78anHgoTvRiXsK9rucJ3nVM { width:12.5rem;height:1.1378875rem;top:40.3125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #elEOGBMA8Ayu6uVBn9qiLeQtDnEg6EEn { width:1.81206875rem;height:1.43663125rem;top:43.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTlNGRcGnA5drnIfBUSCuhx5kTwGHIfD { width:15.811625rem;height:1.1378875rem;top:43.625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hohfFqoAzaXA7OyLQnZh7KmzwQ1cdt2f { width:19.875rem;height:49.6875rem;top:46.498962402344rem;left:0.061458587646484rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH2zP3gCOFETrmgsP6leyPnGVnKNCxzW { width:20rem;height:3.675rem;top:51.373958587646rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tamSu3egrRIUHNvH4Aeo9hbDonZHQF6u { width:15.75rem;height:18.375rem;top:77.62499809265rem;left:3.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euKhE7A5qFfgyTJTpLOMNSRrxxMLgUWq { width:1.4375rem;height:1.4375rem;top:40.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPRwZfqy2rJQWzMzVv5Zd9b9GTOyrPku { width:1.4375rem;height:1.4375rem;top:21.500000953674rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGUEJPrkPhrLy7TTJkSEpSXGxXoV48Db { width:1.4375rem;height:1.4375rem;top:27.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89ovJzd5FT1Ggx9M34EFJL10qFT5N9v { width:1.4375rem;height:1.4375rem;top:77.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOyfPcu8zdd3f9reBCTDy49NdBvcTqox { width:20rem;height:10.5625rem;top:8.56875038147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTvCQ7G27lDRem9DQNBt12WT8t4yXwwC { width:20rem;height:4rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlzzhMMgb39cG4SDv4LXCcUc9heTrqKd { width:19rem;height:1.6253875rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gffRdCEJyFPxqCrfcuh0xwf8pnPFEdAC { width:1.4375rem;height:1.4375rem;top:34.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkK9m6LehmdS7MQ8N0iU1qK6g6QTINhC { width:20rem;height:4rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fScB0wNkqQN9BaUUwTkZIRqZTg0wVtBx { width:20rem;height:1.6253875rem;top:47.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT { width:18.5625rem;height:13.1875rem;top:57.186458587646rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#D2GV07Dfswa8kopD7xpn6vGqhcUEXIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/71c8ec3a-0d17-4be8-8889-c5d1f2572e46/Iconawesomecheckcircle.png); }
 }@media only screen and (max-width: 763px) { #pNTaKDc2uKA9y0aFTBIRyVLX4tufv2WE { width:18.0625rem;height:2.45rem;top:72.992708206175rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS5J77T5WbfFxag9MrNxUn9o4lxKMGyT { width:1.4375rem;height:1.4375rem;top:86.09375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:auto;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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.adaptive-delivery-prevent-bg, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyload, #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-input-button.lazyloading { background-image: none; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:first-of-type{padding-top:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .widget-container:last-of-type{padding-bottom:0;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf  { 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: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;height:auto;top:98.748958587644rem;left:2.125rem; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf .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; }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf {display:block;}#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf { 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: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;height:auto;top:98.748958587644rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw {  }
#IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Vs6AzqQEdrLMxIfoNQr7d15VwJsKqOIw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #bTWeweU63eABXQe0tOggK8RPzaeUtxi8 { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TEcTILqcI8N0aNTk5mActEr8sXn4nDDI { z-index:2; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #TeLSsIspMWzpFQzqz9HOwvo1DpcFJ2Kt {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZWeEL64r9v2SITXAkknQSSb5lDJLy4VA { z-index:2; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vF9Oum3cBRNS3G2aFM8pP7dN0ioI5CIv {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #muUP610yOKi60n43vI0GZBTZSL4Nefks {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #IPIoLUIzsLIKILEiavK13s8fW7bqMclF { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Wty8AVKZ7Oh48LwpgV6ustvs77nyHC3v {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #gmborpuEmZODrqgUPD3vJLD0mCAJot93 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wMBfUhS8KOp0Hqpmt1ZMqNGTxRKHChzQ { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mOtVnB09TLE1cFccUvlfwqtoGx5KoWdh {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rrEOhf8uKwP8l0JThVDvzTBgf1mzJa01 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPgEeQqOCm1tu6xySQzQ0kmBgOsV6OJK { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #UJykZLlB17dKWM7v9Qnaa5FfGTn9GJyr {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #loddF3LyTPZNsEgKTUSR780NNWyxf7ym {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HFQ4WUn8Nhng0QVvcCuxXN5gc9q81Rkt { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GtEd6r6lCvRlLnvntXiou50gkXq0cMT5 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #rgXNCiVwOVn1pVMs0RueSa5xKJKTUfyW {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yM7IXI619X6C8FBKdu0g3UHknlc6SfAz { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #zxuXmuQAyWyhtaLTl0cUO2GK5qh3CtwG {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #heghieETr75MFB06FgolaPTk7GyChSkp {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #RRgrGHn5wOJnLGi8dPJnZAR2VRRuivPl { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WhvyFPR7MTnpWTP0xQxfBZFlCRbStEeS {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJtLbDmqy3xNX1rxuatpy3QQ68en1gxQ {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WmzInqlgI7zlnDrZih4cEpNsNW4WzZpI { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #nXQX5ToqTxvw00W5xrpTKJbP3d7E1pP4 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #EyF4XeepkxvuzpMANqsiS1c9kWMJy2vb {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mkW7B3dSJz0ZgNGNq9pWJxkX1MiNIZoV { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DgEI3een4QWTXcmDCMMgPntlGLbs19Xn {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #tFcGP7fLeRVTuekzXfiThdNOvOMCq0nd {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #H07PxOFKEAyzaJkeLlIGT0qZqmnrOkFh { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #pST3gMT1ErGNbhmQ1AmqcJwDK9KxKUKg {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #yaygo2Sh4MTdaUPlZ6qIqSy4OVGN5TIr {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #hDvzSgHnTIMNQszRBZuV9ZKqaMZgJULh { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dPpX3amAKrJTl6ASisFhKTwG7rBi7Rir {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #WJQuizihnNvttyhhToxDFhMlFrCpUxSd {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Az6eHky6BGt6FK73HdJ3sCJalZ00ByFf { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #f8lcy3IbOJ7iidnJxqggKMGGSbiANMqn {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #XrruRe6GcO19eDVphHTledzLQUPgPwrT {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #MH6Sv34PWTEfs8DpR9kb8vNBWzdryxET {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #NnBsXxoeRThxagar4DmCnOtnm8JJzB41 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xfiIrPp4La2Ps0RuayS6VpeAIlUrPqgX {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Ebz7dSlq5IXvhGctyyX0F7lhDOHrWtKp { z-index:2; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cs8D3pGwtPi751pJPsdqpAxcKAgMpagn {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #o7swHyJBFIozB1ewpGeG5VoOCp49ZTrg {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #X4aawnmVyMTiropGB3idJwNt0nPF7IOD { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #C5dayCoEMUP80mSg3fpEybMZJ5JiQD9G {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #DkANSbahch6Tfrenu2LzuH7yfepv0cko {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #eeeWCMLtdAp4nH8qTRpl2PBvUGodDR8h { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cUESTPUOoB42ZpxW4V4VGTdOsgiWtXSc {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #T9byyncN4oPww1Fw2dtQwMKfx6a0DTtc {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #HnW5kBTCIJzDxy0sT55nori5u6Lmumsg { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZoDyn7br3ph8Cr7iJXBPNZ7p2rMhZ7Fy {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #vDASU2EkHyywWha87AQEqQ37nT7S3Vq5 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #fT6Ev4ru1caNHDW0GvfdWiihiUqcCory { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #cmHURny1eQykLzDmhe5H8chmJFs6k5Qd {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #usnCQaeEf0FfwHaD3J0WoXstrKLLKCIT {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #mpJQPx4C47gdSlSqgwvWDoMG0Erro1ZR { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JJt3dzPTkWMDKdy9OtQSZux5GPOFi8PV {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #m77f6hlSsnRhKSxe75wuTIApCnNQysaB {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #GTrW3T63zREOliwMMLhWbm36VZZVr97b { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #sofJQ30yOTI7nW6QiFyDFD1EchDxRoTN {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #dpNtvsMDJe1AQuKDz4LCOXnhclCJBPnV {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #stXuVSUeVdES0hv5B605L3iJOmOOHOzM { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #JzsUFiH1T7ka38q1HyIHEJMGHVVpcXrs {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ayTDo0XsB1THBeFcPJFwfPNBriU0Jl81 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #FMTDc4aKFfFvuuQKPVWcS8hGD03Oxnhr { z-index:2; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #kRzyWoGzhihbOqE5AxqCo1pee0FfiQSi {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #ZX6FV3Eo9XfsSwbSn41gaK1rAx9ilpx8 {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #wKs9VlA86hBiMZUE9nOg2lcOdMOWwASN { z-index:2; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #e6anbR2Q1ExPof46oOcft9LE2JUkOv9R {  }
 }@media only screen and (max-width: 763px) { #ZCfVCGHhzTWOqnKeX8SPH2rR6RP8o0ll { display:block; }
 }@media only screen and (max-width: 763px) { #aHZFeryNviFnIUqzgpfHQeEoe2y1l1n3 { display:block; }
 }@media only screen and (max-width: 763px) { #scxq9MKmaR76TAIBAgFuIvRT7XSC35HU { display:block; }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #Byp3BW9Apu9DyOkJevF0OeZlCgpkilzC {  }
 }@media only screen and (max-width: 763px) { #IVCktaqGT0fDyiv3qmTm3stE0PJqpLbf #xMCrMkTR7TzCMqhCRPgyBHCBGHNrJBMT {  }
 }@media only screen and (max-width: 763px) { #m3kyMKlZ5NE03hluwkf2Qe4h3vOTtWhP { width:1.4375rem;height:1.4375rem;top:92.136459350588rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E { display:block; }#u6pzzW6fakWngUuyv7ACtdKIfp2QMk0E > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bua5T4p82JtzcuTDgeOmIa6e7O9WHIcR { width:8.75rem;height:2.625rem;top:1.5000305175781rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZ3NR29GmrqvpJzzuAp7lG6ohuLgsKU { width:14.75rem;height:1.40625rem;top:5.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qeb10THTOtXcMfOGZHvKBqdWLrkyw2dT { width:11.5rem;height:1.40625rem;top:7.78125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVrNv94cefWW7B32LFssceDxPL1GMLya { width:7.875rem;height:1.40625rem;top:10.4375rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgIMEF1fRRpahJakacf4coQt73xGJPHI { width:1.9375rem;height:2rem;top:13.09375rem;left:9.03125rem;display:block; }
 }