.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:#efefef;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); }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix { position:relative;display:block; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix { background-color: transparent; background-image: none; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row .container > .video-iframe-container { display: none; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row > .video-iframe-container { display: none; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .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); }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix { border-width: 0; border-radius: 0; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .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; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lhmaidieQRUgu2PTFzXvrH0nmgfCVkWH { 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:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#485171;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; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { background-color: transparent; background-image: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container > .video-iframe-container { display: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row > .video-iframe-container { display: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .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); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { border-width: 0; border-radius: 0; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#G6mUfioQCHbFBnnQK4ur7PIVy89xRBbW { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #409a72, #2b7050);background-image: -moz-linear-gradient(180deg, #409a72, #2b7050);background-image: -ms-linear-gradient(180deg, #409a72, #2b7050);background-image: -o-linear-gradient(180deg, #409a72, #2b7050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#409a72', endColorstr='#2b7050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#409a72', endColorstr='#2b7050' );";background-image: linear-gradient(180deg, #409a72, #2b7050);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:42.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#hlQTK9JT7RWaSeb2VVTT4pVQt9SnzD2i { 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:4.5625rem;width:25.25rem;top:1.125rem;left:3.15625rem;overflow:hidden;display:block; }
#BtsVydbDRTVefNVCr8EvhUnA6W7JUHxd { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:3.15625rem;height:4.46875rem;font-style:normal;display:block; }
#z7g6sG7uznQmsGF4peg3lgCmflbT6z92 { 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:21.375rem;width:30.125rem;top:9.9375rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#S1XxsMkAEBcqwECv5CcE2mu52mtM3WdN { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:28.40625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHKEAAgEuTTMBUwToTlZbrCaPlc0i9Fd { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:28.3125rem;top:11.1875rem;left:30.319793701172rem;overflow:hidden;display:block; }
#f6tGvnLn6brxDzlQoJO1mSuv6pppOtR4 { 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:14.75rem;width:14.875rem;top:2.0625rem;left:58.5625rem;overflow:hidden;display:block; }
#lFmmdsD1u9aLw6Jc4W4fmdPWoPh1mnrk { position:absolute;display:block;z-index:14999;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.375rem;width:14.875rem;top:15.625rem;left:58.5625rem;overflow:hidden;display:block; }
#PJZfVHNE5t8JFZeOQhTO935xk4q8n30g { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.694793701172rem;left:3.1562519073486rem;height:2.68125rem;display:block; }
#TKUl7zxVUEZyTpoVbDsILBQbTlpR39xU { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.376041412354rem;left:3.1562519073486rem;height:3.0875rem;display:block; }
#Aad4V1TScTmXCa6Osa3twDUP8IXKd2Ck { background-color:#485171;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.1875rem;left:38.1875rem;display:block; }
#w0JuzKzT4qGVwv00KqwgK0UlhAEyeqMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8tnTsHJpTQnWkpyGMN1EJNUqLuGf334 { position:absolute;display:block;z-index:15010;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.5rem;width:1.875rem;top:33.680206298828rem;left:53.65625rem;overflow:hidden;display:block; }
#eEetUPIbBkM3XCIqkELJ8mzI1FEAsZsa { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0244140625rem;left:59.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uKodJuMugZBzk462RZnz099Q2CFbZKn6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.28125rem;left:59.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E4hWyDbCbKMvXKLFfbGi8kblW8B3UUGN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.23046875rem;left:59.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kgypaniz65yAIAuo4ZzW12eM5BvcLkwa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.23046875rem;left:59.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuzyxnXC0RqCmhanTnlp47LmAmm4d4eh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.875rem;left:59.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUhT629Hi7u2aIms8zZxO1I4XoP1zWfB { color:#485171;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.349609375rem;left:59.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BmcGts9NOTBNOkgQPfUpZZfCQRioGiX4 { color:#485171;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.80078125rem;left:59.75rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODRxhM800H3iCZE1EuK445QGXmdlJMnW { color:#485171;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:23.16796875rem;left:59.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5SH2XnW4VtTgDUkGh9vJh7hTaNGeqnC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#KmPCQwqmkpNP1sPd8giJtD4CmdoTea7y { 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:0.75rem;width:1.875rem;display:none; }
#HGK1bmW51mqwB4ZaFTpuKRPmJfqZwreZ { color:#485171;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.667709350586rem;left:59.75rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#xIgrItQ1LbgNQUuoboWfSDlKNMAS48hs { color:#485171;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.4375rem;left:60.0625rem;height:1.3rem;display:block; }
#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container { background-color: transparent; background-image: none; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container > .video-iframe-container { display: none; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row > .video-iframe-container { display: none; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .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); }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container { border-width: 0; border-radius: 0; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#ZL35Ht5ZASx54reWlNN6cqSScTb1EzNp { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.71875rem;left:7.59375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container { background-color: transparent; background-image: none; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container > .video-iframe-container { display: none; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row > .video-iframe-container { display: none; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .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); }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container { border-width: 0; border-radius: 0; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#LDGeseF5Sz4xTT9syb8yRyeM1LCA7zvA { position:absolute;display:block;z-index:15000;background-color:#3a9b70;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.17) ;height:13.1875rem;width:28.875rem;top:0rem;left:7.875rem;display:block; }
#ZsQ9ZL87TchwDpaDO4laQ2l5HN8t0R8T { position:absolute;display:block;z-index:15001;background-color:#485171;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.17) ;height:13.1875rem;width:28.875rem;top:0rem;left:38.625rem;display:block; }
#V45fsNCV6q9I7SURRVb1HEvwTRaE0sgs { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7265625rem;left:9.84375rem;height:3.9rem;font-style:normal;display:block; }
#qo1aJD3IobAB199NTT5DBSlxUAN6ybNJ { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9931640625rem;left:10rem;height:2.925rem;display:block; }
#uTwvPZeHa6ZADDs3vBRCVxdERG1O41yf { 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:5.6875rem;width:9.0625rem;top:3.75rem;left:26.861328125rem;overflow:hidden;display:block; }
#cqyRkxBhaXmwF1vG1y0Eev5nkTcL339z { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:40.21875rem;height:1.95rem;font-style:normal;display:block; }
#gRz58LyigsVTMiPMy7LiUK0ZKGegCZum { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.201171875rem;left:40.21875rem;height:1.462675rem;font-style:normal;display:block; }
#GRhf4SAOEhyTTwsX0CTbmOrLec8HpPZX { 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:7.0625rem;width:5.375rem;top:3.0625rem;left:60.59375rem;overflow:hidden;display:block; }
#fnzDwn1ESUPAmd767ZMuNd0WOIxAMELE { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.19921875rem;left:40.21875rem;height:1.95rem;font-style:normal;display:block; }
#yrumWGZn6lnApeDaK88poM5bLMtxif7a { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5166015625rem;left:40.21875rem;height:2.925rem;font-style:normal;display:block; }
#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container { background-color: transparent; background-image: none; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container > .video-iframe-container { display: none; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row > .video-iframe-container { display: none; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .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); }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container { border-width: 0; border-radius: 0; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#MvfZwGgJZKs7FAcm8opfvCB6yHe4Lz4O { position:absolute;display:block;z-index:15000;background-color:#485171;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.17) ;height:11.125rem;width:28.875rem;top:0rem;left:7.875rem;display:block; }
#ynUzpzKMnUSMGJr95FEhpvVusp9TL4oi { position:absolute;display:block;z-index:15001;background-color:#3a9b70;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.17) ;height:11.125rem;width:28.875rem;top:0rem;left:38.625rem;display:block; }
#PDv4iPcqXIdzE988EWiTd6IPsf3TveDK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:9.875rem;height:1.95rem;font-style:normal;display:block; }
#smWqiZJ5SSZgQwnK8TQa15GmfvqbCKnV { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.875rem;height:1.462675rem;display:block; }
#HPGxTCH53hvLS2W94Z2Hw3VPDgr83ETF { 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:5.6875rem;width:6.8125rem;top:2.71875rem;left:27.8125rem;overflow:hidden;display:block; }
#xsInrWTSeAa7hx8abWtiZ8eEXS2P2dJD { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:40rem;height:1.95rem;font-style:normal;display:block; }
#I8cZUAhkJSkqN2A6Bx59PXPrxWNs7kn1 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:40rem;height:2.925rem;font-style:normal;display:block; }
#TsKIZWSxRSPMMvDU2hXENPdFim2AkAzv { 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:5.0625rem;width:7.75rem;top:3.0625rem;left:58.375rem;overflow:hidden;display:block; }
#SfWQA8TILNJagmZrwapryopgGos0NETQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container { background-color: transparent; background-image: none; }#SfWQA8TILNJagmZrwapryopgGos0NETQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container > .video-iframe-container { display: none; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row > .video-iframe-container { display: none; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .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); }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container { border-width: 0; border-radius: 0; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#XvXQzWJHMox2GioUX5OvLtggdTiLGRu8 { background-color:#485171;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.3125rem;left:28.3125rem;display:block; }
#NsHu6r8dTKsP1c9GT6PoDpi9PVLrZwt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hplbNIm0KBI09l3K0mgwN85It5iKfV8v { 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:0.5625rem;width:1.875rem;top:4.75rem;left:43.999996185302rem;overflow:hidden;display:block; }
#TtCQoOBAfkocwfTy28Ve09UIPSbU1E7O { position:absolute;display:block;z-index:14999;background-color:#3a9b70;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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.375rem;width:75rem;top:9.5625rem;left:0rem;display:block; }
#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#485171;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; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container { background-color: transparent; background-image: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container > .video-iframe-container { display: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row > .video-iframe-container { display: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .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); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container { border-width: 0; border-radius: 0; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#GI9kxIAvTcNTACmTu9R71lc9wI71Kw0y { color:#ffffff;display:block;width:70.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container { background-color: transparent; background-image: none; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container > .video-iframe-container { display: none; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row > .video-iframe-container { display: none; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .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); }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container { border-width: 0; border-radius: 0; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#AzfpTTkLyAh2c5uF4IoJP7McTpPt9Ccz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:1.59375rem;height:1.95rem;display:block; }
#zPTvg7UVdmoq2qN9Cl3GuWOFWfDBqtz4 { position:absolute;display:block;z-index:15006;height:17.625rem;width:31.375rem;top:8rem;left:1.59375rem;display:block; }
#eRXl3IS672X86wCsIQKEAIR14NFTl5xM { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #485171;border-left:0.125rem solid #485171;border-right:0.125rem solid #485171;border-bottom:0.125rem solid #485171;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:15.125rem;width:32.625rem;top:7.574999809265rem;left:39.53125rem;display:block; }
#x9x73lBOLUfNSXkgJ8yKDTN3OQHPDTKM { color:#485171;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625009536744rem;left:41.089584350586rem;height:1.95rem;font-style:normal;display:block; }
#gyaO0p22VRs78TuhpIZHXTRTpaQluVcv { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.089584350586rem;height:6.7875rem;overflow:hidden;display:block; }#gyaO0p22VRs78TuhpIZHXTRTpaQluVcv li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gyaO0p22VRs78TuhpIZHXTRTpaQluVcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6112a04c-f9f6-4c92-bb20-293c72e9f5a6/tickblue.svg); }
#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container { background-color: transparent; background-image: none; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container > .video-iframe-container { display: none; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row > .video-iframe-container { display: none; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .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); }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container { border-width: 0; border-radius: 0; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#kQFVfLEcPOXfxU1e8Xm13xbdhuPvnZH9 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3a9b70;border-left:0.125rem solid #3a9b70;border-right:0.125rem solid #3a9b70;border-bottom:0.125rem solid #3a9b70;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:26.4375rem;width:68.75rem;top:5.1875rem;left:3rem;display:block; }
#a9WTK26I9pQX2V0JTcyQkXw1raO4NBVA { 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:19.5625rem;width:27.4375rem;top:9.0250015258787rem;left:45.396873474121rem;overflow:hidden;display:block; }
#xvZGwuHwqWSMgeb9sTHXBwHgKIkTC9Gl { color:#3a9b70;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:4.34375rem;height:1.95rem;font-style:normal;display:block; }
#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.449999809265rem;left:4.34375rem;height:12.1125rem;overflow:hidden;display:block; }#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.449996948243rem;left:27.77187538147rem;height:;overflow:hidden;display:block; }#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
#UnDGqRt0U7s49dgpNfUvkf1L01e9iWeg { color:#3a9b70;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:38.8125rem;left:3.5625rem;height:2.4375rem;font-style:normal;display:block; }
#oLcDN3NepehZSzpKcUHVrsKzeeWdpgJA { color:#000000;display:block;width:47rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.9375rem;left:3.5625rem;height:8.9375rem;display:block; }
#C3MFRAKDQD6TZufu4qMHZErN0meaWvF0 { background-color:#485171;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.5625rem;left:54.1875rem;display:block; }
#R4Pe5H2elQzowLIGgIJ0zpixBRLt7gbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLtM83D7noNVIxrJoT2dKED1mxiUu8JX { 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:0.75rem;width:1.875rem;display:none; }
#HExSvO6qCnCLgW6g2GZHi44zIfiKSOoG { 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:0.5625rem;width:1.875rem;top:47rem;left:69.8125rem;overflow:hidden;display:block; }
#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container { background-color: transparent; background-image: none; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container > .video-iframe-container { display: none; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row > .video-iframe-container { display: none; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .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); }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container { border-width: 0; border-radius: 0; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#Em2zg2kAyTmwIT1bxP3hJ83vzJsZp6fQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3a9b70;border-left:0.125rem solid #3a9b70;border-right:0.125rem solid #3a9b70;border-bottom:0.125rem solid #3a9b70;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.9375rem;width:68.75rem;top:5.1875rem;left:3rem;display:block; }
#GUfOIi9S1c6CxPkhycWs8J4SHXeNAS9e { color:#3b4340;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:15.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzw2dR3v6rIFQpX8lxyIMEgBh6svuVOe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:16rem;top:14.8125rem;left:16.40625rem;overflow:hidden;display:block; }
#spoawaAZclL2yuSAowP66Os3ee1Q2MpC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:16rem;top:14.8125rem;left:39.09375rem;overflow:hidden;display:block; }
#LiWBxEtIxFJDw8X9ANlxzU0lOUyb73Xz { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:9.75rem;display:block; }
#yG3oH2TaJZHk7sqreevJmrKXUAaQoKN1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:13.75rem;left:11.21875rem;overflow:hidden;display:block; }
#UMiTEHShpc7Vs2ncUVP65MhFoPANxKru { position:absolute;display:block;z-index:15007;background-color:#3a9b70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:32.65625rem;display:block; }
#ps6ghcybM5ay4ysb6wZvg0mzhVPTBWS2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:14.03125rem;left:34.34375rem;overflow:hidden;display:block; }
#ALJDlLvqSR7rtZ4PbJIidlJktAlnhdWO { position:absolute;display:block;z-index:15008;background-color:#485171;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.21) ;height:6.0625rem;width:6.0625rem;top:12.25rem;left:55.65625rem;display:block; }
#P7fTXSwd1TRoMTSEZ5kvD32GPOipZBhb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.0625rem;top:13.8125rem;left:57.15625rem;overflow:hidden;display:block; }
#SHWFm9pgp0iE87I6oZLGq3XJ23prdVPH { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.53125rem;left:6rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEKm5mbrok9SOcpVzIxqlw1mQzvw0puZ { color:#000000;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.53125rem;left:27.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXIvAtyiPIz2T4MptJDMrwfi602p3PsI { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.53125rem;left:53.75rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ar4c1dOQ2y5HxLAuoPaJq0kIae6OtzJz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.875rem;display:none; }
#NWt9NQ6F1UKc36rFe3ayWGqa7EzuravG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.875rem;display:none; }
#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container { background-color: transparent; background-image: none; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container > .video-iframe-container { display: none; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row > .video-iframe-container { display: none; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .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); }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container { border-width: 0; border-radius: 0; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .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; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#iDIJy2hFJET5859ARuDbfbHXab7EQ5ZB { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #3a9b70;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.9375rem;width:0;top:5.3125rem;left:3rem;display:block; }
#WPrVHUZ8IGrUzkbFopB8vg5e8Ced9y64 { color:#000000;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:3rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaIdZxSTvXRrg76riXkCOH1b9eITfbWE { position:absolute;display:block;z-index:15006;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7rem;width:7.5rem;top:8.6875rem;left:5rem;display:block; }
#JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.6875rem;left:14rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
#dIwIE4ag9apPOILsmIBnVx8uFcowUKXw { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:5rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gD0k2WGrTQOJJSlkHmWFRT9PQoBZHMRp { color:#000000;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.25rem;left:39.625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XW7VHf2nSZ6TWlDfXTv0OUI5JiNI4WDE { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #3a9b70;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.9375rem;width:0;top:5.25rem;left:37.6875rem;display:block; }
#Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.25rem;left:14rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
#pTJghP0fZgWVpgh7QflWGczRi481cgO4 { position:absolute;display:block;z-index:15008;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7rem;width:7.5rem;top:18.25rem;left:5rem;display:block; }
#NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6875rem;left:48.625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
#dbtx0au7D56ucFn6QPzObaUOiHLESRHF { position:absolute;display:block;z-index:15008;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7rem;width:7.5rem;top:8.6875rem;left:39.625rem;display:block; }
#iuJCqWUTKp31qGsA9xgaKT0s2iTlO6cm { position:absolute;display:block;z-index:15018;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:9.3125rem;width:9.3125rem;top:6.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#gFMititwRr4vUCTUKF08rQLl2bVN8vht { position:absolute;display:block;z-index:15019;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:5rem;width:6.25rem;top:19.25rem;left:5.625rem;overflow:hidden;display:block; }
#zNLmfG28nTHp8rsxQHBMakaPDh9wak66 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.3125rem;top:9.59375rem;left:5.09375rem;overflow:hidden;display:block; }
#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container { background-color: transparent; background-image: none; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container > .video-iframe-container { display: none; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row > .video-iframe-container { display: none; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .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); }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container { border-width: 0; border-radius: 0; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#GTL26pmzV7Zp76C2tupehaGu2VTPGZxt { background-color:#485171;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.6875rem;left:28.3125rem;display:block; }
#c55KCsTLD7xgTvrsypAkUTQrus7LN6TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtmwBU5FAmHsLVu07nppUPyq2HR0yCoh { 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:0.5625rem;width:1.5625rem;top:3.125rem;left:43.875rem;overflow:hidden;display:block; }
#Afv3eLegQC6Zk8xZmQECwlwTrnTZz4gS { 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:0.75rem;width:1.875rem;display:none; }
#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#485171;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; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container { background-color: transparent; background-image: none; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container > .video-iframe-container { display: none; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row > .video-iframe-container { display: none; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .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); }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container { border-width: 0; border-radius: 0; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#HOiwFu9TlU6rmsP0vC0boKPnyKaTRcig { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:6rem;height:15.6rem;display:block; }
#m3gmSklGkQL19QssJlNBMpwxkuqm8CvP { background-color:#3a9b70;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.5rem;left:28.3125rem;display:block; }
#A4a4u4BuxVTzRONnwy1LhPmPyxkmkXIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULZykOCTkp88L9CfHT8uft4r3tVtb1kn { position:absolute;display:block;z-index:15016;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.5rem;width:1.8125rem;top:23.999996185302rem;left:43.875rem;overflow:hidden;display:block; }
#lphl7mTtymkUOlLtO0O5RCU82FgBiwWS { 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:0.75rem;width:1.875rem;display:none; }
#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9000ecf8-cc93-46a9-b2dd-8142786112d0/bg.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; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC.adaptive-delivery-prevent-bg, #dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC.lazyload, #dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC.lazyloading { background-image: none; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container { background-color: transparent; background-image: none; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container > .video-iframe-container { display: none; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row > .video-iframe-container { display: none; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .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); }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container { border-width: 0; border-radius: 0; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#dytEvb3w82fwlvInOrEfzQNy4G7RIBNM { 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:15.75rem;width:52.75rem;top:0rem;left:11.125rem;overflow:hidden;display:block; }
#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container { background-color: transparent; background-image: none; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container > .video-iframe-container { display: none; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row > .video-iframe-container { display: none; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .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); }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container { border-width: 0; border-radius: 0; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container { font-size:0.875rem;font-family:arial;height:83.875rem;width:75rem;position:relative;display:block; }#CeiW0UD8lcqu1gBsRlrT0rzZeuQ4XEv1 { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-form-header {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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:lato;font-size:0.75rem;color:#000000;width:15.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-text {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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:15.625rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:lato;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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:15.625rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:lato;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-select {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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:8.125rem;box-sizing:border-box;font-family:lato;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem; }#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.adaptive-delivery-prevent-bg, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyload, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyloading { background-image: none; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U [class*="-text"]:-moz-placeholder {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U [class*="-text"]::-moz-placeholder {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U [class*="-text"]:-ms-input-placeholder {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U [class*="-text"]::-webkit-input-placeholder {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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:lato;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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-radio-label { font-size:0.6875rem;font-family:lato;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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:first-of-type{padding-top:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:last-of-type{padding-bottom:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U  { 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:lato;width:23.75rem;top:3.875rem;left:44.5625rem;position:absolute;z-index:15001;height:auto; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.625rem;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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-info-text { font-size:0.6875rem; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U {display:block;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U { 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:lato;width:23.75rem;top:3.875rem;left:44.5625rem;position:absolute;z-index:15001;height:auto; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG .container-column{width:50%;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #WXUWzAX6xSkWws3RLoFOrEZxmdESBKUh { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xzee3HFJ33nT2pxQkCbFQrCtoDI0Ccwk { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iSzrbyQHIJcTWEUhZzy3hHPPEpeZFLSA { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #y9XOUxAQbnqGqpxU8sAMJWwxi8WVaXuT { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OLTQ5nTc3q8bP1dSZJATopQEnMn6vDkc { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jh5hpDg1FtBmZTRASRFWHbyAwT6wmmIE { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bEvKq26MKWxG1tLMUfCKBo2qEmxPb92y { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #IiIZdi0rJRxkL3ZTpOdSbewq6slCko1n { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #r6yzlF7vtGkf2hRqdrnR91MpDAKfEfl8 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Rfr1umskkaoinQAkSm7RmHapt2PzgFNL { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iHGZA8XdGTWagB9aWwM1WCzPhbUrk5TA { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NJOmmvsTcVnQpJKxo8Uh9mMMKSRb6u48 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dfA6bRdM4goFXg00CW3FJXAcoAGXfKFo { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #EEDvz7RrbcA1FNc4H5FmVupQK3kmyug8 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kvDe2AiADodsHcszwuTdbWzuvH3cTiOM { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #fic4hQvQkg2eEnz6dT6FLTh3RezKCSyT { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dGQHdpVpTVLD05FJpmQIvTWT0U5W9Apf { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xlKi9kyrgu1nNH0RsoDMp328SQJATO7E { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #qWoaHASJEBCNInrfgn2QqVCViFHRvK3R { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F89bVQXAFuFSBwexGqJCqUrpDC2ODv40 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NSDEIntzNd2pcXC2gecA8bhAWDKkCFaI { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #D2XZw8HiZeCsgMQ3vXdfvKn38tNKcwnX { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H1MP7XbJmET3kpbKdB834MzKUSQQMn94 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #msTHsMMt2QSdtf3SV0COG11vn4TWD7To { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #ITbBMHzxfguwe6o9TotelOqETT2wCndc { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M2EGc1ZTNWcXhqRJcU8GTWNkF4SylP4g { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gPa5uxtMRFa0v8c6mBML39T3oehZD1xr { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kSGTdRzIar9SdIa7UV035nTsLXl1cwZD { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iqT803lTFQqFKvb5bBD9aJLqWDJbeHWK { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bw7ldIuZDAyQqzdtTEqUd4Q49gGIgNgw { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mct6z6ZbX8ZJBcGt8Xy6mXqUEmeAloAo { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gUNKkPFF8FgDkeFW7rGgqiC7lmgvdNfv { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #tCqpysaIamXpFNulgzOnGrrTzQi8eeoP { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #BWnNcM3wxbGNGgfWvE0whh5LOCQOpT6L { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #CNupMrlDcJkmtnM7p4lTI45DH1WoxuEz { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #FqX2VS9GuSUg3VMxE66xpme9Q0NQyvLT { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #PqU2palapzaFc6WtAI85h8EBGsyb4taP { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsxTOyPqJwJ6zHEsIUrTpmUu7Vnhit89 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QaS57wiZlgR10ZagwidCkCb1cbE85qOk { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dMDX9sT7nI5yQ4D5ND928tl6ZopvxArf { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kh7aL3esdDO52qPPCRnAHkUdTPsrP6i1 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #b8X1uqDC0DGMEvkVgoX3ZEALEc3zuhBC { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #lH2XAqK7R0A9iXp3bNOu7wKe7wU7IAbK { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UNwnnrQlX9nIeyDpiCIlzy1xOEyDwvI5 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #e9NrPLLZaZT0qIo6IhAJLF79f4Et7dFy { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #wRJk8RKxS4nMNfhvS99mlI2wRt9J5f17 { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #I8gMkMkRSQk85FicdHOmx41VHJqHyxvT { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #SDUO0CNBHnDkPvlPRQapQcQgWGmhyVa2 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #slZnQJTtQdc2wXuzThDoJ4TlLL8EXQIb { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #VLmZeFQKPIl6GCggM0xTCRfXZCMVe6QS { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #O0oEdTbM3knZyFAqXxo50Ws56Wt710sZ { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #cXcPUchtRteNkEp6BVpc8aHgn34TEZk3 { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QqCpZ1f4xAA8EOxZlpWRo91zfRle0JaN { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #AAnLz4y0RRZJWGpoUhnr2txcvhTLVz0P { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mStoFswigkXnAX2obOp1RXKISTgE5A3A { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #irB6cc2Qc4k5VW4DxOfoIpBTOn15poc1 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #u74MbSVGHApe8KhB1Awc6vHaTiwaZGSS { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #yqCm5PPogeu3TWaUEB7FhMOP0dr9LNFT { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F3aT2TzJW2sTplbKtoLVtnIC96d4TUqO { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jft5OyE71mW4pbaakDJEsAnoOSSKeNA7 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJ9sVsgzUwnDloUU9Az3JxnUUEZrLuJl { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M7SPHiKOTTnq6ihcif1dTQ673CfKcbJg { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H9yU2n0d6DFzFKHqW2rInVMZySVZCCzX { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsJPz7oHrChymqSNQ4OdvSIKd5ZLIih8 { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #B7wBym8OJ6Hs3MIGngPfsXSfdJ49Pgf5 { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UkWITATLKFx7J7Fg3D6thsylpfcD1Spe { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mt0CtNPx2311exXSkQ616GztvQiSpJdM { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #nStZb1h47IkDwpdUwbxR63s5y0l93Mpx { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #uCue900wu1zH2PSGtR5MvB1xKv3bhCmf { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #RpnPkVzBuQTW6wqWnEeHKmItOcXuhF06 { position:relative;z-index:2; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OTZxwowTTUuQncypMr712QWXyZAhUGO3 { position:relative; }
#zNP5dc791tpI0tRsShstITnTkuPaoPhW { position:relative;display:block; }
#tyXypXkErElbJDxuDwILSJ0Q5SCbg66D { position:relative;display:block; }
#lS87wtQKaXTECvKiCJskH7MaG3MvwyOg { position:relative;display:block; }
#tk04gCl2FvUxQewvWwGmqJIzbrD0b2NV { position:relative;display:block; }
#rNsAHzvxvZlRxGaLzN84yw84aXxhUe99 { position:relative;display:block; }
#RvVxLJugJA3EXdpNzHSuLFehvV7GFMBn { position:relative;display:block; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJJ4yUyWM0mBRFiBqXbXIs8e1pM6bQrM { position:relative; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #p0unv6ySW6GJP9M0XFuUug0vVyClZBZv { position:relative; }
#CcQCk4cPKJWnyPhVyGRIZfs9JGTS3fw2 { 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 #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.75rem;width:36.875rem;top:52.75rem;left:1.8125rem;display:block; }
#Q6xMfLML3ab07Eou9P5gEgzszH10pMsV { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:70.49999809265rem;left:6.2895832061769rem;height:8.575rem;font-style:normal;display:block; }
#BoaogTl3mwE8nycL3VTrcdcUl7PUt9ai { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:68.393751144406rem;left:6.2895832061769rem;height:1.225rem;font-style:normal;display:block; }
#hsJkXuXOR6eT7C4VgMi9EesUHhTtnhCy { color:#000000;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:66.127084732056rem;left:3.6958332061767rem;height:1.1375rem;display:block; }
#RTQwZb7LGqMEefm1ZQZx75giQsxd2g6K { 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:1rem;width:1rem;top:46.25rem;left:6.75rem;overflow:hidden;display:block; }
#QTtQVDoKkmA6RbhOvPewzGusLykoLkBU { position:absolute;display:block;z-index:15048;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.5625rem;width:1.5625rem;top:68.225000381469rem;left:3.6958332061767rem;overflow:hidden;display:block; }
#aANcPxySSFmPSsauL27Ad5zozyS0Hdix { position:absolute;display:block;z-index:15027;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 #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.375rem;width:36.875rem;top:27.4375rem;left:1.8125rem;display:block; }
#Rxs6ARNBw9VVQrhIW6FGdnvFxkSHNEaO { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:41.5rem;left:6.5rem;height:3.675rem;font-style:normal;display:block; }
#fqV9Tzo3vb2tr2aUzE02gLviVge07Pps { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:46.125rem;left:8.1875rem;height:1.1375rem;display:block; }
#p0Mg46pDZMVrzhMTVH1CgQyhdhEfGnzW { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:46.181640625rem;left:19.0625rem;height:1.1375rem;display:block; }
#qOWmtmPNW5UH4NnhOzOEZhZ7wH55vncD { position:absolute;display:block;z-index:15042;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:2.625rem;width:29.6875rem;top:51.5625rem;left:4.25rem;display:block; }
#Ik8TS28aODJ2RWtW6XsLcZ1MhaIXmHQi { color:#000000;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:52.25rem;left:7.4375rem;height:1.3rem;font-style:normal;display:block; }
#qaSciv8p4gsUQP49VvuRKdLorxFuIGNX { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:32.625rem;left:4.1875rem;height:1.1375rem;display:block; }
#DgEnnMi8yIfOZqi9Du5hw0Q6M8ZuEFaH { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:34.875rem;left:6.5rem;height:2.45rem;font-style:normal;display:block; }
#gIgTvOWOJDpHmlitRixSMEIxLTzbnFlL { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:38.1875rem;left:6.5rem;height:2.45rem;font-style:normal;display:block; }
#UlBu1D5AqfzB38azR8LPfi9qXduhKpqf { 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:0.8125rem;width:1rem;top:46.3125rem;left:16.75rem;overflow:hidden;display:block; }
#NBhDCnRe2UZrCh6opnPfLGfEhgtWIpdq { 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:1.5625rem;width:1.5625rem;top:34.875rem;left:4.1875rem;overflow:hidden;display:block; }
#ifxo7dOdm4uPefEgVwdR6ShwbccDPf6q { position:absolute;display:block;z-index:15047;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.5625rem;width:1.5625rem;top:41.5rem;left:4.1875rem;overflow:hidden;display:block; }
#qU4SFL0ek1iIFu9M2iieHTb2xUDKNrdz { color:#000000;display:block;width:32.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:30.375rem;left:4.25rem;height:2.275rem;display:block; }
#mOI57lfe5BVd8NgeteG2KCTHIaeCgKe9 { position:absolute;display:block;z-index:15028;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:2.625rem;width:29.6875rem;top:26.25rem;left:4.1875rem;display:block; }
#xhCRo22bDasnHB4egTViceuDBoOiKOqg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.9375rem;left:7.375rem;height:1.2999125rem;font-style:normal;display:block; }
#lI54V8oDkAEI3fvZhsHTqt3DRDH8barR { position:absolute;display:block;z-index:15035;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 #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20rem;width:36.875rem;top:3.875rem;left:1.8125rem;display:block; }
#PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk { color:#000000;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:2.1;letter-spacing:0;top:9.9375rem;left:4.09375rem;height:12.9rem;overflow:hidden;display:block; }#PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/994c5ebf-fa01-4acf-8faf-5bed4b5a3dfd/tick.png); }
#lm4D6pl0QbFTcpISxGOR7hKGLV0IoAQE { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.25rem;height:1.4625rem;font-style:normal;display:block; }
#d18soSmdKTSxwNhkARgm43UgxEPpW6Pl { position:absolute;display:block;z-index:15036;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.625rem;width:29.6875rem;top:2.6875rem;left:4.4375rem;display:block; }
#CuSeZa3rezMBac4sGlGiIpG4S0h3ft2i { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.26953125rem;left:7.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpGJ0nFHtlREvTBXaBbMTWPtZpGxUakw { color:#000000;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:56.070832252502rem;left:3.6958332061767rem;height:8.575rem;display:block; }
#HNnGzMcN6xJkUPNzEfhqmxLOlDHg2pR0 { position:absolute;display:block;z-index:15057;height:6.25rem;width:6.25rem;top:67.987499237062rem;left:40rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix { display:block; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lhmaidieQRUgu2PTFzXvrH0nmgfCVkWH { width:47.75rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 { display:block; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G6mUfioQCHbFBnnQK4ur7PIVy89xRBbW { width:47.75rem;height:41.5rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #hlQTK9JT7RWaSeb2VVTT4pVQt9SnzD2i { width:18.375rem;height:3.25rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BtsVydbDRTVefNVCr8EvhUnA6W7JUHxd { width:20.875rem;height:6.5rem;top:6.1875rem;left:5.375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #z7g6sG7uznQmsGF4peg3lgCmflbT6z92 { width:15.125rem;height:10.75rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1XxsMkAEBcqwECv5CcE2mu52mtM3WdN { width:2.875rem;height:5.6875rem;top:15.5rem;left:13.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHKEAAgEuTTMBUwToTlZbrCaPlc0i9Fd { width:15.125rem;height:10.75rem;top:13.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6tGvnLn6brxDzlQoJO1mSuv6pppOtR4 { width:14.875rem;height:14.75rem;top:2.0625rem;left:32.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #lFmmdsD1u9aLw6Jc4W4fmdPWoPh1mnrk { width:14.875rem;height:22.375rem;top:15.625rem;left:32.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #PJZfVHNE5t8JFZeOQhTO935xk4q8n30g { width:39.6875rem;height:2.275rem;top:26.75rem;left:0.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKUl7zxVUEZyTpoVbDsILBQbTlpR39xU { width:28rem;height:2.6rem;top:29.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aad4V1TScTmXCa6Osa3twDUP8IXKd2Ck { width:19.125rem;height:3.625rem;top:33.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0JuzKzT4qGVwv00KqwgK0UlhAEyeqMG { display:block; }
 }@media only screen and (max-width: 1199px) { #G8tnTsHJpTQnWkpyGMN1EJNUqLuGf334 { width:3.125rem;height:0.5rem;top:35.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEetUPIbBkM3XCIqkELJ8mzI1FEAsZsa { width:13.125rem;height:1.625rem;top:3.75rem;left:33.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKodJuMugZBzk462RZnz099Q2CFbZKn6 { width:12.5rem;height:2.275rem;top:6.1875rem;left:34.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E4hWyDbCbKMvXKLFfbGi8kblW8B3UUGN { width:12.5rem;height:4.0625rem;top:8.125rem;left:34.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kgypaniz65yAIAuo4ZzW12eM5BvcLkwa { width:12.5rem;height:1.625rem;top:12.125rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iuzyxnXC0RqCmhanTnlp47LmAmm4d4eh { width:12.5rem;height:1.462675rem;top:13.8125rem;left:34.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUhT629Hi7u2aIms8zZxO1I4XoP1zWfB { width:12.5rem;height:2.275rem;top:18.125rem;left:34.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmcGts9NOTBNOkgQPfUpZZfCQRioGiX4 { width:12.5rem;height:1.7871125rem;top:20.5625rem;left:34.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODRxhM800H3iCZE1EuK445QGXmdlJMnW { width:13.75rem;height:4.21875rem;top:23.0625rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5SH2XnW4VtTgDUkGh9vJh7hTaNGeqnC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KmPCQwqmkpNP1sPd8giJtD4CmdoTea7y { width:1.875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HGK1bmW51mqwB4ZaFTpuKRPmJfqZwreZ { width:12.5rem;height:3.575rem;top:27.97500038147rem;left:34.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIgrItQ1LbgNQUuoboWfSDlKNMAS48hs { width:11.875rem;height:1.3rem;top:32.28750038147rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAC6Tk230maAC0vkHG75OENuTwi5Eb9N { display:block; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZL35Ht5ZASx54reWlNN6cqSScTb1EzNp { width:47.75rem;height:2.275rem;top:5.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM { display:block; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LDGeseF5Sz4xTT9syb8yRyeM1LCA7zvA { width:23.125rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsQ9ZL87TchwDpaDO4laQ2l5HN8t0R8T { width:23.125rem;height:10.9375rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V45fsNCV6q9I7SURRVb1HEvwTRaE0sgs { width:15.625rem;height:3.25rem;top:2.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo1aJD3IobAB199NTT5DBSlxUAN6ybNJ { width:16.1875rem;height:2.599825rem;top:6.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTwvPZeHa6ZADDs3vBRCVxdERG1O41yf { width:6.1875rem;height:3.8125rem;top:3.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqyRkxBhaXmwF1vG1y0Eev5nkTcL339z { width:16.625rem;height:1.625rem;top:1.5rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRz58LyigsVTMiPMy7LiUK0ZKGegCZum { width:16.5rem;height:1.2999125rem;top:3.875rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRhf4SAOEhyTTwsX0CTbmOrLec8HpPZX { width:3.75rem;height:4.9375rem;top:3.1875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnzDwn1ESUPAmd767ZMuNd0WOIxAMELE { width:17rem;height:1.625rem;top:5.875rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrumWGZn6lnApeDaK88poM5bLMtxif7a { width:17.4375rem;height:1.2999125rem;top:8.1875rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 { display:block; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MvfZwGgJZKs7FAcm8opfvCB6yHe4Lz4O { width:23.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynUzpzKMnUSMGJr95FEhpvVusp9TL4oi { width:23.125rem;height:8.4375rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDv4iPcqXIdzE988EWiTd6IPsf3TveDK { width:14.5rem;height:1.625rem;top:2rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smWqiZJ5SSZgQwnK8TQa15GmfvqbCKnV { width:13.9375rem;height:1.2999125rem;top:4.75rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HPGxTCH53hvLS2W94Z2Hw3VPDgr83ETF { width:5.125rem;height:4.25rem;top:2.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsInrWTSeAa7hx8abWtiZ8eEXS2P2dJD { width:12.0625rem;height:1.625rem;top:1.75rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8cZUAhkJSkqN2A6Bx59PXPrxWNs7kn1 { width:14.125rem;height:2.599825rem;top:4.125rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsKIZWSxRSPMMvDU2hXENPdFim2AkAzv { width:5.8125rem;height:3.75rem;top:2.5rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfWQA8TILNJagmZrwapryopgGos0NETQ { display:block; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XvXQzWJHMox2GioUX5OvLtggdTiLGRu8 { width:18.4375rem;height:3.625rem;top:3.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsHu6r8dTKsP1c9GT6PoDpi9PVLrZwt0 { display:block; }
 }@media only screen and (max-width: 1199px) { #hplbNIm0KBI09l3K0mgwN85It5iKfV8v { width:1.3125rem;height:0.5rem;top:4.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtCQoOBAfkocwfTy28Ve09UIPSbU1E7O { width:47.75rem;height:11.375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a { display:block; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GI9kxIAvTcNTACmTu9R71lc9wI71Kw0y { width:45rem;height:3.25rem;top:2.4375038146973rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP { display:block; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container { width:47.75rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AzfpTTkLyAh2c5uF4IoJP7McTpPt9Ccz { width:12.5rem;height:1.95rem;top:4rem;left:8.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPTvg7UVdmoq2qN9Cl3GuWOFWfDBqtz4 { width:31.5625rem;height:17.5rem;top:7.75rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRXl3IS672X86wCsIQKEAIR14NFTl5xM { width:38.6875rem;height:11.125rem;top:28.312501907349rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9x73lBOLUfNSXkgJ8yKDTN3OQHPDTKM { width:17.75rem;height:1.7871125rem;top:29.875rem;left:15rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gyaO0p22VRs78TuhpIZHXTRTpaQluVcv { width:33.875rem;height:4.8375rem;top:32.5625rem;left:7.3125rem;font-size:1rem;display:block; }#gyaO0p22VRs78TuhpIZHXTRTpaQluVcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6112a04c-f9f6-4c92-bb20-293c72e9f5a6/tickblue.svg); }
 }@media only screen and (max-width: 1199px) { #DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw { display:block; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container { width:47.75rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kQFVfLEcPOXfxU1e8Xm13xbdhuPvnZH9 { width:47.625rem;height:30.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9WTK26I9pQX2V0JTcyQkXw1raO4NBVA { width:19.875rem;height:14.25rem;top:18.339582443238rem;left:13.827082633972rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvZGwuHwqWSMgeb9sTHXBwHgKIkTC9Gl { width:30.1875rem;height:1.7875rem;top:3rem;left:8.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XytcKXK9SLfFaC9sodQPSpD7rBTFiriG { width:19.875rem;height:9.46875rem;top:6.375rem;left:4.375rem;font-size:0.9375rem;display:block; }#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
 }@media only screen and (max-width: 1199px) { #vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM { width:19.25rem;height:7.03125rem;top:6.375rem;left:25.314582824707rem;font-size:0.9375rem;display:block; }#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
 }@media only screen and (max-width: 1199px) { #UnDGqRt0U7s49dgpNfUvkf1L01e9iWeg { width:23.125rem;height:1.95rem;top:32.8125rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLcDN3NepehZSzpKcUHVrsKzeeWdpgJA { width:44.4375rem;height:7.3125rem;top:36.625rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3MFRAKDQD6TZufu4qMHZErN0meaWvF0 { width:18.4375rem;height:3.625rem;top:46.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4Pe5H2elQzowLIGgIJ0zpixBRLt7gbN { display:block; }
 }@media only screen and (max-width: 1199px) { #iLtM83D7noNVIxrJoT2dKED1mxiUu8JX { width:1.875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HExSvO6qCnCLgW6g2GZHi44zIfiKSOoG { width:1.5625rem;height:0.5rem;top:48.375000953674rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe { display:block; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Em2zg2kAyTmwIT1bxP3hJ83vzJsZp6fQ { width:47.5rem;height:19.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUfOIi9S1c6CxPkhycWs8J4SHXeNAS9e { width:43.5rem;height:2.275rem;top:6.21875rem;left:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzw2dR3v6rIFQpX8lxyIMEgBh6svuVOe { width:8.75rem;height:0.9375rem;top:14rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spoawaAZclL2yuSAowP66Os3ee1Q2MpC { width:8.75rem;height:0.8125rem;top:14rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiWBxEtIxFJDw8X9ANlxzU0lOUyb73Xz { width:4.6875rem;height:4.6875rem;top:12.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yG3oH2TaJZHk7sqreevJmrKXUAaQoKN1 { width:2.1875rem;height:2.125rem;top:13.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMiTEHShpc7Vs2ncUVP65MhFoPANxKru { width:4.6875rem;height:4.6875rem;top:12.25rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ps6ghcybM5ay4ysb6wZvg0mzhVPTBWS2 { width:2.1875rem;height:2rem;top:13.4375rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALJDlLvqSR7rtZ4PbJIidlJktAlnhdWO { width:4.6875rem;height:4.6875rem;top:12.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7fTXSwd1TRoMTSEZ5kvD32GPOipZBhb { width:2.1875rem;height:2.0625rem;top:13.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHWFm9pgp0iE87I6oZLGq3XJ23prdVPH { width:11.1875rem;height:2.275rem;top:19.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEKm5mbrok9SOcpVzIxqlw1mQzvw0puZ { width:12.875rem;height:2.275rem;top:19.53125rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXIvAtyiPIz2T4MptJDMrwfi602p3PsI { width:9.875rem;height:2.275rem;top:19.53125rem;left:32.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar4c1dOQ2y5HxLAuoPaJq0kIae6OtzJz { width:0.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NWt9NQ6F1UKc36rFe3ayWGqa7EzuravG { width:0.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q { display:block; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iDIJy2hFJET5859ARuDbfbHXab7EQ5ZB { width:0;height:19.9375rem;top:7.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPrVHUZ8IGrUzkbFopB8vg5e8Ced9y64 { width:44.625rem;height:2.275rem;top:2.90625rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaIdZxSTvXRrg76riXkCOH1b9eITfbWE { width:4.6875rem;height:4.6875rem;top:18.02734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe { width:16.6875rem;height:4.55rem;top:10.6875rem;left:7.8125rem;font-size:0.875rem;display:block; }#JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 1199px) { #dIwIE4ag9apPOILsmIBnVx8uFcowUKXw { width:9.875rem;height:1.1375rem;top:6.630859375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gD0k2WGrTQOJJSlkHmWFRT9PQoBZHMRp { width:20.25rem;height:2.275rem;top:7.068359375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XW7VHf2nSZ6TWlDfXTv0OUI5JiNI4WDE { width:0;height:19.9375rem;top:7.130859375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 { width:16.4375rem;height:2.275rem;top:18.02734375rem;left:7.8125rem;font-size:0.875rem;display:block; }#Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 1199px) { #pTJghP0fZgWVpgh7QflWGczRi481cgO4 { width:4.6875rem;height:4.6875rem;top:10.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 { width:14.625rem;height:5.6875rem;top:10.6875rem;left:33.125rem;font-size:0.875rem;display:block; }#NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 1199px) { #dbtx0au7D56ucFn6QPzObaUOiHLESRHF { width:4.6875rem;height:4.6875rem;top:10.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iuJCqWUTKp31qGsA9xgaKT0s2iTlO6cm { width:5.25rem;height:5.25rem;top:10.2421875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFMititwRr4vUCTUKF08rQLl2bVN8vht { width:4.3125rem;height:3.4375rem;top:18.65234375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNLmfG28nTHp8rsxQHBMakaPDh9wak66 { width:7.3125rem;height:5.1875rem;top:10.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 { display:block; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTL26pmzV7Zp76C2tupehaGu2VTPGZxt { width:18.4375rem;height:3.625rem;top:1.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c55KCsTLD7xgTvrsypAkUTQrus7LN6TV { display:block; }
 }@media only screen and (max-width: 1199px) { #wtmwBU5FAmHsLVu07nppUPyq2HR0yCoh { width:1.5625rem;height:0.5625rem;top:3.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Afv3eLegQC6Zk8xZmQECwlwTrnTZz4gS { width:1.875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D { display:block; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HOiwFu9TlU6rmsP0vC0boKPnyKaTRcig { width:45rem;height:13.65rem;top:2.9750003814698rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3gmSklGkQL19QssJlNBMpwxkuqm8CvP { width:18.4375rem;height:3.625rem;top:16.5625rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4a4u4BuxVTzRONnwy1LhPmPyxkmkXIG { display:block; }
 }@media only screen and (max-width: 1199px) { #ULZykOCTkp88L9CfHT8uft4r3tVtb1kn { width:1.5625rem;height:0.5625rem;top:18.093746185302rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lphl7mTtymkUOlLtO0O5RCU82FgBiwWS { width:1.875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC { display:block; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container { width:47.75rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dytEvb3w82fwlvInOrEfzQNy4G7RIBNM { width:47.75rem;height:14.257109004739rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK { display:block; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container { width:47.75rem;height:157.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CeiW0UD8lcqu1gBsRlrT0rzZeuQ4XEv1 { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-text {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-select {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.adaptive-delivery-prevent-bg, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyload, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyloading { background-image: none; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:first-of-type{padding-top:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:last-of-type{padding-bottom:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:12.15625rem;top:84.5rem; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U {display:block;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:12.15625rem;top:84.5rem; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #WXUWzAX6xSkWws3RLoFOrEZxmdESBKUh { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xzee3HFJ33nT2pxQkCbFQrCtoDI0Ccwk { z-index:2; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iSzrbyQHIJcTWEUhZzy3hHPPEpeZFLSA {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #y9XOUxAQbnqGqpxU8sAMJWwxi8WVaXuT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OLTQ5nTc3q8bP1dSZJATopQEnMn6vDkc {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jh5hpDg1FtBmZTRASRFWHbyAwT6wmmIE {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bEvKq26MKWxG1tLMUfCKBo2qEmxPb92y { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #IiIZdi0rJRxkL3ZTpOdSbewq6slCko1n {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #r6yzlF7vtGkf2hRqdrnR91MpDAKfEfl8 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Rfr1umskkaoinQAkSm7RmHapt2PzgFNL { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iHGZA8XdGTWagB9aWwM1WCzPhbUrk5TA {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NJOmmvsTcVnQpJKxo8Uh9mMMKSRb6u48 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dfA6bRdM4goFXg00CW3FJXAcoAGXfKFo { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #EEDvz7RrbcA1FNc4H5FmVupQK3kmyug8 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kvDe2AiADodsHcszwuTdbWzuvH3cTiOM {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #fic4hQvQkg2eEnz6dT6FLTh3RezKCSyT { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dGQHdpVpTVLD05FJpmQIvTWT0U5W9Apf {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xlKi9kyrgu1nNH0RsoDMp328SQJATO7E {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #qWoaHASJEBCNInrfgn2QqVCViFHRvK3R { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F89bVQXAFuFSBwexGqJCqUrpDC2ODv40 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NSDEIntzNd2pcXC2gecA8bhAWDKkCFaI {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #D2XZw8HiZeCsgMQ3vXdfvKn38tNKcwnX { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H1MP7XbJmET3kpbKdB834MzKUSQQMn94 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #msTHsMMt2QSdtf3SV0COG11vn4TWD7To {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #ITbBMHzxfguwe6o9TotelOqETT2wCndc { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M2EGc1ZTNWcXhqRJcU8GTWNkF4SylP4g {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gPa5uxtMRFa0v8c6mBML39T3oehZD1xr {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kSGTdRzIar9SdIa7UV035nTsLXl1cwZD { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iqT803lTFQqFKvb5bBD9aJLqWDJbeHWK {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bw7ldIuZDAyQqzdtTEqUd4Q49gGIgNgw {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mct6z6ZbX8ZJBcGt8Xy6mXqUEmeAloAo { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gUNKkPFF8FgDkeFW7rGgqiC7lmgvdNfv {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #tCqpysaIamXpFNulgzOnGrrTzQi8eeoP {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #BWnNcM3wxbGNGgfWvE0whh5LOCQOpT6L { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #CNupMrlDcJkmtnM7p4lTI45DH1WoxuEz {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #FqX2VS9GuSUg3VMxE66xpme9Q0NQyvLT {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #PqU2palapzaFc6WtAI85h8EBGsyb4taP { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsxTOyPqJwJ6zHEsIUrTpmUu7Vnhit89 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QaS57wiZlgR10ZagwidCkCb1cbE85qOk {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dMDX9sT7nI5yQ4D5ND928tl6ZopvxArf {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kh7aL3esdDO52qPPCRnAHkUdTPsrP6i1 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #b8X1uqDC0DGMEvkVgoX3ZEALEc3zuhBC {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #lH2XAqK7R0A9iXp3bNOu7wKe7wU7IAbK { z-index:2; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UNwnnrQlX9nIeyDpiCIlzy1xOEyDwvI5 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #e9NrPLLZaZT0qIo6IhAJLF79f4Et7dFy {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #wRJk8RKxS4nMNfhvS99mlI2wRt9J5f17 { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #I8gMkMkRSQk85FicdHOmx41VHJqHyxvT {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #SDUO0CNBHnDkPvlPRQapQcQgWGmhyVa2 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #slZnQJTtQdc2wXuzThDoJ4TlLL8EXQIb { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #VLmZeFQKPIl6GCggM0xTCRfXZCMVe6QS {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #O0oEdTbM3knZyFAqXxo50Ws56Wt710sZ {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #cXcPUchtRteNkEp6BVpc8aHgn34TEZk3 { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QqCpZ1f4xAA8EOxZlpWRo91zfRle0JaN {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #AAnLz4y0RRZJWGpoUhnr2txcvhTLVz0P {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mStoFswigkXnAX2obOp1RXKISTgE5A3A { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #irB6cc2Qc4k5VW4DxOfoIpBTOn15poc1 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #u74MbSVGHApe8KhB1Awc6vHaTiwaZGSS {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #yqCm5PPogeu3TWaUEB7FhMOP0dr9LNFT { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F3aT2TzJW2sTplbKtoLVtnIC96d4TUqO {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jft5OyE71mW4pbaakDJEsAnoOSSKeNA7 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJ9sVsgzUwnDloUU9Az3JxnUUEZrLuJl { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M7SPHiKOTTnq6ihcif1dTQ673CfKcbJg {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H9yU2n0d6DFzFKHqW2rInVMZySVZCCzX {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsJPz7oHrChymqSNQ4OdvSIKd5ZLIih8 { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #B7wBym8OJ6Hs3MIGngPfsXSfdJ49Pgf5 {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UkWITATLKFx7J7Fg3D6thsylpfcD1Spe {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mt0CtNPx2311exXSkQ616GztvQiSpJdM { z-index:2; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #nStZb1h47IkDwpdUwbxR63s5y0l93Mpx {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #uCue900wu1zH2PSGtR5MvB1xKv3bhCmf {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #RpnPkVzBuQTW6wqWnEeHKmItOcXuhF06 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OTZxwowTTUuQncypMr712QWXyZAhUGO3 {  }
 }@media only screen and (max-width: 1199px) { #zNP5dc791tpI0tRsShstITnTkuPaoPhW { display:block; }
 }@media only screen and (max-width: 1199px) { #tyXypXkErElbJDxuDwILSJ0Q5SCbg66D { display:block; }
 }@media only screen and (max-width: 1199px) { #lS87wtQKaXTECvKiCJskH7MaG3MvwyOg { display:block; }
 }@media only screen and (max-width: 1199px) { #tk04gCl2FvUxQewvWwGmqJIzbrD0b2NV { display:block; }
 }@media only screen and (max-width: 1199px) { #rNsAHzvxvZlRxGaLzN84yw84aXxhUe99 { display:block; }
 }@media only screen and (max-width: 1199px) { #RvVxLJugJA3EXdpNzHSuLFehvV7GFMBn { display:block; }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJJ4yUyWM0mBRFiBqXbXIs8e1pM6bQrM {  }
 }@media only screen and (max-width: 1199px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #p0unv6ySW6GJP9M0XFuUug0vVyClZBZv {  }
 }@media only screen and (max-width: 1199px) { #CcQCk4cPKJWnyPhVyGRIZfs9JGTS3fw2 { width:36.875rem;height:27.875rem;top:52.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6xMfLML3ab07Eou9P5gEgzszH10pMsV { width:28.0625rem;height:8.575rem;top:68.6875rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoaogTl3mwE8nycL3VTrcdcUl7PUt9ai { width:27.4375rem;height:1.225rem;top:66.399999618531rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsJkXuXOR6eT7C4VgMi9EesUHhTtnhCy { width:31.4375rem;height:1.1375rem;top:63.5rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTQwZb7LGqMEefm1ZQZx75giQsxd2g6K { width:1rem;height:1rem;top:46.005859375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTtQVDoKkmA6RbhOvPewzGusLykoLkBU { width:1.5625rem;height:1.5625rem;top:66.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aANcPxySSFmPSsauL27Ad5zozyS0Hdix { width:36.875rem;height:21.375rem;top:27.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rxs6ARNBw9VVQrhIW6FGdnvFxkSHNEaO { width:28.0625rem;height:3.675rem;top:40.6875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqV9Tzo3vb2tr2aUzE02gLviVge07Pps { width:7.75rem;height:1.1375rem;top:45.9375rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0Mg46pDZMVrzhMTVH1CgQyhdhEfGnzW { width:15.0625rem;height:1.1375rem;top:45.9375rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qOWmtmPNW5UH4NnhOzOEZhZ7wH55vncD { width:29.6875rem;height:2.625rem;top:51.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ik8TS28aODJ2RWtW6XsLcZ1MhaIXmHQi { width:25rem;height:1.2999125rem;top:52.0625rem;left:10.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qaSciv8p4gsUQP49VvuRKdLorxFuIGNX { width:27.25rem;height:1.1375rem;top:31.8125rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgEnnMi8yIfOZqi9Du5hw0Q6M8ZuEFaH { width:27.4375rem;height:2.45rem;top:34.0625rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gIgTvOWOJDpHmlitRixSMEIxLTzbnFlL { width:28.0625rem;height:2.45rem;top:37.375rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlBu1D5AqfzB38azR8LPfi9qXduhKpqf { width:1rem;height:0.8125rem;top:46.125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBhDCnRe2UZrCh6opnPfLGfEhgtWIpdq { width:1.5625rem;height:1.5625rem;top:34.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifxo7dOdm4uPefEgVwdR6ShwbccDPf6q { width:1.5625rem;height:1.5625rem;top:37.21875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU4SFL0ek1iIFu9M2iieHTb2xUDKNrdz { width:31rem;height:2.275rem;top:30.1875rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mOI57lfe5BVd8NgeteG2KCTHIaeCgKe9 { width:29.6875rem;height:2.625rem;top:26.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhCRo22bDasnHB4egTViceuDBoOiKOqg { width:12.5rem;height:1.2999125rem;top:26.8125rem;left:18.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #lI54V8oDkAEI3fvZhsHTqt3DRDH8barR { width:36.875rem;height:20.0625rem;top:3.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk { width:32.4375rem;height:12.9rem;top:8.6875rem;left:7.25rem;font-size:0.875rem;display:block; }#PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/994c5ebf-fa01-4acf-8faf-5bed4b5a3dfd/tick.png); }
 }@media only screen and (max-width: 1199px) { #lm4D6pl0QbFTcpISxGOR7hKGLV0IoAQE { width:26.8125rem;height:1.462675rem;top:6rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d18soSmdKTSxwNhkARgm43UgxEPpW6Pl { width:29.6875rem;height:2.625rem;top:2.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuSeZa3rezMBac4sGlGiIpG4S0h3ft2i { width:12.5rem;height:1.2999125rem;top:2.75rem;left:16.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hpGJ0nFHtlREvTBXaBbMTWPtZpGxUakw { width:27.875rem;height:8.575rem;top:54.375rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNnGzMcN6xJkUPNzEfhqmxLOlDHg2pR0 { width:6.25rem;height:6.25rem;top:133.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix { display:block; }#urEDxA8Gr7OGUdk3TOGCRcKP8vUuOiix > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhmaidieQRUgu2PTFzXvrH0nmgfCVkWH { width:19.5rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 { background-color:#f4f7fa;background-image:none;display:block; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { background-color: transparent; background-image: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container > .video-iframe-container { display: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row > .video-iframe-container { display: none; }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .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); }#RflTFD9u5nR3qCDLfQTo4UsSsNJBdlg4 > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6mUfioQCHbFBnnQK4ur7PIVy89xRBbW { width:20rem;height:56rem;top:6.4312515258787rem;left:0.001042366027832rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #hlQTK9JT7RWaSeb2VVTT4pVQt9SnzD2i { width:17.8125rem;height:3.0625rem;top:1.5625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsVydbDRTVefNVCr8EvhUnA6W7JUHxd { width:20rem;height:5.6875rem;top:7.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7g6sG7uznQmsGF4peg3lgCmflbT6z92 { width:8.625rem;height:6.1875rem;top:22.375rem;left:0.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S1XxsMkAEBcqwECv5CcE2mu52mtM3WdN { width:2.875rem;height:0;top:32.875rem;left:6.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHKEAAgEuTTMBUwToTlZbrCaPlc0i9Fd { width:16.3125rem;height:11.6875rem;top:37.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6tGvnLn6brxDzlQoJO1mSuv6pppOtR4 { width:15.625rem;height:15.5rem;top:14.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmmdsD1u9aLw6Jc4W4fmdPWoPh1mnrk { width:15.625rem;height:23.5rem;top:28.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJZfVHNE5t8JFZeOQhTO935xk4q8n30g { width:18.5625rem;height:0;top:48.6875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TKUl7zxVUEZyTpoVbDsILBQbTlpR39xU { width:16.9375rem;height:0;top:50.75rem;left:0.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aad4V1TScTmXCa6Osa3twDUP8IXKd2Ck { width:16.875rem;height:3.625rem;top:54.8125rem;left:1.5625rem;color:#485171;background-color:#d0d6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0JuzKzT4qGVwv00KqwgK0UlhAEyeqMG { display:block; }
 }@media only screen and (max-width: 763px) { #G8tnTsHJpTQnWkpyGMN1EJNUqLuGf334 { width:3.4375rem;height:1.25rem;top:56.3125rem;left:16.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eEetUPIbBkM3XCIqkELJ8mzI1FEAsZsa { width:13.8125rem;height:1.70625rem;top:15.9375rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKodJuMugZBzk462RZnz099Q2CFbZKn6 { width:6.625rem;height:5.525rem;top:17.643750190735rem;left:6.6875rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4hWyDbCbKMvXKLFfbGi8kblW8B3UUGN { width:5.75rem;height:2.7625rem;top:20.49374961853rem;left:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgypaniz65yAIAuo4ZzW12eM5BvcLkwa { width:13.5rem;height:1.7875rem;top:23.168750762939rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuzyxnXC0RqCmhanTnlp47LmAmm4d4eh { width:13.625rem;height:1.4625rem;top:25.4375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUhT629Hi7u2aIms8zZxO1I4XoP1zWfB { width:14.5rem;height:2.4375rem;top:30.5625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmcGts9NOTBNOkgQPfUpZZfCQRioGiX4 { width:13.875rem;height:1.95rem;top:33.456249237061rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODRxhM800H3iCZE1EuK445QGXmdlJMnW { width:14.3125rem;height:4.5rem;top:36.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5SH2XnW4VtTgDUkGh9vJh7hTaNGeqnC { top:-0.375rem;left:0rem;width:20rem;height:6.5625rem;z-index:14994;background-color:#485171;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KmPCQwqmkpNP1sPd8giJtD4CmdoTea7y { top:56.3125rem;left:16.232293128967rem;width:1.5625rem;height:0.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HGK1bmW51mqwB4ZaFTpuKRPmJfqZwreZ { width:14.5625rem;height:3.9rem;top:41.6875rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIgrItQ1LbgNQUuoboWfSDlKNMAS48hs { width:14.3125rem;height:1.3rem;top:46.5rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAC6Tk230maAC0vkHG75OENuTwi5Eb9N { display:block; }#aAC6Tk230maAC0vkHG75OENuTwi5Eb9N > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZL35Ht5ZASx54reWlNN6cqSScTb1EzNp { width:20rem;height:2.7625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM { display:block; }#tKp0ktz1IRTTayf6EUmDUiBa4KJCbFpM > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDGeseF5Sz4xTT9syb8yRyeM1LCA7zvA { width:20rem;height:9.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQ9ZL87TchwDpaDO4laQ2l5HN8t0R8T { width:20rem;height:10.125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45fsNCV6q9I7SURRVb1HEvwTRaE0sgs { width:11.125rem;height:2.599825rem;top:3.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1aJD3IobAB199NTT5DBSlxUAN6ybNJ { width:11rem;height:3.4125rem;top:6.625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTwvPZeHa6ZADDs3vBRCVxdERG1O41yf { width:6.0625rem;height:3.6875rem;top:4.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyRkxBhaXmwF1vG1y0Eev5nkTcL339z { width:16.625rem;height:1.2999125rem;top:13.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRz58LyigsVTMiPMy7LiUK0ZKGegCZum { width:14.1875rem;height:1.1375rem;top:15.625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRhf4SAOEhyTTwsX0CTbmOrLec8HpPZX { width:3.375rem;height:4.5rem;top:15.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnzDwn1ESUPAmd767ZMuNd0WOIxAMELE { width:14.25rem;height:1.2999125rem;top:17.34375rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrumWGZn6lnApeDaK88poM5bLMtxif7a { width:15.4375rem;height:1.1375rem;top:19.3125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 { display:block; }#IzAPBv80K46OTQ28KsfSE6VJf8Pn9Fn4 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvfZwGgJZKs7FAcm8opfvCB6yHe4Lz4O { width:20rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUzpzKMnUSMGJr95FEhpvVusp9TL4oi { width:20rem;height:8rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDv4iPcqXIdzE988EWiTd6IPsf3TveDK { width:11.1875rem;height:1.2999125rem;top:2.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWqiZJ5SSZgQwnK8TQa15GmfvqbCKnV { width:11.875rem;height:1.1375rem;top:4rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPGxTCH53hvLS2W94Z2Hw3VPDgr83ETF { width:5rem;height:4.125rem;top:1.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsInrWTSeAa7hx8abWtiZ8eEXS2P2dJD { width:16.625rem;height:1.2999125rem;top:10.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8cZUAhkJSkqN2A6Bx59PXPrxWNs7kn1 { width:12.5625rem;height:2.275rem;top:12.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKIZWSxRSPMMvDU2hXENPdFim2AkAzv { width:5.5625rem;height:3.5625rem;top:10.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWQA8TILNJagmZrwapryopgGos0NETQ { display:block; }#SfWQA8TILNJagmZrwapryopgGos0NETQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvXQzWJHMox2GioUX5OvLtggdTiLGRu8 { width:18.4375rem;height:3.625rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsHu6r8dTKsP1c9GT6PoDpi9PVLrZwt0 { display:block; }
 }@media only screen and (max-width: 763px) { #hplbNIm0KBI09l3K0mgwN85It5iKfV8v { width:1.8125rem;height:0.5625rem;top:2.75rem;left:16.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCQoOBAfkocwfTy28Ve09UIPSbU1E7O { width:20rem;height:12.5rem;top:8.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a { display:block; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a { background-color: transparent; background-image: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container > .video-iframe-container { display: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row > .video-iframe-container { display: none; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .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); }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a { border-width: 0; border-radius: 0; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#opLBd4UDnrGHgD41ACxvgdqPqvTxVZ2a > .row .container { width:20rem;height:11.375rem;background-color:#3a9b70;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI9kxIAvTcNTACmTu9R71lc9wI71Kw0y { width:15.25rem;height:6.5rem;top:2.0625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP { display:block; }#IzqlmNqF8KZQPm8fiVGfLrEp94DxCtSP > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzfpTTkLyAh2c5uF4IoJP7McTpPt9Ccz { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPTvg7UVdmoq2qN9Cl3GuWOFWfDBqtz4 { width:20rem;height:17.625rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXl3IS672X86wCsIQKEAIR14NFTl5xM { width:20.0625rem;height:15.75rem;top:22.573957443238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9x73lBOLUfNSXkgJ8yKDTN3OQHPDTKM { width:17.75rem;height:1.54375rem;top:23.386457443238rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyaO0p22VRs78TuhpIZHXTRTpaQluVcv { width:17.3125rem;height:8.7375rem;top:26.169792175293rem;left:1.34375rem;font-size:1rem;display:block; }#gyaO0p22VRs78TuhpIZHXTRTpaQluVcv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6112a04c-f9f6-4c92-bb20-293c72e9f5a6/tickblue.svg); }
 }@media only screen and (max-width: 763px) { #DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw { display:block; }#DyGIBDiZVBiHfRPhoPfSb6aso6biX4qw > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQFVfLEcPOXfxU1e8Xm13xbdhuPvnZH9 { width:19.625rem;height:44.9375rem;top:0.4375rem;left:0.24479198455811rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9WTK26I9pQX2V0JTcyQkXw1raO4NBVA { width:13.875rem;height:9.875rem;top:20.871873855591rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZGwuHwqWSMgeb9sTHXBwHgKIkTC9Gl { width:13.125rem;height:3.0875rem;top:1.75rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XytcKXK9SLfFaC9sodQPSpD7rBTFiriG { width:18.625rem;height:11.3375rem;top:6.9343795776369rem;left:0.6875rem;font-size:1rem;display:block; }#XytcKXK9SLfFaC9sodQPSpD7rBTFiriG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
 }@media only screen and (max-width: 763px) { #vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM { width:18.6875rem;height:8.7375rem;top:32.110418319702rem;left:0.65625rem;font-size:1rem;display:block; }#vgHwwpRx4Jf8orQp6qotpDm2o0Pet4lM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9be8b6f4-8109-4c9c-9adb-496f990b077e/tickgreen.svg); }
 }@media only screen and (max-width: 763px) { #UnDGqRt0U7s49dgpNfUvkf1L01e9iWeg { width:20rem;height:1.38125rem;top:50.25rem;left:0rem;font-size:1.0625rem;color:#3b4340;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLcDN3NepehZSzpKcUHVrsKzeeWdpgJA { width:16.3125rem;height:11.375rem;top:52.187500953674rem;left:1.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3MFRAKDQD6TZufu4qMHZErN0meaWvF0 { width:18.4375rem;height:3.625rem;top:65rem;left:0.78125rem;z-index:14999;background-color:#d0d6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#485171;display:block; }
 }@media only screen and (max-width: 763px) { #R4Pe5H2elQzowLIGgIJ0zpixBRLt7gbN { display:block; }
 }@media only screen and (max-width: 763px) { #iLtM83D7noNVIxrJoT2dKED1mxiUu8JX { top:66.5625rem;left:16.187499046326rem;width:2.1875rem;height:0.5625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HExSvO6qCnCLgW6g2GZHi44zIfiKSOoG { width:2.25rem;height:0.875rem;top:58.312499046326rem;left:15.788540840149rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe { display:block; }#W1F7Pn6IOdBpwU2nNQbXJpxwuUAwcoZe > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em2zg2kAyTmwIT1bxP3hJ83vzJsZp6fQ { width:19.75rem;height:43.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUfOIi9S1c6CxPkhycWs8J4SHXeNAS9e { width:20rem;height:2.7625rem;top:2.96875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzw2dR3v6rIFQpX8lxyIMEgBh6svuVOe { width:16rem;height:1.71386875rem;top:19.634765625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #spoawaAZclL2yuSAowP66Os3ee1Q2MpC { width:16rem;height:1.48535rem;top:21.287109375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiWBxEtIxFJDw8X9ANlxzU0lOUyb73Xz { width:4.6875rem;height:4.6875rem;top:7.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3oH2TaJZHk7sqreevJmrKXUAaQoKN1 { width:2.5rem;height:2.3125rem;top:9rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMiTEHShpc7Vs2ncUVP65MhFoPANxKru { width:4.6875rem;height:4.6875rem;top:20.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps6ghcybM5ay4ysb6wZvg0mzhVPTBWS2 { width:2.5rem;height:2.25rem;top:21.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALJDlLvqSR7rtZ4PbJIidlJktAlnhdWO { width:4.6875rem;height:4.6875rem;top:33.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fTXSwd1TRoMTSEZ5kvD32GPOipZBhb { width:2.5rem;height:2.3125rem;top:34.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHWFm9pgp0iE87I6oZLGq3XJ23prdVPH { width:13.5625rem;height:2.275rem;top:13.8125rem;left:3.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKm5mbrok9SOcpVzIxqlw1mQzvw0puZ { width:16.625rem;height:2.275rem;top:26.125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXIvAtyiPIz2T4MptJDMrwfi602p3PsI { width:8.4375rem;height:2.275rem;top:39.8125rem;left:5.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar4c1dOQ2y5HxLAuoPaJq0kIae6OtzJz { top:16.4375rem;left:9.5625rem;width:0.875rem;height:3.125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NWt9NQ6F1UKc36rFe3ayWGqa7EzuravG { top:29.53515625rem;left:9.5625rem;width:0.875rem;height:3.125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q { display:block; }#RTeUiJ5UTnI3VS5vmHZq87GOAtvzum3Q > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDIJy2hFJET5859ARuDbfbHXab7EQ5ZB { width:0;height:26.3125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrVHUZ8IGrUzkbFopB8vg5e8Ced9y64 { width:20rem;height:2.7625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaIdZxSTvXRrg76riXkCOH1b9eITfbWE { width:7.5rem;height:7rem;top:6.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe { width:19rem;height:3.4125rem;top:15.033203125rem;left:0.5rem;font-size:0.875rem;display:block; }#JJNsx6xCQu8wmwrP9JA199MxJMQw5uVe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 763px) { #dIwIE4ag9apPOILsmIBnVx8uFcowUKXw { width:9.875rem;height:1.1375rem;top:5.125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0k2WGrTQOJJSlkHmWFRT9PQoBZHMRp { width:17.125rem;height:2.275rem;top:34.34765625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW7VHf2nSZ6TWlDfXTv0OUI5JiNI4WDE { width:0;height:19.375rem;top:33.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 { width:19rem;height:2.275rem;top:28.16015625rem;left:0.5rem;font-size:0.875rem;display:block; }#Xa4JyZSAd3fc62EDQeUopPODTz1wrmZ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 763px) { #pTJghP0fZgWVpgh7QflWGczRi481cgO4 { width:7.5rem;height:7rem;top:20.22265625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 { width:19rem;height:4.55rem;top:46.49609375rem;left:0.5rem;font-size:0.875rem;display:block; }#NWGJN1ntE1kumkaOGa2fTaZn4QRM1E66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a302b617-2bb9-4bfd-b003-db04da9003c8/Group6668.png); }
 }@media only screen and (max-width: 763px) { #dbtx0au7D56ucFn6QPzObaUOiHLESRHF { width:7.5rem;height:7rem;top:38.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuJCqWUTKp31qGsA9xgaKT0s2iTlO6cm { width:6.4375rem;height:6.4375rem;top:37.6875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFMititwRr4vUCTUKF08rQLl2bVN8vht { width:6.25rem;height:5rem;top:21.22265625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNLmfG28nTHp8rsxQHBMakaPDh9wak66 { width:7.3125rem;height:5.1875rem;top:7.71875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 { display:block; }#Bsg4mB4F7cg5clHmOKg00eyAzbcWxWC7 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTL26pmzV7Zp76C2tupehaGu2VTPGZxt { width:18.4375rem;height:3.625rem;top:1.25rem;left:0.75rem;background-color:#d0d6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#485171;display:block; }
 }@media only screen and (max-width: 763px) { #c55KCsTLD7xgTvrsypAkUTQrus7LN6TV { display:block; }
 }@media only screen and (max-width: 763px) { #wtmwBU5FAmHsLVu07nppUPyq2HR0yCoh { width:2.25rem;height:0.875rem;top:6.125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Afv3eLegQC6Zk8xZmQECwlwTrnTZz4gS { top:2.6875rem;left:16.21875rem;width:1.5625rem;height:0.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D { display:block; }#Z5hoo7AQUTiwPbxnVCQcRfFU1IfP452D > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOiwFu9TlU6rmsP0vC0boKPnyKaTRcig { width:19.1875rem;height:22.75rem;top:1.125rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3gmSklGkQL19QssJlNBMpwxkuqm8CvP { width:18.4375rem;height:3.625rem;top:23.875rem;left:0.78125rem;background-color:#d0d6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#485171;display:block; }
 }@media only screen and (max-width: 763px) { #A4a4u4BuxVTzRONnwy1LhPmPyxkmkXIG { display:block; }
 }@media only screen and (max-width: 763px) { #ULZykOCTkp88L9CfHT8uft4r3tVtb1kn { width:2.25rem;height:0.875rem;top:35.701171875rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #lphl7mTtymkUOlLtO0O5RCU82FgBiwWS { top:25.3125rem;left:16.4375rem;width:1.875rem;height:0.75rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC { display:block; }#dlV7sN0uu9mbA5ZCG2D9qoqBiTig0sAC > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dytEvb3w82fwlvInOrEfzQNy4G7RIBNM { width:20rem;height:5.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK { display:block; }#R8kETrl9QtGzsAfDEDdwqnHr9VodZQuK > .row .container { width:20rem;height:186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeiW0UD8lcqu1gBsRlrT0rzZeuQ4XEv1 { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-text {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-select {padding-top: 0; padding-bottom: 0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.adaptive-delivery-prevent-bg, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyload, #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-input-button.lazyloading { background-image: none; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:first-of-type{padding-top:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .widget-container:last-of-type{padding-bottom:0;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U  { width:13.75rem;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:107.36249732971rem;left:2.75rem; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U .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; }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U {display:block;}#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U { width:13.75rem;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:107.36249732971rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG {  }
#iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #GcuVIgq8QJDn6Hf5Xfk2Zn2XB0nr1eCG .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #WXUWzAX6xSkWws3RLoFOrEZxmdESBKUh { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xzee3HFJ33nT2pxQkCbFQrCtoDI0Ccwk { z-index:2; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iSzrbyQHIJcTWEUhZzy3hHPPEpeZFLSA {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #y9XOUxAQbnqGqpxU8sAMJWwxi8WVaXuT { z-index:2; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OLTQ5nTc3q8bP1dSZJATopQEnMn6vDkc {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jh5hpDg1FtBmZTRASRFWHbyAwT6wmmIE {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bEvKq26MKWxG1tLMUfCKBo2qEmxPb92y { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #IiIZdi0rJRxkL3ZTpOdSbewq6slCko1n {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #r6yzlF7vtGkf2hRqdrnR91MpDAKfEfl8 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Rfr1umskkaoinQAkSm7RmHapt2PzgFNL { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iHGZA8XdGTWagB9aWwM1WCzPhbUrk5TA {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NJOmmvsTcVnQpJKxo8Uh9mMMKSRb6u48 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dfA6bRdM4goFXg00CW3FJXAcoAGXfKFo { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #EEDvz7RrbcA1FNc4H5FmVupQK3kmyug8 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kvDe2AiADodsHcszwuTdbWzuvH3cTiOM {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #fic4hQvQkg2eEnz6dT6FLTh3RezKCSyT { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dGQHdpVpTVLD05FJpmQIvTWT0U5W9Apf {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #xlKi9kyrgu1nNH0RsoDMp328SQJATO7E {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #qWoaHASJEBCNInrfgn2QqVCViFHRvK3R { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F89bVQXAFuFSBwexGqJCqUrpDC2ODv40 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #NSDEIntzNd2pcXC2gecA8bhAWDKkCFaI {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #D2XZw8HiZeCsgMQ3vXdfvKn38tNKcwnX { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H1MP7XbJmET3kpbKdB834MzKUSQQMn94 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #msTHsMMt2QSdtf3SV0COG11vn4TWD7To {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #ITbBMHzxfguwe6o9TotelOqETT2wCndc { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M2EGc1ZTNWcXhqRJcU8GTWNkF4SylP4g {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gPa5uxtMRFa0v8c6mBML39T3oehZD1xr {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kSGTdRzIar9SdIa7UV035nTsLXl1cwZD { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #iqT803lTFQqFKvb5bBD9aJLqWDJbeHWK {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #bw7ldIuZDAyQqzdtTEqUd4Q49gGIgNgw {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mct6z6ZbX8ZJBcGt8Xy6mXqUEmeAloAo { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gUNKkPFF8FgDkeFW7rGgqiC7lmgvdNfv {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #tCqpysaIamXpFNulgzOnGrrTzQi8eeoP {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #BWnNcM3wxbGNGgfWvE0whh5LOCQOpT6L { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #CNupMrlDcJkmtnM7p4lTI45DH1WoxuEz {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #FqX2VS9GuSUg3VMxE66xpme9Q0NQyvLT {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #PqU2palapzaFc6WtAI85h8EBGsyb4taP { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsxTOyPqJwJ6zHEsIUrTpmUu7Vnhit89 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QaS57wiZlgR10ZagwidCkCb1cbE85qOk {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #dMDX9sT7nI5yQ4D5ND928tl6ZopvxArf {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #kh7aL3esdDO52qPPCRnAHkUdTPsrP6i1 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #b8X1uqDC0DGMEvkVgoX3ZEALEc3zuhBC {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #lH2XAqK7R0A9iXp3bNOu7wKe7wU7IAbK { z-index:2; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UNwnnrQlX9nIeyDpiCIlzy1xOEyDwvI5 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #e9NrPLLZaZT0qIo6IhAJLF79f4Et7dFy {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #wRJk8RKxS4nMNfhvS99mlI2wRt9J5f17 { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #I8gMkMkRSQk85FicdHOmx41VHJqHyxvT {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #SDUO0CNBHnDkPvlPRQapQcQgWGmhyVa2 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #slZnQJTtQdc2wXuzThDoJ4TlLL8EXQIb { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #VLmZeFQKPIl6GCggM0xTCRfXZCMVe6QS {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #O0oEdTbM3knZyFAqXxo50Ws56Wt710sZ {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #cXcPUchtRteNkEp6BVpc8aHgn34TEZk3 { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #QqCpZ1f4xAA8EOxZlpWRo91zfRle0JaN {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #AAnLz4y0RRZJWGpoUhnr2txcvhTLVz0P {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mStoFswigkXnAX2obOp1RXKISTgE5A3A { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #irB6cc2Qc4k5VW4DxOfoIpBTOn15poc1 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #u74MbSVGHApe8KhB1Awc6vHaTiwaZGSS {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #yqCm5PPogeu3TWaUEB7FhMOP0dr9LNFT { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #F3aT2TzJW2sTplbKtoLVtnIC96d4TUqO {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #Jft5OyE71mW4pbaakDJEsAnoOSSKeNA7 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJ9sVsgzUwnDloUU9Az3JxnUUEZrLuJl { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #M7SPHiKOTTnq6ihcif1dTQ673CfKcbJg {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #H9yU2n0d6DFzFKHqW2rInVMZySVZCCzX {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #gsJPz7oHrChymqSNQ4OdvSIKd5ZLIih8 { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #B7wBym8OJ6Hs3MIGngPfsXSfdJ49Pgf5 {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #UkWITATLKFx7J7Fg3D6thsylpfcD1Spe {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #mt0CtNPx2311exXSkQ616GztvQiSpJdM { z-index:2; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #nStZb1h47IkDwpdUwbxR63s5y0l93Mpx {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #uCue900wu1zH2PSGtR5MvB1xKv3bhCmf {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #RpnPkVzBuQTW6wqWnEeHKmItOcXuhF06 { z-index:2; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OTZxwowTTUuQncypMr712QWXyZAhUGO3 {  }
 }@media only screen and (max-width: 763px) { #zNP5dc791tpI0tRsShstITnTkuPaoPhW { display:block; }
 }@media only screen and (max-width: 763px) { #tyXypXkErElbJDxuDwILSJ0Q5SCbg66D { display:block; }
 }@media only screen and (max-width: 763px) { #lS87wtQKaXTECvKiCJskH7MaG3MvwyOg { display:block; }
 }@media only screen and (max-width: 763px) { #tk04gCl2FvUxQewvWwGmqJIzbrD0b2NV { display:block; }
 }@media only screen and (max-width: 763px) { #rNsAHzvxvZlRxGaLzN84yw84aXxhUe99 { display:block; }
 }@media only screen and (max-width: 763px) { #RvVxLJugJA3EXdpNzHSuLFehvV7GFMBn { display:block; }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #OJJ4yUyWM0mBRFiBqXbXIs8e1pM6bQrM {  }
 }@media only screen and (max-width: 763px) { #iggbBfx5Of3CuR5ogsSfn6FqsCcPD47U #p0unv6ySW6GJP9M0XFuUug0vVyClZBZv {  }
 }@media only screen and (max-width: 763px) { #CcQCk4cPKJWnyPhVyGRIZfs9JGTS3fw2 { width:19.875rem;height:39.625rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6xMfLML3ab07Eou9P5gEgzszH10pMsV { width:15.625rem;height:15.925rem;top:84.9375rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BoaogTl3mwE8nycL3VTrcdcUl7PUt9ai { width:15.625rem;height:1.225rem;top:82.875rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsJkXuXOR6eT7C4VgMi9EesUHhTtnhCy { width:18.875rem;height:2.275rem;top:79.125rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTQwZb7LGqMEefm1ZQZx75giQsxd2g6K { width:1rem;height:1rem;top:55.506252288818rem;left:1.8041667938232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtQVDoKkmA6RbhOvPewzGusLykoLkBU { width:1.5625rem;height:1.5625rem;top:82.706251144406rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANcPxySSFmPSsauL27Ad5zozyS0Hdix { width:19.875rem;height:33.6875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxs6ARNBw9VVQrhIW6FGdnvFxkSHNEaO { width:15.625rem;height:6.125rem;top:47.75rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqV9Tzo3vb2tr2aUzE02gLviVge07Pps { width:12.5rem;height:1.1375rem;top:55.4375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0Mg46pDZMVrzhMTVH1CgQyhdhEfGnzW { width:15.0625rem;height:1.1375rem;top:58.25rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qOWmtmPNW5UH4NnhOzOEZhZ7wH55vncD { width:20rem;height:2.625rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik8TS28aODJ2RWtW6XsLcZ1MhaIXmHQi { width:20rem;height:1.21875rem;top:63.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaSciv8p4gsUQP49VvuRKdLorxFuIGNX { width:17.9375rem;height:1.1375rem;top:32.8125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DgEnnMi8yIfOZqi9Du5hw0Q6M8ZuEFaH { width:15.625rem;height:3.675rem;top:36.3125rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIgTvOWOJDpHmlitRixSMEIxLTzbnFlL { width:15.625rem;height:4.9rem;top:40.5625rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlBu1D5AqfzB38azR8LPfi9qXduhKpqf { width:1rem;height:0.8125rem;top:58.412502288818rem;left:1.8041667938232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhDCnRe2UZrCh6opnPfLGfEhgtWIpdq { width:1.5625rem;height:1.5625rem;top:36.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifxo7dOdm4uPefEgVwdR6ShwbccDPf6q { width:1.5625rem;height:1.5625rem;top:47.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU4SFL0ek1iIFu9M2iieHTb2xUDKNrdz { width:19.0625rem;height:3.4125rem;top:29.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOI57lfe5BVd8NgeteG2KCTHIaeCgKe9 { width:20rem;height:2.625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhCRo22bDasnHB4egTViceuDBoOiKOqg { width:12.5rem;height:1.3rem;top:26.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI54V8oDkAEI3fvZhsHTqt3DRDH8barR { width:19.875rem;height:18.4375rem;top:3.7500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk { width:20rem;height:11.0625rem;top:8.1875019073488rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#PTMVhfxnHbuip8IsHVNgiK4q0O5p3ygk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/994c5ebf-fa01-4acf-8faf-5bed4b5a3dfd/tick.png); }
 }@media only screen and (max-width: 763px) { #lm4D6pl0QbFTcpISxGOR7hKGLV0IoAQE { width:20rem;height:1.1375rem;top:5.8125019073486rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18soSmdKTSxwNhkARgm43UgxEPpW6Pl { width:20rem;height:2.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuSeZa3rezMBac4sGlGiIpG4S0h3ft2i { width:18.375rem;height:1.3rem;top:2.2250003814698rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpGJ0nFHtlREvTBXaBbMTWPtZpGxUakw { width:20rem;height:12.25rem;top:66.250000953675rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNnGzMcN6xJkUPNzEfhqmxLOlDHg2pR0 { width:6.25rem;height:6.25rem;top:177.70416259766rem;left:12.4375rem;display:block; }
 }