.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:montserrat;--paragraphs-font-family:montserrat; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24.3125rem;left:30.25rem;height:1.27485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.4990234375rem;left:33.3740234375rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.1865234375rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.2);background-image:none;top:29.625rem;left:25.875rem;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);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; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#5ec521;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:30.7490234375rem;left:25.7490234375rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:30.8115234375rem;left:40.9365234375rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.25rem;left:28.375rem; }
#Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.625rem;top:5.1875rem;left:30rem;overflow:hidden;display:block; }
#qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { box-sizing:content-box;height:2rem;width:9.25rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #9e7741);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #9e7741);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #9e7741);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #9e7741);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#9e7741' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#9e7741' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #9e7741);background-size:auto !important;top:20.875rem;left:32.875rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#HhKIqzWs83LFyODn7XEHENSrosxJhOLu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.17578125rem;left:34.46875rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.6); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-1),0.6); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:82.5rem;width:75rem;position:relative;display:block; }#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:29.15625rem;left:29.0625rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/94ef7b04-5e2e-4e29-a3fb-733d6b5cba60/a1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
#ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:28.5625rem;left:9.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:27.75rem;left:28.0009765625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:28.51171875rem;left:22.6259765625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:28.5625rem;left:3.5rem;height:1.21875rem;display:block; }
#saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:28.125rem;left:4.75rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:28.5625rem;left:6.625rem;height:1.21875rem;display:block; }
#tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:28.3125rem;left:7.875rem; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:28.3125rem;left:1.5rem; }
#yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:52.625rem;left:29.0625rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d7935e96-ab19-416a-a8b9-0c0df03bf669/b1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.adaptive-delivery-prevent-bg, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyload, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyloading { background-image: none; }
#EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:51.1875rem;left:29.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:51.9375rem;left:22.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:51.9375rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:51.6875rem;left:7.8125rem; }
#yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:52rem;left:6.6875rem;height:1.21875rem;display:block; }
#TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:51.5625rem;left:4.8125rem; }
#PWd411TErCei5qMhBranUJDWJsGB4Rl7 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:35.3125rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:52rem;left:3.5625rem;height:1.21875rem;display:block; }
#QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:35.8125rem;left:1.4375rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:51.75rem;left:1.5625rem; }
#LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:74.4375rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15182;opacity:1;top:75.1875rem;left:1.5625rem; }
#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/54e690e5-758c-4a45-9cea-591b72290df3/c1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:57.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.adaptive-delivery-prevent-bg, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyload, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyloading { background-image: none; }
#kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:75.4375rem;left:3.5625rem;height:1.21875rem;display:block; }
#JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:75.4375rem;left:6.6875rem;height:1.21875rem;display:block; }
#JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:75rem;left:4.8125rem; }
#IkJKSbler1PbnTkAr842qFq24KzHvdaU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:75.1875rem;left:7.875rem; }
#g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:75.375rem;left:8.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:75.349609375rem;left:22.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:74.625rem;left:29.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:76.0625rem;left:29.0625rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15233;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:58.75rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:59.25rem;left:1.4375rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqltXwmizefzT3sqHF9MBGgPRshxBFKt { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#peima45DeK5sV2BtwZHO6vuacmvJPywo { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#peima45DeK5sV2BtwZHO6vuacmvJPywo.adaptive-delivery-prevent-bg, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyload, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyloading { background-image: none; }
#qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#Nub73TvvOA3NShis7KaEKGdU9kQmik1w { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#yExEDBMGp5WxOsn03kgCZnLurS8F81mb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#WuECux0CMrZiEXyQe3orvD70oEIRWITo { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#LKaOXkV97Wdt36uacRcImea9yUDGMeJq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.adaptive-delivery-prevent-bg, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyload, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyloading { background-image: none; }
#OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bruTQOtN9T7pczgCbnuHwuL59QsurHmm { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#lc7sEI6234rQr50I5K2VbVNss9sGXe8P { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#dZobs6G0eZaws5SvCQWT4NITHkMO3HND { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15235;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77212284-772c-447e-8c73-08b55c57a2c7/a2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i.adaptive-delivery-prevent-bg, #L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i.lazyload, #L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i.lazyloading { background-image: none; }
#NQ6r0gzaHrxtb7F5lczT6uJh4AC0Ty96 { box-sizing:content-box;height:3.125rem;width:36.25rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5625rem;left:0.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t0loOSkMGauzIs5EhGDzBMd9prxS08m5 { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d862b4c7-d061-445e-af9e-e2096be42944/a3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#t0loOSkMGauzIs5EhGDzBMd9prxS08m5.adaptive-delivery-prevent-bg, #t0loOSkMGauzIs5EhGDzBMd9prxS08m5.lazyload, #t0loOSkMGauzIs5EhGDzBMd9prxS08m5.lazyloading { background-image: none; }
#G9UnATLB3FXsdH88JzNn9sJaMZAzohaS { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15237;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d798925-a671-4c59-ae42-9b93f78b28ef/a4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.4375rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#G9UnATLB3FXsdH88JzNn9sJaMZAzohaS.adaptive-delivery-prevent-bg, #G9UnATLB3FXsdH88JzNn9sJaMZAzohaS.lazyload, #G9UnATLB3FXsdH88JzNn9sJaMZAzohaS.lazyloading { background-image: none; }
#ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15238;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6fa254d4-342a-409e-b787-8e45299798dc/a5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.4375rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf.adaptive-delivery-prevent-bg, #ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf.lazyload, #ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf.lazyloading { background-image: none; }
#vULfDGVdUkIyxG0bXArTdhfBTc9w8k85 { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#ZWgtq40mgbzWIP1V0HT520AFzqJv63ho { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15242;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f26ed3c-7b5c-4192-8638-dacbd14a2bf2/b4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.875rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZWgtq40mgbzWIP1V0HT520AFzqJv63ho.adaptive-delivery-prevent-bg, #ZWgtq40mgbzWIP1V0HT520AFzqJv63ho.lazyload, #ZWgtq40mgbzWIP1V0HT520AFzqJv63ho.lazyloading { background-image: none; }
#ca7toa9B3HIc4DaUypeuVqLl7lCaAgez { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15240;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/37d2e134-018c-4011-8f8c-fd6dfb65a866/b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ca7toa9B3HIc4DaUypeuVqLl7lCaAgez.adaptive-delivery-prevent-bg, #ca7toa9B3HIc4DaUypeuVqLl7lCaAgez.lazyload, #ca7toa9B3HIc4DaUypeuVqLl7lCaAgez.lazyloading { background-image: none; }
#KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15241;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e09acdf8-dfb1-4336-bec3-955d8a3b116a/b3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U.adaptive-delivery-prevent-bg, #KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U.lazyload, #KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U.lazyloading { background-image: none; }
#xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15243;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/217872be-b635-4796-b646-15b4b7e9ce0e/b5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.875rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH.adaptive-delivery-prevent-bg, #xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH.lazyload, #xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH.lazyloading { background-image: none; }
#nh6dAAsZD2Ka073w2zLkTtco04G6I8sN { box-sizing:content-box;height:20.3125rem;width:37.5rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.8125rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#sZHznSiWnFim3cXCW5llL12fdAuyLhu9 { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15247;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eb7fde7-1d89-4238-8136-237e15b7c09e/c6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:68.3125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sZHznSiWnFim3cXCW5llL12fdAuyLhu9.adaptive-delivery-prevent-bg, #sZHznSiWnFim3cXCW5llL12fdAuyLhu9.lazyload, #sZHznSiWnFim3cXCW5llL12fdAuyLhu9.lazyloading { background-image: none; }
#FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15245;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ad8ed1f-74d6-4b66-9b92-6d8ac4b4792f/c2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.4375rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP.adaptive-delivery-prevent-bg, #FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP.lazyload, #FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP.lazyloading { background-image: none; }
#KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15246;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9bc1c2f2-c3a1-4969-a028-0f54da48d9b3/c4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.4375rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f.adaptive-delivery-prevent-bg, #KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f.lazyload, #KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f.lazyloading { background-image: none; }
#vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15248;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f69ac380-eba3-4bdd-bcc6-a2e6326236fe/c5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:68.3125rem;left:56.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM.adaptive-delivery-prevent-bg, #vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM.lazyload, #vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM.lazyloading { background-image: none; }
#QRQHWhhVLi9xOSN3sTdfIn9QAyMKN7oM { position:absolute;display:block;z-index:15249;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:28.3125rem;left:14.40625rem;overflow:hidden;display:block; }
#t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:28.5625rem;left:16.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#zCShRQwEZBNEtHukXzOVhN1ZLUV6Xy2W { position:absolute;display:block;z-index:15251;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:51.6875rem;left:14.40625rem;overflow:hidden;display:block; }
#zIUq4muHeFZI3SBukpPrSERhkNbrW0Hi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:51.9375rem;left:16.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#nwOKTTDF2DubS61psfKD0gxTHGO6TnIG { position:absolute;display:block;z-index:15253;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:75.1875rem;left:14.46875rem;overflow:hidden;display:block; }
#XUnWn9onHDEWq6UkMQ0anBM52WLI3X4V { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:75.4375rem;left:16.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.adaptive-delivery-prevent-bg, #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.lazyload, #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.lazyloading { background-image: none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container { border-width: 0; border-radius: 0; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:none; }#Irma2HvuxFAcQp2ClQ18vUIgJWVP5UkA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.adaptive-delivery-prevent-bg, #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.lazyload, #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.lazyloading { background-image: none; }
#mtISGe4sh4DgHwI073h8mX2WWQgbMDQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#PpewARTgHgwH9Qvr9Ro4arNTEVbiDGqi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:21.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mPIgI2O0DWRFwLfqnKoPJgKyS4VvfpAk { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ESP9BTyD2n40yLeP4C6PuMmrEclOdTxo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:block; }
#igMh9Q7zUwzsdHSe7G0USeJbJF2s45W8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOkBKOzuJOCsfcLX1VtsXiHpQFohou0f { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem; }
#z8QB8E3RsFmJ20iZDXRBo2bGXrPMz7vJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:block; }
#etaqPFLCCeqeaOaPubyBblsyVhaeIV6X { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem; }
#aNiyiN3vmya2rFVx9Z0cmW2sNddDHhya { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcLASWgVAA0eu9TI15fCfnd34NuzyPOJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem; }
#RQtv1pFBwryS5QCZLKMSv7LPtef0D3E8 { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#E0BZPl8nhQ2eHkdO5coTKupWzMDgxK21 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#yCca0hiTrgpf4NELQHgWhcrbSENrPifs { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:32rem;left:66.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Ubs9bXJB38XsdLBZv0tTa0EyXTPz9WbB { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:38.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ca81670-4424-48b0-ba29-b631b7c90a4c/TypeB.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.adaptive-delivery-prevent-bg, #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.lazyload, #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.lazyloading { background-image: none; }
#pks2RWqTbm5aPgtc5qqvgxQuFkKxphTR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:31.75rem;left:59.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sfPeXpTP6mnbWfiFOltAAKu2MbWVRKMm { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:31.9375rem;left:55.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SeQzSiFJ0shKClnPizFstUaiqc3qvWci { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:31.875rem;left:46.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#QPER1I8Ou2p2oiHpXSCXzzOcOBKWvEhS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:31.5625rem;left:45.875rem; }
#Q5TAcxOOT71iW6SG2c6IxBpLRNPO3bVB { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:31.875rem;left:44.5rem;height:1.21875rem;display:block; }
#qfZDIxxoW12haiw8iA0QwfsKPrERISNO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:31.4375rem;left:42.625rem; }
#SeWV4aOKCZCpZuNDtWklCPO9r56AMrA0 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:39.0625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#nb58GBHXIPh2XbvHuM0hBu9NhQGBLXCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:31.875rem;left:41.375rem;height:1.21875rem;display:block; }
#C0QlG1Jfo8HTd286RFmiKIpxCeyhMKnT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVQHiPvWzOUMsAsgnr4J2zwtQecxaMkC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:31.625rem;left:39.375rem; }
#FbvkpJ5IoqSZqwe7nTvrw8ReKtyi8TW0 { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.3125rem;left:19.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#FT7S3EI34x0G1lGgSwv3hI7kmxNwapx9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15182;opacity:1;top:56rem;left:20.3125rem; }
#oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15122;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8762f614-e9d8-41b3-a6e2-528d44d4c0c8/TypeC.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.3125rem;left:19.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.adaptive-delivery-prevent-bg, #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.lazyload, #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.lazyloading { background-image: none; }
#MHZTryWuTpkFm7yT9lOvtNnEkAn6pFT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:56.25rem;left:22.3125rem;height:1.21875rem;display:block; }
#yZ6iB2OuJKTBK9aoIiDvXEXEcT1Dwh3b { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:56.25rem;left:25.4375rem;height:1.21875rem;display:block; }
#nCsETavadlwCUSpQAGIFo5udErRaIxlf { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:55.8125rem;left:23.5625rem; }
#s1gndMKmsnGurFSu8XrP5FLJuIH1MD6l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:55.9375rem;left:26.8125rem; }
#tULw0HFadi1td6dTzPqeyu4l5KBGJd3I { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:56.25rem;left:27.4375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#qln6hQTDF0PIpqBXgPdT5W9xRBAl5eXs { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:56.3125rem;left:35.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vhT3xlGtAWXLVfzsyOd97FVdxxHoF4Gb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:56.125rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tRHuBB3kCkRdy3cXc2Gk3lfVurRTWUki { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:56.375rem;left:47.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#fIgPxipEA2nqpVapWTMEoL3tcsVVarxe { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15233;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.25rem;left:20rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#TJaSamESTXBJTruvt3VtT8DGM82OTU0H { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:36.75rem;left:20.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNb2VO3b843q01LOPudoRIDxtn4OhANc { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#aAe9CBwQh7ZQVlTqzll0spGfdTTAlh72 { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.adaptive-delivery-prevent-bg, #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.lazyload, #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.lazyloading { background-image: none; }
#ZJ7LxkGJ9fuBclDB6bdSlBMpK3CJmLMI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#akX1GQesUlipTCV16IdVteQ7DK9lWko3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#oNVLR2tUQn0EnCqmq2VnyRT222TK6sdy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#a6VF6GN6qGAi8p8T0G0xdBqPqpGuUzf5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#ZNyxmKC55fT1Hld6bVe8SWsalLyeCCky { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#RLAvBbWDhzxVDTN3qMvW7zUOF3wSW405 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#quuUyCSpldc9k2ZFekO591X2vwoOO9zE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#VzEE1XPTtlRFceQcs2hRluewdQRbRR5L { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#TgTII2oo57E41FrhI41xM6EIn4eKXfOs { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#MJ2G64GKMKzwAQTOWkxfQT98345OqJGs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QQ5E0yqbUTpfFMGHk7731V2EW5GvvSnB { color:rgba(var(--color-secondary-1),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#UkqIXiBELlqbkzoNTTBq6irqu2U3MouT { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.adaptive-delivery-prevent-bg, #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.lazyload, #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.lazyloading { background-image: none; }
#XT9ivBAT18XImwffpe4L57i6NHRz1I6w { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#XecTGXLgtJEH2H2NHWTJtmbmpDcFH2xI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#D8WbWdegxRBlVyEmJ2z9UmtG7pdbaepH { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#tiN0pqv15IvVpkmKcvrdeCqtrDbG40lo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#K6qlZ7aacDvt2qiQZCQ72WU40EakpdKw { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#RHsdwaaoVedLQiILcSrTL9yTkeVxEK8v { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#XluwuGU9GASTkmoZVHdnOOTI3ielHpQn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#ymmTTNVETB1Ta18bsA81uLkLK4518do4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#FNQ8nR3TX4E5DJpOCPHUrTuK4oxl0EL1 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#AUzkVeQpBMstzzUVuVBO64bw9wMyMFmV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hWdDPobbat4wl6xNItwXflUZ51qsK3eH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#cQKPViKHiAT52wq6zbIoi5arzu8CwPAz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#XTao7J2QLM4FuVhHBJo0NPWcwaIHiNdD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#ifwgVqXLKggoGt5H5btPeiwOs7T1V2Nl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#Tw60ndIaQ6NwbVn2sAxtzFmnaqEwoI6X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#ivHT6LaV1ZKCbxl1mHpraWaJh55dySxV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/219aab42-24b8-4856-9389-601f888055b3/About.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:17.171875rem;left:38.78125rem;height:13.157225rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:18.962890625rem;left:5.28125rem;height:9.07325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { box-sizing:content-box;height:28.75rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-4),0.65);background-image:none;top:9.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8f6cc);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8f6cc);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8f6cc);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8f6cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e8f6cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e8f6cc' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8f6cc);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a0c1594-d6b1-4342-a885-63fd37c96a4d/EVClubhouse1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:25.3115234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/acbbd051-1a74-426b-8fd2-87f0784c33a3/Clubhouse.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2eb5665-64c5-4a45-9315-0bbf0caad155/EVClubhouse3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.adaptive-delivery-prevent-bg, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyload, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyloading { background-image: none; }
#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b369e31d-44c5-402f-8dad-c7c6b2a90e11/EVClubhouseelevate.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.adaptive-delivery-prevent-bg, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyload, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyloading { background-image: none; }
#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a529cd73-d87e-48a5-9ca0-8eefd60aaee8/EVGym2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.adaptive-delivery-prevent-bg, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyload, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyloading { background-image: none; }
#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/81692f49-cda3-42fe-8dfe-942195644a90/488048645_1221940276603033_9214077701274193433_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.adaptive-delivery-prevent-bg, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyload, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyloading { background-image: none; }
#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:rgba(var(--color-secondary-1),1);display:block;width:27.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.8125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { color:rgba(var(--color-secondary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:50.5rem;left:2.75rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:52.25rem;left:2.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:42.5rem;left:6.9375rem; }
#KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15069;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:4.3125rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.8125rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { color:rgba(var(--color-secondary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:50.5rem;left:21.875rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:52.3125rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:23.4375rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:42.1875rem;left:25.625rem; }
#AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.8125rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:52.25rem;left:40.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { color:rgba(var(--color-secondary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:50.5rem;left:40.9375rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:42.5rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:42.375rem;left:45.125rem; }
#hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.8125rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { color:rgba(var(--color-secondary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:50.5rem;left:60rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:52.3125rem;left:59.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:61.5625rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:42.1875rem;left:63.75rem; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.6); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.6); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#d59f55;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.4375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#n2orCZW8u9P07SOSriImhUu2kftTC4CP { position:relative;display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP { background-color: transparent; background-image: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container > .video-iframe-container { display: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row > .video-iframe-container { display: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .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); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP { border-width: 0; border-radius: 0; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .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; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#to3UvAed2cEittpmOPARpBlNDpwTekm7 { 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:45.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#DoUihhICZJA7pazTw155Hc3gqPKXHPJW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:60.7109375rem;left:25.875rem;display:block; }
#RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:45.9375rem;left:0rem;height:10.3984375rem;text-align:left;text-align-last:left;display:block; }
#ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { position:absolute;display:block;z-index:15122;height:31.25rem;width:75rem;top:10.9375rem;left:0rem;display:block; }
#iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.76171875rem;left:38.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:46.1806640625rem;left:42.875rem;height:2.39930625rem;font-style:normal;display:block; }
#kL9N52fX9JsdhsFdZu160cmimtZl2Joy { color:rgba(var(--color-secondary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:48.6181640625rem;left:42.875rem;height:1.19965rem;font-style:normal;display:block; }
#crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:47.04296875rem;left:39.75rem; }
#H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.75rem;left:57.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:46.9375rem;left:61.5625rem;height:1.19965rem;font-style:normal;display:block; }
#GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { color:rgba(var(--color-secondary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:48.1875rem;left:61.5625rem;height:1.19965rem;font-style:normal;display:block; }
#ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:47rem;left:58.5rem; }
#iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.6875rem;left:57.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:52.8125rem;left:58.25rem; }
#BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:52.875rem;left:61.5625rem;height:1.19965rem;font-style:normal;display:block; }
#EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { color:rgba(var(--color-secondary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:54.125rem;left:61.5625rem;height:1.19965rem;font-style:normal;display:block; }
#QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.6875rem;left:38.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CBVZLkoGotetFBReDKWS8gAspltEaE0z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:52.8125rem;left:39.6875rem; }
#msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15139;line-height:1.2;letter-spacing:0;top:52.875rem;left:42.875rem;height:1.19965rem;font-style:normal;display:block; }
#yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { color:rgba(var(--color-secondary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:54.125rem;left:42.875rem;height:1.19965rem;font-style:normal;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:24.3125rem;left:16.625rem;width:16.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:30.4375rem;left:19.7490234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:34.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:29.625rem;left:12.25rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:30.6875rem;left:12.1240234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:30.75rem;left:27.3115234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:24.25rem;left:14.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { top:5.1875rem;left:16.375rem;width:15.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { top:20.875rem;left:19.25rem;width:9.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhKIqzWs83LFyODn7XEHENSrosxJhOLu { top:21.125rem;left:20.84375rem;width:6.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { display:none; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:29.125rem;left:15.4375rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { top:10.9375rem;left:0rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { top:28.5625rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:27.75rem;left:14.3759765625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:28.5rem;left:9.0009765625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:28.5625rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { top:12.375rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:28.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:28.5625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { top:28.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:28.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { top:10.9375rem;left:10.25rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { top:52.625rem;left:15.4375rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { top:51rem;left:0rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { top:34.375rem;left:0rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { top:51.1875rem;left:15.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { top:51.9375rem;left:9rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { top:51.9375rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { top:51.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { top:52rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { top:51.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWd411TErCei5qMhBranUJDWJsGB4Rl7 { top:35.3125rem;left:0rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { top:52rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { top:35.8125rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { top:51.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { top:74.4375rem;left:0rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { top:75.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { top:57.8125rem;left:0rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { top:75.4375rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { top:75.4375rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { top:75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJKSbler1PbnTkAr842qFq24KzHvdaU { top:75.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { top:75.375rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { top:75.3125rem;left:9rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { top:74.625rem;left:15.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { top:76.0625rem;left:15.4375rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { top:58.75rem;left:0rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { top:59.25rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqltXwmizefzT3sqHF9MBGgPRshxBFKt { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #peima45DeK5sV2BtwZHO6vuacmvJPywo { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { top:31.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { top:30.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nub73TvvOA3NShis7KaEKGdU9kQmik1w { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { top:30.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { top:32rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yExEDBMGp5WxOsn03kgCZnLurS8F81mb { top:30.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuECux0CMrZiEXyQe3orvD70oEIRWITo { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKaOXkV97Wdt36uacRcImea9yUDGMeJq { top:19.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { top:61.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bruTQOtN9T7pczgCbnuHwuL59QsurHmm { top:60.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { top:60.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { top:62rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc7sEI6234rQr50I5K2VbVNss9sGXe8P { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { top:60.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZobs6G0eZaws5SvCQWT4NITHkMO3HND { top:49.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i { top:11.5625rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6r0gzaHrxtb7F5lczT6uJh4AC0Ty96 { top:27.5625rem;left:0rem;width:36.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0loOSkMGauzIs5EhGDzBMd9prxS08m5 { top:11.5625rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UnATLB3FXsdH88JzNn9sJaMZAzohaS { top:21.4375rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf { top:21.4375rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULfDGVdUkIyxG0bXArTdhfBTc9w8k85 { top:34.375rem;left:10.25rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgtq40mgbzWIP1V0HT520AFzqJv63ho { top:44.875rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7toa9B3HIc4DaUypeuVqLl7lCaAgez { top:35rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U { top:35rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH { top:44.875rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6dAAsZD2Ka073w2zLkTtco04G6I8sN { top:57.8125rem;left:10.25rem;width:37.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHznSiWnFim3cXCW5llL12fdAuyLhu9 { top:68.3125rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP { top:58.4375rem;left:24.5rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f { top:58.4375rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM { top:68.3125rem;left:29.9375rem;width:17.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQHWhhVLi9xOSN3sTdfIn9QAyMKN7oM { top:28.3125rem;left:0.78125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { top:28.5625rem;left:2.6875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCShRQwEZBNEtHukXzOVhN1ZLUV6Xy2W { top:51.6875rem;left:0.78125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIUq4muHeFZI3SBukpPrSERhkNbrW0Hi { top:51.9375rem;left:2.625rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwOKTTDF2DubS61psfKD0gxTHGO6TnIG { top:75.1875rem;left:0.84375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUnWn9onHDEWq6UkMQ0anBM52WLI3X4V { top:75.4375rem;left:2.6875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq { display:block; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Irma2HvuxFAcQp2ClQ18vUIgJWVP5UkA { top:32rem;left:15rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtISGe4sh4DgHwI073h8mX2WWQgbMDQ5 { top:15.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpewARTgHgwH9Qvr9Ro4arNTEVbiDGqi { top:16.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPIgI2O0DWRFwLfqnKoPJgKyS4VvfpAk { top:31.9375rem;left:3.5625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESP9BTyD2n40yLeP4C6PuMmrEclOdTxo { top:31.875rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igMh9Q7zUwzsdHSe7G0USeJbJF2s45W8 { top:12.375rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOkBKOzuJOCsfcLX1VtsXiHpQFohou0f { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8QB8E3RsFmJ20iZDXRBo2bGXrPMz7vJ { top:31.875rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etaqPFLCCeqeaOaPubyBblsyVhaeIV6X { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNiyiN3vmya2rFVx9Z0cmW2sNddDHhya { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcLASWgVAA0eu9TI15fCfnd34NuzyPOJ { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQtv1pFBwryS5QCZLKMSv7LPtef0D3E8 { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BZPl8nhQ2eHkdO5coTKupWzMDgxK21 { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCca0hiTrgpf4NELQHgWhcrbSENrPifs { top:32rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubs9bXJB38XsdLBZv0tTa0EyXTPz9WbB { top:30.9375rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk { top:10.9375rem;left:10.875rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pks2RWqTbm5aPgtc5qqvgxQuFkKxphTR { top:31.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfPeXpTP6mnbWfiFOltAAKu2MbWVRKMm { top:31.9375rem;left:41.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeQzSiFJ0shKClnPizFstUaiqc3qvWci { top:31.875rem;left:32.875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPER1I8Ou2p2oiHpXSCXzzOcOBKWvEhS { top:31.5625rem;left:32.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TAcxOOT71iW6SG2c6IxBpLRNPO3bVB { top:31.875rem;left:30.875rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfZDIxxoW12haiw8iA0QwfsKPrERISNO { top:31.4375rem;left:29rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWV4aOKCZCpZuNDtWklCPO9r56AMrA0 { top:11.875rem;left:25.4375rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb58GBHXIPh2XbvHuM0hBu9NhQGBLXCQ { top:31.875rem;left:27.75rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0QlG1Jfo8HTd286RFmiKIpxCeyhMKnT { top:12.375rem;left:25.9375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVQHiPvWzOUMsAsgnr4J2zwtQecxaMkC { top:31.625rem;left:25.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbvkpJ5IoqSZqwe7nTvrw8ReKtyi8TW0 { top:55.3125rem;left:5.4375rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7S3EI34x0G1lGgSwv3hI7kmxNwapx9 { top:56rem;left:6.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS { top:35.3125rem;left:5.4375rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZTryWuTpkFm7yT9lOvtNnEkAn6pFT2 { top:56.25rem;left:8.6875rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6iB2OuJKTBK9aoIiDvXEXEcT1Dwh3b { top:56.25rem;left:11.8125rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCsETavadlwCUSpQAGIFo5udErRaIxlf { top:55.8125rem;left:9.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1gndMKmsnGurFSu8XrP5FLJuIH1MD6l { top:55.9375rem;left:13.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULw0HFadi1td6dTzPqeyu4l5KBGJd3I { top:56.25rem;left:13.8125rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qln6hQTDF0PIpqBXgPdT5W9xRBAl5eXs { top:56.3125rem;left:22.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhT3xlGtAWXLVfzsyOd97FVdxxHoF4Gb { top:56.125rem;left:27rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRHuBB3kCkRdy3cXc2Gk3lfVurRTWUki { top:56.375rem;left:34.0625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIgPxipEA2nqpVapWTMEoL3tcsVVarxe { top:36.25rem;left:6.375rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJaSamESTXBJTruvt3VtT8DGM82OTU0H { top:36.75rem;left:6.875rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNb2VO3b843q01LOPudoRIDxtn4OhANc { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAe9CBwQh7ZQVlTqzll0spGfdTTAlh72 { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ7LxkGJ9fuBclDB6bdSlBMpK3CJmLMI { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #akX1GQesUlipTCV16IdVteQ7DK9lWko3 { top:31.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNVLR2tUQn0EnCqmq2VnyRT222TK6sdy { top:30.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6VF6GN6qGAi8p8T0G0xdBqPqpGuUzf5 { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNyxmKC55fT1Hld6bVe8SWsalLyeCCky { top:30.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLAvBbWDhzxVDTN3qMvW7zUOF3wSW405 { top:31.9375rem;left:0rem;width:7.0625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #quuUyCSpldc9k2ZFekO591X2vwoOO9zE { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzEE1XPTtlRFceQcs2hRluewdQRbRR5L { top:30.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgTII2oo57E41FrhI41xM6EIn4eKXfOs { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJ2G64GKMKzwAQTOWkxfQT98345OqJGs { top:19.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ5E0yqbUTpfFMGHk7731V2EW5GvvSnB { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkqIXiBELlqbkzoNTTBq6irqu2U3MouT { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT9ivBAT18XImwffpe4L57i6NHRz1I6w { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XecTGXLgtJEH2H2NHWTJtmbmpDcFH2xI { top:46.875rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8WbWdegxRBlVyEmJ2z9UmtG7pdbaepH { top:60.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiN0pqv15IvVpkmKcvrdeCqtrDbG40lo { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6qlZ7aacDvt2qiQZCQ72WU40EakpdKw { top:60.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHsdwaaoVedLQiILcSrTL9yTkeVxEK8v { top:46.9375rem;left:0rem;width:7.0625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XluwuGU9GASTkmoZVHdnOOTI3ielHpQn { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymmTTNVETB1Ta18bsA81uLkLK4518do4 { top:45.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNQ8nR3TX4E5DJpOCPHUrTuK4oxl0EL1 { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUzkVeQpBMstzzUVuVBO64bw9wMyMFmV { top:49.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWdDPobbat4wl6xNItwXflUZ51qsK3eH { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQKPViKHiAT52wq6zbIoi5arzu8CwPAz { top:15.625rem;left:0.5625rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTao7J2QLM4FuVhHBJo0NPWcwaIHiNdD { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifwgVqXLKggoGt5H5btPeiwOs7T1V2Nl { top:30.6875rem;left:0.75rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw60ndIaQ6NwbVn2sAxtzFmnaqEwoI6X { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivHT6LaV1ZKCbxl1mHpraWaJh55dySxV { top:45.6875rem;left:0.75rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:17.125rem;left:15.6875rem;width:32.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:18.9375rem;left:0rem;width:26.5rem;height:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { top:9.375rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:10.875rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:10.875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { top:10.875rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { top:24.375rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { top:24.375rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { top:24.375rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { top:37.8125rem;left:0rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { top:50.5rem;left:0rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { top:52.25rem;left:0rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { top:42.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { top:39.9375rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { top:37.8125rem;left:5.4375rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { top:50.5rem;left:8.25rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { top:52.3125rem;left:8.125rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { top:39.9375rem;left:9.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { top:42.1875rem;left:12rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { top:37.8125rem;left:24.5rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { top:52.25rem;left:26.6875rem;width:13.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { top:50.5rem;left:27.3125rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { top:39.9375rem;left:28.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { top:42.375rem;left:31.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { top:37.8125rem;left:29.75rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { top:50.5rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { top:52.3125rem;left:35.0625rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { top:39.9375rem;left:38.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { top:42.1875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.1875rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.4375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2orCZW8u9P07SOSriImhUu2kftTC4CP { display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to3UvAed2cEittpmOPARpBlNDpwTekm7 { top:0rem;left:0rem;width:47.75rem;height:29.1275rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:23.25rem;height:3.25rem;top:60.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:6.875rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { top:45.9375rem;left:0rem;width:36.875rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { top:10.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { display:none; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { top:45.75rem;left:25.1875rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { top:46.125rem;left:29.25rem;width:11rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { top:48.5625rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { top:47rem;left:26.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { top:45.75rem;left:30.25rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { top:46.9375rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { top:48.1875rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { top:47rem;left:44.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { top:51.6875rem;left:30.25rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { top:52.8125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { top:52.875rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { top:54.125rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { top:51.6875rem;left:25.1875rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBVZLkoGotetFBReDKWS8gAspltEaE0z { top:52.8125rem;left:26.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { top:52.875rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { top:54.125rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:12.375rem;height:0.82421875rem;top:8.5rem;left:5.3125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:24rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:26.625rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:23.3125rem;left:1.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:24.125rem;left:1.9375rem;font-size:0.8125rem;color:#65cc26;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:24.18678855896rem;left:12.812499403954rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:8.4365234375rem;left:4.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { width:4.5rem;height:4.4375rem;top:1rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { width:5.8125rem;height:1.625rem;top:6rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhKIqzWs83LFyODn7XEHENSrosxJhOLu { width:6.0625rem;height:0.9002125rem;top:6.3125rem;left:7rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { height:11.25rem;width:20rem;top:10.375rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { background-color:rgba(72,148,26,0.6);background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:151rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:17.01171875rem;left:9.5rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { width:5.625rem;height:1.13671875rem;top:15.625rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:16.875rem;left:4.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:16.8564453125rem;left:1.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:15.625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { width:4.5625rem;height:1.21875rem;top:4.880859375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:7.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:15.625rem;left:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:9.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:4.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { width:20rem;height:3.125rem;top:15.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { width:5.75rem;height:1.9375rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { width:7.125rem;height:0.9746125rem;top:119.125rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { width:20rem;height:3.125rem;top:118rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { width:20rem;height:20rem;top:92.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.adaptive-delivery-prevent-bg, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyload, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { width:7.9375rem;height:1.21875rem;top:118.875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { width:5.75rem;height:1.13671875rem;top:119.0625rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { width:5.625rem;height:1.13671875rem;top:119rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { display:flex;width:1.625rem;height:1.625rem;top:118.6875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { width:1.3125rem;height:1.13671875rem;top:119rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { display:flex;width:1.625rem;height:1.625rem;top:118.5625rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWd411TErCei5qMhBranUJDWJsGB4Rl7 { width:7.1875rem;height:2.5rem;top:93.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { width:1.375rem;height:1.13671875rem;top:119rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { width:6.25rem;height:1.3808625rem;top:93.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { display:flex;width:1.625rem;height:1.625rem;top:118.75rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { width:20rem;height:3.125rem;top:74.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { display:flex;width:1.625rem;height:1.625rem;top:75.1875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { width:20rem;height:20.3125rem;top:57.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.adaptive-delivery-prevent-bg, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyload, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { width:1.375rem;height:auto;top:75.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { width:1.3125rem;height:auto;top:75.4375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { display:flex;width:1.625rem;height:1.625rem;top:75rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkJKSbler1PbnTkAr842qFq24KzHvdaU { display:flex;width:1.625rem;height:1.625rem;top:75.1875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { width:5.625rem;height:auto;top:75.375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { width:5.75rem;height:auto;top:75.3125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { width:7.9375rem;height:auto;top:74.625rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { width:7.125rem;height:auto;top:76.0625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { width:7.1875rem;height:2.5rem;top:58.75rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { width:6.25rem;height:auto;top:59.25rem;left:6.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KqltXwmizefzT3sqHF9MBGgPRshxBFKt { width:5.75rem;height:1.13671875rem;top:31.875rem;left:1.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { width:20rem;height:3.125rem;top:30.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #peima45DeK5sV2BtwZHO6vuacmvJPywo { width:20rem;height:11.25rem;top:18.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/6ca81670-4424-48b0-ba29-b631b7c90a4c/TypeB.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15096;display:block; }#peima45DeK5sV2BtwZHO6vuacmvJPywo.adaptive-delivery-prevent-bg, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyload, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:4.4375rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { width:7.9375rem;height:1.21875rem;top:31.875rem;left:4.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { width:1.375rem;height:1.13671875rem;top:30.625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #Nub73TvvOA3NShis7KaEKGdU9kQmik1w { display:flex;width:1.25rem;height:1.25rem;top:30.5rem;left:7.125rem;font-size:0.875rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { width:1.3125rem;height:1.13671875rem;top:30.625rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { width:7.125rem;height:0.9746125rem;top:32rem;left:9.3125rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:9.8125rem;font-size:0.875rem;z-index:15158; }
 }@media only screen and (max-width: 763px) { #yExEDBMGp5WxOsn03kgCZnLurS8F81mb { width:5.625rem;height:1.13671875rem;top:30.625rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #WuECux0CMrZiEXyQe3orvD70oEIRWITo { width:5.75rem;height:1.9375rem;top:19.5625rem;left:0.625rem;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #LKaOXkV97Wdt36uacRcImea9yUDGMeJq { width:4.5625rem;height:1.21875rem;top:19.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { width:5.75rem;height:1.13671875rem;top:46.875rem;left:1.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { width:20rem;height:3.125rem;top:45.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { width:20rem;height:11.25rem;top:33.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/8762f614-e9d8-41b3-a6e2-528d44d4c0c8/TypeC.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15122;display:block; }#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.adaptive-delivery-prevent-bg, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyload, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:4rem;font-size:0.875rem;z-index:15182; }
 }@media only screen and (max-width: 763px) { #xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { width:7.9375rem;height:1.21875rem;top:46.875rem;left:4rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15196;display:block; }
 }@media only screen and (max-width: 763px) { #bruTQOtN9T7pczgCbnuHwuL59QsurHmm { width:1.375rem;height:1.13671875rem;top:45.625rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { display:flex;width:1.25rem;height:1.25rem;top:45.5rem;left:6.6875rem;font-size:0.875rem;z-index:15183; }
 }@media only screen and (max-width: 763px) { #Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { width:1.3125rem;height:1.13671875rem;top:45.625rem;left:7.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { width:7.125rem;height:0.9746125rem;top:47rem;left:9.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #lc7sEI6234rQr50I5K2VbVNss9sGXe8P { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:9.4375rem;font-size:0.875rem;z-index:15184; }
 }@media only screen and (max-width: 763px) { #gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { width:5.625rem;height:1.13671875rem;top:45.625rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { width:5.75rem;height:1.9375rem;top:34.5625rem;left:0.625rem;z-index:15233;display:block; }
 }@media only screen and (max-width: 763px) { #dZobs6G0eZaws5SvCQWT4NITHkMO3HND { width:4.5625rem;height:1.21875rem;top:34.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15234;display:block; }
 }@media only screen and (max-width: 763px) { #L9W6eSNgTK8fdIxt5hqU8dMF6iFFv40i { width:17.8125rem;height:9.1875rem;top:49.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6r0gzaHrxtb7F5lczT6uJh4AC0Ty96 { width:20rem;height:2.5rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0loOSkMGauzIs5EhGDzBMd9prxS08m5 { width:17.8125rem;height:9.1875rem;top:60rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UnATLB3FXsdH88JzNn9sJaMZAzohaS { width:17.8125rem;height:9.1875rem;top:74.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssOKCCqSiIw57EsCedkD5nKk7xPMeWnf { width:17.8125rem;height:9.1875rem;top:84.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULfDGVdUkIyxG0bXArTdhfBTc9w8k85 { width:20rem;height:20.3125rem;top:95.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgtq40mgbzWIP1V0HT520AFzqJv63ho { width:17.8125rem;height:9.1875rem;top:105.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7toa9B3HIc4DaUypeuVqLl7lCaAgez { width:17.8125rem;height:9.1875rem;top:95.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUIPaLgwZk1hEkTraNecVS1yWFNXH4U { width:17.8125rem;height:9.1875rem;top:95.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaJHSw5Uo0NyWnZcbglpUN6pqTVTcvxH { width:17.8125rem;height:9.1875rem;top:105.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6dAAsZD2Ka073w2zLkTtco04G6I8sN { width:20rem;height:20.3125rem;top:116.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHznSiWnFim3cXCW5llL12fdAuyLhu9 { width:17.8125rem;height:9.1875rem;top:127.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwD6M3A6y38OZuQi7bT6KTS21UyTqPrP { width:17.8125rem;height:9.1875rem;top:117.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMtqrk2Qz2IALQQZrwPcrwepfmVDv68f { width:17.8125rem;height:9.1875rem;top:117.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzLVQFUcrpUkdQQtAOg7rDHrNfXnrWM { width:17.8125rem;height:9.1875rem;top:127.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQHWhhVLi9xOSN3sTdfIn9QAyMKN7oM { width:1.625rem;height:1.625rem;top:142.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { width:5.625rem;height:0;top:143.25rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCShRQwEZBNEtHukXzOVhN1ZLUV6Xy2W { width:1.625rem;height:1.625rem;top:145.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIUq4muHeFZI3SBukpPrSERhkNbrW0Hi { width:5.625rem;height:0;top:148.5625rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwOKTTDF2DubS61psfKD0gxTHGO6TnIG { width:1.625rem;height:1.625rem;top:75.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUnWn9onHDEWq6UkMQ0anBM52WLI3X4V { width:5.625rem;height:auto;top:75.4375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq { background-color:rgba(72,148,26,0.6);background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.adaptive-delivery-prevent-bg, #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.lazyload, #KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq.lazyloading { background-image: none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container { background-color: transparent; background-image: none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container > .video-iframe-container { display: none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row > .video-iframe-container { display: none; }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .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); }#KQNJXNcR2sCR7htRu2dMVKB7BMnLD0Wq > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Irma2HvuxFAcQp2ClQ18vUIgJWVP5UkA { width:7.125rem;height:0.9746125rem;top:17.01171875rem;left:9.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.adaptive-delivery-prevent-bg, #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.lazyload, #QbAIWTTR5KzIkDgzXevKzUW4N8KskdIc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mtISGe4sh4DgHwI073h8mX2WWQgbMDQ5 { width:5.625rem;height:1.13671875rem;top:15.625rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpewARTgHgwH9Qvr9Ro4arNTEVbiDGqi { width:7.9375rem;height:1.21875rem;top:16.875rem;left:4.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mPIgI2O0DWRFwLfqnKoPJgKyS4VvfpAk { width:5.75rem;height:1.13671875rem;top:16.8564453125rem;left:1.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ESP9BTyD2n40yLeP4C6PuMmrEclOdTxo { width:1.375rem;height:1.13671875rem;top:15.625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igMh9Q7zUwzsdHSe7G0USeJbJF2s45W8 { width:4.5625rem;height:1.21875rem;top:4.880859375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOkBKOzuJOCsfcLX1VtsXiHpQFohou0f { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:4.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #z8QB8E3RsFmJ20iZDXRBo2bGXrPMz7vJ { width:1.3125rem;height:1.13671875rem;top:15.625rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etaqPFLCCeqeaOaPubyBblsyVhaeIV6X { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:6.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aNiyiN3vmya2rFVx9Z0cmW2sNddDHhya { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcLASWgVAA0eu9TI15fCfnd34NuzyPOJ { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:1.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RQtv1pFBwryS5QCZLKMSv7LPtef0D3E8 { width:20rem;height:3.125rem;top:15.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BZPl8nhQ2eHkdO5coTKupWzMDgxK21 { width:5.75rem;height:1.9375rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCca0hiTrgpf4NELQHgWhcrbSENrPifs { width:7.125rem;height:0.9746125rem;top:119.125rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Ubs9bXJB38XsdLBZv0tTa0EyXTPz9WbB { width:20rem;height:3.125rem;top:118rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk { width:20rem;height:20rem;top:92.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.adaptive-delivery-prevent-bg, #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.lazyload, #VSPT6kMyeC9nuoaGUBJ9P3ceNoMaLdHk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pks2RWqTbm5aPgtc5qqvgxQuFkKxphTR { width:7.9375rem;height:1.21875rem;top:118.875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sfPeXpTP6mnbWfiFOltAAKu2MbWVRKMm { width:5.75rem;height:1.13671875rem;top:119.0625rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SeQzSiFJ0shKClnPizFstUaiqc3qvWci { width:5.625rem;height:1.13671875rem;top:119rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QPER1I8Ou2p2oiHpXSCXzzOcOBKWvEhS { display:flex;width:1.625rem;height:1.625rem;top:118.6875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5TAcxOOT71iW6SG2c6IxBpLRNPO3bVB { width:1.3125rem;height:1.13671875rem;top:119rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qfZDIxxoW12haiw8iA0QwfsKPrERISNO { display:flex;width:1.625rem;height:1.625rem;top:118.5625rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeWV4aOKCZCpZuNDtWklCPO9r56AMrA0 { width:7.1875rem;height:2.5rem;top:93.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nb58GBHXIPh2XbvHuM0hBu9NhQGBLXCQ { width:1.375rem;height:1.13671875rem;top:119rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C0QlG1Jfo8HTd286RFmiKIpxCeyhMKnT { width:6.25rem;height:1.3808625rem;top:93.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QVQHiPvWzOUMsAsgnr4J2zwtQecxaMkC { display:flex;width:1.625rem;height:1.625rem;top:118.75rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbvkpJ5IoqSZqwe7nTvrw8ReKtyi8TW0 { width:20rem;height:3.125rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT7S3EI34x0G1lGgSwv3hI7kmxNwapx9 { display:flex;width:1.625rem;height:1.625rem;top:56rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS { width:20rem;height:20rem;top:35.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.adaptive-delivery-prevent-bg, #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.lazyload, #oNxaiDnaPAF1T0dTJPVhoRudFUGR0HZS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MHZTryWuTpkFm7yT9lOvtNnEkAn6pFT2 { width:1.375rem;height:auto;top:56.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yZ6iB2OuJKTBK9aoIiDvXEXEcT1Dwh3b { width:1.3125rem;height:auto;top:56.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nCsETavadlwCUSpQAGIFo5udErRaIxlf { display:flex;width:1.625rem;height:1.625rem;top:55.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1gndMKmsnGurFSu8XrP5FLJuIH1MD6l { display:flex;width:1.625rem;height:1.625rem;top:55.9375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tULw0HFadi1td6dTzPqeyu4l5KBGJd3I { width:5.625rem;height:auto;top:56.25rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qln6hQTDF0PIpqBXgPdT5W9xRBAl5eXs { width:5.75rem;height:auto;top:56.3125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vhT3xlGtAWXLVfzsyOd97FVdxxHoF4Gb { width:7.9375rem;height:auto;top:56.125rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tRHuBB3kCkRdy3cXc2Gk3lfVurRTWUki { width:7.125rem;height:auto;top:56.375rem;left:6.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fIgPxipEA2nqpVapWTMEoL3tcsVVarxe { width:7.1875rem;height:2.5rem;top:36.25rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJaSamESTXBJTruvt3VtT8DGM82OTU0H { width:6.25rem;height:auto;top:36.75rem;left:6.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NNb2VO3b843q01LOPudoRIDxtn4OhANc { width:5.75rem;height:1.13671875rem;top:31.875rem;left:1.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #aAe9CBwQh7ZQVlTqzll0spGfdTTAlh72 { width:20rem;height:3.125rem;top:30.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn { width:20rem;height:11.25rem;top:18.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/6ca81670-4424-48b0-ba29-b631b7c90a4c/TypeB.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15096;display:block; }#xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.adaptive-delivery-prevent-bg, #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.lazyload, #xaxh1vAV0F8AIwpBxUUfTKCDK7wi9Zcn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZJ7LxkGJ9fuBclDB6bdSlBMpK3CJmLMI { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:1.5rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #akX1GQesUlipTCV16IdVteQ7DK9lWko3 { width:7.9375rem;height:1.21875rem;top:31.875rem;left:4.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #oNVLR2tUQn0EnCqmq2VnyRT222TK6sdy { width:1.375rem;height:1.13671875rem;top:30.625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #a6VF6GN6qGAi8p8T0G0xdBqPqpGuUzf5 { display:flex;width:1.25rem;height:1.25rem;top:30.5rem;left:4.1875rem;font-size:0.875rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #ZNyxmKC55fT1Hld6bVe8SWsalLyeCCky { width:1.3125rem;height:1.13671875rem;top:30.625rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #RLAvBbWDhzxVDTN3qMvW7zUOF3wSW405 { width:7.125rem;height:0.9746125rem;top:31.9990234375rem;left:9.8740234375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #quuUyCSpldc9k2ZFekO591X2vwoOO9zE { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:6.875rem;font-size:0.875rem;z-index:15158; }
 }@media only screen and (max-width: 763px) { #VzEE1XPTtlRFceQcs2hRluewdQRbRR5L { width:5.625rem;height:1.13671875rem;top:30.625rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #TgTII2oo57E41FrhI41xM6EIn4eKXfOs { width:5.75rem;height:1.9375rem;top:19.5625rem;left:0.625rem;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2G64GKMKzwAQTOWkxfQT98345OqJGs { width:4.5625rem;height:1.21875rem;top:19.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5E0yqbUTpfFMGHk7731V2EW5GvvSnB { width:5.75rem;height:1.13671875rem;top:46.875rem;left:1.0615234375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #UkqIXiBELlqbkzoNTTBq6irqu2U3MouT { width:20rem;height:3.125rem;top:45.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR { width:20rem;height:11.25rem;top:33.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/7e1d2c1c-5bf6-4212-be64-6ffa4d1c5271/TypeC.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15122;display:block; }#Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.adaptive-delivery-prevent-bg, #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.lazyload, #Ttu6gf2Qzfv1D0C4ut83500tTomtTpQR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XT9ivBAT18XImwffpe4L57i6NHRz1I6w { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:1.5rem;font-size:0.875rem;z-index:15182; }
 }@media only screen and (max-width: 763px) { #XecTGXLgtJEH2H2NHWTJtmbmpDcFH2xI { width:7.9375rem;height:1.21875rem;top:46.875rem;left:4.1865234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15196;display:block; }
 }@media only screen and (max-width: 763px) { #D8WbWdegxRBlVyEmJ2z9UmtG7pdbaepH { width:1.375rem;height:1.13671875rem;top:45.625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #tiN0pqv15IvVpkmKcvrdeCqtrDbG40lo { display:flex;width:1.25rem;height:1.25rem;top:45.5rem;left:4.125rem;font-size:0.875rem;z-index:15183; }
 }@media only screen and (max-width: 763px) { #K6qlZ7aacDvt2qiQZCQ72WU40EakpdKw { width:1.3125rem;height:1.13671875rem;top:45.625rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #RHsdwaaoVedLQiILcSrTL9yTkeVxEK8v { width:7.125rem;height:0.9746125rem;top:47rem;left:9.625rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #XluwuGU9GASTkmoZVHdnOOTI3ielHpQn { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:6.75rem;font-size:0.875rem;z-index:15184; }
 }@media only screen and (max-width: 763px) { #ymmTTNVETB1Ta18bsA81uLkLK4518do4 { width:5.625rem;height:1.13671875rem;top:45.625rem;left:7.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #FNQ8nR3TX4E5DJpOCPHUrTuK4oxl0EL1 { width:5.75rem;height:1.9375rem;top:34.5625rem;left:0.625rem;z-index:15233;display:block; }
 }@media only screen and (max-width: 763px) { #AUzkVeQpBMstzzUVuVBO64bw9wMyMFmV { width:4.5625rem;height:1.21875rem;top:34.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15234;display:block; }
 }@media only screen and (max-width: 763px) { #hWdDPobbat4wl6xNItwXflUZ51qsK3eH { top:15.57421875rem;left:12.75rem;width:1.25rem;height:1.25rem;z-index:15235;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cQKPViKHiAT52wq6zbIoi5arzu8CwPAz { width:5.625rem;height:1.13671875rem;top:15.625rem;left:13.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #XTao7J2QLM4FuVhHBJo0NPWcwaIHiNdD { top:30.57421875rem;left:12.75rem;width:1.25rem;height:1.25rem;z-index:15237;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ifwgVqXLKggoGt5H5btPeiwOs7T1V2Nl { width:5.625rem;height:1.13671875rem;top:30.6875rem;left:13.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #Tw60ndIaQ6NwbVn2sAxtzFmnaqEwoI6X { top:45.57421875rem;left:12.75rem;width:1.25rem;height:1.25rem;z-index:15239;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ivHT6LaV1ZKCbxl1mHpraWaJh55dySxV { width:5.625rem;height:1.13671875rem;top:45.6875rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/219aab42-24b8-4856-9389-601f888055b3/About.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:8.9941375rem;top:6.30859375rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:13.6875rem;height:2.54971875rem;top:3.171875rem;left:3.15625rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { width:20rem;height:15.375rem;top:1.5625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(11,33,2,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -moz-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -ms-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -o-linear-gradient(180deg, #ffffff, #e8f6cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );";background-image: linear-gradient(180deg, #ffffff, #e8f6cc);background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:3.69921875rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.5625rem;top:3.73046875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { width:9.6875rem;height:5.625rem;top:15.85546875rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { width:9.6875rem;height:5.625rem;top:9.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { width:20rem;height:12.5rem;top:129.751953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { width:9.6875rem;height:5.625rem;top:9.9375rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { width:20rem;height:3.125rem;top:16.1875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { width:12.5rem;height:1.21875rem;top:16.625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { width:12.6875rem;height:0.9747875rem;top:17.875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { display:flex;width:1.25rem;height:1.25rem;top:17.125rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { width:1.875rem;height:1.875rem;top:16.5rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { width:20rem;height:3.125rem;top:19.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { width:12.5rem;height:1.21875rem;top:20.375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { width:12.6875rem;height:0.9747875rem;top:21.63671875rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { width:1.875rem;height:1.875rem;top:20.25rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { display:flex;width:1.5rem;height:1.5rem;top:20.75rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { width:20rem;height:3.125rem;top:23.6875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { width:13.625rem;height:0.9747875rem;top:25.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { width:12.5rem;height:1.21875rem;top:24.162109375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { width:1.875rem;height:1.875rem;top:24rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { width:20rem;height:3.125rem;top:27.4375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { width:12.5rem;height:1.21875rem;top:27.875rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { width:12.6875rem;height:0.9747875rem;top:29.04296875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { width:1.875rem;height:1.875rem;top:27.75rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { display:flex;width:1.375rem;height:1.375rem;top:28.3125rem;left:1.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,72,1,0.6); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,72,1,0.6); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:26.5107421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #n2orCZW8u9P07SOSriImhUu2kftTC4CP { display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to3UvAed2cEittpmOPARpBlNDpwTekm7 { width:20rem;height:12.19925rem;top:0.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:20rem;height:2.5rem;top:36.875rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { width:20rem;height:8.2421875rem;top:15.6318359375rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { width:20rem;height:31.25rem;top:70.4443359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { top:3.75rem;left:0rem;width:20rem;height:10.625rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { width:20rem;height:2.5rem;top:25.125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { width:13.5625rem;height:0.9747875rem;top:25.9375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { width:5.75rem;height:0.9002125rem;top:25.9375rem;left:13.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { display:flex;width:1.5625rem;height:1.5625rem;top:25.5625rem;left:0.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { width:20rem;height:2.5rem;top:27.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { width:11rem;height:0.9747875rem;top:28.5rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { width:6.6875rem;height:0.9002125rem;top:28.5rem;left:12.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { display:flex;width:1.625rem;height:1.625rem;top:28.125rem;left:0.4375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { width:20rem;height:2.5rem;top:32.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { display:flex;width:1.6875rem;height:1.6875rem;top:33.15625rem;left:0.4375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { width:11rem;height:0.9747875rem;top:33.5751953125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { width:5.875rem;height:0.9002125rem;top:33.61328125rem;left:13.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { width:20rem;height:2.5rem;top:30.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBVZLkoGotetFBReDKWS8gAspltEaE0z { display:flex;width:1.75rem;height:1.75rem;top:30.625rem;left:0.3125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { width:11rem;height:0.9747875rem;top:31.0625rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { width:11rem;height:0.9002125rem;top:31.0625rem;left:8.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }