.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT { position:relative;display:block; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT { background-color: transparent; background-image: none; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row .container > .video-iframe-container { display: none; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row > .video-iframe-container { display: none; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .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); }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT { border-width: 0; border-radius: 0; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .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; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .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:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qGn5KhevUCToL16ZMxC4lPP8N5X1fe5Q { color:#050505;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:0.59375rem;left:0rem;height:10.123375rem;text-align:center;text-align-last:center;display:block; }
#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 { position:relative;display:block; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 { background-color: transparent; background-image: none; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container > .video-iframe-container { display: none; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row > .video-iframe-container { display: none; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .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); }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 { border-width: 0; border-radius: 0; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hx77Mrdv1TqDODB0WMJARC9KwhenvM5h { color:#5b647b;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm { position:relative;display:block; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm { background-color: transparent; background-image: none; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row .container > .video-iframe-container { display: none; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row > .video-iframe-container { display: none; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .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); }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm { border-width: 0; border-radius: 0; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .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; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .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:40.25rem;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; }#yEt0J52TRK061L143aoz5guEqZILrHmq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.6875rem;width:56.25rem;top:0.4375rem;left:9.375rem;display:block; }
#ti0VSsW1Em2tGfZcp9yRX3tHEAvMMOoH { background-color:#a90c0c;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.25rem;height:4.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.125rem;left:9.375rem;display:block; }
#JZb8QkPmbgKvll7M425kVQ3UBTUI8rn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container { background-color: transparent; background-image: none; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container > .video-iframe-container { display: none; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row > .video-iframe-container { display: none; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .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); }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container { border-width: 0; border-radius: 0; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#sFG25eFsef4DycvuUxvlGAt5MU239K9M { color:#fafafa;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.8125rem;height:2.51855625rem;display:block; }
#gaqVncwbRffJk1Amaqn3abRa6HaECfE5 { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9.375rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 { position:relative;display:block; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 { background-color: transparent; background-image: none; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row .container > .video-iframe-container { display: none; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row > .video-iframe-container { display: none; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .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); }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 { border-width: 0; border-radius: 0; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .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; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .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:2.125rem;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; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container { background-color: transparent; background-image: none; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container > .video-iframe-container { display: none; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row > .video-iframe-container { display: none; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .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); }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container { border-width: 0; border-radius: 0; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .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; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#iJUhUIreTvAHuvVlTxPXTn4Ew0yn8amA { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.15625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n { color:#fafafa;display:block;width:58.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:7rem;left:8.15625rem;height:;text-align:left;text-align-last:left;display:block; }#WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n li:before{  }
#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container { background-color: transparent; background-image: none; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container > .video-iframe-container { display: none; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row > .video-iframe-container { display: none; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .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); }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container { border-width: 0; border-radius: 0; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .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; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#Coyyao83UBQtev2TRpr9yTveOIPh2f36 { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);top:1.75rem;left:5.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ySvMxs4Vq0s4HaghdJT1ilz4QM3f9M40 { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.6875rem;left:5.1875rem;height:5.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh { position:relative;display:block; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh { background-color: transparent; background-image: none; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row .container > .video-iframe-container { display: none; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row > .video-iframe-container { display: none; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .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); }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh { border-width: 0; border-radius: 0; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .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; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .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:20.125rem;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; }#EZWkqH0fuNpJcQb4ePxRkFvuk2xZoQtr { box-sizing:content-box;color:#d71537;font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.25rem;left:6.21875rem;display:block; }
#KxOPUt99sgKNPGzHm6vJP2U2gdGAz0bb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.125rem;height:6.880325rem;text-align:center;text-align-last:center;display:block; }
#FDgVX5epvNb7rsOOZk9nT5MWgUMwphtf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:21.875rem;height:6.880325rem;text-align:center;text-align-last:center;display:block; }
#dB2bax9VPz5RioRU5cBtfMJdAhmhxfZI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.625rem;height:6.880325rem;text-align:center;text-align-last:center;display:block; }
#kDD8m2764wJSL5l3BXc5R70OXerziWlc { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:58.84375rem;height:9.15481875rem;text-align:center;text-align-last:center;display:block; }
#rBT5dd7wn0Tgq0DnlXMVV1nBSAZFkEyK { box-sizing:content-box;color:#d71537;font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.25rem;left:43.71875rem;display:block; }
#EXGUXS5g32UQ0gLGdFxkxgum9AfPs74M { box-sizing:content-box;color:#d71537;font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.25rem;left:24.28125rem;display:block; }
#WT48GMuGEVBHCdOkhBKoU20r9nn0kDkC { box-sizing:content-box;color:#d71537;font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.25rem;left:62.46875rem;display:block; }
#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container { background-color: transparent; background-image: none; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container > .video-iframe-container { display: none; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row > .video-iframe-container { display: none; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .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); }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container { border-width: 0; border-radius: 0; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#iTGDBrB2Fxxwvo25krGzFKFHJBCr4bBn { color:#fafafa;display:block;width:64.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.46875rem;height:14.62178125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 { position:relative;display:block; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 { background-color: transparent; background-image: none; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container > .video-iframe-container { display: none; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row > .video-iframe-container { display: none; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .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); }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 { border-width: 0; border-radius: 0; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container > .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; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3af4a, #846200);background-image: -moz-linear-gradient(180deg, #d3af4a, #846200);background-image: -ms-linear-gradient(180deg, #d3af4a, #846200);background-image: -o-linear-gradient(180deg, #d3af4a, #846200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3af4a', endColorstr='#846200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3af4a', endColorstr='#846200' );";background-image: linear-gradient(180deg, #d3af4a, #846200);background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#bqMe6MNKfxvSiRV1kipvLgdIro9EBofX { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.03125rem;left:5.15625rem;height:9.7523125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QRf7OZdA3z8t8iaQz8kOyvU54IU9wP4Z { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.09375rem;left:5.15625rem;height:2.1937125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf { position:relative;display:block; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf { background-color: transparent; background-image: none; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row .container > .video-iframe-container { display: none; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row > .video-iframe-container { display: none; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .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); }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf { border-width: 0; border-radius: 0; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .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; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .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:2.125rem;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; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90c0c;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; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container { background-color: transparent; background-image: none; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container > .video-iframe-container { display: none; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row > .video-iframe-container { display: none; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .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); }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container { border-width: 0; border-radius: 0; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#xnk0hT5t4TeDdkv6iP0wtm8Dh37LgtS8 { color:#ffffff;display:block;width:31.3745rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.928955078125rem;left:21.77978515625rem;height:4.79403125rem;display:block; }
#nLRq619ekwN36PStzkO87rTLA65ZuP7E { position:relative;display:block; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E { background-color: transparent; background-image: none; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row .container > .video-iframe-container { display: none; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row > .video-iframe-container { display: none; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .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); }#nLRq619ekwN36PStzkO87rTLA65ZuP7E { border-width: 0; border-radius: 0; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .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; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .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:19.9375rem;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; }#VM8brkJfVn8xt2Bd1P1coRtQun8RHxSo { 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:14.3125rem;width:48.6875rem;top:2.8125rem;left:13.15625rem;overflow:hidden;display:block; }
#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd { position:relative;display:block; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd { background-color: transparent; background-image: none; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row .container > .video-iframe-container { display: none; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row > .video-iframe-container { display: none; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .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); }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd { border-width: 0; border-radius: 0; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .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; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .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: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; }#qC8UFQ92gbEggcKhUidJUSgdMKtQ7BGo { color:#fafafa;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#pLyIhsTrvd1fpwGB3f8iWHAGi9812oL1 { color:#fafafa;display:block;width:64.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:5.0625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#Ct8TJDcBt5dOIVTIrbzd1rIkKau9ifrt { color:#ffffff;display:block;width:72.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:51.625rem;left:1.375rem;height:19.74344375rem;text-align:center;text-align-last:center;display:block; }
#sLsZhvSTTysJluQPFfoK4yIX24IFpxm5 { 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:41.4375rem;width:75rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c4c4c;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; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container { background-color: transparent; background-image: none; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container > .video-iframe-container { display: none; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row > .video-iframe-container { display: none; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .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); }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container { border-width: 0; border-radius: 0; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#gaDJMEDhuZegyJ1JPSJBorNM6LG0yxrm { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:28.1875rem;height:2.76278125rem;display:block; }
#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL { position:relative;display:block; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL { background-color: transparent; background-image: none; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row .container > .video-iframe-container { display: none; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row > .video-iframe-container { display: none; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .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); }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL { border-width: 0; border-radius: 0; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .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; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .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:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE { position:relative;display:block; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE { background-color: transparent; background-image: none; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row .container > .video-iframe-container { display: none; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row > .video-iframe-container { display: none; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .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); }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE { border-width: 0; border-radius: 0; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .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; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .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:27.4375rem;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; }#M8Uzd0NnKfb4T1sBkveTVyJ0HSzCT8ko { 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:13.875rem;width:21.625rem;top:1.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#oL1P4wuVUwIHq2ZRXQxIDT9o8GrdxQuR { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:1.59375rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#MXOGtJNKgNbwU6PoSBICPOKbMh6b8hVa { 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:13.875rem;width:21.625rem;top:1.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#uBpRKX8Lni1ASR1HK6IGgB4EyMRZyRil { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:21.625rem;top:1.6875rem;left:50.25rem;overflow:hidden;display:block; }
#fc47y0GeCOhGocXSzconGIJMlxBeHslk { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:26.59375rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#IhePwGVcoM7edM2SggZTBITW8HmRCZ86 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:1.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#sfSpRKAT2krgF2a1IfCWom9Z9Jnh60kJ { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:26.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TC3eTuq8KfMUkUe7fZ8b3FFvqgnprL75 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:51.71875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#teMTi8JkCzoJlV25EAdET9uubArxBteP { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:51.59375rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv { position:relative;display:block; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv { background-color: transparent; background-image: none; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row .container > .video-iframe-container { display: none; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row > .video-iframe-container { display: none; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .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); }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv { border-width: 0; border-radius: 0; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .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; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .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:28.4375rem;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; }#QGqqMGU9dKx6evKPLmxziAoNt36NRE8N { 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:13.875rem;width:21.625rem;top:1.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#l0IRDmPPhfP3mwvrV3gGTqTopQd7WEqv { 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:13.875rem;width:21.625rem;top:1.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#KPekJpGGAlTsGtqGKX4BOUKKhMKNhiaG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:21.625rem;top:1.6875rem;left:51.6875rem;overflow:hidden;display:block; }
#xPUy16Bi1DSGgPmV6SCDzeFSRBxkOo0x { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.625rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#LRRAeNoTDzGFa6ZpzmygDFf6wymNwBs8 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0625rem;left:1.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#PV3a7vNpx9iqXTOtxgsLIOOxDZUCsnB9 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:26.59375rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#hG2OlL8niawyXonX0TlU12D8MgiLt4za { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Tdh6AhZrnvX1KeAHOy5SlOnrudSZhCZx { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#pJ21THiTAPJwhss8e5QueiwcHenO3SuB { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:51.59375rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c4c4c;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; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container { background-color: transparent; background-image: none; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container > .video-iframe-container { display: none; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row > .video-iframe-container { display: none; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .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); }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container { border-width: 0; border-radius: 0; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#vBIgRF2dXqpD23u6CETusExBzdtaklsV { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:28.1875rem;height:2.76278125rem;display:block; }
#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK { position:relative;display:block; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK { background-color: transparent; background-image: none; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row .container > .video-iframe-container { display: none; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row > .video-iframe-container { display: none; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .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); }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK { border-width: 0; border-radius: 0; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .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; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .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:3.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd { position:relative;display:block; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd { background-color: transparent; background-image: none; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row .container > .video-iframe-container { display: none; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row > .video-iframe-container { display: none; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .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); }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd { border-width: 0; border-radius: 0; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .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; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .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:22.5625rem;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; }#dgndt4unL3MR1ObWEKk9FEQvfWUWxx4g { 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:9.6875rem;width:15.125rem;top:0rem;left:20.5625rem;overflow:hidden;display:block; }
#b1ccWaQWBAM8Gi1ZnBJRuN4EnPA2954k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15.125rem;top:0rem;left:1.8125rem;overflow:hidden;display:block; }
#rm738TTDqiF1rD4S8lIHghUQmvMtJp7F { 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:9.6875rem;width:15.125rem;top:0rem;left:39.3125rem;overflow:hidden;display:block; }
#RZXbuD7DmEdhHTfpmuzpBmJs7Z2xgaFJ { 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:9.6875rem;width:15.125rem;top:0rem;left:58.0625rem;overflow:hidden;display:block; }
#lbyIrbmPzzref21C3qZg2nMqTH6KQrx0 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.96875rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#wPgZyZZ2Jcr4TvtEkQtZuXmIIbX5e2fT { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:19.71875rem;height:5.84871875rem;text-align:center;text-align-last:center;display:block; }
#uhMTGJpATL8qB6ykn79kf0fIpdgVv637 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.90625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rGdxTKF4cdo6svTCb1SsKadCiO8CWe3P { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.65625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#FrhFtEEhuBlaZBkHm5hu4LtmX8UgST87 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:39.40625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#f8sqLCZGqCFCmBBgltVGtUpuuyB6ElsV { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:58.15625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Pm2wsPdwy7xz7chdPokqaKvkQ8DZcAAl { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.1875rem;left:38.46875rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#ILgWrkAbf9lmGsLIfTE8xAIxN8NttDgf { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1875rem;left:57.21875rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#QciL55mmUWkkLydNQQGwZTzphsW8wAEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90c0c;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; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container { background-color: transparent; background-image: none; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container > .video-iframe-container { display: none; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row > .video-iframe-container { display: none; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .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); }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container { border-width: 0; border-radius: 0; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#ftvc4qJN9T1XKeTS4yhmXwIc2A3nnc2B { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.75rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 { position:relative;display:block; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 { background-color: transparent; background-image: none; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row .container > .video-iframe-container { display: none; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row > .video-iframe-container { display: none; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .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); }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 { border-width: 0; border-radius: 0; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .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; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .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:35.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iv4imb4MlO99Q5ffCHm6bTWWE4uiX1yN { 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:13.875rem;width:21.625rem;top:3.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#oNLI60MusGLexF2F7E6S8ahVuvDOtLkd { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#aKHBwTJ4NBlP8tBnxTqkTTm8zONpyfE0 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:7.84375rem;height:7.310875rem;text-align:center;text-align-last:center;display:block; }
#VmzslGTFo6dJDcu63tF3fMPpw3bJIdXW { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.5rem;left:7.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#c1skdWwzoK4wNqHMdoT5NXI98yQTIMOh { 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.5rem;width:14.25rem;top:1.78125rem;left:49.53125rem;overflow:hidden;display:block; }
#PuDKBOXLOpWli3TNEDa2XZ31TRS6drTF { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:46.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#R6lONuOgAWIT52N2oFwpZpAAet7VAdI5 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.40625rem;height:7.31090625rem;text-align:center;text-align-last:center;display:block; }
#r1om6GKzlKfKDk4MSiMEMBKIzbpRt91v { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5rem;left:45.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ { position:relative;display:block; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ { background-color: transparent; background-image: none; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container > .video-iframe-container { display: none; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row > .video-iframe-container { display: none; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .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); }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ { border-width: 0; border-radius: 0; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90c0c;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ANvOTJSOTfrh6HeKmB3sCgtGTvVqaqPZ { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.67578125rem;left:12.1875rem;height:7.1501875rem;text-align:center;text-align-last:center;display:block; }
#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP { position:relative;display:none; }#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP { border-width: 0; border-radius: 0; }#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP > .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; }#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;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:none; }#Nmeb7fgbBq2ZHHHiloAJmvoXkGn3sZ7r { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.75rem;width:35.375rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.76953125rem;left:36.8125rem;height:;display:block; }#zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NFHy5hjU/check_mark_2_1_.png); }
#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye { position:relative;display:block; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye { background-color: transparent; background-image: none; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row .container > .video-iframe-container { display: none; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row > .video-iframe-container { display: none; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .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); }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye { border-width: 0; border-radius: 0; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .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; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;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; }#QTSnkrlIDDUx3lkDgvhv2n1x8BLL0248 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#GX8MTF5lHSQqX8kdwOpwC7ywyN9qfpxb { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:7.875rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#FWpRgDrpJhwh3CG222vMvbZTamm0NTxi { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.75rem;left:7.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TTxVmx9xsz2d6hThg3DhoCwR0BkI2IuO { 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:13.375rem;width:12.3125rem;top:3.1875rem;left:12.625rem;overflow:hidden;display:block; }
#UbF3hhun9BNzeBPIaa5fkFlQbOUzoLt0 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.75rem;left:45.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dSWQM1BAeA7omn7Z1XX9sSIG0UuJ2Ngd { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:45.375rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#XSl7AS3EC4Dwip8O1TdOeh7gOgU1lsOy { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:18.0625rem;left:45.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#r8VvpWdIN9mEsWoNv3fmKI8ueeT3GNCQ { 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:13.375rem;width:12.3125rem;top:3.25rem;left:50rem;overflow:hidden;display:block; }
#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ { position:relative;display:block; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ { background-color: transparent; background-image: none; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row .container > .video-iframe-container { display: none; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row > .video-iframe-container { display: none; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .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); }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ { border-width: 0; border-radius: 0; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .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; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .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:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TqbrTUwdey97vZKZ0rTl3Jla0AreVfq5 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:0.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#zcIqO3MrWTrJagTLqsR0BZCmhPNdsTcg { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4.75rem;height:8.77305625rem;text-align:center;text-align-last:center;display:block; }
#uVaaH1uoZmcu3wXPrfhSZRzJBQdrWOFm { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Jw6hN9QUrFnl8rtKLiNzSxxWeRte7e9L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:19.3125rem;top:3.3125rem;left:7.8125rem;overflow:hidden;display:block; }
#h1PvfG7o7mMdXB9T13ZGFeiV8wPAMAJb { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.6875rem;left:45.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rDGgrupft6LtX3GZpfyruW9NTyM4tV3c { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.34375rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#WH8kguzdaEIFmz7B2PXby4Cg58AxzNFS { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:39.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XwJChJTT3V6CWLZdxTLuFNE6SDkNFi6x { 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:13.375rem;width:12.3125rem;top:3.3125rem;left:50.25rem;overflow:hidden;display:block; }
#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d { position:relative;display:none; }#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d { border-width: 0; border-radius: 0; }#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d > .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; }#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d > .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:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fJeHAFn38JbvStJBGQdqerE9KON33Jeg { 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:20.5rem;width:27.375rem;top:5.84375rem;left:4.625rem;overflow:hidden;display:block; }
#NoQ732tbzeTRynECWxg9CJR79JOG5zXg { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.818359375rem;left:35.5625rem;height:4.54980625rem;display:block; }#NoQ732tbzeTRynECWxg9CJR79JOG5zXg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NoQ732tbzeTRynECWxg9CJR79JOG5zXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Q5ZAZVuE/check_mark_2_1_.png); }
#Usb00xfzJqfyizyQz7XlNQWHWiEssyEl { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:23.25rem;height:0;display:block; }
#W4wecTEdExCcb9XmpuDG2NDe038yk5pL { color:#ff0000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.005859375rem;left:25.65625rem;height:;text-align:center;text-align-last:center;display:block; }
#w7B4kFN3o120KWp0LEeUJv8enL7AD6TF { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.87);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:75rem;top:0.125rem;left:0rem;display:none; }
#cIozRw35gxZAsQ0QrgVZGyUmXHGAAfTA { position:absolute;display:block;z-index:15003;background-color:rgba(0,4,4,0.83);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:75rem;top:0rem;left:0rem;display:none; }
#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu { position:relative;display:block; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu { background-color: transparent; background-image: none; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row .container > .video-iframe-container { display: none; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row > .video-iframe-container { display: none; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .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); }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu { border-width: 0; border-radius: 0; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .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; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .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:61.9375rem;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; }#qvGBR7QZTqdalf3U6JqlQc6iKepQEGT3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:35rem;top:11.75rem;left:15.875rem;overflow:hidden;display:block; }
#Z3acgEOFEVzsrFFlonRZvASaDNV9aJuC { 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:35.9375rem;width:65rem;top:24.8115234375rem;left:5rem;overflow:hidden;display:block; }
#nGwH3AIVB1xfVXOf56CSTCB4RDnOvk4T { color:#fafafa;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:6.498575rem;text-align:center;text-align-last:center;display:block; }
#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt { position:relative;display:block; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt { background-color: transparent; background-image: none; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row .container > .video-iframe-container { display: none; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row > .video-iframe-container { display: none; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .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); }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt { border-width: 0; border-radius: 0; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .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; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .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:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RQe1pnRm3mPyEh88CEcmi4FL75F6NGQW { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.625rem;left:45.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#Ny0Pr72wOKgK8itwiE0KJNqoAoCW7VS6 { color:#000000;display:block;width:21.8105625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:45.375rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#bNxubXEXB4oM0uLsN7NxFOTZS3yEOXU9 { 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:8.1875rem;width:7.5625rem;top:1.5625rem;left:52.5rem;overflow:hidden;display:block; }
#nqgA0lLV20ogTRcsQIBkU0VAvg9DpVSC { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.4375rem;left:7.875rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#CH0VcWfeRmTZCUk5StZo6glRotsAD07a { color:#000000;display:block;width:21.8105625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:7.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#EO5VFEaJvATf9dX55s0y1WUR1pm7A7Jp { 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:7.5625rem;width:11.75rem;top:1.8125rem;left:12.8125rem;overflow:hidden;display:block; }
#AnnX61leCoAWLux97TWarMBCUpTvCTp4 { position:relative;display:block; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 { background-color: transparent; background-image: none; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row .container > .video-iframe-container { display: none; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row > .video-iframe-container { display: none; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .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); }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 { border-width: 0; border-radius: 0; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .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; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .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:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dwsBFkAumfJgbGZwL6PRVU3KK2vzu688 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.75rem;left:7.84375rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#asp3JxCd7NK7zGqZDue1pTTAH6QBeKA0 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1875rem;left:7.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Is85Zo2kS9ZsFWVgW7CMV8SQ7AdWeHyo { 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:8.1875rem;width:7.5625rem;top:1.8125rem;left:14.96875rem;overflow:hidden;display:block; }
#N4uq2MvsMQXPlJBDr0OmaBpf8FTbvKHO { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:45.375rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#ls9rwkSaoVgZzn90LLxvaodaqFsN5Woo { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:45.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TE0TuEFyL4d7SRRaHTuHwcXJFzewwWGQ { 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:8.1875rem;width:7.5625rem;top:1.875rem;left:52.46875rem;overflow:hidden;display:block; }
#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv { position:relative;display:block; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv { background-color: transparent; background-image: none; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row .container > .video-iframe-container { display: none; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row > .video-iframe-container { display: none; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .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); }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv { border-width: 0; border-radius: 0; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .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; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .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:26.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; }#Q2J2NZXVcG0f2WKsi8fdWQutraPxzkW9 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.75rem;left:7.84375rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#JucbA5sRVurTvDc0dRMonmaDXn1dsskr { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xpOh93iofpPWpvWTauOQp9P65hLvCgo6 { 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:8.1875rem;width:7.5625rem;top:1.8125rem;left:14.96875rem;overflow:hidden;display:block; }
#sh7ydRxOO0ocI7tIUlRIOMQDhSEd38AT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:45.375rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#ZqUGHiOPfHPlQqK7LdEGfAIwnWVShHy2 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:45.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#DCInwyIpEyeNUWykQ9kR2bdQN6ODDLOR { 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:7.625rem;width:11.875rem;top:1.8125rem;left:50.3125rem;overflow:hidden;display:block; }
#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy { position:relative;display:block; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy { background-color: transparent; background-image: none; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row .container > .video-iframe-container { display: none; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row > .video-iframe-container { display: none; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .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); }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy { border-width: 0; border-radius: 0; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .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; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .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:22.9375rem;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; }#oZQziaXLGG7o9c22FLDPaGpp0y83SLf5 { color:#ffffff;display:block;width:71.12375rem;position:absolute;font-family:"open sans";font-size:9rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:11rem;left:1.9365234375rem;height:11.700125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDS603mLL3XTlW843699zQMD8tZMh9xq { color:#ffffff;display:block;width:71.124375rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.9375rem;height:5.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zpnMQvUA4XBkWQAdZgNy7uOwR7butnS2 { color:#ffffff;display:block;width:71.124375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.9375rem;height:3.330075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBg0iF2wtdOB5il90UNEFUMfN0fWGTh8 { position:absolute;display:block;z-index:15006;background-color:#4d4d4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:9.5625rem;width:35.625rem;top:12.0625rem;left:19.6875rem;display:block; }
#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container { background-color: transparent; background-image: none; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container > .video-iframe-container { display: none; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row > .video-iframe-container { display: none; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .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); }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container { border-width: 0; border-radius: 0; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#MEDy0D4cAb5TLnTse5471OmfuJ1q0Qpn { color:#ffffff;display:block;width:60.75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.125rem;height:6.9868625rem;text-align:center;text-align-last:center;display:block; }
#JC1tZ3LavKN3Sa3wtkAOpfpSo1mcLErO { background-color:#a90c0c;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.875rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.125rem;left:21.0625rem;display:block; }
#ybkvbAib1HrEnrwbXU1KWVbTuWKmHdGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl4rnv5Vq4htPio6Z7EZuClwchiH6acM { 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:8.1875rem;width:14.5625rem;top:7.625rem;left:6.5625rem;overflow:hidden;display:block; }
#zl8xASAv9zHV1asQ8KSkI3XQsfeduyLa { 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:8.1875rem;width:14.5625rem;top:7.625rem;left:53.9375rem;overflow:hidden;display:block; }
#Ouf6NXRBH5CMMvkCHCNdrniz2ChNLJPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#PpJyOG9PlXNFZmUvzZCIIgQ7OPPF4fwK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#eRtaQLppHuRlprS7J79RCVZHtdUQ3kZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#GGaSqquDqbOpg1V0Ts2ER76CgNtnmCgM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#UD7mXTKrq40L15nVavabVqWSGZ0k9SrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#TMrHluKn8pLqSU48bVJCCqp6sS0oZUEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#sc0CKGvMWX75iWSQQnMrnZDnf5tDTPHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g { position:relative;display:block; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g { background-color: transparent; background-image: none; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row .container > .video-iframe-container { display: none; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row > .video-iframe-container { display: none; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .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); }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g { border-width: 0; border-radius: 0; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .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; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .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:43.5rem;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; }#ML8freWw0nDvFARFnz70WaQN6xT2cp3B { color:#000000;display:block;width:75rem;position:absolute;font-family:averta;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.185546875rem;left:1.154296875rem;height:5.7439625rem;text-align:center;text-align-last:center;display:block; }
#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:averta;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.4521484375rem;left:8.748046875rem;height:;font-style:normal;display:block; }#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3af4a;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; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container { background-color: transparent; background-image: none; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container > .video-iframe-container { display: none; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row > .video-iframe-container { display: none; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .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); }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container { border-width: 0; border-radius: 0; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#mwCvlG63QPbIwuZnn1Vxn6bbLCeXI4vI { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO { position:relative;display:block; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO { background-color: transparent; background-image: none; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row .container > .video-iframe-container { display: none; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row > .video-iframe-container { display: none; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .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); }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO { border-width: 0; border-radius: 0; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .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; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:8.84375rem;height:;text-align:left;text-align-last:left;display:block; }#WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MaJjhT4k/check.png); }
#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container { background-color: transparent; background-image: none; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container > .video-iframe-container { display: none; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row > .video-iframe-container { display: none; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .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); }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container { border-width: 0; border-radius: 0; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#BQX96WdytP6N9malm8WduucgiqyrdlRI { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.125rem;left:33.65625rem;height:23.39486875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F6be1daqSIhe9GPGakTPhp2bg1O6D4V3 { 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:7rem;width:39.375rem;top:31.1875rem;left:32.8125rem;overflow:hidden;display:block; }
#HELVIiEWA3rvN4XEdFCekapzrLhClHWU { color:#000000;display:block;width:51.75rem;position:absolute;font-family:averta;font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2xvrIv4dTrbtVlfpwIVgrsrEhyU1d54 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:22.0625rem;top:6.25rem;left:2.34375rem;overflow:hidden;display:block; }
#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz { position:relative;display:block; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz { background-color: transparent; background-image: none; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row .container > .video-iframe-container { display: none; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row > .video-iframe-container { display: none; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .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); }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz { border-width: 0; border-radius: 0; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .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; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .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:8.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; }#NOyxqzTOICKEvuT2Ebnx1cdy3AHm5THa { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:averta;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:4.34375rem;height:6.498575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dStf4roNRDc7Eb0iRoMI85WrRPgPpwLR { color:#000000;display:block;width:61.625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:6.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam { position:relative;display:block; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam { background-color: transparent; background-image: none; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row .container > .video-iframe-container { display: none; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row > .video-iframe-container { display: none; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .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); }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam { border-width: 0; border-radius: 0; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .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; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .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:29.4375rem;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; }#bh28tos8dTRWEt3DySTTaigrzllqeZLt { 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:21.0625rem;width:31.375rem;top:3.40625rem;left:3.0625rem;overflow:hidden;display:block; }
#nSUga2upKZpraXJZAEAtZmhEXc1EuPr8 { 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:23.625rem;width:31.375rem;top:3.40625rem;left:41.5625rem;overflow:hidden;display:block; }
#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu { position:relative;display:block; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu { background-color: transparent; background-image: none; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row .container > .video-iframe-container { display: none; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row > .video-iframe-container { display: none; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .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); }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu { border-width: 0; border-radius: 0; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .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; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .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:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hy31VAd6glmWC4G238gABxZoB2iov1Mu { 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.5625rem;width:31.375rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
#oTta3SwGvdmRS8FVyENVcapL4LTm1yhf { 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:16.375rem;width:31.375rem;top:0rem;left:42rem;overflow:hidden;display:block; }
#q1CooM25J7yLC3kKe46AokJk7ApgenTR { position:relative;display:block; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR { background-color: transparent; background-image: none; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row .container > .video-iframe-container { display: none; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row > .video-iframe-container { display: none; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .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); }#q1CooM25J7yLC3kKe46AokJk7ApgenTR { border-width: 0; border-radius: 0; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .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; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nn760JkORheFckvhaDdnKeyAAGM4b0RG { 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:25.5rem;width:31.375rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
#GIhXn0CPdia3yBRMyhEdk4zeXsrliCei { 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:29.8125rem;width:31.375rem;top:0rem;left:41.1875rem;overflow:hidden;display:block; }
#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM { position:relative;display:block; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM { background-color: transparent; background-image: none; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row .container > .video-iframe-container { display: none; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row > .video-iframe-container { display: none; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .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); }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM { border-width: 0; border-radius: 0; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .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; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .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:58.9375rem;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; }#qTZ7L523NsF9PokGnPnVWdSuTEtOOzSy { 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:56.5rem;width:28.125rem;top:0rem;left:4.6875rem;overflow:hidden;display:block; }
#NgTyygus4BVnWHyKK2EMqHDmmN6XR1VQ { 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:36.25rem;width:28.125rem;top:0rem;left:42.1875rem;overflow:hidden;display:block; }
#UfXlph1Fx3FdmmpluJ9bI5d1paFpAqk4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:28.125rem;top:37.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container { background-color: transparent; background-image: none; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container > .video-iframe-container { display: none; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row > .video-iframe-container { display: none; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .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); }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container { border-width: 0; border-radius: 0; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#y6HdQOrtdVJegtaRx2mU1znvgr8bKa47 { color:#ffffff;display:block;width:65.9375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.53125rem;height:8.04065625rem;text-align:center;text-align-last:center;display:block; }
#sXsOV7rrJR6KZ5aWt5Umcsi4kt7dIqPD { background-color:#a90c0c;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.5625rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.8125rem;left:14.71875rem;display:block; }
#k6yN8ytdR8t30ApBbsd6WRqPA4c9WGRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sizJz9DyPmmFfgOPWsS8CZmlW0ePnmOB { 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:8.1875rem;width:14.5625rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#c9BgsQZbJPAp3qrDMceTdkV7mQoXT9z6 { 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:8.1875rem;width:14.5625rem;top:8.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#l9RQFe2ONqxD7oLmxTwAPnGM2gIONcKe { 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:41.4375rem;width:75rem;top:18.53125rem;left:0rem;overflow:hidden;display:block; }
#zcghs2Hkc8TRLTETTpI6V32z27yufuTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ECUc09baw8ClyIoXsKpJki0W2kwsPkV8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#wDvwuOJlwr3y2Ga1Bd1uqUxc970wfcAF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Qun42eShxlnFF5likpWbhUJqPw0nyUTC { position:relative;display:block; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC { background-color: transparent; background-image: none; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row .container > .video-iframe-container { display: none; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row > .video-iframe-container { display: none; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .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); }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC { border-width: 0; border-radius: 0; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .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; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .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:42.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTWlFcXQSK4DwoVqulGdrluOcI2OcrUx { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:1.875rem;height:2.33131875rem;text-align:center;text-align-last:center;display:block; }
#Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu { color:#000000;display:block;width:31rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.25rem;height:;text-align:left;text-align-last:left;display:block; }#Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
#JL7ZX8xxlfCaVrc3igT8nZatIVlRFmJq { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:39.375rem;height:2.33131875rem;text-align:center;text-align-last:center;display:block; }
#F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 { color:#000000;display:block;width:31rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:40.75rem;height:;text-align:left;text-align-last:left;display:block; }#F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#322c60;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; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container { background-color: transparent; background-image: none; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container > .video-iframe-container { display: none; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row > .video-iframe-container { display: none; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .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); }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container { border-width: 0; border-radius: 0; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#JTeFvxw9vsNrGR2d8cTnMmG7TPKigecG { 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.5rem;width:22.125rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#nEXGvVuuINDNVQyRCTZ3TGmDNqsyE2il { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:averta;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:20.875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#htExiGTUmCaFFIIxeQAaeW1ddLkn5lDB { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4052734375rem;left:20.65625rem;height:3.900925rem;display:block; }
#OzZGlfmrHFI8oUp1UkTS5fl792id4wfZ { color:#ffffff;display:block;width:42rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.936767578125rem;left:20.8740234375rem;height:38.99146875rem;display:block; }
#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE { position:relative;display:block; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE { background-color: transparent; background-image: none; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row .container > .video-iframe-container { display: none; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row > .video-iframe-container { display: none; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .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); }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE { border-width: 0; border-radius: 0; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .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; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .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:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp { position:relative;display:block; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp { background-color: transparent; background-image: none; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container > .video-iframe-container { display: none; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row > .video-iframe-container { display: none; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .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); }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp { border-width: 0; border-radius: 0; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container > .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; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5b647b, #5f6ea0);background-image: -moz-linear-gradient(180deg, #5b647b, #5f6ea0);background-image: -ms-linear-gradient(180deg, #5b647b, #5f6ea0);background-image: -o-linear-gradient(180deg, #5b647b, #5f6ea0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b647b', endColorstr='#5f6ea0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b647b', endColorstr='#5f6ea0' );";background-image: linear-gradient(180deg, #5b647b, #5f6ea0);background-size:auto !important;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#HDNlHhNcR8XTCLJ9wye6HQ78qSWwb9K3 { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.15625rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#e4F05dJOT2QH3KIcomWyqAJfOuDepVuk { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.15625rem;height:11.37250625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDIRGW2naOPqe90kGV7AF2EGOiHdT0sX { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.15625rem;height:3.736325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbn6nqRkwGGHVrDketEMN5ooaSMuDSFr { color:#fafafa;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.625rem;left:5.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWHZXT6TzTTpMzCPJyW3ZihdgUgilqtO { position:absolute;display:block;z-index:15017;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:8.1875rem;width:14.5625rem;top:43.3125rem;left:0rem;overflow:hidden;display:block; }
#NHoTIBIKT4XTM6eIXkR6SJWbbB4abrhf { color:#ffffff;display:block;width:60.75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36rem;left:7.125rem;height:10.48029375rem;text-align:center;text-align-last:center;display:block; }
#CCskE80P3MHcfq8Qh2MuBL4UJQM10hJi { background-color:#a90c0c;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.5625rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:47.9375rem;left:14.75rem;display:block; }
#f46L1HcTVPgR47q4ix1DCobNiGKlscZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9XOGM2H10khCSdSn9TAKp4GIofJ8b4V { 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:8.1875rem;width:14.5625rem;top:43.3125rem;left:60.4375rem;overflow:hidden;display:block; }
#DcvJU4NO2BsOFgrOw6BZEOkQziANThtT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#wTHaBBBI6h6KTAHqgXP5bzq0lrRADqUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#cg5TKENTMwEcKqsldfkIgceqS5E1rKps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw { position:relative;display:block; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw { background-color: transparent; background-image: none; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row .container > .video-iframe-container { display: none; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row > .video-iframe-container { display: none; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .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); }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw { border-width: 0; border-radius: 0; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .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; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .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:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3af4a;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; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container { background-color: transparent; background-image: none; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container > .video-iframe-container { display: none; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row > .video-iframe-container { display: none; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .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); }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container { border-width: 0; border-radius: 0; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#ECLnLuC1W9ozLFLNdMwMo6csfqe25TN7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk { position:relative;display:block; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk { background-color: transparent; background-image: none; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row .container > .video-iframe-container { display: none; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row > .video-iframe-container { display: none; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .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); }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk { border-width: 0; border-radius: 0; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .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; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .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:28rem;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; }#wV8d0XWnuBFaqsgTGFsloSuRsRTbeTpc { color:#fafafa;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.375rem;height:6.4941375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbDo09IlkuTbF4fDZzpqGPG4WigVeUUS { color:#fafafa;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:5.1953125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ffoxfk6cna7E4GGIbVySCGwxuvr2pZ02 { color:#fafafa;display:block;width:36.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.124210357666rem;left:0rem;height:3.89648125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UvtyJDHTAG1yCKCWBZBDvKV7u2EB6A6L { color:#fafafa;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0rem;height:5.1953125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container { background-color: transparent; background-image: none; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container > .video-iframe-container { display: none; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row > .video-iframe-container { display: none; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .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); }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container { border-width: 0; border-radius: 0; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#P02t7fXaMiPdV2FpR9tshTaxEeK0nOZf { color:#ffffff;display:block;width:60.75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.125rem;height:6.337rem;text-align:center;text-align-last:center;display:block; }
#InOgydchI9a3Dy90F0UeQHkLeqzftyQE { background-color:#a90c0c;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.5625rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.8125rem;left:14.71875rem;display:block; }
#iri2sAMyTrWAHsfviH4MzZwWEtFs4FDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESL2WE9QWKWQrwyPNIRHFhbVSWcyICw0 { 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:8.1875rem;width:14.5625rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#EOkuH11179MgQwInAXVeoJzUiyS3xCb1 { 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:8.1875rem;width:14.5625rem;top:8.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#Ibdfor0tkH35gFFVbw8NZbi3uyPxzP4s { 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:41.4375rem;width:75rem;top:17.59375rem;left:0rem;overflow:hidden;display:block; }
#d3BXV8pSbqGHF2yomep3NRWbUMFOyq1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#U0nK8DGXus6hm2Tr3syRchupUGFZeftx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bPMdHDwdtkIX52qEhPBVMwqfT0MqX3Po { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#KLGSPhH8XfqGxLLBvltTRTr0X0O0HhUA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#DHVx6URPryT10fD9D8f699VPJoWThIME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container { background-color: transparent; background-image: none; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container > .video-iframe-container { display: none; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row > .video-iframe-container { display: none; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .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); }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container { border-width: 0; border-radius: 0; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#Z04VenJmSwKvTm0B8AuzNavllpl4CRGn { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#wQorqDyEA7i40QUSvXy2i2qXFLVzhdnm { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:26.375rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT { display:block; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGn5KhevUCToL16ZMxC4lPP8N5X1fe5Q { top:0.5625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 { display:block; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx77Mrdv1TqDODB0WMJARC9KwhenvM5h { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm { display:block; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEt0J52TRK061L143aoz5guEqZILrHmq { top:0.4375rem;left:0rem;width:47.75rem;height:27.748055555556rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0VSsW1Em2tGfZcp9yRX3tHEAvMMOoH { width:46.75rem;height:4.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZb8QkPmbgKvll7M425kVQ3UBTUI8rn0 { display:block; }
 }@media only screen and (max-width: 763px) { #dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq { display:block; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFG25eFsef4DycvuUxvlGAt5MU239K9M { top:2.625rem;left:0.1875rem;width:30.3125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqVncwbRffJk1Amaqn3abRa6HaECfE5 { top:2.0625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 { display:block; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX { display:block; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJUhUIreTvAHuvVlTxPXTn4Ew0yn8amA { top:2.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n { top:7rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n li:before{  }
 }@media only screen and (max-width: 763px) { #Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH { display:block; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Coyyao83UBQtev2TRpr9yTveOIPh2f36 { top:1.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvMxs4Vq0s4HaghdJT1ilz4QM3f9M40 { top:6.6875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh { display:block; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZWkqH0fuNpJcQb4ePxRkFvuk2xZoQtr { top:2.25rem;left:2.8125rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOPUt99sgKNPGzHm6vJP2U2gdGAz0bb { top:9.875rem;left:0rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDgVX5epvNb7rsOOZk9nT5MWgUMwphtf { top:9.875rem;left:11.375rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2bax9VPz5RioRU5cBtfMJdAhmhxfZI { top:9.9375rem;left:23.3125rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDD8m2764wJSL5l3BXc5R70OXerziWlc { top:9.875rem;left:34.1875rem;width:13.5625rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBT5dd7wn0Tgq0DnlXMVV1nBSAZFkEyK { top:2.25rem;left:26.6875rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGUXS5g32UQ0gLGdFxkxgum9AfPs74M { top:2.25rem;left:14.0625rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT48GMuGEVBHCdOkhBKoU20r9nn0kDkC { top:2.25rem;left:38.625rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP { display:block; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTGDBrB2Fxxwvo25krGzFKFHJBCr4bBn { top:2.625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 { display:block; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqMe6MNKfxvSiRV1kipvLgdIro9EBofX { top:2rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRf7OZdA3z8t8iaQz8kOyvU54IU9wP4Z { top:14.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf { display:block; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlHGDoEfMnaSizTXt48qMgayuwnw8Faq { display:block; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnk0hT5t4TeDdkv6iP0wtm8Dh37LgtS8 { top:0.875rem;left:8.15478515625rem;width:31.3125rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRq619ekwN36PStzkO87rTLA65ZuP7E { display:block; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM8brkJfVn8xt2Bd1P1coRtQun8RHxSo { top:2.8125rem;left:0rem;width:47.75rem;height:14.036906290116rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd { display:block; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC8UFQ92gbEggcKhUidJUSgdMKtQ7BGo { top:0.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLyIhsTrvd1fpwGB3f8iWHAGi9812oL1 { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8TJDcBt5dOIVTIrbzd1rIkKau9ifrt { top:51.625rem;left:0rem;width:47.75rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsZhvSTTysJluQPFfoK4yIX24IFpxm5 { top:8.0625rem;left:0rem;width:47.75rem;height:26.381875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1eklnJH1dl59VvCnLIDtzuIeLb2buc { display:block; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaDJMEDhuZegyJ1JPSJBorNM6LG0yxrm { top:0rem;left:14.5625rem;width:21.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL { display:block; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s94thXcDkfnS7pLwBKUfQV3niGgcLQDE { display:block; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8Uzd0NnKfb4T1sBkveTVyJ0HSzCT8ko { top:1.6875rem;left:0rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1P4wuVUwIHq2ZRXQxIDT9o8GrdxQuR { top:18.875rem;left:0rem;width:21.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOGtJNKgNbwU6PoSBICPOKbMh6b8hVa { top:1.6875rem;left:10.125rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBpRKX8Lni1ASR1HK6IGgB4EyMRZyRil { top:1.6875rem;left:22.875rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc47y0GeCOhGocXSzconGIJMlxBeHslk { top:18.875rem;left:9.9375rem;width:21.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhePwGVcoM7edM2SggZTBITW8HmRCZ86 { top:16.625rem;left:0rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSpRKAT2krgF2a1IfCWom9Z9Jnh60kJ { top:16.625rem;left:9.9375rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3eTuq8KfMUkUe7fZ8b3FFvqgnprL75 { top:16.625rem;left:25.8125rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teMTi8JkCzoJlV25EAdET9uubArxBteP { top:18.875rem;left:25.8125rem;width:21.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCGq86pdM4swFd2IogyH9zXVrLkTJeNv { display:block; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGqqMGU9dKx6evKPLmxziAoNt36NRE8N { top:1.6875rem;left:0rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0IRDmPPhfP3mwvrV3gGTqTopQd7WEqv { top:1.6875rem;left:10.125rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPekJpGGAlTsGtqGKX4BOUKKhMKNhiaG { top:1.6875rem;left:26rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPUy16Bi1DSGgPmV6SCDzeFSRBxkOo0x { top:19.3125rem;left:0rem;width:21.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRAeNoTDzGFa6ZpzmygDFf6wymNwBs8 { top:17.0625rem;left:0rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV3a7vNpx9iqXTOtxgsLIOOxDZUCsnB9 { top:19.3125rem;left:9.9375rem;width:21.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG2OlL8niawyXonX0TlU12D8MgiLt4za { top:17.0625rem;left:9.9375rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdh6AhZrnvX1KeAHOy5SlOnrudSZhCZx { top:17.0625rem;left:25.8125rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ21THiTAPJwhss8e5QueiwcHenO3SuB { top:19.3125rem;left:25.8125rem;width:21.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf { display:block; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBIgRF2dXqpD23u6CETusExBzdtaklsV { top:0rem;left:14.5625rem;width:21.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUya6WHycANdJs1eKhAdzOHr8iu7lJK { display:block; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMAtghqzUybb5ttmrnsNTB7kfScNHkpd { display:block; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgndt4unL3MR1ObWEKk9FEQvfWUWxx4g { top:0rem;left:8.75rem;width:15.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ccWaQWBAM8Gi1ZnBJRuN4EnPA2954k { top:0rem;left:0rem;width:15.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm738TTDqiF1rD4S8lIHghUQmvMtJp7F { top:0rem;left:20.6875rem;width:15.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXbuD7DmEdhHTfpmuzpBmJs7Z2xgaFJ { top:0rem;left:32.625rem;width:15.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbyIrbmPzzref21C3qZg2nMqTH6KQrx0 { top:12.1875rem;left:0rem;width:16.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgZyZZ2Jcr4TvtEkQtZuXmIIbX5e2fT { top:12.1875rem;left:7.0625rem;width:16.8125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhMTGJpATL8qB6ykn79kf0fIpdgVv637 { top:10.375rem;left:0rem;width:14.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdxTKF4cdo6svTCb1SsKadCiO8CWe3P { top:10.375rem;left:8.9375rem;width:14.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrhFtEEhuBlaZBkHm5hu4LtmX8UgST87 { top:10.375rem;left:20.875rem;width:14.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sqLCZGqCFCmBBgltVGtUpuuyB6ElsV { top:10.375rem;left:32.8125rem;width:14.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2wsPdwy7xz7chdPokqaKvkQ8DZcAAl { top:12.1875rem;left:19rem;width:16.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgWrkAbf9lmGsLIfTE8xAIxN8NttDgf { top:12.1875rem;left:30.9375rem;width:16.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QciL55mmUWkkLydNQQGwZTzphsW8wAEv { display:block; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftvc4qJN9T1XKeTS4yhmXwIc2A3nnc2B { top:0.75rem;left:5.125rem;width:37.5rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 { display:block; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv4imb4MlO99Q5ffCHm6bTWWE4uiX1yN { top:3.3125rem;left:1.125rem;width:21.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNLI60MusGLexF2F7E6S8ahVuvDOtLkd { top:18.0625rem;left:1.0625rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKHBwTJ4NBlP8tBnxTqkTTm8zONpyfE0 { top:20.75rem;left:1.03125rem;width:21.8125rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmzslGTFo6dJDcu63tF3fMPpw3bJIdXW { top:31.5rem;left:1.03125rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1skdWwzoK4wNqHMdoT5NXI98yQTIMOh { top:1.75rem;left:29.09375rem;width:14.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuDKBOXLOpWli3TNEDa2XZ31TRS6drTF { top:18.0625rem;left:25.6875rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lONuOgAWIT52N2oFwpZpAAet7VAdI5 { top:20.75rem;left:25.96875rem;width:21.25rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1om6GKzlKfKDk4MSiMEMBKIzbpRt91v { top:31.5rem;left:24.90625rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftFoXenZbu9ksgUE9mBh3ogcngqpecJ { display:block; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANvOTJSOTfrh6HeKmB3sCgtGTvVqaqPZ { top:0.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlPLfROHTqOOotV3JT8TwHwuusuQLoIP { display:block; }#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nmeb7fgbBq2ZHHHiloAJmvoXkGn3sZ7r { top:6.375rem;left:0rem;width:35.375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA { top:12.75rem;left:10.0625rem;width:37.6875rem;height:;font-size:2.125rem;display:block; }#zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NFHy5hjU/check_mark_2_1_.png); }
 }@media only screen and (max-width: 763px) { #vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye { display:block; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTSnkrlIDDUx3lkDgvhv2n1x8BLL0248 { top:18.0625rem;left:1.0625rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8MTF5lHSQqX8kdwOpwC7ywyN9qfpxb { top:20.6875rem;left:1.0625rem;width:21.8125rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWpRgDrpJhwh3CG222vMvbZTamm0NTxi { top:28.75rem;left:1.0625rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxVmx9xsz2d6hThg3DhoCwR0BkI2IuO { top:3.1875rem;left:5.8125rem;width:12.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3hhun9BNzeBPIaa5fkFlQbOUzoLt0 { top:28.75rem;left:24.9375rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSWQM1BAeA7omn7Z1XX9sSIG0UuJ2Ngd { top:20.75rem;left:24.9375rem;width:21.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSl7AS3EC4Dwip8O1TdOeh7gOgU1lsOy { top:18.0625rem;left:24.9375rem;width:21.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8VvpWdIN9mEsWoNv3fmKI8ueeT3GNCQ { top:3.25rem;left:29.5625rem;width:12.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ { display:block; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqbrTUwdey97vZKZ0rTl3Jla0AreVfq5 { top:19.125rem;left:0rem;width:36rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIqO3MrWTrJagTLqsR0BZCmhPNdsTcg { top:21.8125rem;left:0rem;width:25.4375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaaH1uoZmcu3wXPrfhSZRzJBQdrWOFm { top:32.6875rem;left:0rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw6hN9QUrFnl8rtKLiNzSxxWeRte7e9L { top:3.3125rem;left:1rem;width:19.3125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PvfG7o7mMdXB9T13ZGFeiV8wPAMAJb { top:32.6875rem;left:24.90625rem;width:21.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDGgrupft6LtX3GZpfyruW9NTyM4tV3c { top:21.8125rem;left:24.90625rem;width:21.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH8kguzdaEIFmz7B2PXby4Cg58AxzNFS { top:19.125rem;left:14rem;width:33.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwJChJTT3V6CWLZdxTLuFNE6SDkNFi6x { top:3.3125rem;left:29.8125rem;width:12.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkp0xcTUyrz7LKszMEW2146wWxwFRa9d { display:block; }#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJeHAFn38JbvStJBGQdqerE9KON33Jeg { top:5.8125rem;left:0rem;width:27.375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQ732tbzeTRynECWxg9CJR79JOG5zXg { top:13.8125rem;left:14.25rem;width:33.5rem;height:4.5rem;font-size:1.75rem;display:block; }#NoQ732tbzeTRynECWxg9CJR79JOG5zXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Q5ZAZVuE/check_mark_2_1_.png); }
 }@media only screen and (max-width: 763px) { #Usb00xfzJqfyizyQz7XlNQWHWiEssyEl { top:8.4375rem;left:9.625rem;width:34.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wecTEdExCcb9XmpuDG2NDe038yk5pL { top:9rem;left:12.03125rem;width:23.6875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7B4kFN3o120KWp0LEeUJv8enL7AD6TF { top:0.125rem;left:0rem;width:47.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIozRw35gxZAsQ0QrgVZGyUmXHGAAfTA { top:0rem;left:0rem;width:47.75rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu { display:block; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvGBR7QZTqdalf3U6JqlQc6iKepQEGT3 { top:11.75rem;left:2.25rem;width:35rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3acgEOFEVzsrFFlonRZvASaDNV9aJuC { top:24.75rem;left:0rem;width:47.75rem;height:26.400240384616rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwH3AIVB1xfVXOf56CSTCB4RDnOvk4T { top:1.125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt { display:block; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQe1pnRm3mPyEh88CEcmi4FL75F6NGQW { top:20.625rem;left:24.9375rem;width:21.8125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny0Pr72wOKgK8itwiE0KJNqoAoCW7VS6 { top:10.6875rem;left:24.9375rem;width:21.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxubXEXB4oM0uLsN7NxFOTZS3yEOXU9 { top:1.5625rem;left:32.0625rem;width:7.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgA0lLV20ogTRcsQIBkU0VAvg9DpVSC { top:20.4375rem;left:1.0625rem;width:21.8125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0VcWfeRmTZCUk5StZo6glRotsAD07a { top:11.25rem;left:1rem;width:21.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO5VFEaJvATf9dX55s0y1WUR1pm7A7Jp { top:1.8125rem;left:6rem;width:11.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnX61leCoAWLux97TWarMBCUpTvCTp4 { display:block; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsBFkAumfJgbGZwL6PRVU3KK2vzu688 { top:16.75rem;left:1.03125rem;width:21.8125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asp3JxCd7NK7zGqZDue1pTTAH6QBeKA0 { top:11.1875rem;left:1rem;width:21.8125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is85Zo2kS9ZsFWVgW7CMV8SQ7AdWeHyo { top:1.8125rem;left:8.15625rem;width:7.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4uq2MvsMQXPlJBDr0OmaBpf8FTbvKHO { top:16.75rem;left:24.9375rem;width:21.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls9rwkSaoVgZzn90LLxvaodaqFsN5Woo { top:11.25rem;left:24.875rem;width:21.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE0TuEFyL4d7SRRaHTuHwcXJFzewwWGQ { top:1.875rem;left:32.03125rem;width:7.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5st6x96vIaH91G6sEQk5eDL0T9zWqIv { display:block; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2J2NZXVcG0f2WKsi8fdWQutraPxzkW9 { top:16.75rem;left:1.03125rem;width:21.8125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JucbA5sRVurTvDc0dRMonmaDXn1dsskr { top:11.375rem;left:0rem;width:25.375rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOh93iofpPWpvWTauOQp9P65hLvCgo6 { top:1.8125rem;left:8.15625rem;width:7.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh7ydRxOO0ocI7tIUlRIOMQDhSEd38AT { top:16.75rem;left:24.9375rem;width:21.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUGHiOPfHPlQqK7LdEGfAIwnWVShHy2 { top:11.25rem;left:24.875rem;width:21.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCInwyIpEyeNUWykQ9kR2bdQN6ODDLOR { top:1.8125rem;left:29.875rem;width:11.875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy { display:block; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZQziaXLGG7o9c22FLDPaGpp0y83SLf5 { top:11rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDS603mLL3XTlW843699zQMD8tZMh9xq { top:1.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnMQvUA4XBkWQAdZgNy7uOwR7butnS2 { top:8.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBg0iF2wtdOB5il90UNEFUMfN0fWGTh8 { top:12.0625rem;left:6.0625rem;width:35.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf { display:block; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEDy0D4cAb5TLnTse5471OmfuJ1q0Qpn { top:3.375rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1tZ3LavKN3Sa3wtkAOpfpSo1mcLErO { width:32.875rem;height:4.125rem;top:12.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkvbAib1HrEnrwbXU1KWVbTuWKmHdGn { display:block; }
 }@media only screen and (max-width: 763px) { #fl4rnv5Vq4htPio6Z7EZuClwchiH6acM { top:7.625rem;left:0rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl8xASAv9zHV1asQ8KSkI3XQsfeduyLa { top:7.625rem;left:33.1875rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouf6NXRBH5CMMvkCHCNdrniz2ChNLJPw { display:none; }
 }@media only screen and (max-width: 763px) { #PpJyOG9PlXNFZmUvzZCIIgQ7OPPF4fwK { display:none; }
 }@media only screen and (max-width: 763px) { #eRtaQLppHuRlprS7J79RCVZHtdUQ3kZz { display:none; }
 }@media only screen and (max-width: 763px) { #GGaSqquDqbOpg1V0Ts2ER76CgNtnmCgM { display:none; }
 }@media only screen and (max-width: 763px) { #UD7mXTKrq40L15nVavabVqWSGZ0k9SrN { display:none; }
 }@media only screen and (max-width: 763px) { #TMrHluKn8pLqSU48bVJCCqp6sS0oZUEg { display:none; }
 }@media only screen and (max-width: 763px) { #sc0CKGvMWX75iWSQQnMrnZDnf5tDTPHr { display:none; }
 }@media only screen and (max-width: 763px) { #q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g { display:block; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML8freWw0nDvFARFnz70WaQN6xT2cp3B { top:2.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC { top:12.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
 }@media only screen and (max-width: 763px) { #t7zaH8sehTxZ3EtOnAqDslScVRdqQOls { display:block; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwCvlG63QPbIwuZnn1Vxn6bbLCeXI4vI { top:0.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO { display:block; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MaJjhT4k/check.png); }
 }@media only screen and (max-width: 763px) { #thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU { display:block; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQX96WdytP6N9malm8WduucgiqyrdlRI { top:5.125rem;left:10.0625rem;width:37.6875rem;height:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6be1daqSIhe9GPGakTPhp2bg1O6D4V3 { top:31.1875rem;left:8.375rem;width:39.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELVIiEWA3rvN4XEdFCekapzrLhClHWU { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xvrIv4dTrbtVlfpwIVgrsrEhyU1d54 { top:6.25rem;left:0rem;width:22.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz { display:block; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOyxqzTOICKEvuT2Ebnx1cdy3AHm5THa { top:1.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStf4roNRDc7Eb0iRoMI85WrRPgPpwLR { top:6.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam { display:block; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh28tos8dTRWEt3DySTTaigrzllqeZLt { top:3.375rem;left:0rem;width:31.375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSUga2upKZpraXJZAEAtZmhEXc1EuPr8 { top:3.375rem;left:16.375rem;width:31.375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0458QK6uSWK0U4un8pNO3lZ2k1JATBu { display:block; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy31VAd6glmWC4G238gABxZoB2iov1Mu { top:0rem;left:0rem;width:31.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTta3SwGvdmRS8FVyENVcapL4LTm1yhf { top:0rem;left:16.375rem;width:31.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1CooM25J7yLC3kKe46AokJk7ApgenTR { display:block; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn760JkORheFckvhaDdnKeyAAGM4b0RG { top:0rem;left:0rem;width:31.375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhXn0CPdia3yBRMyhEdk4zeXsrliCei { top:0rem;left:16.375rem;width:31.375rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaBElr6r5IhcKWverPQ6Ezoese0rVSFM { display:block; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTZ7L523NsF9PokGnPnVWdSuTEtOOzSy { top:0rem;left:0rem;width:28.125rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTyygus4BVnWHyKK2EMqHDmmN6XR1VQ { top:0rem;left:19.625rem;width:28.125rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXlph1Fx3FdmmpluJ9bI5d1paFpAqk4 { top:37.4375rem;left:19.625rem;width:28.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwezeePoTczVvTteswKMQFUzwlu8ZkW5 { display:block; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6HdQOrtdVJegtaRx2mU1znvgr8bKa47 { top:2.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXsOV7rrJR6KZ5aWt5Umcsi4kt7dIqPD { width:45.5625rem;height:4.0625rem;top:12.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yN8ytdR8t30ApBbsd6WRqPA4c9WGRC { display:block; }
 }@media only screen and (max-width: 763px) { #sizJz9DyPmmFfgOPWsS8CZmlW0ePnmOB { top:8.1875rem;left:0rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9BgsQZbJPAp3qrDMceTdkV7mQoXT9z6 { top:8.1875rem;left:33.1875rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9RQFe2ONqxD7oLmxTwAPnGM2gIONcKe { top:18.5rem;left:0rem;width:47.75rem;height:26.381875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcghs2Hkc8TRLTETTpI6V32z27yufuTi { display:none; }
 }@media only screen and (max-width: 763px) { #ECUc09baw8ClyIoXsKpJki0W2kwsPkV8 { display:none; }
 }@media only screen and (max-width: 763px) { #wDvwuOJlwr3y2Ga1Bd1uqUxc970wfcAF { display:none; }
 }@media only screen and (max-width: 763px) { #Qun42eShxlnFF5likpWbhUJqPw0nyUTC { display:block; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTWlFcXQSK4DwoVqulGdrluOcI2OcrUx { top:4.25rem;left:0rem;width:33.8125rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu { top:9.625rem;left:0rem;width:31rem;height:;font-size:1.125rem;display:block; }#Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
 }@media only screen and (max-width: 763px) { #JL7ZX8xxlfCaVrc3igT8nZatIVlRFmJq { top:4.25rem;left:13.9375rem;width:33.8125rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 { top:9.625rem;left:16.75rem;width:31rem;height:;font-size:1.125rem;display:block; }#F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
 }@media only screen and (max-width: 763px) { #h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd { display:block; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTeFvxw9vsNrGR2d8cTnMmG7TPKigecG { top:3.375rem;left:0rem;width:22.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXGvVuuINDNVQyRCTZ3TGmDNqsyE2il { top:4rem;left:7.25rem;width:32.0625rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htExiGTUmCaFFIIxeQAaeW1ddLkn5lDB { top:8.375rem;left:7.03125rem;width:32.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZGlfmrHFI8oUp1UkTS5fl792id4wfZ { top:13.875rem;left:5.75rem;width:42rem;height:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE { display:block; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp { display:block; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDNlHhNcR8XTCLJ9wye6HQ78qSWwb9K3 { top:2.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4F05dJOT2QH3KIcomWyqAJfOuDepVuk { top:9.1875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDIRGW2naOPqe90kGV7AF2EGOiHdT0sX { top:24.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbn6nqRkwGGHVrDketEMN5ooaSMuDSFr { top:31.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWHZXT6TzTTpMzCPJyW3ZihdgUgilqtO { top:43.3125rem;left:0rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoTIBIKT4XTM6eIXkR6SJWbbB4abrhf { top:36rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCskE80P3MHcfq8Qh2MuBL4UJQM10hJi { width:45.5625rem;height:4.125rem;top:47.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46L1HcTVPgR47q4ix1DCobNiGKlscZA { display:block; }
 }@media only screen and (max-width: 763px) { #b9XOGM2H10khCSdSn9TAKp4GIofJ8b4V { top:43.3125rem;left:33.1875rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcvJU4NO2BsOFgrOw6BZEOkQziANThtT { display:none; }
 }@media only screen and (max-width: 763px) { #wTHaBBBI6h6KTAHqgXP5bzq0lrRADqUo { display:none; }
 }@media only screen and (max-width: 763px) { #cg5TKENTMwEcKqsldfkIgceqS5E1rKps { display:none; }
 }@media only screen and (max-width: 763px) { #TZXntpisG1DR3o8y6bc8J4IUUqbCczVw { display:block; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO { display:block; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECLnLuC1W9ozLFLNdMwMo6csfqe25TN7 { top:0.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk { display:block; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV8d0XWnuBFaqsgTGFsloSuRsRTbeTpc { top:1.125rem;left:0rem;width:36.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbDo09IlkuTbF4fDZzpqGPG4WigVeUUS { top:9.0625rem;left:0rem;width:36.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffoxfk6cna7E4GGIbVySCGwxuvr2pZ02 { top:15.0625rem;left:0rem;width:36.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtyJDHTAG1yCKCWBZBDvKV7u2EB6A6L { top:19.8125rem;left:0rem;width:36.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN { display:block; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P02t7fXaMiPdV2FpR9tshTaxEeK0nOZf { top:2.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InOgydchI9a3Dy90F0UeQHkLeqzftyQE { width:45.5625rem;height:4.125rem;top:12.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iri2sAMyTrWAHsfviH4MzZwWEtFs4FDJ { display:block; }
 }@media only screen and (max-width: 763px) { #ESL2WE9QWKWQrwyPNIRHFhbVSWcyICw0 { top:8.1875rem;left:0rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOkuH11179MgQwInAXVeoJzUiyS3xCb1 { top:8.1875rem;left:33.1875rem;width:14.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibdfor0tkH35gFFVbw8NZbi3uyPxzP4s { top:17.5625rem;left:0rem;width:47.75rem;height:26.381875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3BXV8pSbqGHF2yomep3NRWbUMFOyq1N { display:none; }
 }@media only screen and (max-width: 763px) { #U0nK8DGXus6hm2Tr3syRchupUGFZeftx { display:none; }
 }@media only screen and (max-width: 763px) { #bPMdHDwdtkIX52qEhPBVMwqfT0MqX3Po { display:none; }
 }@media only screen and (max-width: 763px) { #KLGSPhH8XfqGxLLBvltTRTr0X0O0HhUA { display:none; }
 }@media only screen and (max-width: 763px) { #DHVx6URPryT10fD9D8f699VPJoWThIME { display:none; }
 }@media only screen and (max-width: 763px) { #GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ { display:block; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z04VenJmSwKvTm0B8AuzNavllpl4CRGn { top:1.875rem;left:12.75rem;width:22.25rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQorqDyEA7i40QUSvXy2i2qXFLVzhdnm { top:4.9375rem;left:12.75rem;width:22.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT { display:block; }#Pa0TwhbTyAWg9CNnzqR6hqnx5aEChGbT > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGn5KhevUCToL16ZMxC4lPP8N5X1fe5Q { width:20rem;height:8.4375rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 { display:block; }#KTVqJeOTHFwu4fIBKteWmq3SHMTlI7N9 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx77Mrdv1TqDODB0WMJARC9KwhenvM5h { width:20rem;height:3.41161875rem;top:0.71875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm { display:block; }#MWbkg0HtMoeul61GLSCxAW73Wo1a2Avm > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEt0J52TRK061L143aoz5guEqZILrHmq { height:11.245125rem;width:20rem;top:0.720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0VSsW1Em2tGfZcp9yRX3tHEAvMMOoH { width:19rem;height:2.3125rem;top:12.8388671875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZb8QkPmbgKvll7M425kVQ3UBTUI8rn0 { display:block; }
 }@media only screen and (max-width: 763px) { #dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq { display:block; }#dmqGIFEzdEQL0NcF4Sx404tGbnurTdoq > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFG25eFsef4DycvuUxvlGAt5MU239K9M { width:20rem;height:2.58105625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqVncwbRffJk1Amaqn3abRa6HaECfE5 { width:20rem;height:13.70896875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 { display:block; }#ACpVZBVmBZt0V9ORnQZ8QyE7aaX1yxX2 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX { display:block; }#kbFazwcAEMCL5M8rAsZdddnBRB6U7fZX > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJUhUIreTvAHuvVlTxPXTn4Ew0yn8amA { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n { width:20rem;height:34.125rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }#WSf9IQv7OEwT7Euz1noFXr7B6RoIeE6n li:before{  }
 }@media only screen and (max-width: 763px) { #Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH { display:block; }#Wc3bwm56oWBCyTr2Cm62OUOsKZczJwPH > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Coyyao83UBQtev2TRpr9yTveOIPh2f36 { width:20rem;height:1.3808625rem;top:0.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvMxs4Vq0s4HaghdJT1ilz4QM3f9M40 { width:20rem;height:9.84375rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh { display:block; }#uy5sbCkG4LKTuLTDAkJTuHiyeLeuMadh > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZWkqH0fuNpJcQb4ePxRkFvuk2xZoQtr { width:6.3125rem;height:6.3125rem;top:1.25rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOPUt99sgKNPGzHm6vJP2U2gdGAz0bb { width:12.5rem;height:6.85595625rem;top:8.8125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDgVX5epvNb7rsOOZk9nT5MWgUMwphtf { width:12.5rem;height:6.85595625rem;top:24.4375rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2bax9VPz5RioRU5cBtfMJdAhmhxfZI { width:12.5rem;height:6.85595625rem;top:40.0625rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDD8m2764wJSL5l3BXc5R70OXerziWlc { width:13.5625rem;height:9.1308375rem;top:55.6875rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBT5dd7wn0Tgq0DnlXMVV1nBSAZFkEyK { width:6.3125rem;height:6.3125rem;top:32.5rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGUXS5g32UQ0gLGdFxkxgum9AfPs74M { width:6.3125rem;height:6.3125rem;top:16.875rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT48GMuGEVBHCdOkhBKoU20r9nn0kDkC { width:6.3125rem;height:6.3125rem;top:48.125rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP { display:block; }#lDlTXfQ67w93CQtFBLmlH0Va6XJNNHTP > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTGDBrB2Fxxwvo25krGzFKFHJBCr4bBn { width:20rem;height:28.6582125rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 { display:block; }#ZCxUbfS1omkgAfHVcGHy3mXqCRQqFx47 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqMe6MNKfxvSiRV1kipvLgdIro9EBofX { width:18.125rem;height:14.2978375rem;top:1.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRf7OZdA3z8t8iaQz8kOyvU54IU9wP4Z { width:20rem;height:4.38671875rem;top:19rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf { display:block; }#cWWhdO3CI31BnCT1ox9FTmMP8uNbUHuf > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlHGDoEfMnaSizTXt48qMgayuwnw8Faq { display:block; }#RlHGDoEfMnaSizTXt48qMgayuwnw8Faq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnk0hT5t4TeDdkv6iP0wtm8Dh37LgtS8 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLRq619ekwN36PStzkO87rTLA65ZuP7E { display:block; }#nLRq619ekwN36PStzkO87rTLA65ZuP7E > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM8brkJfVn8xt2Bd1P1coRtQun8RHxSo { width:19.3125rem;height:5.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd { display:block; }#uqtNzEyqIVNe0bhMBQfnESLBfxMRsJrd > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC8UFQ92gbEggcKhUidJUSgdMKtQ7BGo { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLyIhsTrvd1fpwGB3f8iWHAGi9812oL1 { width:20rem;height:5.361325rem;top:7.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8TJDcBt5dOIVTIrbzd1rIkKau9ifrt { width:20rem;height:27.91061875rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsZhvSTTysJluQPFfoK4yIX24IFpxm5 { width:20rem;height:11.0625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1eklnJH1dl59VvCnLIDtzuIeLb2buc { display:block; }#qM1eklnJH1dl59VvCnLIDtzuIeLb2buc > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaDJMEDhuZegyJ1JPSJBorNM6LG0yxrm { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL { display:block; }#BpdIHvGLT9hvsPeTIyTmR2ofRoQkahsL > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s94thXcDkfnS7pLwBKUfQV3niGgcLQDE { display:block; }#s94thXcDkfnS7pLwBKUfQV3niGgcLQDE > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8Uzd0NnKfb4T1sBkveTVyJ0HSzCT8ko { width:12rem;height:7.6875rem;top:1.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1P4wuVUwIHq2ZRXQxIDT9o8GrdxQuR { width:12.5rem;height:3.9619125rem;top:11.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOGtJNKgNbwU6PoSBICPOKbMh6b8hVa { width:12.1875rem;height:7.8125rem;top:20.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBpRKX8Lni1ASR1HK6IGgB4EyMRZyRil { width:12.4375rem;height:7.9375rem;top:36.8125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc47y0GeCOhGocXSzconGIJMlxBeHslk { width:20rem;height:2.5996125rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhePwGVcoM7edM2SggZTBITW8HmRCZ86 { width:20rem;height:1.29980625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSpRKAT2krgF2a1IfCWom9Z9Jnh60kJ { width:20rem;height:1.29980625rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3eTuq8KfMUkUe7fZ8b3FFvqgnprL75 { width:20rem;height:1.29980625rem;top:44.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teMTi8JkCzoJlV25EAdET9uubArxBteP { width:20rem;height:3.9619125rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCGq86pdM4swFd2IogyH9zXVrLkTJeNv { display:block; }#aCGq86pdM4swFd2IogyH9zXVrLkTJeNv > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGqqMGU9dKx6evKPLmxziAoNt36NRE8N { width:12.625rem;height:8.0625rem;top:1.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0IRDmPPhfP3mwvrV3gGTqTopQd7WEqv { width:12.6875rem;height:8.125rem;top:18.125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPekJpGGAlTsGtqGKX4BOUKKhMKNhiaG { width:12.6875rem;height:8.125rem;top:35rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPUy16Bi1DSGgPmV6SCDzeFSRBxkOo0x { width:20rem;height:2.5996125rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRAeNoTDzGFa6ZpzmygDFf6wymNwBs8 { width:20rem;height:1.29980625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV3a7vNpx9iqXTOtxgsLIOOxDZUCsnB9 { width:20rem;height:2.5996125rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG2OlL8niawyXonX0TlU12D8MgiLt4za { width:20rem;height:1.29980625rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdh6AhZrnvX1KeAHOy5SlOnrudSZhCZx { width:20rem;height:1.29980625rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ21THiTAPJwhss8e5QueiwcHenO3SuB { width:20rem;height:3.9619125rem;top:45.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf { display:block; }#sgE0owAZM2GT5TXoPm2V26WRGKkrTyBf > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBIgRF2dXqpD23u6CETusExBzdtaklsV { width:20rem;height:1.7871125rem;top:1.28125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZUya6WHycANdJs1eKhAdzOHr8iu7lJK { display:block; }#iZUya6WHycANdJs1eKhAdzOHr8iu7lJK > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMAtghqzUybb5ttmrnsNTB7kfScNHkpd { display:block; }#NMAtghqzUybb5ttmrnsNTB7kfScNHkpd > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgndt4unL3MR1ObWEKk9FEQvfWUWxx4g { width:12.625rem;height:8.0625rem;top:19.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ccWaQWBAM8Gi1ZnBJRuN4EnPA2954k { width:12.625rem;height:8.0625rem;top:1.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm738TTDqiF1rD4S8lIHghUQmvMtJp7F { width:12.625rem;height:8.0625rem;top:36.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXbuD7DmEdhHTfpmuzpBmJs7Z2xgaFJ { width:12.625rem;height:8.0625rem;top:55rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbyIrbmPzzref21C3qZg2nMqTH6KQrx0 { width:16.8105625rem;height:2.5996125rem;top:11.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgZyZZ2Jcr4TvtEkQtZuXmIIbX5e2fT { width:16.8105625rem;height:5.19921875rem;top:30.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhMTGJpATL8qB6ykn79kf0fIpdgVv637 { width:14.9355625rem;height:1.29980625rem;top:9.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdxTKF4cdo6svTCb1SsKadCiO8CWe3P { width:14.9355625rem;height:1.29980625rem;top:27.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrhFtEEhuBlaZBkHm5hu4LtmX8UgST87 { width:14.9355625rem;height:1.29980625rem;top:44.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sqLCZGqCFCmBBgltVGtUpuuyB6ElsV { width:14.9355625rem;height:1.29980625rem;top:63rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2wsPdwy7xz7chdPokqaKvkQ8DZcAAl { width:16.8105625rem;height:2.5996125rem;top:46.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgWrkAbf9lmGsLIfTE8xAIxN8NttDgf { width:16.8105625rem;height:3.9619125rem;top:65.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QciL55mmUWkkLydNQQGwZTzphsW8wAEv { display:block; }#QciL55mmUWkkLydNQQGwZTzphsW8wAEv > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftvc4qJN9T1XKeTS4yhmXwIc2A3nnc2B { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 { display:block; }#noZ5mw7STCurvX1ExWh6TIb77FlP9Hm3 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv4imb4MlO99Q5ffCHm6bTWWE4uiX1yN { width:15.375rem;height:9.875rem;top:1.6875rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oNLI60MusGLexF2F7E6S8ahVuvDOtLkd { width:20rem;height:1.29980625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKHBwTJ4NBlP8tBnxTqkTTm8zONpyfE0 { width:20rem;height:6.499rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmzslGTFo6dJDcu63tF3fMPpw3bJIdXW { width:20rem;height:1.3808625rem;top:23.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1skdWwzoK4wNqHMdoT5NXI98yQTIMOh { width:9.8125rem;height:10.6875rem;top:27.0625rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PuDKBOXLOpWli3TNEDa2XZ31TRS6drTF { width:20rem;height:1.29980625rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lONuOgAWIT52N2oFwpZpAAet7VAdI5 { width:20rem;height:6.561525rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1om6GKzlKfKDk4MSiMEMBKIzbpRt91v { width:20rem;height:1.3808625rem;top:47.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftFoXenZbu9ksgUE9mBh3ogcngqpecJ { display:block; }#TftFoXenZbu9ksgUE9mBh3ogcngqpecJ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANvOTJSOTfrh6HeKmB3sCgtGTvVqaqPZ { width:20rem;height:7.3125rem;top:0.90625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlPLfROHTqOOotV3JT8TwHwuusuQLoIP { display:none; }#SlPLfROHTqOOotV3JT8TwHwuusuQLoIP > .row .container { width:20rem;height:27.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nmeb7fgbBq2ZHHHiloAJmvoXkGn3sZ7r { width:20rem;height:11.201716738198rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA { width:18.125rem;height:12.65525rem;top:14.076171875rem;left:0.9375rem;font-size:1.9375rem;display:block; }#zdlzdNef7nRGVNF2xwP13PbDA9EOdpsA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NFHy5hjU/check_mark_2_1_.png); }
 }@media only screen and (max-width: 763px) { #vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye { display:block; }#vRP7G1XDITgyMuJDz3MNCecBGlg9h2ye > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTSnkrlIDDUx3lkDgvhv2n1x8BLL0248 { width:20rem;height:1.29980625rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8MTF5lHSQqX8kdwOpwC7ywyN9qfpxb { width:20rem;height:3.9619125rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWpRgDrpJhwh3CG222vMvbZTamm0NTxi { width:20rem;height:1.3808625rem;top:19.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxVmx9xsz2d6hThg3DhoCwR0BkI2IuO { width:7.25rem;height:7.875rem;top:1.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3hhun9BNzeBPIaa5fkFlQbOUzoLt0 { width:20rem;height:1.3808625rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSWQM1BAeA7omn7Z1XX9sSIG0UuJ2Ngd { width:20rem;height:3.9619125rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSl7AS3EC4Dwip8O1TdOeh7gOgU1lsOy { width:20rem;height:1.29980625rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8VvpWdIN9mEsWoNv3fmKI8ueeT3GNCQ { width:7.25rem;height:7.875rem;top:23.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ { display:block; }#M9VRJmWcmsm0PH9DUgNPMfZcRqoi50hQ > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqbrTUwdey97vZKZ0rTl3Jla0AreVfq5 { width:20rem;height:2.5996125rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIqO3MrWTrJagTLqsR0BZCmhPNdsTcg { width:20rem;height:9.09861875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaaH1uoZmcu3wXPrfhSZRzJBQdrWOFm { width:20rem;height:1.3808625rem;top:47.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw6hN9QUrFnl8rtKLiNzSxxWeRte7e9L { width:11.3125rem;height:7.25rem;top:1.125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PvfG7o7mMdXB9T13ZGFeiV8wPAMAJb { width:20rem;height:1.3808625rem;top:25.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDGgrupft6LtX3GZpfyruW9NTyM4tV3c { width:20rem;height:3.9619125rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH8kguzdaEIFmz7B2PXby4Cg58AxzNFS { width:20rem;height:2.5996125rem;top:39rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwJChJTT3V6CWLZdxTLuFNE6SDkNFi6x { width:7.25rem;height:7.875rem;top:29.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkp0xcTUyrz7LKszMEW2146wWxwFRa9d { display:none; }#xkp0xcTUyrz7LKszMEW2146wWxwFRa9d > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJeHAFn38JbvStJBGQdqerE9KON33Jeg { width:20rem;height:14.9765625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQ732tbzeTRynECWxg9CJR79JOG5zXg { width:20rem;height:9.099625rem;top:19.4140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }#NoQ732tbzeTRynECWxg9CJR79JOG5zXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Q5ZAZVuE/check_mark_2_1_.png); }
 }@media only screen and (max-width: 763px) { #Usb00xfzJqfyizyQz7XlNQWHWiEssyEl { width:20rem;height:0;top:38.07325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wecTEdExCcb9XmpuDG2NDe038yk5pL { width:20rem;height:2.5996125rem;top:15.5791015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7B4kFN3o120KWp0LEeUJv8enL7AD6TF { width:20rem;height:31.9375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIozRw35gxZAsQ0QrgVZGyUmXHGAAfTA { width:20rem;height:32.125rem;top:0.81640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu { display:block; }#Et9IOOAqzTiUZC2qglinL1pUdJXs7IGu > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvGBR7QZTqdalf3U6JqlQc6iKepQEGT3 { width:19.1875rem;height:5.625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3acgEOFEVzsrFFlonRZvASaDNV9aJuC { width:19.875rem;height:10.9375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwH3AIVB1xfVXOf56CSTCB4RDnOvk4T { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt { display:block; }#caNmLVGBAyy2vPq7K7O7LDg2owBt5Zmt > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQe1pnRm3mPyEh88CEcmi4FL75F6NGQW { width:20rem;height:1.3808625rem;top:35.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny0Pr72wOKgK8itwiE0KJNqoAoCW7VS6 { width:20rem;height:2.5996125rem;top:31.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxubXEXB4oM0uLsN7NxFOTZS3yEOXU9 { width:9.9375rem;height:10.8125rem;top:19.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgA0lLV20ogTRcsQIBkU0VAvg9DpVSC { width:20rem;height:1.3808625rem;top:15rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0VcWfeRmTZCUk5StZo6glRotsAD07a { width:20rem;height:1.29980625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO5VFEaJvATf9dX55s0y1WUR1pm7A7Jp { width:12.625rem;height:8.0625rem;top:3.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnX61leCoAWLux97TWarMBCUpTvCTp4 { display:block; }#AnnX61leCoAWLux97TWarMBCUpTvCTp4 > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsBFkAumfJgbGZwL6PRVU3KK2vzu688 { width:20rem;height:1.3808625rem;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asp3JxCd7NK7zGqZDue1pTTAH6QBeKA0 { width:20rem;height:1.29980625rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is85Zo2kS9ZsFWVgW7CMV8SQ7AdWeHyo { width:7.25rem;height:7.875rem;top:1.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4uq2MvsMQXPlJBDr0OmaBpf8FTbvKHO { width:20rem;height:1.5249rem;top:29.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls9rwkSaoVgZzn90LLxvaodaqFsN5Woo { width:20rem;height:1.5249rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE0TuEFyL4d7SRRaHTuHwcXJFzewwWGQ { width:7.25rem;height:7.875rem;top:17.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5st6x96vIaH91G6sEQk5eDL0T9zWqIv { display:block; }#R5st6x96vIaH91G6sEQk5eDL0T9zWqIv > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2J2NZXVcG0f2WKsi8fdWQutraPxzkW9 { width:20rem;height:1.3808625rem;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JucbA5sRVurTvDc0dRMonmaDXn1dsskr { width:20rem;height:1.29980625rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOh93iofpPWpvWTauOQp9P65hLvCgo6 { width:7.25rem;height:7.875rem;top:1.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh7ydRxOO0ocI7tIUlRIOMQDhSEd38AT { width:20rem;height:1.5249rem;top:29.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUGHiOPfHPlQqK7LdEGfAIwnWVShHy2 { width:20rem;height:1.5249rem;top:26.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCInwyIpEyeNUWykQ9kR2bdQN6ODDLOR { width:11.3125rem;height:7.25rem;top:17.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy { display:block; }#RTgyGiDQXTwHN3xLWO1xal6gkCTFkEmy > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZQziaXLGG7o9c22FLDPaGpp0y83SLf5 { width:20rem;height:5.01855625rem;top:8.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDS603mLL3XTlW843699zQMD8tZMh9xq { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnMQvUA4XBkWQAdZgNy7uOwR7butnS2 { width:20rem;height:1.625rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBg0iF2wtdOB5il90UNEFUMfN0fWGTh8 { width:20rem;height:5.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf { display:block; }#lbPKeJS9AoHesWtHEqKi4Tkm13hVpXhf > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEDy0D4cAb5TLnTse5471OmfuJ1q0Qpn { width:20rem;height:6.33691875rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1tZ3LavKN3Sa3wtkAOpfpSo1mcLErO { width:19rem;height:3.625rem;top:11.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkvbAib1HrEnrwbXU1KWVbTuWKmHdGn { display:block; }
 }@media only screen and (max-width: 763px) { #fl4rnv5Vq4htPio6Z7EZuClwchiH6acM { width:3.75rem;height:2.0625rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zl8xASAv9zHV1asQ8KSkI3XQsfeduyLa { width:3.75rem;height:2.0625rem;top:8.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ouf6NXRBH5CMMvkCHCNdrniz2ChNLJPw { top:7.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PpJyOG9PlXNFZmUvzZCIIgQ7OPPF4fwK { top:7.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eRtaQLppHuRlprS7J79RCVZHtdUQ3kZz { top:7.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GGaSqquDqbOpg1V0Ts2ER76CgNtnmCgM { top:7.75rem;left:11.5625rem;width:3.125rem;height:3.125rem;z-index:15021;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UD7mXTKrq40L15nVavabVqWSGZ0k9SrN { top:7.75rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TMrHluKn8pLqSU48bVJCCqp6sS0oZUEg { top:7.75rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15024;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sc0CKGvMWX75iWSQQnMrnZDnf5tDTPHr { top:7.75rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g { display:block; }#q75TrxbIOC8VcMzD5RKQsGtbtmsqx90g > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML8freWw0nDvFARFnz70WaQN6xT2cp3B { width:20rem;height:10.398425rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC { width:20rem;height:29.7045625rem;top:14.09375rem;left:0rem;font-size:1.125rem;display:block; }#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qsu6B1dSfB64UVHVhXKqDPEaHwSydNwC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
 }@media only screen and (max-width: 763px) { #t7zaH8sehTxZ3EtOnAqDslScVRdqQOls { display:block; }#t7zaH8sehTxZ3EtOnAqDslScVRdqQOls > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwCvlG63QPbIwuZnn1Vxn6bbLCeXI4vI { width:20rem;height:3.57421875rem;top:0.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO { display:block; }#uRt9XhV9ruh1TGXU3FCS2BDdFJW3LcrO > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 { width:20rem;height:33.120125rem;top:1.439453125rem;left:0rem;font-size:1rem;display:block; }#WGT2F0ycAvFHszCH4WpOQ874ILZ8nF94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MaJjhT4k/check.png); }
 }@media only screen and (max-width: 763px) { #thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU { display:block; }#thED0k6yl8Zs2lBk7z2Kh6iPZeP1d7CU > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQX96WdytP6N9malm8WduucgiqyrdlRI { width:20rem;height:39.60985625rem;top:26.6806640625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6be1daqSIhe9GPGakTPhp2bg1O6D4V3 { width:20rem;height:3.5546875rem;top:67.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELVIiEWA3rvN4XEdFCekapzrLhClHWU { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xvrIv4dTrbtVlfpwIVgrsrEhyU1d54 { width:18rem;height:17.4375rem;top:7.5791015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz { display:block; }#pmUlQ6LBKtMRpVd0ItbVekaZidNoDnXz > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOyxqzTOICKEvuT2Ebnx1cdy3AHm5THa { width:20rem;height:5.199225rem;top:1.935546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStf4roNRDc7Eb0iRoMI85WrRPgPpwLR { width:20rem;height:5.8496125rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam { display:block; }#Z2GbluKMfvKJCL4T8zu2SkcpR7DPLpam > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh28tos8dTRWEt3DySTTaigrzllqeZLt { width:20rem;height:13.426294820717rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSUga2upKZpraXJZAEAtZmhEXc1EuPr8 { width:20rem;height:15.059760956175rem;top:15.92575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0458QK6uSWK0U4un8pNO3lZ2k1JATBu { display:block; }#o0458QK6uSWK0U4un8pNO3lZ2k1JATBu > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy31VAd6glmWC4G238gABxZoB2iov1Mu { width:20rem;height:9.9203187250994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTta3SwGvdmRS8FVyENVcapL4LTm1yhf { width:20rem;height:10.438247011952rem;top:12.4199375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1CooM25J7yLC3kKe46AokJk7ApgenTR { display:block; }#q1CooM25J7yLC3kKe46AokJk7ApgenTR > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn760JkORheFckvhaDdnKeyAAGM4b0RG { width:20rem;height:16.254980079681rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhXn0CPdia3yBRMyhEdk4zeXsrliCei { width:20rem;height:19.003984063745rem;top:18.754875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaBElr6r5IhcKWverPQ6Ezoese0rVSFM { display:block; }#WaBElr6r5IhcKWverPQ6Ezoese0rVSFM > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTZ7L523NsF9PokGnPnVWdSuTEtOOzSy { width:20rem;height:40.177777777778rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTyygus4BVnWHyKK2EMqHDmmN6XR1VQ { width:20rem;height:25.777777777778rem;top:42.67775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXlph1Fx3FdmmpluJ9bI5d1paFpAqk4 { width:20rem;height:13.6rem;top:69.705125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwezeePoTczVvTteswKMQFUzwlu8ZkW5 { display:block; }#kwezeePoTczVvTteswKMQFUzwlu8ZkW5 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6HdQOrtdVJegtaRx2mU1znvgr8bKa47 { width:20rem;height:14.21875rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXsOV7rrJR6KZ5aWt5Umcsi4kt7dIqPD { width:19rem;height:3.625rem;top:20.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yN8ytdR8t30ApBbsd6WRqPA4c9WGRC { display:block; }
 }@media only screen and (max-width: 763px) { #sizJz9DyPmmFfgOPWsS8CZmlW0ePnmOB { width:3.75rem;height:2.0625rem;top:29.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9BgsQZbJPAp3qrDMceTdkV7mQoXT9z6 { width:3.75rem;height:2.0625rem;top:28.1875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9RQFe2ONqxD7oLmxTwAPnGM2gIONcKe { width:20rem;height:11.0625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcghs2Hkc8TRLTETTpI6V32z27yufuTi { top:16.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ECUc09baw8ClyIoXsKpJki0W2kwsPkV8 { top:16.5rem;left:11.5625rem;width:3.125rem;height:3.125rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wDvwuOJlwr3y2Ga1Bd1uqUxc970wfcAF { top:16.5rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qun42eShxlnFF5likpWbhUJqPw0nyUTC { display:block; }#Qun42eShxlnFF5likpWbhUJqPw0nyUTC > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTWlFcXQSK4DwoVqulGdrluOcI2OcrUx { width:20rem;height:4.64355625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu { width:20rem;height:29.629375rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }#Hy0mJI3nQNTFkz90Idr5NLcmoXAaEHcu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
 }@media only screen and (max-width: 763px) { #JL7ZX8xxlfCaVrc3igT8nZatIVlRFmJq { width:20rem;height:4.64355625rem;top:40.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 { width:20rem;height:20.88625rem;top:47.75rem;left:0rem;font-size:1.125rem;display:block; }#F9h5LVzzby7mTwiBMVgXLciOxByUkTn4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/In8dW49s/ssscheck_mark.png); }
 }@media only screen and (max-width: 763px) { #h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd { display:block; }#h40nCoFb3mhT5Orc7Z6e15Z577Mpplxd > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTeFvxw9vsNrGR2d8cTnMmG7TPKigecG { width:13.75rem;height:9.624rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXGvVuuINDNVQyRCTZ3TGmDNqsyE2il { width:20rem;height:2.1933625rem;top:12.1228125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htExiGTUmCaFFIIxeQAaeW1ddLkn5lDB { width:19.6875rem;height:4.875rem;top:15.5603125rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzZGlfmrHFI8oUp1UkTS5fl792id4wfZ { width:20rem;height:55.94625rem;top:21.8720703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE { display:block; }#wp3vTahN5T9R7LHxJmQTUFpWPvZfdPRE > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp { display:block; }#z6JXiEc3m4M14Oq5y6GNk7kiRhQboSlp > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDNlHhNcR8XTCLJ9wye6HQ78qSWwb9K3 { width:18.125rem;height:4.38720625rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4F05dJOT2QH3KIcomWyqAJfOuDepVuk { width:18.125rem;height:18.197225rem;top:7.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDIRGW2naOPqe90kGV7AF2EGOiHdT0sX { width:18.125rem;height:5.8496125rem;top:29.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbn6nqRkwGGHVrDketEMN5ooaSMuDSFr { width:18.125rem;height:4.205075rem;top:38.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWHZXT6TzTTpMzCPJyW3ZihdgUgilqtO { width:14.5625rem;height:8.1875rem;top:89.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHoTIBIKT4XTM6eIXkR6SJWbbB4abrhf { width:18.125rem;height:8.99805rem;top:46.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCskE80P3MHcfq8Qh2MuBL4UJQM10hJi { width:19rem;height:3.625rem;top:59.4375rem;left:0.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46L1HcTVPgR47q4ix1DCobNiGKlscZA { display:block; }
 }@media only screen and (max-width: 763px) { #b9XOGM2H10khCSdSn9TAKp4GIofJ8b4V { width:14.5625rem;height:8.1875rem;top:120.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcvJU4NO2BsOFgrOw6BZEOkQziANThtT { top:55.875rem;left:11.5625rem;width:3.125rem;height:3.125rem;z-index:15020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTHaBBBI6h6KTAHqgXP5bzq0lrRADqUo { top:55.875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cg5TKENTMwEcKqsldfkIgceqS5E1rKps { top:55.875rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15021;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZXntpisG1DR3o8y6bc8J4IUUqbCczVw { display:block; }#TZXntpisG1DR3o8y6bc8J4IUUqbCczVw > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO { display:block; }#xgT6yNM7nFlEU3veTUZfrbVfXS6M0hqO > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECLnLuC1W9ozLFLNdMwMo6csfqe25TN7 { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk { display:block; }#S3giHhByReVBTdWtocGXVXd4hN5CZ7Hk > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV8d0XWnuBFaqsgTGFsloSuRsRTbeTpc { width:20rem;height:13.06055rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbDo09IlkuTbF4fDZzpqGPG4WigVeUUS { width:20rem;height:5.199225rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffoxfk6cna7E4GGIbVySCGwxuvr2pZ02 { width:20rem;height:6.499025rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtyJDHTAG1yCKCWBZBDvKV7u2EB6A6L { width:20rem;height:6.499025rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN { display:block; }#dfFMKZvISJbqA1Cs2IMnfIANSZKNn3sN > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P02t7fXaMiPdV2FpR9tshTaxEeK0nOZf { width:20rem;height:10.15625rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InOgydchI9a3Dy90F0UeQHkLeqzftyQE { width:19rem;height:3.625rem;top:16.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iri2sAMyTrWAHsfviH4MzZwWEtFs4FDJ { display:block; }
 }@media only screen and (max-width: 763px) { #ESL2WE9QWKWQrwyPNIRHFhbVSWcyICw0 { width:14.5625rem;height:8.1875rem;top:1.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOkuH11179MgQwInAXVeoJzUiyS3xCb1 { width:14.5625rem;height:8.1875rem;top:27.125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ibdfor0tkH35gFFVbw8NZbi3uyPxzP4s { width:20rem;height:11.0625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3BXV8pSbqGHF2yomep3NRWbUMFOyq1N { top:12.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15023;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U0nK8DGXus6hm2Tr3syRchupUGFZeftx { top:12.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15022;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bPMdHDwdtkIX52qEhPBVMwqfT0MqX3Po { top:12.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15024;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KLGSPhH8XfqGxLLBvltTRTr0X0O0HhUA { top:12.5rem;left:11.5625rem;width:3.125rem;height:3.125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DHVx6URPryT10fD9D8f699VPJoWThIME { top:12.5rem;left:5.375rem;width:3.125rem;height:3.125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ { display:block; }#GZUZchBlNNnryMGDIaH3HgFc5mKwsgFJ > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z04VenJmSwKvTm0B8AuzNavllpl4CRGn { width:20rem;height:2.1123rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQorqDyEA7i40QUSvXy2i2qXFLVzhdnm { width:20rem;height:1.05615rem;top:4.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }