.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61b978c3-9143-4f6c-8f57-2bed24909540/AdobeStock_434623926.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;overflow:visible;position:relative;display:block; }#IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { display:block;width:53.875rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:15.555468559265rem;left:3.0625rem;height:10.2rem;color:#ffffff;font-style:normal;display:block; }
#N8yHoGTopz1LKLHWO1316dACzlBifdMD { background-color:#b53238;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.6875rem;left:2.9375rem;display:block; }
#qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { background-color: transparent; background-image: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .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); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { border-width: 0; border-radius: 0; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { border-top:0.125rem solid #4d4d4d;border-left:0.125rem solid #4d4d4d;border-right:0.125rem solid #4d4d4d;border-bottom:0.125rem solid #4d4d4d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14998;top:2.75rem;left:7.6875rem;display:block; }
#AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.875rem;height:3.25rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:21.875rem;height:3.25rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { border-top:0.125rem solid #4d4d4d;border-left:0.125rem solid #4d4d4d;border-right:0.125rem solid #4d4d4d;border-bottom:0.125rem solid #4d4d4d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15003;top:2.875rem;left:27.8125rem;display:block; }
#dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:41.875rem;height:3.25rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { border-top:0.125rem solid #4d4d4d;border-left:0.125rem solid #4d4d4d;border-right:0.125rem solid #4d4d4d;border-bottom:0.125rem solid #4d4d4d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15006;top:2.75rem;left:47.6875rem;display:block; }
#cp6VyZUVfAushhPTNbKRR6OR0kWtIaQN { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:3.875rem;left:48.8125rem; }
#Xmtav8uHFXxDbm1pwceIoPkbkFCs68Uk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.6875rem;left:8.625rem; }
#NZcsrsiXV1ucCo43HAcc8woXysSNVmeS { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:3.875rem;left:28.8125rem; }
#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7dfd603-09ee-4c08-884e-55d5b215d6a3/AdobeStock_473206994.jpeg");background-position:bottom left !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; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC.adaptive-delivery-prevent-bg, #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC.lazyload, #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC.lazyloading { background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { background-color: transparent; background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .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); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { border-width: 0; border-radius: 0; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::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; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.7867188453674rem;left:0rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;color:#b53238;display:block; }
#kAyoJPQNVKovKKDqlKTDttrkBPCCO1kf { display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;color:#384a59;display:block; }
#fMT5SKeePqxMuokA38HuGpEglpTQNXuW { color:#f5f5f5;display:block;width:42.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.210937976837rem;left:8.78125rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#hLEwcETFv0GsgT5yU2Dosqx8iC3LqZzR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(56,74,89,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.625rem;width:25.25rem;position:absolute;display:block;z-index:15001;top:3.6875rem;left:0.9375rem;display:none; }
#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP { position:relative;display:block; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP { background-color: transparent; background-image: none; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row .container > .video-iframe-container { display: none; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row > .video-iframe-container { display: none; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .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); }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP { border-width: 0; border-radius: 0; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .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; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qPp5cZQhgDPob8pokn1dUcnrXPGNIX3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:2.3125rem;left:4.8125rem; }
#uBwcSuyx8wCWmDDMrR6HBVH0Id9oNpxX { display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:8.0625rem;height:1.3rem;color:#384a59;font-style:normal;display:block; }
#DvUvQyDcL9ow5nxC6Gvgv5wncGgHrbIE { display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.125rem;height:5.2rem;color:#384a59;font-style:normal;display:block; }
#NbeI9cwciPrG9h5JPEFbVG9LXDzd2BbU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:5.6875rem;left:4.75rem; }
#Rc132C8BNNNVHEXx28fzexn5grwITUQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:10.375rem;left:4.75rem; }
#fUolS14sLHUqq1LPpRX2MHGh0QspTU0d { display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.1375007629394rem;left:8.0625038146975rem;height:5.2rem;color:#384a59;font-style:normal;display:block; }
#tRMCvJ19et18tzdpZp4T7LkTBGKpdQEe { display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2890625rem;left:34.375rem;height:1.4625rem;color:#b53238;font-style:normal;display:block; }
#gJn8FSZCmaomyXcRzLDc0XStxWpI7oBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:3.9375rem;left:31.9375rem; }
#xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L { display:block;width:16rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5625rem;left:31.9375rem;height:10.35rem;color:#384a59;font-style:normal;display:block; }#xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
#RXLpA4z6VudRhXsySCrVT2kCrlxZnTfC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:15rem;left:4.75rem; }
#bowTE7M2kTzzrCWTxwVw1CdevTAbScSt { display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.375rem;left:7.9375rem;height:1.3rem;color:#384a59;font-style:normal;display:block; }
#wfWQ6aW6wCs9OIxRnc2ti6gmghvfZcSQ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11rem;top:10.375rem;left:46.375rem;overflow:hidden;display:block; }
#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea9427e3-2a20-4415-8945-1d486fd6cd05/AdobeStock_1118313774.jpeg");background-position:bottom 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; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.adaptive-delivery-prevent-bg, #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.lazyload, #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.lazyloading { background-image: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { background-color: transparent; background-image: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container > .video-iframe-container { display: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container { display: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .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); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { border-width: 0; border-radius: 0; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#aJKkTTF1cOJR3IZuvH4MdTPKWPRkQXgg { display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9375rem;left:2.1875rem;height:5.85rem;color:#ffffff;font-style:normal;display:block; }
#DAM4RnmNhkZRT5CiihMNFWoG3XTOlXkC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(56,74,89,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.625rem;width:25.25rem;position:absolute;display:block;z-index:15001;top:3.6875rem;left:0.9375rem;display:block; }
#aioAbEawlOp3xIwRQMt9AW9QTnhHwTcB { background-color:#b53238;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;box-sizing:border-box;color:#f9f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.25rem;left:5.5625rem;display:block; }
#IADGXXQ88hNJFmFsf6pVXg4BaF0MqVg6 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#LuuhEak5IkAMyGKiB9SnIcSzgTpX1Ax1 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:46.75rem;width:60rem;top:24.34375rem;left:0rem;display:block; }
#KTpB9kH1lxhcqHpKQilWhMVrR9CLKI4v { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2.1875rem;height:1.3rem;font-style:italic;display:block; }
#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { background-color: transparent; background-image: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .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); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { border-width: 0; border-radius: 0; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:60rem;position:relative;display:block; }#qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:22.182289123535rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;color:#384a59;display:block; }
#RBsFZpuH3exG3sqT73npvTwMW2ziyVFs { color:#384a59;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:33rem;left:36.125rem;height:3rem;display:block; }
#f4vPE5tmC80Rbepsg7KueTBSvrhwpJ9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:27.1875rem;left:32.6875rem; }
#kwAVyK9e9pTaHR9kqnRaVGX51NHV3ltC { color:#384a59;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:26.25rem;left:36.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KpHXsAZB3I0BlfFunFXLa385tXZaN6vX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.0625rem;left:32.8125rem; }
#hcpR1lVW3kRVCCh6qx0OLVZhsnO4sqfH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.7734375rem;left:32.34375rem; }
#f8TqSG59pEtmSugZdP9XtfRUH3tMyhT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:44.140625rem;left:32.78125rem; }
#lBP2ImRUBbuWQlTbLWn2Ui8FwO5iVQAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.9375rem;left:5.125rem; }
#vaLRUQL4PuNAZ5vN1x7uNTZTy1OWWmoc { background-color:#b53238;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:22.4375rem;display:block; }
#uNB3KLBw37LBSuIfiFknHHa11LD2yEiV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Z5q5kp0dhmXfXHEkEsc0nNd3wfo3E8km { color:#384a59;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.9375rem;left:9.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ih7ZT9H3DtS5TT5eJJG7pKEuHANFiFF2 { color:#384a59;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.708984375rem;left:36.125rem;height:1.3rem;display:block; }
#x9Vp80EzvovfqUqHSA8bSI7LTAoXeKHL { color:#384a59;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.779296875rem;left:36.125rem;height:1.3rem;display:block; }
#lzt3nNIMddDV4SPEsRLtU0haxc136aXI { color:#384a59;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.21875rem;left:9.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qKIwDIi3tdscQuK6GE7t8vypnxTleGWs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.0234375rem;left:5.53125rem; }
#NSBN06GVOOcB9q7plKhszyRErQLrUFVN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:34.15625rem;left:5.59375rem; }
#JAooEElZq3pr5oXKG8qNVSUy0Jb0fa87 { color:#384a59;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.599609375rem;left:9.3125rem;height:1.3rem;display:block; }
#kvryXqL8x90EMcTTGJxuChmHg10QVB1e { color:#384a59;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.360679626465rem;left:5.3125rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ugpxQ9nfLH3oLsGOk8DZNuMBaonyAU53 { display:block;width:58.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4029951095581rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:#384a59;display:block; }
#mVECTQpaIHPbnrV7vCG0fokkMgnVqZCI { color:#384a59;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.9375rem;left:9.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#lIAceTf0XctlODbMeOxCJtlPvWTprbqU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:13.25rem;top:2.8404979705811rem;left:11.78125rem;overflow:hidden;display:block; }
#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e450ee7-f2fb-4bd4-820e-287e63340349/AdobeStock_181831721.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.adaptive-delivery-prevent-bg, #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.lazyload, #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.lazyloading { background-image: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { background-color: transparent; background-image: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container > .video-iframe-container { display: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row > .video-iframe-container { display: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .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); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { border-width: 0; border-radius: 0; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ { position:relative;display:block; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ { background-color: transparent; background-image: none; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row .container > .video-iframe-container { display: none; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row > .video-iframe-container { display: none; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .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); }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ { border-width: 0; border-radius: 0; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .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; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3PeF36plBs7wBfziukUugBzgC1Z816k { color:#384a59;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.77421951293944rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#Er1366RTuTRT2T04UXg684rMbTDIl3lT { color:#384a59;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.15234375rem;left:0.77408885955813rem;height:9.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#D1IEn4UUVNJvQ2ZdK5rBqQe5ee5rPfcK { color:#384a59;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.0976552963257rem;left:0.77421951293944rem;height:3.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#EFCE6IilAOOTVUPb69CJJAozLuHnyZq4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:8.875rem;top:10.608600616455rem;left:47.260160446167rem;overflow:hidden;display:block; }
#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 { position:relative;display:block; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 { background-color: transparent; background-image: none; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row .container > .video-iframe-container { display: none; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row > .video-iframe-container { display: none; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .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); }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 { border-width: 0; border-radius: 0; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .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; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ca0EfgoMDXD9TnmHD7hNwinS1J0lUZla { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:7.5625rem;left:20.5rem;display:block; }
#EI23QDuQTIveSXwqIopBRP9GxzOaSGWa { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:7.5625rem;left:10.5625rem;display:block; }
#ecTxBsnKLqi2bt8JsyRZ7RJI5F5ZF8IZ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:7.5625rem;left:30.375rem;display:block; }
#vy4miySEwHlr7l9miPLqbobhKoOdSZxT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:7.5625rem;left:40.3125rem;display:block; }
#XTRmJJBzK2iTtzbOqVRTFuLT5uxLkO1P { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:7.5625rem;left:50.1875rem;display:block; }
#z33lQp3T34gnTiHqxrx9yoHSNDVdmFLe { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:10.5625rem;display:block; }
#kuQ1TgxgqCgLt77ZFGUFLTtkkGIpsaf3 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:20.5rem;display:block; }
#rxEXWIVHXVczMdANQCBSxDvM2MZ0QDut { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:30.375rem;display:block; }
#OfJ0Xd4TvS3JzWzI08Rn5SNMb8uqegzH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:40.3125rem;display:block; }
#oUg7DspzZPbXDqTclt4nlwhSErh6C8TL { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:50.1875rem;display:block; }
#HDGxCAbGdF1FgLyscLHvSKbFcnrZi9pK { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:11.25rem;left:0.6875rem;display:block; }
#GLtJPfB8J5pdWgk7kISCiiz0Ayz2XUqn { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:0.6875rem;display:block; }
#yJudg7zlArwNaFk3KIUsA1TqUZXy3qHc { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:10.5625rem;display:block; }
#pAA5xBdF4KaG8F7mnboHV4M1TL9R1omc { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:20.5rem;display:block; }
#I88crqVMOiNI0Oe2oZ5XqGckzrTd99FV { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:30.375rem;display:block; }
#xWXHcFhxsS98c1ky3eM0tVlJI8TLPKKf { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:50.1875rem;display:block; }
#PFe0NXSxWyxOQ6szS4WJMFFJTbezqI7h { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:10.5625rem;display:block; }
#c08T4un6rev6TETKcsEcF1rsmT6EaJLw { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:20.5rem;display:block; }
#kLDDbg1KRwx7OEQB6RStqJlVcWlWWOLd { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:30.375rem;display:block; }
#bcXa8F2lpJkvGWtKxaBoQT2riHsUeXBN { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:40.3125rem;display:block; }
#dCotR7Ln0c6KMU3sIh88hLtXhikAPJ9v { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:0.6875rem;display:block; }
#ApJ3Juc8btQLUIUBWGHhxowqFr9Ty372 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:15.0625rem;left:40.3125rem;display:block; }
#DP2CHesfNgt7uzPT0PgSXc5Ux9VUo6WC { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:18.75rem;left:50.1875rem;display:block; }
#yXvx1DOP79kT5tFWZNysIqEPPu8Mp4rW { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:22.625rem;left:0.6875rem;display:block; }
#BTcQvwX0bF6yitzec10wonbd5WPGPpWe { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:22.625rem;left:10.5625rem;display:block; }
#s74TOsxvwRI1yiM3pVSkTm4TevW7snGO { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:22.625rem;left:20.5rem;display:block; }
#BOIxuDwEsZQSqfHiZWwp9L1HOovW9t9u { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:22.625rem;left:30.375rem;display:block; }
#lNQyzvimarxpacgZaEq6Fm4aiTlCSQBC { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:22.625rem;left:40.3125rem;display:block; }
#m2H21PLE95FNmI6LQhIhdF3vWd1zTgbZ { display:block;width:6.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.212890625rem;left:2.15625rem;height:1.1375rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KTNaQUU6sf7wAOw8kCJHZVftvzvL3r6y { display:block;width:8.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.45703125rem;left:0.75rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sDbeGd3gsnrZfzIS4kNorP12Lv2EVqeS { display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.712890625rem;left:2rem;height:1.1375rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JP14cbX04eyBshVrcuw4uo1Uzi6w7lu6 { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kzBKzlP4WLcyIby8b8JTIJRrlCXCVfRB { display:block;width:6.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4375rem;left:11.875rem;height:1.3rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqNVqivV9tAtbNDQgLTPDDKZV6wBwlVB { color:#b53238;display:block;width:3.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:8.4375rem;left:23.125rem;height:1.3rem;font-style:normal;display:block; }
#re89zRZDw5nBdrxVsKhzCuLJV8S8NMBE { color:#b53238;display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:8.4375rem;left:33.5rem;height:1.3rem;font-style:normal;display:block; }
#T8s8ugaSs1VATUeowhLriTHomKcIaqwa { color:#b53238;display:block;width:4.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:8.4375rem;left:42.5625rem;height:1.3rem;display:block; }
#wTJEZdglWh9itqn0XEgRaMDlNBNMgRqL { color:#b53238;display:block;width:3.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8.4375rem;left:53.1875rem;height:1.3rem;display:block; }
#r4BKyqGVSnTJimFm3IfP9U1fUHlXKnuM { display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.125rem;left:12.9375rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K1OtZgn6wI3y0JcWtXsQGZtFpcaQE9yF { display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.125rem;left:22.875rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bhGdw2BhFtybgWCp4RlJe6r9r6NBsFPQ { display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.125rem;left:32.75rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PpF4Zaq4lrJfmmm8la4HRQyzOvPHe5S0 { display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.125rem;left:42.6875rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kUy8nQDqJhkZa9ZJRfySpb2TLVzkypaV { display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.125rem;left:52.5625rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vWwfDHENTN1kmJ6rKOkFh0eMADXrdmZz { display:block;width:6.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.625rem;left:21.9375rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HkNtOArwzIeslrDEfp4cEe1p603fSE9T { display:block;width:6.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.625rem;left:31.8125rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDc0Jfut3dolmM7olwN1rdRmO3iT1xaJ { display:block;width:6.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.625rem;left:41.75rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dO5UGcOy2f9XC5xpZoSrl4FnvXcJuvgf { display:block;width:6.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:19.625rem;left:51.625rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sa5P5vBU5k67Da9Ttb0DSzInS70zllei { display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.631249427796rem;left:10.875rem;height:1.3rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BMw90tsbcv27JS3RPH1AuJNST4PndgSH { display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:15.293746948243rem;left:10.71875rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LkKhXVnSWuM6Z49rPW4GkhDNveWDhcFz { display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.293749809265rem;left:21.187501907349rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cwIKFW0BusLd04Utl2eGImdqVfuAp2D2 { display:block;width:5.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.293749809265rem;left:32.218751907349rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Nv4qWXpkW5m4L0cmcdJCXA9hEsLTHzW4 { display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:15.293749809265rem;left:41.500001907349rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NK3ZM4ndH0ayg0rRZe7zJbzSETuqwydH { display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.293749809265rem;left:50.342969894409rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TOrGE6q4KB3Zt9mGDROqkBeI30NX8qiq { display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:22.856121063233rem;left:41.687500953674rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rinda61nows5E6Zyp4fduTCwJ5P4doTS { display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22.856250762939rem;left:20.718751907349rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ctGkDJlcve0logqN82TKeveppH602cFq { display:block;width:8.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.856250762939rem;left:30.562501907349rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MPb5goEudqbfl0eE9hxGK94DkxBTCBFk { display:block;width:7.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.856250762939rem;left:11.40625rem;height:2.6rem;color:#384a59;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GaicRTAZuqwzLux8vs7wRcTM9lLslIzG { display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5000038146973rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;color:#384a59;font-style:normal;display:block; }
#DdTZEVHPsKOdUz9dn1te8HCAyxslAyRO { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:27.323577880859rem;left:0.6875rem;height:1.95rem;display:block; }
#QIngtstuLTPyJ2mtyXfqfZ7KfGXbqczd { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#BQrrEkRGTXnLIgRWbhQoa4oN7T7GABKT { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#kHrOgl43uDJ1lILguOEXK4J5mTCrZn0B { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#xSZEJVBBTmuxOBJhRKZbdB19NJEAmVbU { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#eLo8BvTtGg1gyxGlf7bXWCv6JDgQe2ZD { display:block;width:9rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.01953125rem;left:0.71875rem;height:2.275rem;color:#b53238;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#MSMU7R4DCku3XHRM76HydWWk9Ta6Cgtw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:8.25rem;top:29.75rem;left:2.375rem;overflow:hidden;display:block; }
#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB { position:relative;display:block; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB { background-color: transparent; background-image: none; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row .container > .video-iframe-container { display: none; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row > .video-iframe-container { display: none; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .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); }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB { border-width: 0; border-radius: 0; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .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; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qtyzadorQOOWMTke868hsBmmq9ADrsxU { color:#384a59;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.624990940094rem;left:4.3125019073486rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wE9zHiwdoxQBEdqdiwcqcMw9V5ZtugL2 { color:#384a59;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:5.5078128576279rem;left:2.34375rem;height:12.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#mZyGSm5KdNIwLcrTbKZzaRv9TTHtPedl { color:#384a59;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:47.891409754753rem;left:2.0492191314698rem;height:6.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Ckrrzbwi3w48oWf79rNH4pgIZ1R47lyA { color:#384a59;display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.020309329033rem;left:2.25rem;height:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#wO78gL3WIHfAnCypr09wXZJLud07kgzN { color:#384a59;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.282797694206rem;left:2.34375rem;height:8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container { background-color: transparent; background-image: none; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container > .video-iframe-container { display: none; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row > .video-iframe-container { display: none; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .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); }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container { border-width: 0; border-radius: 0; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#TNIN10CzNFxFCDX7Z2C9gts69O6zCSvl { 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:9.375rem;width:13.75rem;top:0.90625rem;left:0.625rem;overflow:hidden;display:block; }
#R61r7BCKW7RWiebREszPUNEOXik5JapT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:0.90625rem;left:15.625001907349rem;overflow:hidden;display:block; }
#V25eAU7odeccCDEyHACe1POwTiT745EH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:0.90625rem;left:30.625001907349rem;overflow:hidden;display:block; }
#s9SGVlhh4fnoXfgtcozs2PWVAZ6QgOk5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:0.90625rem;left:45.625001907349rem;overflow:hidden;display:block; }
#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container { background-color: transparent; background-image: none; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container > .video-iframe-container { display: none; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row > .video-iframe-container { display: none; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .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); }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container { border-width: 0; border-radius: 0; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#I5Gb2F0cgcvlnpwfDmF11uCpPCitROlC { 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:9.375rem;width:13.75rem;top:1.0312509536743rem;left:0.625rem;overflow:hidden;display:block; }
#XioWs1mzvpupUuFSDiAAsSSs4eEckW34 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:1.0312509536743rem;left:45.625001907349rem;overflow:hidden;display:block; }
#Z9DvW9IsZCLE1037Q4Gy98c47VtKJuLd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:1.0312509536743rem;left:30.625001907349rem;overflow:hidden;display:block; }
#qok5rFUVvvMfcoHFUl7TkQSa17G4TNUv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:1.0312509536743rem;left:15.625001907349rem;overflow:hidden;display:block; }
#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container { background-color: transparent; background-image: none; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container > .video-iframe-container { display: none; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row > .video-iframe-container { display: none; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .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); }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container { border-width: 0; border-radius: 0; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#xU7TA4R7mehMIxDmbFtOfW4Mp86TVFzT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:0.96875rem;left:30.625001907349rem;overflow:hidden;display:block; }
#zooZ1Z2enu8rSbsTuVcOZDRbEOQFRkGM { 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:9.375rem;width:13.75rem;top:0.96875rem;left:15.625001907349rem;overflow:hidden;display:block; }
#XR1fFtWeQwKdBq3A38SL9urBNhLmbzpt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:0.96875rem;left:45.625001907349rem;overflow:hidden;display:block; }
#Kb4TOg1xZU4bkkNNNFRntoBTru6GBXcH { 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:9.375rem;width:13.75rem;top:0.96875rem;left:0.625rem;overflow:hidden;display:block; }
#nMob9JwsWQAk4RipgJB95gA1360DgmO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84f9b3dd-d6ea-4f91-944c-f861b090f72a/AdobeStock_1904401342.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5.adaptive-delivery-prevent-bg, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyload, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyloading { background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { background-color: transparent; background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .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); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { border-width: 0; border-radius: 0; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:2.373046875rem;left:34.71875rem;height:5.09960625rem;font-style:normal;color:#ffffff;display:block; }
#CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:40.25rem;width:27rem;position:absolute;display:block;z-index:15002;top:-0.0625rem;left:33rem;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-form-header {  }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#ffffff;width:23.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:23.25rem;box-sizing:border-box;height:3.4375rem;color:#a7a7a7;font-size:1rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:23.25rem;box-sizing:border-box;height:4.375rem;color:#a7a7a7;font-size:1rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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.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:23.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#b53238;background-image:none;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:7.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:14.625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-moz-placeholder { color:#384a59;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-moz-placeholder { color:#384a59;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-ms-input-placeholder { color:#384a59;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-webkit-input-placeholder { color:#384a59;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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:lato;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.1875rem;overflow:hidden;font-style:normal;float:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container:first-of-type{padding-top:0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container:last-of-type{padding-bottom:0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:8.640625rem;left:33.625001907349rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.25rem;display:block;vertical-align:top; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:8.640625rem;left:33.625001907349rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #O9y4aRw7WlNfWbk09aFa7JK2OzrJKhSq { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cu7SIMxA9BLc1wCM1P9I8dTr1lr8HzJm { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #lHGHmFq85WHeLuDqIrBxxpznZPMJO4GQ { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #Wg2lbUKJXnXXvQzxxBzdJrFsW5ALn8uL { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #W2mPNvKSSrwSiskLMSJrGdIPVkbuHf6Q { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #wmL5KoCasGpuFurNDJbtpvIsIxlftPb5 { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #sLT6I5tWHMVMiVARZOsCQl9FrlDabzfL { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #yswQphGh1HOZxQryH8ywdcfWCrZLQVXC { position:relative;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #kF7XaEKrkE5UBOllJTVxFefP85nVaEy2 { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #QiFDykB9TRS3suPsTRhTCT3abcbK5mby { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #L27d8KQgy3VMB4NKtlhHA6PZalgUenuR { position:relative;z-index:2; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #VWcUngwdDIiGshQS4RCZRHwkHi8zWGNa { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz { position:relative; }
#EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { display:block;width:27.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:5.9211120605469rem;left:3.1875rem;height:6rem;font-style:normal;color:#ffffff;display:block; }
#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120909;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container { background-color: transparent; background-image: none; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container > .video-iframe-container { display: none; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row > .video-iframe-container { display: none; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .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); }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container { border-width: 0; border-radius: 0; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#ig1X6d2MwDSCMEupuMQFI6hZVC8024e1 { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1rem;left:4.34375rem;height:2.8125rem;text-align:justify;text-align-last:initial;display:block; }
#QuRDGTEptsidJWgfMgB908FFusOJksUF { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.875rem;left:4.3125rem;height:1.875rem;text-align:justify;text-align-last:initial;display:block; }
#kRFP7M88evXPG8CT5OOnP9r4A09DDgOC { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5rem;left:4.28125rem;height:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
#q7TyqGcOREROGLKkSkiIrJbUy9UU4Nv8 { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.375rem;left:4.28125rem;height:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120909;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container { background-color: transparent; background-image: none; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container > .video-iframe-container { display: none; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row > .video-iframe-container { display: none; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .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); }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container { border-width: 0; border-radius: 0; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#kki2sZefEnhGtsacVmDJqtqwOVXwlfeP { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:0.765625rem;left:21.781251907349rem;height:4.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:47.75rem;height:10.1875rem;top:15.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:13.625rem;height:3.8125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { width:4.375rem;height:4.375rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:16.25rem;height:3.25rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:16.25rem;height:3.25rem;top:8.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { width:4.375rem;height:4.375rem;top:0rem;left:21.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:16.25rem;height:3.25rem;top:8.5rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:4.375rem;height:4.375rem;top:0rem;left:37.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp6VyZUVfAushhPTNbKRR6OR0kWtIaQN { width:2.4375rem;height:2.4375rem;top:3.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmtav8uHFXxDbm1pwceIoPkbkFCs68Uk { top:3.6875rem;left:6.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZcsrsiXV1ucCo43HAcc8woXysSNVmeS { width:2.625rem;height:2.625rem;top:3.875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:47.75rem;height:6.8125rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAyoJPQNVKovKKDqlKTDttrkBPCCO1kf { width:47.75rem;height:;top:7.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMT5SKeePqxMuokA38HuGpEglpTQNXuW { top:14.1875rem;left:2.6562509536743rem;width:42.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEwcETFv0GsgT5yU2Dosqx8iC3LqZzR { width:25.25rem;height:9.625rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP { display:block; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPp5cZQhgDPob8pokn1dUcnrXPGNIX3Q { top:2.3125rem;left:1.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBwcSuyx8wCWmDDMrR6HBVH0Id9oNpxX { width:10.9375rem;height:0;top:8rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvUvQyDcL9ow5nxC6Gvgv5wncGgHrbIE { width:10.9375rem;height:0;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeI9cwciPrG9h5JPEFbVG9LXDzd2BbU { top:5.6875rem;left:1.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc132C8BNNNVHEXx28fzexn5grwITUQu { top:10.375rem;left:1.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUolS14sLHUqq1LPpRX2MHGh0QspTU0d { width:14.375rem;height:0;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRMCvJ19et18tzdpZp4T7LkTBGKpdQEe { width:5.625rem;height:0;top:8rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJn8FSZCmaomyXcRzLDc0XStxWpI7oBw { top:3.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L { width:23rem;height:0;top:10.625rem;left:24.75rem;display:block; }#xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
 }@media only screen and (max-width: 763px) { #RXLpA4z6VudRhXsySCrVT2kCrlxZnTfC { top:15rem;left:1.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bowTE7M2kTzzrCWTxwVw1CdevTAbScSt { width:14.375rem;height:0;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWQ6aW6wCs9OIxRnc2ti6gmghvfZcSQ { top:10.375rem;left:36.75rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ { display:block; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJKkTTF1cOJR3IZuvH4MdTPKWPRkQXgg { width:24.6875rem;height:5.8125rem;top:4.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAM4RnmNhkZRT5CiihMNFWoG3XTOlXkC { width:25.25rem;height:9.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aioAbEawlOp3xIwRQMt9AW9QTnhHwTcB { width:14.8125rem;height:3.8125rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IADGXXQ88hNJFmFsf6pVXg4BaF0MqVg6 { display:block; }
 }@media only screen and (max-width: 763px) { #LuuhEak5IkAMyGKiB9SnIcSzgTpX1Ax1 { top:24.3125rem;left:0rem;width:47.75rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpB9kH1lxhcqHpKQilWhMVrR9CLKI4v { top:10.8125rem;left:0rem;width:16rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:47.75rem;height:3.375rem;top:22.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsFZpuH3exG3sqT73npvTwMW2ziyVFs { top:33rem;left:29rem;width:18.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4vPE5tmC80Rbepsg7KueTBSvrhwpJ9E { top:27.1875rem;left:26.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwAVyK9e9pTaHR9kqnRaVGX51NHV3ltC { top:26.25rem;left:30.000001907349rem;width:16.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpHXsAZB3I0BlfFunFXLa385tXZaN6vX { top:34.0625rem;left:26.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpR1lVW3kRVCCh6qx0OLVZhsnO4sqfH { top:38.75rem;left:26.21875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TqSG59pEtmSugZdP9XtfRUH3tMyhT5 { top:44.125rem;left:26.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBP2ImRUBbuWQlTbLWn2Ui8FwO5iVQAq { top:26.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaLRUQL4PuNAZ5vN1x7uNTZTy1OWWmoc { width:21.875rem;height:3.8125rem;top:49.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNB3KLBw37LBSuIfiFknHHa11LD2yEiV { display:block; }
 }@media only screen and (max-width: 763px) { #Z5q5kp0dhmXfXHEkEsc0nNd3wfo3E8km { top:26.9375rem;left:3.1875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7ZT9H3DtS5TT5eJJG7pKEuHANFiFF2 { top:44.6875rem;left:30rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Vp80EzvovfqUqHSA8bSI7LTAoXeKHL { top:39.75rem;left:30rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzt3nNIMddDV4SPEsRLtU0haxc136aXI { top:41.1875rem;left:3.1875rem;width:19.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKIwDIi3tdscQuK6GE7t8vypnxTleGWs { top:42rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSBN06GVOOcB9q7plKhszyRErQLrUFVN { top:34.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAooEElZq3pr5oXKG8qNVSUy0Jb0fa87 { top:34.5625rem;left:3.1875rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvryXqL8x90EMcTTGJxuChmHg10QVB1e { top:12.3125rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpxQ9nfLH3oLsGOk8DZNuMBaonyAU53 { width:47.75rem;height:3.375rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVECTQpaIHPbnrV7vCG0fokkMgnVqZCI { top:35.3125rem;left:0rem;width:13.8125rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIAceTf0XctlODbMeOxCJtlPvWTprbqU { top:2.8125rem;left:5.65625rem;width:13.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt { display:block; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ { display:block; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3PeF36plBs7wBfziukUugBzgC1Z816k { top:1.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er1366RTuTRT2T04UXg684rMbTDIl3lT { top:9.125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IEn4UUVNJvQ2ZdK5rBqQe5ee5rPfcK { top:5.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFCE6IilAOOTVUPb69CJJAozLuHnyZq4 { top:10.5625rem;left:38.875rem;width:8.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 { display:block; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca0EfgoMDXD9TnmHD7hNwinS1J0lUZla { top:7.5625rem;left:14.375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI23QDuQTIveSXwqIopBRP9GxzOaSGWa { top:7.5625rem;left:4.4375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTxBsnKLqi2bt8JsyRZ7RJI5F5ZF8IZ { top:7.5625rem;left:24.25rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy4miySEwHlr7l9miPLqbobhKoOdSZxT { top:7.5625rem;left:34.1875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTRmJJBzK2iTtzbOqVRTFuLT5uxLkO1P { top:7.5625rem;left:38.6875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z33lQp3T34gnTiHqxrx9yoHSNDVdmFLe { top:11.25rem;left:4.4375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ1TgxgqCgLt77ZFGUFLTtkkGIpsaf3 { top:11.25rem;left:14.375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxEXWIVHXVczMdANQCBSxDvM2MZ0QDut { top:11.25rem;left:24.25rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfJ0Xd4TvS3JzWzI08Rn5SNMb8uqegzH { top:11.25rem;left:34.1875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUg7DspzZPbXDqTclt4nlwhSErh6C8TL { top:11.25rem;left:38.6875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDGxCAbGdF1FgLyscLHvSKbFcnrZi9pK { top:11.25rem;left:0rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtJPfB8J5pdWgk7kISCiiz0Ayz2XUqn { top:15.0625rem;left:0rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJudg7zlArwNaFk3KIUsA1TqUZXy3qHc { top:15.0625rem;left:4.4375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAA5xBdF4KaG8F7mnboHV4M1TL9R1omc { top:15.0625rem;left:14.375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88crqVMOiNI0Oe2oZ5XqGckzrTd99FV { top:15.0625rem;left:24.25rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWXHcFhxsS98c1ky3eM0tVlJI8TLPKKf { top:15.0625rem;left:38.6875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFe0NXSxWyxOQ6szS4WJMFFJTbezqI7h { top:18.75rem;left:4.4375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08T4un6rev6TETKcsEcF1rsmT6EaJLw { top:18.75rem;left:14.375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLDDbg1KRwx7OEQB6RStqJlVcWlWWOLd { top:18.75rem;left:24.25rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXa8F2lpJkvGWtKxaBoQT2riHsUeXBN { top:18.75rem;left:34.1875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCotR7Ln0c6KMU3sIh88hLtXhikAPJ9v { top:18.75rem;left:0rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJ3Juc8btQLUIUBWGHhxowqFr9Ty372 { top:15.0625rem;left:34.1875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2CHesfNgt7uzPT0PgSXc5Ux9VUo6WC { top:18.75rem;left:38.6875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvx1DOP79kT5tFWZNysIqEPPu8Mp4rW { top:22.625rem;left:0rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcQvwX0bF6yitzec10wonbd5WPGPpWe { top:22.625rem;left:4.4375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74TOsxvwRI1yiM3pVSkTm4TevW7snGO { top:22.625rem;left:14.375rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOIxuDwEsZQSqfHiZWwp9L1HOovW9t9u { top:22.625rem;left:24.25rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQyzvimarxpacgZaEq6Fm4aiTlCSQBC { top:22.625rem;left:34.1875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2H21PLE95FNmI6LQhIhdF3vWd1zTgbZ { width:6.875rem;height:0;top:31.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNaQUU6sf7wAOw8kCJHZVftvzvL3r6y { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDbeGd3gsnrZfzIS4kNorP12Lv2EVqeS { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP14cbX04eyBshVrcuw4uo1Uzi6w7lu6 { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBKzlP4WLcyIby8b8JTIJRrlCXCVfRB { width:15rem;height:0;top:31.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNVqivV9tAtbNDQgLTPDDKZV6wBwlVB { top:8.4375rem;left:17rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #re89zRZDw5nBdrxVsKhzCuLJV8S8NMBE { top:8.4375rem;left:27.375rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8s8ugaSs1VATUeowhLriTHomKcIaqwa { top:8.4375rem;left:36.4375rem;width:4.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJEZdglWh9itqn0XEgRaMDlNBNMgRqL { top:8.4375rem;left:44.625rem;width:3.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4BKyqGVSnTJimFm3IfP9U1fUHlXKnuM { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1OtZgn6wI3y0JcWtXsQGZtFpcaQE9yF { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhGdw2BhFtybgWCp4RlJe6r9r6NBsFPQ { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpF4Zaq4lrJfmmm8la4HRQyzOvPHe5S0 { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUy8nQDqJhkZa9ZJRfySpb2TLVzkypaV { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWwfDHENTN1kmJ6rKOkFh0eMADXrdmZz { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNtOArwzIeslrDEfp4cEe1p603fSE9T { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDc0Jfut3dolmM7olwN1rdRmO3iT1xaJ { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO5UGcOy2f9XC5xpZoSrl4FnvXcJuvgf { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5P5vBU5k67Da9Ttb0DSzInS70zllei { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMw90tsbcv27JS3RPH1AuJNST4PndgSH { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkKhXVnSWuM6Z49rPW4GkhDNveWDhcFz { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwIKFW0BusLd04Utl2eGImdqVfuAp2D2 { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4qWXpkW5m4L0cmcdJCXA9hEsLTHzW4 { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3ZM4ndH0ayg0rRZe7zJbzSETuqwydH { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrGE6q4KB3Zt9mGDROqkBeI30NX8qiq { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rinda61nows5E6Zyp4fduTCwJ5P4doTS { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctGkDJlcve0logqN82TKeveppH602cFq { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPb5goEudqbfl0eE9hxGK94DkxBTCBFk { width:15rem;height:0;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaicRTAZuqwzLux8vs7wRcTM9lLslIzG { width:47.75rem;height:0;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTZEVHPsKOdUz9dn1te8HCAyxslAyRO { top:27.3125rem;left:0rem;width:29.125rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIngtstuLTPyJ2mtyXfqfZ7KfGXbqczd { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQrrEkRGTXnLIgRWbhQoa4oN7T7GABKT { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHrOgl43uDJ1lILguOEXK4J5mTCrZn0B { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSZEJVBBTmuxOBJhRKZbdB19NJEAmVbU { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLo8BvTtGg1gyxGlf7bXWCv6JDgQe2ZD { width:6.875rem;height:1.25rem;top:31.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSMU7R4DCku3XHRM76HydWWk9Ta6Cgtw { top:29.75rem;left:0rem;width:8.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLVld9SVRc50h9b0TMOdAWF55iT8WtGB { display:block; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtyzadorQOOWMTke868hsBmmq9ADrsxU { top:1.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE9zHiwdoxQBEdqdiwcqcMw9V5ZtugL2 { top:5.5rem;left:0rem;width:47.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyGSm5KdNIwLcrTbKZzaRv9TTHtPedl { top:47.875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckrrzbwi3w48oWf79rNH4pgIZ1R47lyA { top:30rem;left:0rem;width:47.75rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO78gL3WIHfAnCypr09wXZJLud07kgzN { top:19.25rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxeWhdry3VekFflIlfTUvv1U77lw4wyJ { display:block; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNIN10CzNFxFCDX7Z2C9gts69O6zCSvl { top:0.875rem;left:0rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61r7BCKW7RWiebREszPUNEOXik5JapT { top:0.875rem;left:10.125rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25eAU7odeccCDEyHACe1POwTiT745EH { top:0.875rem;left:22.0625rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9SGVlhh4fnoXfgtcozs2PWVAZ6QgOk5 { top:0.875rem;left:34rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd { display:block; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5Gb2F0cgcvlnpwfDmF11uCpPCitROlC { top:1rem;left:0rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioWs1mzvpupUuFSDiAAsSSs4eEckW34 { top:1rem;left:34rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9DvW9IsZCLE1037Q4Gy98c47VtKJuLd { top:1rem;left:22.0625rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qok5rFUVvvMfcoHFUl7TkQSa17G4TNUv { top:1rem;left:10.125rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 { display:block; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU7TA4R7mehMIxDmbFtOfW4Mp86TVFzT { top:0.9375rem;left:22.0625rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooZ1Z2enu8rSbsTuVcOZDRbEOQFRkGM { top:0.9375rem;left:10.125rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR1fFtWeQwKdBq3A38SL9urBNhLmbzpt { top:0.9375rem;left:34rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4TOg1xZU4bkkNNNFRntoBTru6GBXcH { top:0.9375rem;left:0rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMob9JwsWQAk4RipgJB95gA1360DgmO5 { display:block; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { width:29.375rem;height:21.9375rem;top:17rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-checkbox-label { width:24.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { width:25.9375rem;height:18.5625rem;top:17.625rem;left:18.6875rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { width:25.9375rem;height:18.5625rem;top:17.625rem;left:18.6875rem; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #O9y4aRw7WlNfWbk09aFa7JK2OzrJKhSq {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cu7SIMxA9BLc1wCM1P9I8dTr1lr8HzJm { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #lHGHmFq85WHeLuDqIrBxxpznZPMJO4GQ {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #Wg2lbUKJXnXXvQzxxBzdJrFsW5ALn8uL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #W2mPNvKSSrwSiskLMSJrGdIPVkbuHf6Q { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #wmL5KoCasGpuFurNDJbtpvIsIxlftPb5 {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #sLT6I5tWHMVMiVARZOsCQl9FrlDabzfL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #yswQphGh1HOZxQryH8ywdcfWCrZLQVXC {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #kF7XaEKrkE5UBOllJTVxFefP85nVaEy2 {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #QiFDykB9TRS3suPsTRhTCT3abcbK5mby {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #L27d8KQgy3VMB4NKtlhHA6PZalgUenuR {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #VWcUngwdDIiGshQS4RCZRHwkHi8zWGNa {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz {  }
 }@media only screen and (max-width: 763px) { #EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { width:29.1875rem;height:0;top:6.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T { display:block; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig1X6d2MwDSCMEupuMQFI6hZVC8024e1 { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuRDGTEptsidJWgfMgB908FFusOJksUF { top:5.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFP7M88evXPG8CT5OOnP9r4A09DDgOC { top:8.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7TyqGcOREROGLKkSkiIrJbUy9UU4Nv8 { top:4.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbIzOdXaUdR7pZZEDKWmdiowd21onRuc { display:block; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kki2sZefEnhGtsacVmDJqtqwOVXwlfeP { width:34.1875rem;height:4.1875rem;top:0.75rem;left:13.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61b978c3-9143-4f6c-8f57-2bed24909540/AdobeStock_434623926.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#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); }#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 { height:28.375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:20rem;height:4.5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:13.25rem;height:3.1875rem;top:20.76171875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { width:4.375rem;height:4.375rem;top:3.7476558685302rem;left:7.7124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:16.25rem;height:2.6rem;top:8.874218940735rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:12.0625rem;height:2.6rem;top:18.66015625rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { width:4.375rem;height:4.375rem;top:13.223437875509rem;left:7.7124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:16.25rem;height:2.6rem;top:28.710935592651rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:4.375rem;height:4.375rem;top:23.02343711257rem;left:7.7124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp6VyZUVfAushhPTNbKRR6OR0kWtIaQN { width:2.625rem;height:2.625rem;top:23.998437494039rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmtav8uHFXxDbm1pwceIoPkbkFCs68Uk { display:flex;width:2.75rem;height:2.75rem;top:4.6585931777954rem;left:8.6250003576281rem; }
 }@media only screen and (max-width: 763px) { #NZcsrsiXV1ucCo43HAcc8woXysSNVmeS { width:2.625rem;height:2.625rem;top:14.198437690735rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:18.75rem;height:4.225rem;top:4.611328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAyoJPQNVKovKKDqlKTDttrkBPCCO1kf { width:20rem;height:0;top:6.7246125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMT5SKeePqxMuokA38HuGpEglpTQNXuW { width:16.125rem;height:4.875rem;top:9.412109375rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLEwcETFv0GsgT5yU2Dosqx8iC3LqZzR { width:18.75rem;height:9rem;top:4.625rem;left:0.625rem;z-index:14999;background-color:rgba(56,74,89,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP { display:block; }#dnpZy40ceAL75qNTIGAR1WtEZyQNqUqP > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPp5cZQhgDPob8pokn1dUcnrXPGNIX3Q { display:flex;width:1.6875rem;height:1.6875rem;top:1.875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #uBwcSuyx8wCWmDDMrR6HBVH0Id9oNpxX { width:12.5625rem;height:1.3rem;top:4.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvUvQyDcL9ow5nxC6Gvgv5wncGgHrbIE { width:14.3125rem;height:5.2rem;top:9.4625015258787rem;left:2.8437501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeI9cwciPrG9h5JPEFbVG9LXDzd2BbU { display:flex;width:1.8125rem;height:1.8125rem;top:6.9rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Rc132C8BNNNVHEXx28fzexn5grwITUQu { display:flex;width:1.5rem;height:1.5rem;top:14.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #fUolS14sLHUqq1LPpRX2MHGh0QspTU0d { width:15.1875rem;height:5.2rem;top:17.937500953674rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRMCvJ19et18tzdpZp4T7LkTBGKpdQEe { width:9.6875rem;height:1.4625rem;top:32.4375rem;left:5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJn8FSZCmaomyXcRzLDc0XStxWpI7oBw { display:flex;width:1.8125rem;height:1.8125rem;top:30.125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L { width:15.8125rem;height:9.05rem;top:34.6875rem;left:2.125rem;font-size:1rem;display:block; }#xT0BDPve9a5mnQmleXTeJTT1kZHXPU0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
 }@media only screen and (max-width: 763px) { #RXLpA4z6VudRhXsySCrVT2kCrlxZnTfC { display:flex;width:2.3125rem;height:2.3125rem;top:24.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bowTE7M2kTzzrCWTxwVw1CdevTAbScSt { width:17.3125rem;height:1.3rem;top:27.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWQ6aW6wCs9OIxRnc2ti6gmghvfZcSQ { width:9.125rem;height:6.1875rem;top:45.7373046875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea9427e3-2a20-4415-8945-1d486fd6cd05/AdobeStock_1118313774.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.adaptive-delivery-prevent-bg, #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.lazyload, #oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ.lazyloading { background-image: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { background-color: transparent; background-image: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container > .video-iframe-container { display: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container { display: none; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .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); }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { border-width: 0; border-radius: 0; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOXmlZhnIUpZm69ZDCCt0eKS5aktr1HZ > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJKkTTF1cOJR3IZuvH4MdTPKWPRkQXgg { width:14rem;height:3.75rem;top:1.34375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAM4RnmNhkZRT5CiihMNFWoG3XTOlXkC { width:15.5625rem;height:4.6875rem;top:0.875rem;left:2.21875rem;background-color:rgba(56,74,89,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aioAbEawlOp3xIwRQMt9AW9QTnhHwTcB { width:11.125rem;height:3.1875rem;top:7.75rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IADGXXQ88hNJFmFsf6pVXg4BaF0MqVg6 { display:block; }
 }@media only screen and (max-width: 763px) { #LuuhEak5IkAMyGKiB9SnIcSzgTpX1Ax1 { width:20rem;height:100rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTpB9kH1lxhcqHpKQilWhMVrR9CLKI4v { width:12.125rem;height:0.975rem;top:5.09375rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:19.875rem;height:1.7875rem;top:28.937499523163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RBsFZpuH3exG3sqT73npvTwMW2ziyVFs { width:11.875rem;height:6rem;top:74.28515625rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4vPE5tmC80Rbepsg7KueTBSvrhwpJ9E { display:flex;width:2.875rem;height:2.875rem;top:61.033203125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #kwAVyK9e9pTaHR9kqnRaVGX51NHV3ltC { width:14.125rem;height:4.5rem;top:64.771093368531rem;left:2.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpHXsAZB3I0BlfFunFXLa385tXZaN6vX { display:flex;width:2.375rem;height:2.375rem;top:70.6328125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #hcpR1lVW3kRVCCh6qx0OLVZhsnO4sqfH { display:flex;width:3.3125rem;height:3.3125rem;top:87.9853515625rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #f8TqSG59pEtmSugZdP9XtfRUH3tMyhT5 { display:flex;width:2.4375rem;height:2.4375rem;top:81.5361328125rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #lBP2ImRUBbuWQlTbLWn2Ui8FwO5iVQAq { display:flex;width:3.125rem;height:3.125rem;top:33.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vaLRUQL4PuNAZ5vN1x7uNTZTy1OWWmoc { width:12.4375rem;height:3.0625rem;top:98.8740234375rem;left:3.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNB3KLBw37LBSuIfiFknHHa11LD2yEiV { display:block; }
 }@media only screen and (max-width: 763px) { #Z5q5kp0dhmXfXHEkEsc0nNd3wfo3E8km { width:10.5625rem;height:4.5rem;top:36.8125rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7ZT9H3DtS5TT5eJJG7pKEuHANFiFF2 { width:17.5rem;height:1.3rem;top:85.2861328125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9Vp80EzvovfqUqHSA8bSI7LTAoXeKHL { width:17.5rem;height:1.3rem;top:91.9853515625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzt3nNIMddDV4SPEsRLtU0haxc136aXI { width:15.375rem;height:4.5rem;top:54.6875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKIwDIi3tdscQuK6GE7t8vypnxTleGWs { display:flex;width:2.3125rem;height:2.3125rem;top:50.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #NSBN06GVOOcB9q7plKhszyRErQLrUFVN { display:flex;width:2.1875rem;height:2.1875rem;top:42.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #JAooEElZq3pr5oXKG8qNVSUy0Jb0fa87 { width:12.3125rem;height:2.6rem;top:46.5625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvryXqL8x90EMcTTGJxuChmHg10QVB1e { width:17.5625rem;height:22.5rem;top:4.3740234375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpxQ9nfLH3oLsGOk8DZNuMBaonyAU53 { width:20rem;height:1.625rem;top:1.8359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVECTQpaIHPbnrV7vCG0fokkMgnVqZCI { width:13.8125rem;height:0;top:49.248046875rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #lIAceTf0XctlODbMeOxCJtlPvWTprbqU { width:10.1875rem;height:4.625rem;top:95.0302734375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e450ee7-f2fb-4bd4-820e-287e63340349/AdobeStock_181831721.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.adaptive-delivery-prevent-bg, #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.lazyload, #AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt.lazyloading { background-image: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { background-color: transparent; background-image: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container > .video-iframe-container { display: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row > .video-iframe-container { display: none; }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .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); }#AptbegelrBdmTJAT0DGWKSgKW7SQ32Lt > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ { display:block; }#eMZkS8nBgo1bSK7K4lxIa7F3UTMFXwQQ > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3PeF36plBs7wBfziukUugBzgC1Z816k { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Er1366RTuTRT2T04UXg684rMbTDIl3lT { width:18.75rem;height:27.2rem;top:12.712481975556rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IEn4UUVNJvQ2ZdK5rBqQe5ee5rPfcK { width:18.75rem;height:8rem;top:3.8000049591064rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFCE6IilAOOTVUPb69CJJAozLuHnyZq4 { width:6.9375rem;height:4.1875rem;top:39.911732673645rem;left:12.487500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 { display:block; }#PxTHRt4vr04Cqt4JJMhBDPF5SBkQCMR3 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca0EfgoMDXD9TnmHD7hNwinS1J0lUZla { width:9.0625rem;height:3.0625rem;top:11.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI23QDuQTIveSXwqIopBRP9GxzOaSGWa { width:9.0625rem;height:3.0625rem;top:18.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTxBsnKLqi2bt8JsyRZ7RJI5F5ZF8IZ { width:9.0625rem;height:3.0625rem;top:18.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy4miySEwHlr7l9miPLqbobhKoOdSZxT { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTRmJJBzK2iTtzbOqVRTFuLT5uxLkO1P { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z33lQp3T34gnTiHqxrx9yoHSNDVdmFLe { width:9.0625rem;height:3.0625rem;top:2.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ1TgxgqCgLt77ZFGUFLTtkkGIpsaf3 { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxEXWIVHXVczMdANQCBSxDvM2MZ0QDut { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfJ0Xd4TvS3JzWzI08Rn5SNMb8uqegzH { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUg7DspzZPbXDqTclt4nlwhSErh6C8TL { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDGxCAbGdF1FgLyscLHvSKbFcnrZi9pK { width:9.0625rem;height:3.0625rem;top:11.0625rem;left:5.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #GLtJPfB8J5pdWgk7kISCiiz0Ayz2XUqn { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJudg7zlArwNaFk3KIUsA1TqUZXy3qHc { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAA5xBdF4KaG8F7mnboHV4M1TL9R1omc { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #I88crqVMOiNI0Oe2oZ5XqGckzrTd99FV { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWXHcFhxsS98c1ky3eM0tVlJI8TLPKKf { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFe0NXSxWyxOQ6szS4WJMFFJTbezqI7h { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08T4un6rev6TETKcsEcF1rsmT6EaJLw { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLDDbg1KRwx7OEQB6RStqJlVcWlWWOLd { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXa8F2lpJkvGWtKxaBoQT2riHsUeXBN { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCotR7Ln0c6KMU3sIh88hLtXhikAPJ9v { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJ3Juc8btQLUIUBWGHhxowqFr9Ty372 { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2CHesfNgt7uzPT0PgSXc5Ux9VUo6WC { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvx1DOP79kT5tFWZNysIqEPPu8Mp4rW { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcQvwX0bF6yitzec10wonbd5WPGPpWe { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74TOsxvwRI1yiM3pVSkTm4TevW7snGO { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOIxuDwEsZQSqfHiZWwp9L1HOovW9t9u { width:9.0625rem;height:3.0625rem;top:26.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQyzvimarxpacgZaEq6Fm4aiTlCSQBC { width:9.0625rem;height:3.0625rem;top:35.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2H21PLE95FNmI6LQhIhdF3vWd1zTgbZ { width:6.125rem;height:1.1375rem;top:19.3125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KTNaQUU6sf7wAOw8kCJHZVftvzvL3r6y { width:7.5625rem;height:0;top:6.255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #sDbeGd3gsnrZfzIS4kNorP12Lv2EVqeS { width:6.4375rem;height:1.1375rem;top:36.625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #JP14cbX04eyBshVrcuw4uo1Uzi6w7lu6 { width:9.4375rem;height:2.275rem;top:27.3125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #kzBKzlP4WLcyIby8b8JTIJRrlCXCVfRB { width:6.5rem;height:1.3rem;top:3.1875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNVqivV9tAtbNDQgLTPDDKZV6wBwlVB { width:3.8125rem;height:1.3rem;top:11.9375rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #re89zRZDw5nBdrxVsKhzCuLJV8S8NMBE { width:2.8125rem;height:1.3rem;top:19.4375rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8s8ugaSs1VATUeowhLriTHomKcIaqwa { width:4.625rem;height:1.3rem;top:27.8125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJEZdglWh9itqn0XEgRaMDlNBNMgRqL { width:3.125rem;height:1.3rem;top:36.5625rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4BKyqGVSnTJimFm3IfP9U1fUHlXKnuM { width:4.375rem;height:0;top:6.255859375rem;left:14.5810546875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #K1OtZgn6wI3y0JcWtXsQGZtFpcaQE9yF { width:4.375rem;height:1.1375rem;top:12rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bhGdw2BhFtybgWCp4RlJe6r9r6NBsFPQ { width:4.375rem;height:1.1375rem;top:12rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PpF4Zaq4lrJfmmm8la4HRQyzOvPHe5S0 { width:4.375rem;height:1.1375rem;top:12rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kUy8nQDqJhkZa9ZJRfySpb2TLVzkypaV { width:4.375rem;height:1.1375rem;top:12rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vWwfDHENTN1kmJ6rKOkFh0eMADXrdmZz { width:6.25rem;height:1.1375rem;top:27.875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #HkNtOArwzIeslrDEfp4cEe1p603fSE9T { width:6.25rem;height:1.1375rem;top:36.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #UDc0Jfut3dolmM7olwN1rdRmO3iT1xaJ { width:6.25rem;height:1.1375rem;top:36.625rem;left:7rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #dO5UGcOy2f9XC5xpZoSrl4FnvXcJuvgf { width:6.25rem;height:1.1375rem;top:36.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5P5vBU5k67Da9Ttb0DSzInS70zllei { width:8.4375rem;height:1.1375rem;top:27.3125rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #BMw90tsbcv27JS3RPH1AuJNST4PndgSH { width:8.75rem;height:0;top:6.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #LkKhXVnSWuM6Z49rPW4GkhDNveWDhcFz { width:8.75rem;height:0;top:18.050000667572rem;left:5.6249998807907rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14983;display:none; }
 }@media only screen and (max-width: 763px) { #cwIKFW0BusLd04Utl2eGImdqVfuAp2D2 { width:8.9375rem;height:2.1125rem;top:19.0625rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4qWXpkW5m4L0cmcdJCXA9hEsLTHzW4 { width:8.75rem;height:0;top:40.411709547043rem;left:5.6249998807907rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #NK3ZM4ndH0ayg0rRZe7zJbzSETuqwydH { width:8.75rem;height:0;top:52.181243896484rem;left:5.6249998807907rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #TOrGE6q4KB3Zt9mGDROqkBeI30NX8qiq { width:6.3125rem;height:2.1125rem;top:32.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rinda61nows5E6Zyp4fduTCwJ5P4doTS { width:7.125rem;height:2.1125rem;top:41rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctGkDJlcve0logqN82TKeveppH602cFq { width:7.125rem;height:2.1125rem;top:7.32421875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPb5goEudqbfl0eE9hxGK94DkxBTCBFk { width:8.625rem;height:1.05625rem;top:16.0625rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaicRTAZuqwzLux8vs7wRcTM9lLslIzG { width:20rem;height:1.7875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdTZEVHPsKOdUz9dn1te8HCAyxslAyRO { width:15.875rem;height:3.575rem;top:44.4375rem;left:2.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #QIngtstuLTPyJ2mtyXfqfZ7KfGXbqczd { width:9.4375rem;height:1.1375rem;top:14.9375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #BQrrEkRGTXnLIgRWbhQoa4oN7T7GABKT { width:9.4375rem;height:1.1375rem;top:6.1875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #kHrOgl43uDJ1lILguOEXK4J5mTCrZn0B { width:9.4375rem;height:1.1375rem;top:22.625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #xSZEJVBBTmuxOBJhRKZbdB19NJEAmVbU { width:9.4375rem;height:1.1375rem;top:30.8125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #eLo8BvTtGg1gyxGlf7bXWCv6JDgQe2ZD { width:9.4375rem;height:1.1375rem;top:39.875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #MSMU7R4DCku3XHRM76HydWWk9Ta6Cgtw { width:10.625rem;height:9.5rem;top:47.475015258789rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLVld9SVRc50h9b0TMOdAWF55iT8WtGB { display:block; }#yLVld9SVRc50h9b0TMOdAWF55iT8WtGB > .row .container { width:20rem;height:133.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtyzadorQOOWMTke868hsBmmq9ADrsxU { width:17.5rem;height:1.3rem;top:1.7187633514404rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wE9zHiwdoxQBEdqdiwcqcMw9V5ZtugL2 { width:18.75rem;height:33.6rem;top:60.574999809265rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyGSm5KdNIwLcrTbKZzaRv9TTHtPedl { width:18.75rem;height:12.8rem;top:4.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckrrzbwi3w48oWf79rNH4pgIZ1R47lyA { width:18.75rem;height:38.4rem;top:19.937486648559rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO78gL3WIHfAnCypr09wXZJLud07kgzN { width:18.75rem;height:20.8rem;top:96.311721801756rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxeWhdry3VekFflIlfTUvv1U77lw4wyJ { display:block; }#GxeWhdry3VekFflIlfTUvv1U77lw4wyJ > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNIN10CzNFxFCDX7Z2C9gts69O6zCSvl { width:13.75rem;height:9.3125rem;top:1.2500061988831rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61r7BCKW7RWiebREszPUNEOXik5JapT { width:13.75rem;height:8.875rem;top:11.9375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25eAU7odeccCDEyHACe1POwTiT745EH { width:13.75rem;height:7.6875rem;top:21.875rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9SGVlhh4fnoXfgtcozs2PWVAZ6QgOk5 { width:13.75rem;height:7.625rem;top:30.811717987061rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd { display:block; }#i3bdKziIUXvB5IFCnJpVciMQ9X52MeAd > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5Gb2F0cgcvlnpwfDmF11uCpPCitROlC { width:13.75rem;height:9.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioWs1mzvpupUuFSDiAAsSSs4eEckW34 { width:13.75rem;height:9.0625rem;top:33.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9DvW9IsZCLE1037Q4Gy98c47VtKJuLd { width:13.75rem;height:9.3125rem;top:22.9375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qok5rFUVvvMfcoHFUl7TkQSa17G4TNUv { width:13.75rem;height:9.0625rem;top:11.937488079071rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 { display:block; }#wMETOG5DHwAlkh4fOAXdD0fa9BsbnvV2 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU7TA4R7mehMIxDmbFtOfW4Mp86TVFzT { width:13.75rem;height:9.125rem;top:11.624986648559rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zooZ1Z2enu8rSbsTuVcOZDRbEOQFRkGM { width:13.75rem;height:8.9375rem;top:21.99951171875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR1fFtWeQwKdBq3A38SL9urBNhLmbzpt { width:13.75rem;height:9.4375rem;top:32.25rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4TOg1xZU4bkkNNNFRntoBTru6GBXcH { width:13.75rem;height:9.3125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMob9JwsWQAk4RipgJB95gA1360DgmO5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84f9b3dd-d6ea-4f91-944c-f861b090f72a/AdobeStock_1904401342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5.adaptive-delivery-prevent-bg, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyload, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyloading { background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { background-color: transparent; background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .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); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { width:18.75rem;height:4.14375rem;top:6.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { width:19.9375rem;height:34.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.6875rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:6.5rem;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.8125rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { width:17.5rem;height:auto;top:9.5625076293944rem;left:0rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { width:17.5rem;height:auto;top:9.5625076293944rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #O9y4aRw7WlNfWbk09aFa7JK2OzrJKhSq {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cu7SIMxA9BLc1wCM1P9I8dTr1lr8HzJm { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #lHGHmFq85WHeLuDqIrBxxpznZPMJO4GQ {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #Wg2lbUKJXnXXvQzxxBzdJrFsW5ALn8uL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #W2mPNvKSSrwSiskLMSJrGdIPVkbuHf6Q { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #wmL5KoCasGpuFurNDJbtpvIsIxlftPb5 {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #sLT6I5tWHMVMiVARZOsCQl9FrlDabzfL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #yswQphGh1HOZxQryH8ywdcfWCrZLQVXC { display:block; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #kF7XaEKrkE5UBOllJTVxFefP85nVaEy2 {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #QiFDykB9TRS3suPsTRhTCT3abcbK5mby {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #L27d8KQgy3VMB4NKtlhHA6PZalgUenuR {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #VWcUngwdDIiGshQS4RCZRHwkHi8zWGNa {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz {  }
 }@media only screen and (max-width: 763px) { #EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { width:18.75rem;height:3.1625rem;top:2.1865234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T { display:block; }#uQmsNtAFWFtPKopXpMVmaFZrFm18pD2T > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig1X6d2MwDSCMEupuMQFI6hZVC8024e1 { width:18.75rem;height:6.5625rem;top:1.25rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuRDGTEptsidJWgfMgB908FFusOJksUF { width:18.75rem;height:4.6875rem;top:12.1875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFP7M88evXPG8CT5OOnP9r4A09DDgOC { width:18.75rem;height:1.875rem;top:17.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7TyqGcOREROGLKkSkiIrJbUy9UU4Nv8 { width:18.75rem;height:1.875rem;top:9rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbIzOdXaUdR7pZZEDKWmdiowd21onRuc { display:block; }#bbIzOdXaUdR7pZZEDKWmdiowd21onRuc > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kki2sZefEnhGtsacVmDJqtqwOVXwlfeP { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }