.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g77PRTwDdzimlmyV37N14UonKma0fhG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container { background-color: transparent; background-image: none; }#g77PRTwDdzimlmyV37N14UonKma0fhG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container > .video-iframe-container { display: none; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row > .video-iframe-container { display: none; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .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); }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container { border-width: 0; border-radius: 0; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#cyFGdb5b7wnzzHttw2ODXqhQ1Mtn0k2p { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:44.031250953674rem;display:block; }
#Bx086DA50rU3nPwHvQIwppsoa51rD7w6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTeLdGLkEEpCJcuiudtAzJEmBMcUKK8H { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.125rem;left:49.968750953674rem;display:block; }
#X5EAn2k7f6UOnGt7qWNThC1Sk67XOJgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbxvA0HniJGAZ5By3yxbtgu3LUap4Pwy { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.125rem;left:57.843754768372rem;display:block; }
#JJ9EVq82w1f8naoOCdgKsi6HCQaCQEKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfeHeSIHDToalztelB7KJck7SoV1D8AM { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:29.906250953674rem;display:block; }
#VoQvNVBfSfhAXIzgohOUGLZObkd1cSVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCpSlApcDSi3FZ9yZAxAQ7cT5DbOOnSS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:66.312504768369rem;display:block; }
#TrhtmTC3KIWprhOHIQR1EkVMeTXxF6qA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcHQ0gZOD8hmUyhh9ZwzouNgVM5F8g46 { 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:15007;opacity:1;top:0.453125rem;left:0.75rem; }
#H2RKJgQ5p3b4bOKBzUDf9cdOvboKTnS6 { 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:15008;opacity:1;top:2.84375rem;left:0.75rem; }
#BmWIgRxQypEHo1fLWKlACeUWSKBhp7eD { 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:15009;opacity:1;top:5.25rem;left:0.75rem; }
#L0noTl6mkGo27ppxsTAuZ9fhSDBera5X { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.8125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:5.25rem;left:3.4576826095581rem;display:block; }
#zFDbr5zTQL9nsVrrboHgTomPsOPuOTDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPAdJnwK2KTKKxbJTe6Z2dr6tmID9Sg9 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.84375rem;left:3.4576826095581rem;display:block; }
#vnbKpaXpDWlPqt0SnCeREiscvG48LiIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qx30LfhN5xUbGReVdJtkOFhOZgI1UvTG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.71875rem;left:3.4576826095581rem;height:1.21875rem;display:block; }
#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI { 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;z-index:auto;display:none; }#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI > .row .container { border-width: 0; border-radius: 0; }#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#NVohWrmMbTuVITm5EtJ7wnzi28Fpz73q { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:44.03125rem;display:block; }
#RdMugcJs6u2cUbg5hTnWq6sRapEb2oks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQFGGT2AXiMARdvAq2WkHDvcAt3TXhe3 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:49.96875rem;display:block; }
#Cvs3tO490a5bCRlWrscFQtWPKPIAm6mN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZygnrVmNPyxEMMOFUab5LAToWf7XmgL { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:57.84375rem;display:block; }
#LJs2EMchMzAWfaXEezAqL0paTQZwJ27V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgMP2Aym21JkQnlMZ8pXUd5TxJFRbnJV { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:66.46875rem;display:block; }
#uHTTSuODhi6S4nSDTRZmeTtp47zqoKOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMDURTRgSIyTPiuznBEb0KMhtGHHErAG { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:29.90625rem;display:block; }
#ae0ksJ4xB0GxH8hiNJWFIol71Ri2zAV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wccwbuqK4Um3OfXaBbHAPx5Lb7M30XMu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#iZGozUQqUWmD1KVQ0cuaLf7XlzLIRyXS { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.8125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:5.25rem;left:3.4576826095581rem;display:block; }
#AvkaVKNsApwT6ERsLwkoVekaA7CRzpUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOg6bGOQ3xFVsHMpFKUo4XQrvM9eHyQu { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.84375rem;left:3.4576826095581rem;display:block; }
#HMWaadx9SymB6RhI7clHM1kFXvATdLrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHo2nU7G61mfHOyEUgGQxfbln6AqGBX0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.71875rem;left:3.4576826095581rem;height:1.21875rem;display:block; }
#IDHD5O269Pw2GI2CPTecZhaVB9IuVB5J { 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:15007;opacity:1;top:0.453125rem;left:0.75rem; }
#naMKZp50TMo8G4OlRvdpNJkkGz5oPzd5 { 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:15008;opacity:1;top:2.84375rem;left:0.75rem; }
#IUTIEQ6XhtF8iOnLTC79lwLmhyOpC2aL { 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:15009;opacity:1;top:5.25rem;left:0.75rem; }
#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 { 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; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container { background-color: transparent; background-image: none; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container > .video-iframe-container { display: none; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row > .video-iframe-container { display: none; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .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); }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container { border-width: 0; border-radius: 0; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y8tTfX2n/565df162_fd86_4320_ae9d_600e1b0dca3c.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; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5.adaptive-delivery-prevent-bg, #CXitToSucfftWVGhqOCIKV7a3zhsqhh5.lazyload, #CXitToSucfftWVGhqOCIKV7a3zhsqhh5.lazyloading { background-image: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { background-color: transparent; background-image: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container > .video-iframe-container { display: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row > .video-iframe-container { display: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .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); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { border-width: 0; border-radius: 0; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#nrkeT2zvdgvvdONPsb3tOTJEcePsEyFe { 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:11.5rem;width:11.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LqI42nXZuLOopoVwQ0LL5znW6sZzrHQL { color:#1a1a18;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3095703125rem;left:0rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yKh32aEEese6bSWbe7WwfMIZT9BXHTu5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.75rem;left:0rem;display:block; }
#J1w6dLOpL7UZXR81mhDdaexmf6Tr0TT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJUAw3L9lZZE4KWav2BB3TEqVRSUK0ps { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ef7c00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.249825rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.75rem;left:20.1875rem;display:block; }
#TQDlIw5SvyOUpsTQWBRPlxkoHVLvWzBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1FH9JVmvDvubLHINICEmeXM0Wa2OOyF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.25rem;top:15.25rem;left:53.3115234375rem;overflow:hidden;display:block; }
#sZ9ymE9lKeQAhW2DAOAQUKoJH6hh0s76 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.25rem;top:17.998933792114rem;left:54.624465942382rem;overflow:hidden;display:none; }
#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 { 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; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container { background-color: transparent; background-image: none; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container > .video-iframe-container { display: none; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row > .video-iframe-container { display: none; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .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); }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container { border-width: 0; border-radius: 0; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#l57Vrn8UFFKq3tJbZHvHfXQmarVoHwa9 { color:#1a1a18;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:10.53125rem;height:30.3875rem;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; }
#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 { 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; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container { background-color: transparent; background-image: none; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container > .video-iframe-container { display: none; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row > .video-iframe-container { display: none; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .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); }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container { border-width: 0; border-radius: 0; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#TAApFnmRhB2fJTvqqqXGTEmTkQJ88d83 { color:#1a1a18;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:10.53125rem;height:16.0875rem;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; }
#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn { 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; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container { background-color: transparent; background-image: none; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container > .video-iframe-container { display: none; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row > .video-iframe-container { display: none; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .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); }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container { border-width: 0; border-radius: 0; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#CXXqgbqzhICgTV8UTx0zQi1wdOUZ0H0s { color:#1a1a18;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:10.53125rem;height:8.9375rem;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; }
#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z { 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; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container { background-color: transparent; background-image: none; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container > .video-iframe-container { display: none; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row > .video-iframe-container { display: none; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .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); }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container { border-width: 0; border-radius: 0; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#AtDqseTddVc82CtVqWxDqC6fNdKuFUxd { color:#1a1a18;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S5U68b2Qit8cBAPlURUfI2znosuxD21x { color:#1a1a18;display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.53466796875rem;left:0rem;height:;font-style:normal;display:block; }#S5U68b2Qit8cBAPlURUfI2znosuxD21x li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#S5U68b2Qit8cBAPlURUfI2znosuxD21x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D3rr730x/dot.png); }
#XRx2R8ycwHvPJ2OdxUVGCN8PswqxzwWN { position:absolute;display:block;z-index:15002;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: 0rem 0rem 1.25rem rgba(0,0,0,0.15) ;height:42.5625rem;width:35rem;top:6.25rem;left:40rem;display:block; }
#NIFfcuf6fC4STs2mMT4KTRIJzN5Xkf8m { color:#1a1a18;display:block;width:22.3748125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:42.499111175537rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l6fPL5EPWZTKW8M0aCmkL7Vc30KrI06D { color:#ef7c00;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.862748146057rem;left:42.499111175537rem;height:1.4625rem;font-style:normal;display:block; }
#nTSm9WRTTF7XmSu68mbH7FivyOtivGO1 { color:#1a1a18;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.681817054749rem;left:42.499111175537rem;height:1.625rem;font-style:normal;display:block; }
#PQANFk8WCvVpsZbThl0MO2opOeNGTV2N { color:#1a1a18;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:21.46533203125rem;left:42.5rem;height:18.45rem;font-style:normal;display:block; }#PQANFk8WCvVpsZbThl0MO2opOeNGTV2N li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#PQANFk8WCvVpsZbThl0MO2opOeNGTV2N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rwUBO5ZL/dot2.png); }
#moc4KaDupb9v7vzdClFfD5kBCFkgx128 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.249825rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.326171875rem;left:42.498779296875rem;display:block; }
#iyR4nPdF2EahiuhOLxA9I26xG472IZPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 { 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:none; }#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 > .row .container { border-width: 0; border-radius: 0; }#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:none; }#Uv24WqkCxSTFeqJArfAZLFo8WHWwhssN { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.248291015625rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVM8G4Tybhaeak7t9QXrlofJp4TCoaz4 { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sBPmAgOt0SCFkBBPXqZBXTVnXupZJcvf { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;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.875rem;width:37.0625rem;top:23rem;left:0rem;display:block; }
#liBVVnaINcNONGg0PAZTvT1HWQrDsAJ4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;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.875rem;width:37.0625rem;top:23.0625rem;left:37.875rem;display:block; }
#HkXl1UDLJSC6FHtT8cPfwiyBP6ntxIoI { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.15625rem;left:39.28125rem;height:1.6875rem;font-style:normal;display:block; }
#xdThqpsCTBvAOkL3XXZL2MMQMSZbPvnH { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5rem;left:37.875rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UcuV1lqRRFdz6dEZG256J6aCac6hcATb { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;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.875rem;width:37.0625rem;top:32.875rem;left:37.875rem;display:block; }
#KeyOidwSTKOqEzxHUMFEoHxgLuxtVg4U { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;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.875rem;width:37.0625rem;top:32.8125rem;left:0rem;display:block; }
#K6kOmH6wPs0HA26aKyVodhobZnApsyEt { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:35.03125rem;left:1.375rem;height:1.6875rem;font-style:normal;display:block; }
#MPaEHslu5sUSsqfJR8lOVdE2iO6WKDXE { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:35.0625rem;left:39.3125rem;height:1.6875rem;font-style:normal;display:block; }
#HNLtlRm7Q0VnPT4PLQZFM4DwEdmAxtiX { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#COfTRK2ibDwG78w4IDkEertlm0T04NF6 { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.3125rem;left:37.875rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yBG1AFUT9hxLym6EwVxvzEZDR99OPPTZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:37.125rem;top:42.9990234375rem;left:37.8740234375rem;display:block; }
#s4kluxbJr0XC0vT8SJC1ZyqLcczZVJQz { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:37.0625rem;top:42.9365234375rem;left:0rem;display:block; }
#yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:44.3125rem;left:1.25rem;height:9.375rem;font-style:normal;display:block; }#yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:44.375rem;left:39.125rem;height:;font-style:normal;display:block; }#LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#V4RQyERSTaKDpWnXCrTzw9DZ949UcV0o { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40.375rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a3lBO5tVcMJTyB8B7qnuBXsbFHxt2dDZ { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.4375rem;left:37.875rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tsWdCvQ24X4ZJ01f1zpC4wrtkv4HnXKT { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ef7c00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9998125rem;height:4.249825rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:61.25rem;left:31rem;display:block; }
#d2IzsIVxr6oGmKJgW16wPQqOsTyIQRNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WO6ptIR7SJkodDxK6EXvPqfM1ZWx59PT { color:#1a1a18;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:25.1875rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#xGZJNvIz7Ew93tRqEMlKxbpNgUbTShC6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:74.8125rem;top:7.311767578125rem;left:0rem;display:block; }
#bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 { color:#f47100;display:block;width:54.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:11.9365234375rem;left:1.375rem;height:;font-style:normal;display:block; }#bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 li:before{  }
#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT { 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; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container { background-color: transparent; background-image: none; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container > .video-iframe-container { display: none; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row > .video-iframe-container { display: none; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .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); }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container { border-width: 0; border-radius: 0; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#T6gWViiRRs6ElhclQ6ML0CloPOeZgW0c { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups { 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; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container { background-color: transparent; background-image: none; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container > .video-iframe-container { display: none; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row > .video-iframe-container { display: none; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .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); }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container { border-width: 0; border-radius: 0; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#gVLh07Z06yRwbR2V9GVli5vupQRg9No2 { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe { 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; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container { background-color: transparent; background-image: none; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container > .video-iframe-container { display: none; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row > .video-iframe-container { display: none; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .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); }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container { border-width: 0; border-radius: 0; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed6c7574-81b2-4bfa-8418-6da30ae6de4d/martarybusinska717x1024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:15.125rem;width:15.125rem;top:0rem;left:0rem;display:block; }#PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B.adaptive-delivery-prevent-bg, #PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B.lazyload, #PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B.lazyloading { background-image: none; }
#qxrOnmd6RzQ8TeAeb0VxNNN4veu5tHao { color:#ef7c00;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:17.935901641846rem;height:;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; }
#ebdlEdfL8wDJrr63nGF4DS7Zt9IagRvV { color:#1a1a18;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3684310913086rem;left:18.0625rem;height:;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; }
#T1cBfxloh2CHCTaylLMwUpvR6s0EWVve { color:#1a1a18;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.1455955505371rem;left:17.935901641846rem;height:6.75rem;font-style:normal;display:block; }
#tmdDwGeB2V19dWUyg4byfTfO25tDTyGs { background-color:transparent;background-image:none;border-top:0.0625rem solid #1a1a18;border-left:0.0625rem solid #1a1a18;border-right:0.0625rem solid #1a1a18;border-bottom:0.0625rem solid #1a1a18;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1a1a18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:4.0012415rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.374290466309rem;left:2.3739337921142rem;display:none; }
#nlhbM3eeUg8O3wAmcszul2Cdofzr4V34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv { 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; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container { background-color: transparent; background-image: none; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container > .video-iframe-container { display: none; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row > .video-iframe-container { display: none; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .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); }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container { border-width: 0; border-radius: 0; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#mJr0xvozppyBwBTmwMuBTUg9rForeEvT { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9gCJzgGVqI6DkMHZ7d8dlk7Er8DnRqI { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:38.3743125rem;width:74.999375rem;top:6.4361269474031rem;left:0rem;display:none; }
#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm > .row .container { border-width: 0; border-radius: 0; }#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed6c7574-81b2-4bfa-8418-6da30ae6de4d/martarybusinska717x1024.jpg");background-position:top center !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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:11.375rem;width:11.375rem;top:11.5625rem;left:3.75rem;display:block; }#ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02.adaptive-delivery-prevent-bg, #ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02.lazyload, #ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02.lazyloading { background-image: none; }
#NCZcgFEfiWIVSxG6NARHZx9pcweZ1Lam { color:#ef7c00;display:block;width:55.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.875rem;left:8.4576826095581rem;height:;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; }
#aNePMDUW8oCpSXL5K4ATq6P3VHHeulFa { background-color:transparent;background-image:none;border-top:0.0625rem solid #1a1a18;border-left:0.0625rem solid #1a1a18;border-right:0.0625rem solid #1a1a18;border-bottom:0.0625rem solid #1a1a18;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1a1a18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:4.0012415rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.374290466309rem;left:2.3739337921142rem;display:none; }
#kXMNp1ZqVTqs6TmQ7Le9mdduvUi9O4Z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaBTqlIZnE6UZGyAfJapLaRERVW0WLWW { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -moz-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -ms-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -o-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );";background-image: linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-size:auto !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;box-shadow: none;height:0.125rem;width:31.25rem;top:11.9375rem;left:17.488932609558rem;display:block; }
#IHJ0q8GKRTlrvTIw7aVcZRKgFc8N6rWH { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6236991882325rem;left:17.488932609558rem;height:1.4625rem;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; }
#l3xF8rIwN8yAgJe1f1wLUdMLihFc5sVf { color:#ef7c00;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.54296875rem;left:27.301434516907rem;height:1.4625rem;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; }
#xs5yrXGsU2D8ehP4U5wvmZ9WFJsTzdZN { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.830730438233rem;left:17.488932609558rem;height:1.4625rem;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; }
#Qmkrd4qIykMu0qeCVT9qvFTaezrG86hh { color:#ef7c00;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.750003814698rem;left:27.301434516907rem;height:1.4625rem;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; }
#oOBCr35nFoKL8cMVPRXPKpd6OdRsIWlW { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.937503814698rem;left:17.500000953674rem;height:1.4625rem;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; }
#d7bnWRZ6DMLktOTByy25sRe75sX0vkNK { color:#ef7c00;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875003814698rem;left:27.312500953674rem;height:1.4625rem;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; }
#kKRQEy8vAmAZb0HwXUQmGwuN0Teggll1 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -moz-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -ms-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -o-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );";background-image: linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-size:auto !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;box-shadow: none;height:0.125rem;width:31.25rem;top:20.500003814698rem;left:17.500000953674rem;display:block; }
#y8WbTlbg2ONqtg9kwtZOQ8FP3AqTrGmR { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.91250038147rem;left:4.90625rem;height:1.3rem;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; }
#L4qsmTDvctXUFutOS111Z0s7RzqQt3L3 { color:#ef7c00;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.25rem;height:1.4625rem;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; }
#cuThxUgx4W5AuwH1JAHrzV1XfAJGPtqy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -moz-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -ms-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -o-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );";background-image: linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-size:auto !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;box-shadow: none;height:0.125rem;width:31.25rem;top:24.500003814698rem;left:17.500000953674rem;display:block; }
#hKNqcA77OgImlz1t23BrSJAarfSmRluW { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.562503814698rem;left:17.500000953674rem;height:1.4625rem;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; }
#EQJMeNuDAvwMRJ0CfEDuGZ7zFQpb0PJN { color:#ef7c00;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.500003814698rem;left:27.312500953674rem;height:;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; }
#tqmAcgohPI7bSzRBa3Lxr7OztDukTG8T { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -moz-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -ms-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -o-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );";background-image: linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-size:auto !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;box-shadow: none;height:0.125rem;width:31.25rem;top:16.062503814698rem;left:17.488932609558rem;display:block; }
#kAQkC3LInSKErUxp3nGXhAVkgmJOiT9C { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.750003814698rem;left:17.500000953674rem;height:1.4625rem;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; }
#awUx9oAMsnDmwAvqHrV5ZmDz3tULgoKc { color:#ef7c00;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.687503814698rem;left:27.312500953674rem;height:;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; }
#a1GgshBoqLx699m7PcZQEn2TlklrH6fn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -moz-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -ms-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-image: -o-linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e393', endColorstr='#ffffff42' );";background-image: linear-gradient(90deg, rgba(227,227,227,0.58), rgba(255,255,255,0.26));background-size:auto !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;box-shadow: none;height:0.125rem;width:31.25rem;top:29.750003814698rem;left:17.500000953674rem;display:block; }
#fcfXkfnVINZL9utVA5tBKCqOHQtPvDdz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.062503814698rem;left:19.500000953674rem;display:block; }
#FF2SylfMsJiEo0tLnepswyHEwvUyqGg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkK9vMuVw2cOL5gMrA4svTrWqUMZ8lMO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.062503814698rem;left:39.562500953674rem;display:block; }
#hQLyqtekHrsz7dmONdflHUKVz7aWyoMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzDKlAh6PnUmhQM5ZzneyJva0fxnbamw { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6223945617675rem;left:58.218754768372rem;height:1.4625rem;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; }
#rblEFUW3cQtrtkh6vyl3u8BLXPNM8QKI { position:absolute;display:block;z-index:15006;background-color:#f6f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.3125rem solid #ef7c00;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:21.875rem;top:11.9375rem;left:52.125000953674rem;display:block; }
#hmxBertfuA20CJXIqbX01xlUEehfBPPz { position:absolute;display:block;z-index:15007;background-color:#f6f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.3125rem solid #ef7c00;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:21.875rem;top:14.625003814698rem;left:52.125000953674rem;display:block; }
#qpcNUo5ERf01gVQXfe3GCryPJllbmp23 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.25rem;left:52.875000953674rem;height:;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; }
#vzgHfT6SQzgtzTEWkg4iP1l495Gw1V4a { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.061847686767rem;left:53.000000953674rem;height:1.4625rem;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; }
#S5yLqMwDmKIo0ukT4P9EA2Vx6iVX81Ak { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.867191314698rem;left:53.062500953674rem;height:1.4625rem;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; }
#hcmbmsK8PhX6TSKbG7x95zgH8eeyB7hT { position:absolute;display:block;z-index:15008;background-color:#f6f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.3125rem solid #ef7c00;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:21.875rem;top:17.404949188233rem;left:52.125000953674rem;display:block; }
#urV2TMZfUNWg6G40Ok6SUJvBLnS8wHgL { position:absolute;display:block;z-index:15010;background-color:#f6f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.3125rem solid #ef7c00;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:21.875rem;top:20.5rem;left:52.125rem;display:block; }
#zrT42dVBZmcmcTqDc3bw5OGRXiTEVRtN { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.8125rem;left:53.1875rem;height:1.4625rem;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; }
#dGdeN42uyqNewHOx3yq5CTdLg47vnZa4 { position:absolute;display:block;z-index:15012;background-color:#f6f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.3125rem solid #ef7c00;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.9375rem;width:21.875rem;top:23.1875rem;left:52.125rem;display:block; }
#np0yDr8pyNocAWIIbAWMTRTTOGRLTPWC { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.625rem;left:53.125rem;height:;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; }
#fWTBmplxOuT0tGGIrShXT40gogPrqseo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a18;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; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container { background-color: transparent; background-image: none; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container > .video-iframe-container { display: none; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row > .video-iframe-container { display: none; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .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); }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container { border-width: 0; border-radius: 0; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#flGs5oN1vRmm6sev3kTRVn1lKgFhKh59 { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2434310913086rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a79sqJvDPzpuegffIeTfmPXTOAx2bQyn { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.87464775rem;height:4.12553525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.0615234375rem;left:62.0009765625rem;display:block; }
#HPW1E9qZETc3cJdAmxGNuWuhTJv547ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FGwzakzu/8c7e3c70_4365_4107_84ce_2b1492197d27.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.adaptive-delivery-prevent-bg, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyload, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyloading { background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { background-color: transparent; background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .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); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { border-width: 0; border-radius: 0; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#iED5lWiEOQ3JaLDfkIRumd1wK0Evbbmn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.374rem;width:9.375rem;top:30.0625rem;left:9.625rem;overflow:hidden;display:block; }
#KlrBosCXIRyK6FLLcAfoe1R3zll7geyF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:40.625rem;top:13.625rem;left:34.375rem;display:block; }
#vW1QvTHbLMOVcvFSyz31Zsh2x25x9Vnn { color:#1a1a18;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.125rem;left:36.875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oHqpPaJq5epqad3keHJHV8t3XIeIM2Ea { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:19.658203125rem;left:36.8740234375rem;overflow:hidden;display:block; }
#naWMRS2L8377ADssgNMRuEwFyDGFoorA { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.65625rem;left:39.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#aDuTOfx1XLM0eDZpHwomqF5a76Zv6T6F { color:#1a1a18;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.375rem;left:39.25rem;height:1.625rem;font-style:normal;display:block; }
#NAPkHFrATGHCy17vRMwWMewJR99Qc1MB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:22.375rem;left:36.75rem;overflow:hidden;display:block; }
#EWN4Z2nXS4OqAll9NGNNKi5CG8kTXtr0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:25.1875rem;left:36.75rem;overflow:hidden;display:block; }
#BKlsKoiw1KC7sBgilJe7trbJafXf1gON { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.1875rem;left:39.25rem;height:4.875rem;font-style:normal;display:block; }
#mWtMpGbeFxZqwrcAWHRlnMVafv1FqT0S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:30.9375rem;left:36.75rem;overflow:hidden;display:block; }
#Hx476PG5rXQAy7irf6t0qRzkTGmEtnbz { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:30.9375rem;left:39.25rem;height:4.875rem;font-style:normal;display:block; }
#tt2lVgzE1wsQxuiwLJiZ4kVTHIhH42g9 { 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:1.4375rem;width:1.875rem;top:36.625rem;left:36.75rem;overflow:hidden;display:block; }
#IiiXbeCa41LSvsWTSBq71MLVzPvcil2z { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.625rem;left:39.25rem;height:1.625rem;font-style:normal;display:block; }
#wwFE6q0ZMTdufOSVF3PleFAIkg6saSc8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:40.1875rem;left:36.8125rem;overflow:hidden;display:block; }
#KXtdTDEPhTcVAVbgPmLFGGKeMKQsAixv { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.1875rem;left:39.3125rem;height:1.625rem;font-style:normal;display:block; }
#pZqxciS3vHTWoBiUTp1D2T2Zs8vCUrEa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.875rem;top:42.875rem;left:36.8125rem;overflow:hidden;display:block; }
#HeIVIlJxOV5AKN4ECfE3WKhVaKKyPOhK { color:#1a1a18;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.875rem;left:39.3125rem;height:3.25rem;font-style:normal;display:block; }
#FlzKVzQTIAVQkDGkqmgo9dHsT2I0i1ge { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.249025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.810546875rem;left:45.15625rem;display:block; }
#aaduyXfwlZNgLIwcSSIvUEz8R5o7nVfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUFOOifggkGvOJBbllTa69qtSAksTLeW { 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; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container { background-color: transparent; background-image: none; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container > .video-iframe-container { display: none; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row > .video-iframe-container { display: none; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .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); }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container { border-width: 0; border-radius: 0; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#IEsgTqXMqVUDEplGGGpq4NWPZJG0oqUB { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 { 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; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container { background-color: transparent; background-image: none; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container > .video-iframe-container { display: none; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row > .video-iframe-container { display: none; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .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); }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container { border-width: 0; border-radius: 0; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#T1tRAMANTvqsLhDwFZ70VSINBBTMfpAU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:14.03053855896rem;display:block; }
#wxhzzqindabctbBtZVN9GFm3JqMJwplH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.216796875rem;left:16.25rem;overflow:hidden;display:block; }
#Mqrl4sJ7OKAkXWiZGFWAndQsL0gNVW26 { color:#ef7c00;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.060367584229rem;left:0rem;height:1.95rem;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;font-style:normal;display:block; }
#q9JpXRbp9HFsU6Q2OiNB5gAZMsGWMkW8 { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.517755508423rem;left:0rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFDHw2hOy8spBTLt9UmFIckgPmUuU0UB { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5625rem;left:38.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFdm7yWDwhWSgTOfnZdk81BN6Q3UWs2K { color:#ef7c00;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:38.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3H8rvCsrmdPG2CJCSMKGkIaLofQiUei { position:absolute;display:block;z-index:15004;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:52.125rem;display:block; }
#ezawPsD6XC3oTTJyJtemvJT2UlgWbeRP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.216796875rem;left:54.0625rem;overflow:hidden;display:block; }
#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 { 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; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container { background-color: transparent; background-image: none; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container > .video-iframe-container { display: none; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row > .video-iframe-container { display: none; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .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); }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container { border-width: 0; border-radius: 0; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#rQtvrDfURrFEy8lxcRebZLuyvam23UuD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:14.03053855896rem;display:block; }
#MrX3mgmZisg1SkmXIsu6K29RSXDHGk2s { color:#ef7c00;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.060367584229rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6phg3XUPpTaqbtWxDAN5fi9IJASFizq { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.517755508423rem;left:0rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUb3VVOn7LiGg3NptfdHdVXlHVDDtACa { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5625rem;left:38.125rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCcvlZyqVV6OnHoP9NLJBefiBNntdwsd { color:#ef7c00;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:38.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfbrTDidtXrdkhkATvCVLELBTBe9qeme { position:absolute;display:block;z-index:15004;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 4.375rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:52.125rem;display:block; }
#w7JeRl59aTkJVBe348xI4WPvnO1WNHGz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.2176856994629rem;left:16.5625rem;overflow:hidden;display:block; }
#xZrOVsBFa0HUrREJZXDO89JU7hPXSs7z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.125rem;top:2.2176856994629rem;left:54.810897827149rem;overflow:hidden;display:block; }
#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 { position:relative;display:block; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 { background-color: transparent; background-image: none; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row .container > .video-iframe-container { display: none; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row > .video-iframe-container { display: none; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .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); }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 { border-width: 0; border-radius: 0; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .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; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .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:89.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kIbRWQgqi1UJwV5bipXub921VKv6agTg { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kebz0yInkhxAiPN1TVnbINvG9hEFd7NT { color:#1a1a18;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.210760116577rem;left:22.8125rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#T8R3wo0hqrNcD5a6wtqT1ub93Q3mofPu { position:absolute;display:block;z-index:15004;background-color:#ef7c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:14.085227966309rem;left:36.874111175537rem;display:block; }
#KCLa94X7qMyA2N4qR7x5tgJFaZ7Tqguk { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:block; }
#yDv1K91SLXzv7ZvdZKAmZNc5slepc0H4 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.528587341309rem;left:36.218036651611rem;display:block; }
#eOEZddgl2N0mtDfFONkDkAGx9cV0OrDI { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.715198516846rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#zP7PhZRuryPTu77vtLvyXX850fdHiN09 { color:#1a1a18;display:block;width:43.9373125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.625rem;left:15.5625rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#Cvuw7yuOlvPR2EFpZFOW0DkZGG13g3kg { position:absolute;display:block;z-index:15012;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.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:28.4375rem;left:36.25rem;display:block; }
#ktlTJ8e991NV766m6CxuiiX75D8aCPet { position:absolute;display:block;z-index:15011;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:24.625rem;left:37.5rem;display:block; }
#m0HTyP0Gp4AUwS3xbapLS6aQitpxGcg3 { color:#1a1a18;display:block;width:43.9373125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:41.375rem;left:15.5625rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#vXNi7OUpGvCGIOA5wCTG2hdUNbFKeXMS { position:absolute;display:block;z-index:15015;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.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:38.1875rem;left:36.25rem;display:block; }
#KncUd1momOKmOC4TqRwTE35dDOo5icW2 { position:absolute;display:block;z-index:15014;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:34.375rem;left:37.5rem;display:block; }
#qqQUJXXaNxrVbLVFluml6kTEbb51h9Xi { color:#1a1a18;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:51.0625rem;left:17.4375rem;height:3.9rem;text-align:center;text-align-last:center;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; }
#vIkmZ9wwTFp6JuX6ZF8HO50323wt8Fmu { position:absolute;display:block;z-index:15018;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.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:47.875rem;left:36.3125rem;display:block; }
#J8zFc4QItCOhlVP9WBWHD1qFHddQvX3b { position:absolute;display:block;z-index:15017;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:44.0625rem;left:37.5625rem;display:block; }
#XIJbf4QLFMg9fUSCixuVAHkq5nRbWnL2 { color:#1a1a18;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:62.62500190735rem;left:15.5625rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#wSl6WrD1Qgx9AysWlHSHP2eNN8UNVGna { position:absolute;display:block;z-index:15021;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.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:59.4375rem;left:36.3125rem;display:block; }
#tBcb8yDmTSZgxsgH1Dd6cFK1izS7nkcM { position:absolute;display:block;z-index:15020;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:55.625rem;left:37.5625rem;display:block; }
#p5Uc9aP3p7TRAcd98qQpHRJ8b9TB8sXO { color:#1a1a18;display:block;width:43.9373125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:72.375rem;left:15.5625rem;height:3.9rem;text-align:center;text-align-last:center;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; }
#OrwDe9XnBBTLHtvTHep1599A5P0OepNw { position:absolute;display:block;z-index:15024;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.5rem solid #ef7c00;border-left:0.5rem solid #ef7c00;border-right:0.5rem solid #ef7c00;border-bottom:0.5rem solid #ef7c00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:69.1875rem;left:36.3125rem;display:block; }
#rTIKWTz0dnPJewFbRL9StPAfiKG77Is3 { position:absolute;display:block;z-index:15023;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:65.375rem;left:37.5625rem;display:block; }
#D6ZskX4kPtTfuATrDtip4whIEXH8blNf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -moz-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -ms-linear-gradient(90deg, #ef7c00, #f39b16);background-image: -o-linear-gradient(90deg, #ef7c00, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c00', endColorstr='#f39b16' );";background-image: linear-gradient(90deg, #ef7c00, #f39b16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.249025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:81.5rem;left:28.0625rem;display:block; }
#BdFIBgFMqMmp8pH1AcwxKZF3IDEtkEZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwyH69UpXAcPktdPAXUcmyzxQqKpT0qK { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#hu3btsku56DBNyGe1M8K6rP1qcb3JqPa { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#Ih2VaWAV59BCntI2FbolgD3pqpVrZKmZ { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#QPXuVVpNoZM6fKD6MQxyKbh9BXmexiRO { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#CItVavgx2i2hMWMDm0U5hgFf3T4kn0NT { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#QRUaTIv6dhNxbVFpBzB1SsyUrTw5RWKz { position:absolute;display:block;z-index:15005;background-color:#ef7c00;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:3.8125rem;width:0.0625rem;top:14.717329025269rem;left:37.468036651611rem;display:none; }
#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf2e5;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; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container { background-color: transparent; background-image: none; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container > .video-iframe-container { display: none; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row > .video-iframe-container { display: none; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .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); }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container { border-width: 0; border-radius: 0; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#GdD8ho3NSfsTH0dTe46Lyccc8G8IWAhn { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf2e5;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; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container { background-color: transparent; background-image: none; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container > .video-iframe-container { display: none; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row > .video-iframe-container { display: none; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .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); }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container { border-width: 0; border-radius: 0; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#DLXfoEdp45xRR4GQBxxZqzVCZdieM983 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:0rem;display:block; }
#vTHA6miBbX8EzJI3Fw49MTRNPLuEQ3kZ { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.689453125rem;left:6.4357242584231rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4902362823488rem;left:0rem;height:;font-style:normal;display:block; }#ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#ZkXzJdlNBZx4ofi9tmr3QX7TdVsgTsbz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.75rem;top:1.2171516418457rem;left:1.279296875rem;overflow:hidden;display:block; }
#SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5rem;left:37.5rem;height:;font-style:normal;display:block; }#SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#vd7Xw2yffcL7vfLAK8f97ueegJmwp7dU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:37.5rem;display:block; }
#sKQQi2oRrbJdEXVPH6fHWmD4BxP3aUs5 { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.6875rem;left:43.9375rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#MJmMUGZJOE4me5grQz5lufgwNGb5ZBQ1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.875rem;top:1.1860809326172rem;left:38.716262817382rem;overflow:hidden;display:block; }
#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf2e5;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; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container { background-color: transparent; background-image: none; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container > .video-iframe-container { display: none; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row > .video-iframe-container { display: none; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .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); }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container { border-width: 0; border-radius: 0; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#PeNLISTDr7oT94kfi5ZmJKN52QIOV39I { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:0rem;display:block; }
#lLTwPyhRNyhrpCmlpzZJ4ddBa6mRu5r7 { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.689453125rem;left:6.4357242584231rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4902362823488rem;left:0rem;height:15.625rem;font-style:normal;display:block; }#mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#vpVPEgwZSuhOgby5scbRtkdIilXf74H3 { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5rem;left:37.5rem;height:;font-style:normal;display:block; }#vpVPEgwZSuhOgby5scbRtkdIilXf74H3 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vpVPEgwZSuhOgby5scbRtkdIilXf74H3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#dq12kn4OQbflx9Z1xme1IFQDXAdWxerx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:37.5rem;display:block; }
#eyTXWwXTSUWmIvM373BQ64dFzI9Snyxt { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.6875rem;left:43.9375rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#xbUvkLXNpsUbxaDHGA4HN3ZvbB2heToZ { position:absolute;display:block;z-index:15030;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:3rem;width:3rem;top:1.1550083160401rem;left:1.1541194915771rem;overflow:hidden;display:block; }
#iRkMn9CINlHqdtaszEXUhlI38xdqfggP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.25rem;top:1.0928630828857rem;left:39.028762817382rem;overflow:hidden;display:block; }
#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf2e5;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; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container { background-color: transparent; background-image: none; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container > .video-iframe-container { display: none; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row > .video-iframe-container { display: none; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .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); }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container { border-width: 0; border-radius: 0; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#AiPS1ZJnsDzJBkTMsF1VWkzVZfARxQVm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:0rem;display:block; }
#PtfaHquFvHBKV82aWGfGHmENkmZGlff7 { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.689453125rem;left:6.4357242584231rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#TeAIisU4vPIkSd075p9Ufve2SxW6gT1e { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4902362823488rem;left:0rem;height:;font-style:normal;display:block; }#TeAIisU4vPIkSd075p9Ufve2SxW6gT1e li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TeAIisU4vPIkSd075p9Ufve2SxW6gT1e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.4994659423825rem;left:37.499996185302rem;height:;font-style:normal;display:block; }#NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
#fVpf69oOZ8XDGoCDLm7BL7pKTBpsniH1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #1a1a18;border-left:0.125rem solid #1a1a18;border-right:0.125rem solid #1a1a18;border-bottom:0.125rem solid #1a1a18;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:37.5rem;display:block; }
#taghzuxbnGBle0WkcsZwOORV2pdrzUf7 { color:#1a1a18;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.6875rem;left:43.9375rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#FMpGvXJIucGVv7EpGLwMSonNSon59OPJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:0.966796875rem;left:0.93572425842287rem;overflow:hidden;display:block; }
#u7ocqTDLEOmrBWUBNiENJp6fTTTBZfSb { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.1875rem;top:1.435546875rem;left:38.560012817382rem;overflow:hidden;display:block; }
#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf2e5;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; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container { background-color: transparent; background-image: none; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container > .video-iframe-container { display: none; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row > .video-iframe-container { display: none; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .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); }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container { border-width: 0; border-radius: 0; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#HgHeegT2gDeAiVTizVOEWGW2fUT9XAui { background-color:transparent;background-image:none;border-top:0.0625rem solid #ef7c00;border-left:0.0625rem solid #ef7c00;border-right:0.0625rem solid #ef7c00;border-bottom:0.0625rem solid #ef7c00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ef7c00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.87464775rem;height:4.12553525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:30.999641418457rem;display:block; }
#ldDqi4sm5Tk23L03qoUFXnV2DWSiOwTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua { 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; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container { background-color: transparent; background-image: none; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container > .video-iframe-container { display: none; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row > .video-iframe-container { display: none; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .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); }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container { border-width: 0; border-radius: 0; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#rKeebVSe15PoZf5mreP7rWB9gMEhJgOZ { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bm8DxC0yAe7PCWhe6enOAEIKXt6vHfxW { 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:11.5rem;width:11.1875rem;top:11.021827697754rem;left:0rem;overflow:hidden;display:block; }
#DJHt3sKPqWXnF6pUk5xIA7XDCU0a39Em { color:#1a1a18;display:block;width:56.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.905529022217rem;left:12.93678855896rem;height:15.6rem;font-style:normal;display:block; }
#gcbPWyQKWErs0rmoqpLhuDlZATLoycow { 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; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container { background-color: transparent; background-image: none; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container > .video-iframe-container { display: none; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row > .video-iframe-container { display: none; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .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); }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container { border-width: 0; border-radius: 0; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#xSM3x5zET9TGT4asUtQ6NHeTaaKtCPH7 { color:#1a1a18;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG { 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; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container { background-color: transparent; background-image: none; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container > .video-iframe-container { display: none; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row > .video-iframe-container { display: none; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .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); }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container { border-width: 0; border-radius: 0; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#KpfGzvAebOxE3gma41ihaPNUo4qlGngO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ebtuXxOyzVoRbJpmTv64c7FrpxURA5TK { color:#1a1a18;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.37642097473144rem;left:4.3110790252686rem;height:9.75rem;font-style:italic;display:block; }
#LF7DmOaCXR6dfCil6RuTmAvSKfJoSfcw { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#Hh9MMq9FZbmfL56bI1Nt6yW9uzQ6ZU8M { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:37.5rem;height:1.625rem;font-style:normal;display:block; }
#UPdDqvfdV2yITm9w2xGbCLg0481hCrdc { color:#1a1a18;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.375rem;left:41.8125rem;height:11.7rem;font-style:italic;display:block; }
#V8ACakLMEo5UwGwBu9b3nNc53am6V0Fr { 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:2.6875rem;width:3.0625rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi { 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; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container { background-color: transparent; background-image: none; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container > .video-iframe-container { display: none; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row > .video-iframe-container { display: none; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .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); }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container { border-width: 0; border-radius: 0; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#s97Hm6U5BZnhXqv9Mf61v5GTnQzMzzMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TpnTpIWwz1yvfhWdMuI6nhTJqncA0ON0 { color:#1a1a18;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.37642097473144rem;left:4.3110790252686rem;height:11.7rem;font-style:italic;display:block; }
#PAqUcAztJhlNITZ7c9afUG9pDieHMHQb { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#P3VIot6vyblHx3ye7yDPTbC6zwZz7dio { color:#1a1a18;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:37.5rem;height:1.625rem;font-style:normal;display:block; }
#qZdWaQIhrPE9up0RN3lGI1Hg0D6ytcgZ { color:#1a1a18;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.375rem;left:41.8125rem;height:7.8rem;font-style:italic;display:block; }
#G5fdgnDsaNTd4KigrvoSnRrzHx5Sgn7r { 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:2.6875rem;width:3.0625rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a18;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; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container { background-color: transparent; background-image: none; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container > .video-iframe-container { display: none; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row > .video-iframe-container { display: none; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .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); }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container { border-width: 0; border-radius: 0; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#go8nfX9VGtuK31GhKUgapoPSiqGn82T5 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.591796875rem;left:3.2174482345581rem;height:6.5rem;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; }
#acEoz8p4TVIAJkwf9pysoyLJ6d75Q617 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #ef7c00;border-left:0.125rem solid #ef7c00;border-right:0.125rem solid #ef7c00;border-bottom:0.125rem solid #ef7c00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:28.875rem;top:13.4375rem;left:4.3125rem;display:block; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-form-header {  }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:23.875rem;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; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .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:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.875rem;box-sizing:border-box;height:3.625rem;color:#ef7c00;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.875rem;box-sizing:border-box;height:4.375rem;color:#ef7c00;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid #fffdfd;border-left:0.125rem solid #fffdfd;border-right:0.125rem solid #fffdfd;border-bottom:0.125rem solid #fffdfd;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:3.625rem;color:#f47100;font-family:montserrat;font-size:1rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-checkbox { width:1rem;height:1rem;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; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ef7c00;width:23.875rem;height:4.25rem;font-family:montserrat;overflow:hidden; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.5);font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.5);font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.5);font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.5);font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .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; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-container:first-of-type{padding-top:0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-container:last-of-type{padding-bottom:0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.435974121094rem;left:5.625rem; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ {display:block;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.435974121094rem;left:5.625rem; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #efzXWNO3ItDMbeysQ7VipOdnDQf894gB { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #THVqGr4FKbMbE6kNcRe6BSwMbBO9vq8I { position:relative;display:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #psUkvkq2H6TrHm5lxZGtGsp5v6Tdi8uG { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #fN2REu9voe286vWq0V2zB07fHIMibzGF { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #xR4p78ELkqbCDZOCKbdnvvS6JxStkB4o { position:relative;display:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #T2yS95AEOWcevxuoka77AxgNEp6D0Fzb { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #TNnu4ABs2SdHbSWDmGwrUoUAs22pleNI { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #mLUXU7PmOf1vPcfftp965xvmbLEcfyxU { position:relative;display:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #v7UbbChW81LuV8pK3KOoqZ5nsZbgo5K3 { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #hLS0ZlnIx8SP27ZVCuydbbPAHpTU6Hi9 { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #I4rIM82EFymU8A6HgJxHo1rIXI3MsZAN { position:relative;display:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #rSVsfTMMnkeTCZ7Dsh1XVCuLSQxzVvTG { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #HNWsDUao0XJoeumKTHqN68cKWovtGpv3 { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #ckfm9FpiavT7pZLkzOua7c36nIE0QIAp { position:relative;display:none; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #f5UyEKGXB7riNWa4xl2EUcS6qznfcS0O { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #F1raELuQWMDAL0cRyI0EGWxNSRTKqZXJ { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #Ct0lBK4IXEpwtohA4Os9W5iiDql0zh2l { position:relative;z-index:2; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #QdXP4Tm5EvCrPcRbCC4QgOdDx9z3FdIP { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #odCrLmUhXbGWbiHS3MioiZXvqAkwoalN { position:relative; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #NLSwqi1Zn1evlu6ZspPzi6TBmrBTW3cz { position:relative; }
#pTaKm5e3DQi2DF8axNwtOCeUBs9yTwDK { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:15.625000476837rem;left:43.312500953674rem;height:5.3625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6L8upNRxtzRfFT90TkkswmMFhpnsya1 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fd8f00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:4.12565rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.625rem;left:50.25rem;display:block; }
#ZDXvnCvFnkFWTyt9VZTZFwDT2BSE4bVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5Spi7uQMQXT8JqZ7nAIK0ZUmm9LnKR5 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4042974710464rem;left:41.093750953674rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZhNV02kA9LR2291hele1iEhqyVQfOic0 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ef7c00;border-left:0.125rem solid #ef7c00;border-right:0.125rem solid #ef7c00;border-bottom:0.125rem solid #ef7c00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:28.875rem;top:13.4375rem;left:42.125rem;display:block; }
#KPTSOChftV48DBbrug4Ixsf4guKALS9z { 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:15008;opacity:1;top:8.6250004768369rem;left:17.217448234558rem; }
#TaDJRqCX2dU7SM7zfAseJKCChULCxLya { 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:15009;opacity:1;top:8.6250004768369rem;left:55.093750953674rem; }
#NlVdDko0OTWg0KEcBiUfTcNpsJfSi9ps { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.623046875rem;left:34.031250953674rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NqUhgWkXTtKUzRNJFvEDTFQusfh5f6sp { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:15.625000476837rem;left:43.312500953674rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN { 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; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container { background-color: transparent; background-image: none; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container > .video-iframe-container { display: none; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row > .video-iframe-container { display: none; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .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); }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container { border-width: 0; border-radius: 0; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#kcb2LkvWBos7Q62b9hKo8nErT7tlR1xb { color:#000000;display:block;width:31.3736875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.537109375rem;left:21.813151359558rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KchVo5q8z8Irk61iO6QzEKOBINB7fqN5 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.8125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:5.6875rem;left:33.75rem;display:block; }
#LcJOeofwZPMdh9zTKpEDIUMWBWXKsU3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTxLdD8zLgEIqzV8AcHx0D89LnbSGfuX { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:3.4375rem;left:33.75rem;display:block; }
#B0oIQI4vuovX361S2I7ffid6QMqgKhzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ugCFFqJZ9Hv48GHEklG9Kgd6kdoboZiT { 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:15013;opacity:1;top:8.0625rem;left:31.0625rem; }
#N4gLkTzDhpFF8VqGeRAVdHT9R2wHpTG5 { 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:15014;opacity:1;top:3.4375rem;left:31.0625rem; }
#ecAc2C5qpiwmtXecKknrtuHmTE2JWbM5 { 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:15015;opacity:1;top:5.6875rem;left:31.0625rem; }
#CzGbEC13go53rAzNnfzWSccd10yCKCU7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:33.75rem;height:1.21875rem;display:block; }
#O0xlGswidLig5hL9U9wnpQ8y7b6N7RMU { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1rem;left:33.8125rem;display:block; }
#wRcPv2f4KPEi3L6TEKOFuHXQbUF9zkqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZJcFPvnyWqtri5ICRzkH9zdIzHJO5KG { 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:15016;opacity:1;top:1rem;left:31.125rem; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #g77PRTwDdzimlmyV37N14UonKma0fhG9 { position:relative;z-index:auto;display:none; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cyFGdb5b7wnzzHttw2ODXqhQ1Mtn0k2p { width:5.9375rem;height:3.125rem;top:2.125rem;left:30.406250953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx086DA50rU3nPwHvQIwppsoa51rD7w6 { display:block; }
 }@media only screen and (max-width: 1199px) { #VTeLdGLkEEpCJcuiudtAzJEmBMcUKK8H { width:7.875rem;height:3.125rem;top:2.125rem;left:36.343750953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5EAn2k7f6UOnGt7qWNThC1Sk67XOJgQ { display:block; }
 }@media only screen and (max-width: 1199px) { #IbxvA0HniJGAZ5By3yxbtgu3LUap4Pwy { width:7.875rem;height:3.125rem;top:2.125rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ9EVq82w1f8naoOCdgKsi6HCQaCQEKa { display:block; }
 }@media only screen and (max-width: 1199px) { #TfeHeSIHDToalztelB7KJck7SoV1D8AM { width:14rem;height:3.125rem;top:2.125rem;left:16.281250953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VoQvNVBfSfhAXIzgohOUGLZObkd1cSVr { display:block; }
 }@media only screen and (max-width: 1199px) { #PCpSlApcDSi3FZ9yZAxAQ7cT5DbOOnSS { width:7.875rem;height:3.125rem;top:2.125rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrhtmTC3KIWprhOHIQR1EkVMeTXxF6qA { display:block; }
 }@media only screen and (max-width: 1199px) { #KcHQ0gZOD8hmUyhh9ZwzouNgVM5F8g46 { width:1.8125rem;height:1.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2RKJgQ5p3b4bOKBzUDf9cdOvboKTnS6 { width:1.8125rem;height:1.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmWIgRxQypEHo1fLWKlACeUWSKBhp7eD { width:1.8125rem;height:1.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0noTl6mkGo27ppxsTAuZ9fhSDBera5X { width:7.1875rem;height:1.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFDbr5zTQL9nsVrrboHgTomPsOPuOTDf { display:block; }
 }@media only screen and (max-width: 1199px) { #fPAdJnwK2KTKKxbJTe6Z2dr6tmID9Sg9 { width:13.1875rem;height:1.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnbKpaXpDWlPqt0SnCeREiscvG48LiIM { display:block; }
 }@media only screen and (max-width: 1199px) { #qx30LfhN5xUbGReVdJtkOFhOZgI1UvTG { width:12.5rem;height:1.1875rem;top:0.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NVohWrmMbTuVITm5EtJ7wnzi28Fpz73q { width:11.125rem;height:1.875rem;top:7.75rem;left:17.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RdMugcJs6u2cUbg5hTnWq6sRapEb2oks { display:block; }
 }@media only screen and (max-width: 1199px) { #GQFGGT2AXiMARdvAq2WkHDvcAt3TXhe3 { width:11.875rem;height:1.875rem;top:10.375rem;left:17.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cvs3tO490a5bCRlWrscFQtWPKPIAm6mN { display:block; }
 }@media only screen and (max-width: 1199px) { #OZygnrVmNPyxEMMOFUab5LAToWf7XmgL { width:7.875rem;height:1.875rem;top:13rem;left:17.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJs2EMchMzAWfaXEezAqL0paTQZwJ27V { display:block; }
 }@media only screen and (max-width: 1199px) { #mgMP2Aym21JkQnlMZ8pXUd5TxJFRbnJV { width:14.1875rem;height:2.375rem;top:15.5625rem;left:17.375001251698rem;font-size:1.125rem;text-align:center;text-align-last:center;background-color:#fd8f00;background-image:none;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #uHTTSuODhi6S4nSDTRZmeTtp47zqoKOT { display:block; }
 }@media only screen and (max-width: 1199px) { #mMDURTRgSIyTPiuznBEb0KMhtGHHErAG { width:15.5625rem;height:1.875rem;top:5.375rem;left:17.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ae0ksJ4xB0GxH8hiNJWFIol71Ri2zAV7 { display:block; }
 }@media only screen and (max-width: 1199px) { #wccwbuqK4Um3OfXaBbHAPx5Lb7M30XMu { top:1.0625rem;left:43.15625rem;width:3.3125rem;height:3.3125rem;z-index:15009;color:#000000;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZGozUQqUWmD1KVQ0cuaLf7XlzLIRyXS { width:7.1875rem;height:1.8125rem;top:19.3125rem;left:38.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #AvkaVKNsApwT6ERsLwkoVekaA7CRzpUz { display:block; }
 }@media only screen and (max-width: 1199px) { #vOg6bGOQ3xFVsHMpFKUo4XQrvM9eHyQu { width:13.1875rem;height:1.8125rem;top:19.3125rem;left:20.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #HMWaadx9SymB6RhI7clHM1kFXvATdLrZ { display:block; }
 }@media only screen and (max-width: 1199px) { #mHo2nU7G61mfHOyEUgGQxfbln6AqGBX0 { width:12.5rem;height:1.21875rem;top:19.5625rem;left:5.4375rem;font-size:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #IDHD5O269Pw2GI2CPTecZhaVB9IuVB5J { width:1.8125rem;height:1.8125rem;top:19.3125rem;left:2.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 1199px) { #naMKZp50TMo8G4OlRvdpNJkkGz5oPzd5 { width:1.8125rem;height:1.8125rem;top:19.3125rem;left:17.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #IUTIEQ6XhtF8iOnLTC79lwLmhyOpC2aL { width:1.8125rem;height:1.8125rem;top:19.3125rem;left:35.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 { display:block; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CXitToSucfftWVGhqOCIKV7a3zhsqhh5 { display:block; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { width:47.75rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nrkeT2zvdgvvdONPsb3tOTJEcePsEyFe { width:11.1875rem;height:11.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqI42nXZuLOopoVwQ0LL5znW6sZzrHQL { width:30.5625rem;height:7.3125rem;top:13.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKh32aEEese6bSWbe7WwfMIZT9BXHTu5 { width:19.0625rem;height:4.25rem;top:23rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1w6dLOpL7UZXR81mhDdaexmf6Tr0TT6 { display:block; }
 }@media only screen and (max-width: 1199px) { #XJUAw3L9lZZE4KWav2BB3TEqVRSUK0ps { width:19rem;height:4.25rem;top:28.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQDlIw5SvyOUpsTQWBRPlxkoHVLvWzBz { display:block; }
 }@media only screen and (max-width: 1199px) { #g1FH9JVmvDvubLHINICEmeXM0Wa2OOyF { width:9.25rem;height:11.25rem;top:21.75rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZ9ymE9lKeQAhW2DAOAQUKoJH6hh0s76 { width:9.25rem;height:11.25rem;top:17.9375rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 { display:block; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l57Vrn8UFFKq3tJbZHvHfXQmarVoHwa9 { width:41.75rem;height:39.325rem;top:2.5rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 { display:block; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TAApFnmRhB2fJTvqqqXGTEmTkQJ88d83 { width:41.75rem;height:19.6625rem;top:2.25rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn { display:block; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container { width:47.75rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CXXqgbqzhICgTV8UTx0zQi1wdOUZ0H0s { width:41.75rem;height:10.725rem;top:2.6875rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z { display:block; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container { width:47.75rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtDqseTddVc82CtVqWxDqC6fNdKuFUxd { width:32.5rem;height:1.95rem;top:4.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5U68b2Qit8cBAPlURUfI2znosuxD21x { width:41.75rem;height:18.55rem;top:8.4375rem;left:1.4375rem;font-size:1.375rem;display:block; }#S5U68b2Qit8cBAPlURUfI2znosuxD21x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D3rr730x/dot.png); }
 }@media only screen and (max-width: 1199px) { #XRx2R8ycwHvPJ2OdxUVGCN8PswqxzwWN { width:35rem;height:38.0625rem;top:30.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIFfcuf6fC4STs2mMT4KTRIJzN5Xkf8m { width:30.375rem;height:1.625rem;top:32.375rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6fPL5EPWZTKW8M0aCmkL7Vc30KrI06D { width:12.5rem;height:1.4625rem;top:35.625rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTSm9WRTTF7XmSu68mbH7FivyOtivGO1 { width:12.5rem;height:1.625rem;top:38.1875rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQANFk8WCvVpsZbThl0MO2opOeNGTV2N { width:30rem;height:16.425rem;top:44.3125rem;left:8.875rem;font-size:0.875rem;display:block; }#PQANFk8WCvVpsZbThl0MO2opOeNGTV2N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rwUBO5ZL/dot2.png); }
 }@media only screen and (max-width: 1199px) { #moc4KaDupb9v7vzdClFfD5kBCFkgx128 { width:19.0625rem;height:4.1875rem;top:62rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyR4nPdF2EahiuhOLxA9I26xG472IZPd { display:block; }
 }@media only screen and (max-width: 1199px) { #eU0SPQ5BteadAOho13NvKT7s0T0OemR3 { display:none; }#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 > .row .container { width:47.75rem;height:56rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Uv24WqkCxSTFeqJArfAZLFo8WHWwhssN { width:47.75rem;height:1.94986875rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVM8G4Tybhaeak7t9QXrlofJp4TCoaz4 { width:18.375rem;height:1.46235625rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBPmAgOt0SCFkBBPXqZBXTVnXupZJcvf { width:23.125rem;height:4.375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liBVVnaINcNONGg0PAZTvT1HWQrDsAJ4 { width:23.125rem;height:4.375rem;top:18.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkXl1UDLJSC6FHtT8cPfwiyBP6ntxIoI { width:20.8125rem;height:1.3125rem;top:20.21875rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdThqpsCTBvAOkL3XXZL2MMQMSZbPvnH { width:19.0625rem;height:1.46235625rem;top:16.5rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcuV1lqRRFdz6dEZG256J6aCac6hcATb { width:23.125rem;height:4.375rem;top:26.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeyOidwSTKOqEzxHUMFEoHxgLuxtVg4U { width:23.125rem;height:4.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6kOmH6wPs0HA26aKyVodhobZnApsyEt { width:22.25rem;height:1.3125rem;top:28.59375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPaEHslu5sUSsqfJR8lOVdE2iO6WKDXE { width:11.375rem;height:1.3125rem;top:28.53125rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNLtlRm7Q0VnPT4PLQZFM4DwEdmAxtiX { width:21.4375rem;height:1.46235625rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COfTRK2ibDwG78w4IDkEertlm0T04NF6 { width:12.3125rem;height:1.46235625rem;top:24.6875rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBG1AFUT9hxLym6EwVxvzEZDR99OPPTZ { width:23.125rem;height:13.125rem;top:35.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4kluxbJr0XC0vT8SJC1ZyqLcczZVJQz { width:23.125rem;height:13.125rem;top:35.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX { width:21.6875rem;height:7.5rem;top:36.5625rem;left:0.875rem;font-size:0.875rem;display:block; }#yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D { width:21.625rem;height:2.9375rem;top:36.5625rem;left:25.3125rem;font-size:0.875rem;display:block; }#LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #V4RQyERSTaKDpWnXCrTzw9DZ949UcV0o { width:22.4375rem;height:1.46235625rem;top:33.03125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3lBO5tVcMJTyB8B7qnuBXsbFHxt2dDZ { width:10.9375rem;height:1.46235625rem;top:33.03125rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tsWdCvQ24X4ZJ01f1zpC4wrtkv4HnXKT { width:12.9375rem;height:4.1875rem;top:50.875rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2IzsIVxr6oGmKJgW16wPQqOsTyIQRNc { display:block; }
 }@media only screen and (max-width: 1199px) { #WO6ptIR7SJkodDxK6EXvPqfM1ZWx59PT { width:21.1875rem;height:1.3125rem;top:20.21875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGZJNvIz7Ew93tRqEMlKxbpNgUbTShC6 { width:47.625rem;height:8.625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 { width:47.7480625rem;height:2.02485625rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }#bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 li:before{  }
 }@media only screen and (max-width: 1199px) { #bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT { display:block; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T6gWViiRRs6ElhclQ6ML0CloPOeZgW0c { width:47.75rem;height:3.9rem;top:1.2682304382324rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIrxEhwQl8fi3UVeZrucSmRK79qk8ups { display:block; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gVLh07Z06yRwbR2V9GVli5vupQRg9No2 { width:43.5625rem;height:2.7625rem;top:1.5625rem;left:2.0937500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe { display:block; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B { width:15.125rem;height:15.125rem;top:4.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxrOnmd6RzQ8TeAeb0VxNNN4veu5tHao { width:36.75rem;height:1.625rem;top:0rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebdlEdfL8wDJrr63nGF4DS7Zt9IagRvV { width:28.8125rem;height:1.3rem;top:2.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1cBfxloh2CHCTaylLMwUpvR6s0EWVve { width:28.125rem;height:10.5rem;top:6.125rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmdDwGeB2V19dWUyg4byfTfO25tDTyGs { width:10.375rem;height:4rem;top:16.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nlhbM3eeUg8O3wAmcszul2Cdofzr4V34 { display:block; }
 }@media only screen and (max-width: 1199px) { #eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv { display:block; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mJr0xvozppyBwBTmwMuBTUg9rForeEvT { width:47.75rem;height:1.95rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9gCJzgGVqI6DkMHZ7d8dlk7Er8DnRqI { width:47.5rem;height:39.5625rem;top:1.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm { display:none; }#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm > .row .container { width:47.75rem;height:42.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02 { width:7.625rem;height:7.625rem;top:7.9375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCZcgFEfiWIVSxG6NARHZx9pcweZ1Lam { width:39.3125rem;height:2.03125rem;top:3rem;left:4.2187498807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aNePMDUW8oCpSXL5K4ATq6P3VHHeulFa { width:10.375rem;height:4rem;top:16.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kXMNp1ZqVTqs6TmQ7Le9mdduvUi9O4Z6 { display:block; }
 }@media only screen and (max-width: 1199px) { #PaBTqlIZnE6UZGyAfJapLaRERVW0WLWW { top:39.375rem;left:9.375rem;width:31.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IHJ0q8GKRTlrvTIw7aVcZRKgFc8N6rWH { width:8.5625rem;height:1.4625rem;top:8rem;left:11.406250298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3xF8rIwN8yAgJe1f1wLUdMLihFc5sVf { width:24.625rem;height:1.4625rem;top:8rem;left:20.375001251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xs5yrXGsU2D8ehP4U5wvmZ9WFJsTzdZN { width:8rem;height:1.4625rem;top:14.225260734558rem;left:11.406250298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qmkrd4qIykMu0qeCVT9qvFTaezrG86hh { width:17.25rem;height:1.4625rem;top:14.225260734558rem;left:20.375001251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOBCr35nFoKL8cMVPRXPKpd6OdRsIWlW { width:9.1875rem;height:1.4625rem;top:17.498698234558rem;left:11.406250298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7bnWRZ6DMLktOTByy25sRe75sX0vkNK { width:25.25rem;height:1.4625rem;top:17.498047828674rem;left:20.375001251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKRQEy8vAmAZb0HwXUQmGwuN0Teggll1 { top:47.9375rem;left:9.375rem;width:31.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y8WbTlbg2ONqtg9kwtZOQ8FP3AqTrGmR { width:8.125rem;height:1.1375rem;top:16.111979484558rem;left:1.0000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4qsmTDvctXUFutOS111Z0s7RzqQt3L3 { width:8.75rem;height:2.925rem;top:18.75910949707rem;left:0.68750005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuThxUgx4W5AuwH1JAHrzV1XfAJGPtqy { top:51.9375rem;left:9.375rem;width:31.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hKNqcA77OgImlz1t23BrSJAarfSmRluW { width:10.125rem;height:1.4625rem;top:11.080078125rem;left:11.406250298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQJMeNuDAvwMRJ0CfEDuGZ7zFQpb0PJN { width:25.1875rem;height:1.4625rem;top:11.080729484558rem;left:20.375001251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqmAcgohPI7bSzRBa3Lxr7OztDukTG8T { top:43.5rem;left:9.375rem;width:31.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kAQkC3LInSKErUxp3nGXhAVkgmJOiT9C { width:6.9375rem;height:1.4625rem;top:20.496745109558rem;left:11.406250298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awUx9oAMsnDmwAvqHrV5ZmDz3tULgoKc { width:24.5rem;height:2.925rem;top:20.496745109558rem;left:20.437501251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1GgshBoqLx699m7PcZQEn2TlklrH6fn { top:57.1875rem;left:9.375rem;width:31.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fcfXkfnVINZL9utVA5tBKCqOHQtPvDdz { width:15.625rem;height:4.1875rem;top:34.437500953674rem;left:7.0625002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FF2SylfMsJiEo0tLnepswyHEwvUyqGg5 { display:block; }
 }@media only screen and (max-width: 1199px) { #DkK9vMuVw2cOL5gMrA4svTrWqUMZ8lMO { width:15.625rem;height:4.1875rem;top:34.437500953674rem;left:25.062501251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQLyqtekHrsz7dmONdflHUKVz7aWyoMk { display:block; }
 }@media only screen and (max-width: 1199px) { #EzDKlAh6PnUmhQM5ZzneyJva0fxnbamw { width:10.3125rem;height:1.4625rem;top:24.832032203674rem;left:18.718751251698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rblEFUW3cQtrtkh6vyl3u8BLXPNM8QKI { width:6.875rem;height:5.625rem;top:27.476563453674rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmxBertfuA20CJXIqbX01xlUEehfBPPz { width:6.875rem;height:5.625rem;top:27.539063453674rem;left:9.6250002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpcNUo5ERf01gVQXfe3GCryPJllbmp23 { width:5.9375rem;height:4.55rem;top:28.013672828674rem;left:3.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzgHfT6SQzgtzTEWkg4iP1l495Gw1V4a { width:5.9375rem;height:3.4125rem;top:28.014323234558rem;left:10.468750298023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5yLqMwDmKIo0ukT4P9EA2Vx6iVX81Ak { width:5.9375rem;height:3.4125rem;top:28.082682609558rem;left:17.687501251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcmbmsK8PhX6TSKbG7x95zgH8eeyB7hT { width:6.875rem;height:5.625rem;top:27.476563453674rem;left:31.250001251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urV2TMZfUNWg6G40Ok6SUJvBLnS8wHgL { width:6.875rem;height:5.625rem;top:27.476563453674rem;left:16.812501251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrT42dVBZmcmcTqDc3bw5OGRXiTEVRtN { width:5.9375rem;height:2.275rem;top:28.038411140442rem;left:39.125001251697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGdeN42uyqNewHOx3yq5CTdLg47vnZa4 { width:6.875rem;height:5.625rem;top:27.476563453674rem;left:38.375001251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np0yDr8pyNocAWIIbAWMTRTTOGRLTPWC { width:5.9375rem;height:3.9rem;top:28.013672828674rem;left:31.937501251698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWTBmplxOuT0tGGIrShXT40gogPrqseo { display:block; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #flGs5oN1vRmm6sev3kTRVn1lKgFhKh59 { width:24.6875rem;height:3.9rem;top:2.25rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a79sqJvDPzpuegffIeTfmPXTOAx2bQyn { width:12.8125rem;height:4.125rem;top:2.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HPW1E9qZETc3cJdAmxGNuWuhTJv547ci { display:block; }
 }@media only screen and (max-width: 1199px) { #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FGwzakzu/8c7e3c70_4365_4107_84ce_2b1492197d27.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.adaptive-delivery-prevent-bg, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyload, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyloading { background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { background-color: transparent; background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .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); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { width:47.75rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iED5lWiEOQ3JaLDfkIRumd1wK0Evbbmn { width:9.375rem;height:11.3730625rem;top:47.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlrBosCXIRyK6FLLcAfoe1R3zll7geyF { width:33.6875rem;height:40.8125rem;top:2.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vW1QvTHbLMOVcvFSyz31Zsh2x25x9Vnn { width:26.8125rem;height:1.95rem;top:4.9375rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHqpPaJq5epqad3keHJHV8t3XIeIM2Ea { width:1.875rem;height:1.4375rem;top:8.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naWMRS2L8377ADssgNMRuEwFyDGFoorA { width:29.1875rem;height:1.3rem;top:8.8125rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDuTOfx1XLM0eDZpHwomqF5a76Zv6T6F { width:27.5625rem;height:1.3rem;top:11.5625rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAPkHFrATGHCy17vRMwWMewJR99Qc1MB { width:1.875rem;height:1.437325rem;top:11.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWN4Z2nXS4OqAll9NGNNKi5CG8kTXtr0 { width:1.875rem;height:1.436525rem;top:14.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKlsKoiw1KC7sBgilJe7trbJafXf1gON { width:28.375rem;height:3.9rem;top:14.3125rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWtMpGbeFxZqwrcAWHRlnMVafv1FqT0S { width:1.875rem;height:1.436525rem;top:19.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hx476PG5rXQAy7irf6t0qRzkTGmEtnbz { width:29.1875rem;height:2.6rem;top:19.5rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tt2lVgzE1wsQxuiwLJiZ4kVTHIhH42g9 { width:1.875rem;height:1.436525rem;top:23.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiiXbeCa41LSvsWTSBq71MLVzPvcil2z { width:17.8125rem;height:1.3rem;top:23.9375rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwFE6q0ZMTdufOSVF3PleFAIkg6saSc8 { width:1.875rem;height:1.436525rem;top:27.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXtdTDEPhTcVAVbgPmLFGGKeMKQsAixv { width:28rem;height:1.3rem;top:27.8125rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZqxciS3vHTWoBiUTp1D2T2Zs8vCUrEa { width:1.875rem;height:1.436525rem;top:31.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HeIVIlJxOV5AKN4ECfE3WKhVaKKyPOhK { width:28.6875rem;height:2.6rem;top:31.125rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlzKVzQTIAVQkDGkqmgo9dHsT2I0i1ge { width:19.0625rem;height:4.1875rem;top:36.75rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaduyXfwlZNgLIwcSSIvUEz8R5o7nVfi { display:block; }
 }@media only screen and (max-width: 1199px) { #wUFOOifggkGvOJBbllTa69qtSAksTLeW { display:block; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IEsgTqXMqVUDEplGGGpq4NWPZJG0oqUB { width:47.75rem;height:1.95rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 { display:block; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T1tRAMANTvqsLhDwFZ70VSINBBTMfpAU { width:8.8125rem;height:8.8125rem;top:0rem;left:7.21803855896rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxhzzqindabctbBtZVN9GFm3JqMJwplH { width:4.375rem;height:4.375rem;top:2.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mqrl4sJ7OKAkXWiZGFWAndQsL0gNVW26 { width:23.1875rem;height:1.4625rem;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9JpXRbp9HFsU6Q2OiNB5gAZMsGWMkW8 { width:20.8125rem;height:7.5rem;top:15.5625rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFDHw2hOy8spBTLt9UmFIckgPmUuU0UB { width:20.8125rem;height:6rem;top:15.5625rem;left:25.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFdm7yWDwhWSgTOfnZdk81BN6Q3UWs2K { width:17.625rem;height:2.925rem;top:11.34375rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3H8rvCsrmdPG2CJCSMKGkIaLofQiUei { width:8.75rem;height:8.75rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezawPsD6XC3oTTJyJtemvJT2UlgWbeRP { width:4.375rem;height:4.375rem;top:2.1875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 { display:block; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rQtvrDfURrFEy8lxcRebZLuyvam23UuD { width:8.8125rem;height:8.8125rem;top:0rem;left:7.21803855896rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrX3mgmZisg1SkmXIsu6K29RSXDHGk2s { width:18.75rem;height:1.4625rem;top:11.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6phg3XUPpTaqbtWxDAN5fi9IJASFizq { width:20.8125rem;height:6rem;top:15.1875rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUb3VVOn7LiGg3NptfdHdVXlHVDDtACa { width:20.8125rem;height:6rem;top:15.1875rem;left:25.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCcvlZyqVV6OnHoP9NLJBefiBNntdwsd { width:23.4375rem;height:1.4625rem;top:11.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfbrTDidtXrdkhkATvCVLELBTBe9qeme { width:8.75rem;height:8.75rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7JeRl59aTkJVBe348xI4WPvnO1WNHGz { width:4.375rem;height:4.375rem;top:2.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZrOVsBFa0HUrREJZXDO89JU7hPXSs7z { width:4.125rem;height:4.375rem;top:2.1875rem;left:34.373397827149rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 { display:block; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row .container { width:47.75rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kIbRWQgqi1UJwV5bipXub921VKv6agTg { width:47.75rem;height:1.95rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kebz0yInkhxAiPN1TVnbINvG9hEFd7NT { width:29.375rem;height:1.4625rem;top:7.9375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8R3wo0hqrNcD5a6wtqT1ub93Q3mofPu { width:1.25rem;height:1.25rem;top:10.8125rem;left:23.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCLa94X7qMyA2N4qR7x5tgJFaZ7Tqguk { width:0.0625rem;height:3.8125rem;top:11.4375rem;left:23.8427734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDv1K91SLXzv7ZvdZKAmZNc5slepc0H4 { width:1.5625rem;height:1.5625rem;top:15.25rem;left:22.5927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOEZddgl2N0mtDfFONkDkAGx9cV0OrDI { width:47.75rem;height:1.4625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zP7PhZRuryPTu77vtLvyXX850fdHiN09 { width:43.875rem;height:1.4625rem;top:27.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cvuw7yuOlvPR2EFpZFOW0DkZGG13g3kg { width:1.5625rem;height:1.5625rem;top:24.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktlTJ8e991NV766m6CxuiiX75D8aCPet { width:0;height:3.75rem;top:20.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0HTyP0Gp4AUwS3xbapLS6aQitpxGcg3 { width:43.875rem;height:1.4625rem;top:37.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXNi7OUpGvCGIOA5wCTG2hdUNbFKeXMS { width:1.5625rem;height:1.5625rem;top:34.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KncUd1momOKmOC4TqRwTE35dDOo5icW2 { width:0;height:3.75rem;top:30.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qqQUJXXaNxrVbLVFluml6kTEbb51h9Xi { width:40.3125rem;height:2.925rem;top:46.875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIkmZ9wwTFp6JuX6ZF8HO50323wt8Fmu { width:1.5625rem;height:1.5625rem;top:43.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8zFc4QItCOhlVP9WBWHD1qFHddQvX3b { width:0;height:3.75rem;top:39.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIJbf4QLFMg9fUSCixuVAHkq5nRbWnL2 { width:43.875rem;height:1.4625rem;top:58.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSl6WrD1Qgx9AysWlHSHP2eNN8UNVGna { width:1.5625rem;height:1.5625rem;top:55.3125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBcb8yDmTSZgxsgH1Dd6cFK1izS7nkcM { width:0;height:3.75rem;top:51.5rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p5Uc9aP3p7TRAcd98qQpHRJ8b9TB8sXO { width:43.875rem;height:1.4625rem;top:68.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrwDe9XnBBTLHtvTHep1599A5P0OepNw { width:1.5625rem;height:1.5625rem;top:65.0625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTIKWTz0dnPJewFbRL9StPAfiKG77Is3 { width:0;height:3.75rem;top:61.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6ZskX4kPtTfuATrDtip4whIEXH8blNf { width:19.0625rem;height:4.1875rem;top:72.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdFIBgFMqMmp8pH1AcwxKZF3IDEtkEZf { display:block; }
 }@media only screen and (max-width: 1199px) { #DwyH69UpXAcPktdPAXUcmyzxQqKpT0qK { width:0.0625rem;height:3.8125rem;top:29.0625rem;left:-18.28125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #hu3btsku56DBNyGe1M8K6rP1qcb3JqPa { width:0.0625rem;height:3.8125rem;top:20.5625rem;left:23.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #Ih2VaWAV59BCntI2FbolgD3pqpVrZKmZ { width:0.0625rem;height:3.8125rem;top:30.3125rem;left:23.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #QPXuVVpNoZM6fKD6MQxyKbh9BXmexiRO { width:0.0625rem;height:3.8125rem;top:40rem;left:23.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #CItVavgx2i2hMWMDm0U5hgFf3T4kn0NT { width:0.0625rem;height:3.8125rem;top:51.5625rem;left:23.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #QRUaTIv6dhNxbVFpBzB1SsyUrTw5RWKz { width:0.0625rem;height:3.8125rem;top:61.3125rem;left:23.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #zcxExRtoViV1eiVS4FQrvgONtTIvtLFR { display:block; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GdD8ho3NSfsTH0dTe46Lyccc8G8IWAhn { width:47.75rem;height:1.95rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA { display:block; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DLXfoEdp45xRR4GQBxxZqzVCZdieM983 { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTHA6miBbX8EzJI3Fw49MTRNPLuEQ3kZ { width:13.5rem;height:1.625rem;top:1.8125rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 { width:20.8125rem;height:2.6rem;top:6.4375rem;left:1.25rem;font-size:1rem;display:block; }#ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #ZkXzJdlNBZx4ofi9tmr3QX7TdVsgTsbz { width:2.75rem;height:2.875rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE { width:20.8125rem;height:2.6rem;top:6.4375rem;left:25.0625rem;font-size:1rem;display:block; }#SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #vd7Xw2yffcL7vfLAK8f97ueegJmwp7dU { width:5rem;height:5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sKQQi2oRrbJdEXVPH6fHWmD4BxP3aUs5 { width:16.25rem;height:1.625rem;top:1.8125rem;left:30.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJmMUGZJOE4me5grQz5lufgwNGb5ZBQ1 { width:2.875rem;height:2.9375rem;top:1.15625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b { display:block; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PeNLISTDr7oT94kfi5ZmJKN52QIOV39I { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLTwPyhRNyhrpCmlpzZJ4ddBa6mRu5r7 { width:13.125rem;height:1.625rem;top:1.8125rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu { width:20.8125rem;height:14.325rem;top:6.4375rem;left:1.53125rem;font-size:1rem;display:block; }#mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #vpVPEgwZSuhOgby5scbRtkdIilXf74H3 { width:20.8125rem;height:21.025rem;top:6.4375rem;left:25.40625rem;font-size:1rem;display:block; }#vpVPEgwZSuhOgby5scbRtkdIilXf74H3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #dq12kn4OQbflx9Z1xme1IFQDXAdWxerx { width:5rem;height:5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyTXWwXTSUWmIvM373BQ64dFzI9Snyxt { width:15.25rem;height:1.625rem;top:1.8125rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbUvkLXNpsUbxaDHGA4HN3ZvbB2heToZ { width:3rem;height:3rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRkMn9CINlHqdtaszEXUhlI38xdqfggP { width:2.25rem;height:3.125rem;top:1.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw { display:block; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container { width:47.75rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AiPS1ZJnsDzJBkTMsF1VWkzVZfARxQVm { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtfaHquFvHBKV82aWGfGHmENkmZGlff7 { width:12.125rem;height:1.625rem;top:1.8125rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeAIisU4vPIkSd075p9Ufve2SxW6gT1e { width:20.8125rem;height:9.3rem;top:6.3125rem;left:1.53125rem;font-size:1rem;display:block; }#TeAIisU4vPIkSd075p9Ufve2SxW6gT1e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ { width:20.8125rem;height:12.275rem;top:6.21875rem;left:25.40625rem;font-size:1rem;display:block; }#NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 1199px) { #fVpf69oOZ8XDGoCDLm7BL7pKTBpsniH1 { width:5rem;height:5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taghzuxbnGBle0WkcsZwOORV2pdrzUf7 { width:13.0625rem;height:1.625rem;top:1.8125rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMpGvXJIucGVv7EpGLwMSonNSon59OPJ { width:3.375rem;height:3.375rem;top:0.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7ocqTDLEOmrBWUBNiENJp6fTTTBZfSb { width:3.1875rem;height:2.4375rem;top:1.40625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 { display:block; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HgHeegT2gDeAiVTizVOEWGW2fUT9XAui { width:12.8125rem;height:4.125rem;top:1.75rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldDqi4sm5Tk23L03qoUFXnV2DWSiOwTZ { display:block; }
 }@media only screen and (max-width: 1199px) { #ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua { display:block; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rKeebVSe15PoZf5mreP7rWB9gMEhJgOZ { width:47.75rem;height:2.925rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bm8DxC0yAe7PCWhe6enOAEIKXt6vHfxW { width:11.1875rem;height:11.5rem;top:6.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJHt3sKPqWXnF6pUk5xIA7XDCU0a39Em { width:47.75rem;height:13rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcbPWyQKWErs0rmoqpLhuDlZATLoycow { display:block; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xSM3x5zET9TGT4asUtQ6NHeTaaKtCPH7 { width:47.75rem;height:1.95rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG { display:block; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KpfGzvAebOxE3gma41ihaPNUo4qlGngO { width:3.0625rem;height:2.6875rem;top:1.3125rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebtuXxOyzVoRbJpmTv64c7FrpxURA5TK { width:21.875rem;height:7.3125rem;top:5rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LF7DmOaCXR6dfCil6RuTmAvSKfJoSfcw { width:14.0625rem;height:1.3rem;top:16.1875rem;left:4.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Hh9MMq9FZbmfL56bI1Nt6yW9uzQ6ZU8M { width:10.4375rem;height:1.3rem;top:16.1875rem;left:30.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #UPdDqvfdV2yITm9w2xGbCLg0481hCrdc { width:21.875rem;height:10.2375rem;top:5rem;left:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8ACakLMEo5UwGwBu9b3nNc53am6V0Fr { width:3rem;height:2.6328125rem;top:1.33984375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi { display:block; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s97Hm6U5BZnhXqv9Mf61v5GTnQzMzzMi { width:3.0625rem;height:2.6875rem;top:1.5625rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpnTpIWwz1yvfhWdMuI6nhTJqncA0ON0 { width:21.875rem;height:8.775rem;top:5.40625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAqUcAztJhlNITZ7c9afUG9pDieHMHQb { width:11.875rem;height:1.3rem;top:16.8125rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #P3VIot6vyblHx3ye7yDPTbC6zwZz7dio { width:14.25rem;height:1.3rem;top:16.8125rem;left:28.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qZdWaQIhrPE9up0RN3lGI1Hg0D6ytcgZ { width:21.875rem;height:7.3125rem;top:5.40625rem;left:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5fdgnDsaNTd4KigrvoSnRrzHx5Sgn7r { width:3rem;height:2.6328125rem;top:1.58984375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 { display:block; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #go8nfX9VGtuK31GhKUgapoPSiqGn82T5 { width:18.4375rem;height:3.9rem;top:2.021484375rem;left:3.8750002980233rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #acEoz8p4TVIAJkwf9pysoyLJ6d75Q617 { width:18.9375rem;height:12.375rem;top:11rem;left:27.562501251698rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-regular-label { width:22.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-text { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-textarea { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-button { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ  { width:22.3125rem;height:auto;top:11.125rem;left:0.68750005960463rem; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .radio-container { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ {display:block;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ { width:22.3125rem;height:auto;top:11.125rem;left:0.68750005960463rem; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #efzXWNO3ItDMbeysQ7VipOdnDQf894gB {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #THVqGr4FKbMbE6kNcRe6BSwMbBO9vq8I { display:none; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #psUkvkq2H6TrHm5lxZGtGsp5v6Tdi8uG {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #fN2REu9voe286vWq0V2zB07fHIMibzGF {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #xR4p78ELkqbCDZOCKbdnvvS6JxStkB4o { display:none; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #T2yS95AEOWcevxuoka77AxgNEp6D0Fzb {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #TNnu4ABs2SdHbSWDmGwrUoUAs22pleNI {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #mLUXU7PmOf1vPcfftp965xvmbLEcfyxU { display:none; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #v7UbbChW81LuV8pK3KOoqZ5nsZbgo5K3 {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #hLS0ZlnIx8SP27ZVCuydbbPAHpTU6Hi9 {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #I4rIM82EFymU8A6HgJxHo1rIXI3MsZAN { display:none; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #rSVsfTMMnkeTCZ7Dsh1XVCuLSQxzVvTG {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #HNWsDUao0XJoeumKTHqN68cKWovtGpv3 {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #ckfm9FpiavT7pZLkzOua7c36nIE0QIAp { display:none; }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #f5UyEKGXB7riNWa4xl2EUcS6qznfcS0O {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #F1raELuQWMDAL0cRyI0EGWxNSRTKqZXJ {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #Ct0lBK4IXEpwtohA4Os9W5iiDql0zh2l {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #QdXP4Tm5EvCrPcRbCC4QgOdDx9z3FdIP {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #odCrLmUhXbGWbiHS3MioiZXvqAkwoalN {  }
 }@media only screen and (max-width: 1199px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #NLSwqi1Zn1evlu6ZspPzi6TBmrBTW3cz {  }
 }@media only screen and (max-width: 1199px) { #pTaKm5e3DQi2DF8axNwtOCeUBs9yTwDK { width:14.3125rem;height:4.875rem;top:12.233074188233rem;left:30.000001251698rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #R6L8upNRxtzRfFT90TkkswmMFhpnsya1 { width:12.8125rem;height:4.125rem;top:18.335287094116rem;left:30.750001251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDXvnCvFnkFWTyt9VZTZFwDT2BSE4bVn { display:block; }
 }@media only screen and (max-width: 1199px) { #k5Spi7uQMQXT8JqZ7nAIK0ZUmm9LnKR5 { width:20rem;height:3.25rem;top:2.345703125rem;left:27.156251251698rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhNV02kA9LR2291hele1iEhqyVQfOic0 { width:24.8125rem;height:34.375rem;top:11rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPTSOChftV48DBbrug4Ixsf4guKALS9z { width:3.125rem;height:3.125rem;top:6.4889335632325rem;left:11.531250298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaDJRqCX2dU7SM7zfAseJKCChULCxLya { width:3.125rem;height:3.125rem;top:6.5507841110231rem;left:35.593751251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NlVdDko0OTWg0KEcBiUfTcNpsJfSi9ps { width:5.375rem;height:1.95rem;top:2.99609375rem;left:21.937501251698rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NqUhgWkXTtKUzRNJFvEDTFQusfh5f6sp { width:14.3125rem;height:4.875rem;top:12.233074188233rem;left:30.000001251698rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN { display:block; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container { width:47.75rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kcb2LkvWBos7Q62b9hKo8nErT7tlR1xb { width:31.3125rem;height:1.1375rem;top:12.5rem;left:8.1881513595581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KchVo5q8z8Irk61iO6QzEKOBINB7fqN5 { width:7.1875rem;height:1.8125rem;top:5.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcJOeofwZPMdh9zTKpEDIUMWBWXKsU3g { display:block; }
 }@media only screen and (max-width: 1199px) { #rTxLdD8zLgEIqzV8AcHx0D89LnbSGfuX { width:13.1875rem;height:1.8125rem;top:3.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0oIQI4vuovX361S2I7ffid6QMqgKhzo { display:block; }
 }@media only screen and (max-width: 1199px) { #ugCFFqJZ9Hv48GHEklG9Kgd6kdoboZiT { width:1.8125rem;height:1.8125rem;top:8.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4gLkTzDhpFF8VqGeRAVdHT9R2wHpTG5 { width:1.8125rem;height:1.8125rem;top:3.4375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecAc2C5qpiwmtXecKknrtuHmTE2JWbM5 { width:1.8125rem;height:1.8125rem;top:5.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzGbEC13go53rAzNnfzWSccd10yCKCU7 { width:12.5rem;height:1.21875rem;top:8.3125rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0xlGswidLig5hL9U9wnpQ8y7b6N7RMU { width:13.1875rem;height:1.8125rem;top:1rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRcPv2f4KPEi3L6TEKOFuHXQbUF9zkqd { display:block; }
 }@media only screen and (max-width: 1199px) { #dZJcFPvnyWqtri5ICRzkH9zdIzHJO5KG { width:1.8125rem;height:1.8125rem;top:1rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g77PRTwDdzimlmyV37N14UonKma0fhG9 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#g77PRTwDdzimlmyV37N14UonKma0fhG9 > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyFGdb5b7wnzzHttw2ODXqhQ1Mtn0k2p { width:5.9375rem;height:3.125rem;top:12.73398711853rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx086DA50rU3nPwHvQIwppsoa51rD7w6 { display:block; }
 }@media only screen and (max-width: 763px) { #VTeLdGLkEEpCJcuiudtAzJEmBMcUKK8H { width:7.875rem;height:3.125rem;top:17.10898711853rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5EAn2k7f6UOnGt7qWNThC1Sk67XOJgQ { display:block; }
 }@media only screen and (max-width: 763px) { #IbxvA0HniJGAZ5By3yxbtgu3LUap4Pwy { width:7.875rem;height:3.125rem;top:21.48398711853rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ9EVq82w1f8naoOCdgKsi6HCQaCQEKa { display:block; }
 }@media only screen and (max-width: 763px) { #TfeHeSIHDToalztelB7KJck7SoV1D8AM { width:14rem;height:3.125rem;top:8.35898711853rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQvNVBfSfhAXIzgohOUGLZObkd1cSVr { display:block; }
 }@media only screen and (max-width: 763px) { #PCpSlApcDSi3FZ9yZAxAQ7cT5DbOOnSS { width:20rem;height:2.5rem;top:3.3492541909218rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrhtmTC3KIWprhOHIQR1EkVMeTXxF6qA { display:block; }
 }@media only screen and (max-width: 763px) { #KcHQ0gZOD8hmUyhh9ZwzouNgVM5F8g46 { width:1.8125rem;height:1.8125rem;top:4.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2RKJgQ5p3b4bOKBzUDf9cdOvboKTnS6 { width:1.8125rem;height:1.8125rem;top:9.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmWIgRxQypEHo1fLWKlACeUWSKBhp7eD { width:1.8125rem;height:1.8125rem;top:16rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0noTl6mkGo27ppxsTAuZ9fhSDBera5X { width:7.1875rem;height:1.8125rem;top:19.0625rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFDbr5zTQL9nsVrrboHgTomPsOPuOTDf { display:block; }
 }@media only screen and (max-width: 763px) { #fPAdJnwK2KTKKxbJTe6Z2dr6tmID9Sg9 { width:13.1875rem;height:1.8125rem;top:12.9375rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbKpaXpDWlPqt0SnCeREiscvG48LiIM { display:block; }
 }@media only screen and (max-width: 763px) { #qx30LfhN5xUbGReVdJtkOFhOZgI1UvTG { width:12.5rem;height:0;top:7.4375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QBLmVtsTvxn9F8AbPE51TeBBLAfBunWI > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVohWrmMbTuVITm5EtJ7wnzi28Fpz73q { width:12.4375rem;height:1.875rem;top:8.9375rem;left:1.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMugcJs6u2cUbg5hTnWq6sRapEb2oks { display:block; }
 }@media only screen and (max-width: 763px) { #GQFGGT2AXiMARdvAq2WkHDvcAt3TXhe3 { width:15.5625rem;height:1.875rem;top:11.5rem;left:1.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs3tO490a5bCRlWrscFQtWPKPIAm6mN { display:block; }
 }@media only screen and (max-width: 763px) { #OZygnrVmNPyxEMMOFUab5LAToWf7XmgL { width:7.875rem;height:1.875rem;top:14.0625rem;left:1.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJs2EMchMzAWfaXEezAqL0paTQZwJ27V { display:block; }
 }@media only screen and (max-width: 763px) { #mgMP2Aym21JkQnlMZ8pXUd5TxJFRbnJV { width:15.4375rem;height:2.25rem;top:16.5625rem;left:1.5625000596046rem;font-size:1.1875rem;background-color:#fd8f00;background-image:none;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHTTSuODhi6S4nSDTRZmeTtp47zqoKOT { display:block; }
 }@media only screen and (max-width: 763px) { #mMDURTRgSIyTPiuznBEb0KMhtGHHErAG { width:16.375rem;height:1.875rem;top:6.4375rem;left:1.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ksJ4xB0GxH8hiNJWFIol71Ri2zAV7 { display:block; }
 }@media only screen and (max-width: 763px) { #wccwbuqK4Um3OfXaBbHAPx5Lb7M30XMu { width:3.4375rem;height:3.4375rem;top:0.4375rem;left:15.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZGozUQqUWmD1KVQ0cuaLf7XlzLIRyXS { width:7.1875rem;height:1.8125rem;top:26.156251192093rem;left:3.4062502980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvkaVKNsApwT6ERsLwkoVekaA7CRzpUz { display:block; }
 }@media only screen and (max-width: 763px) { #vOg6bGOQ3xFVsHMpFKUo4XQrvM9eHyQu { width:13.1875rem;height:2.25rem;top:23.156251192093rem;left:3.4062502980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWaadx9SymB6RhI7clHM1kFXvATdLrZ { display:block; }
 }@media only screen and (max-width: 763px) { #mHo2nU7G61mfHOyEUgGQxfbln6AqGBX0 { width:12.5rem;height:1.21875rem;top:20.546876192093rem;left:3.4375002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDHD5O269Pw2GI2CPTecZhaVB9IuVB5J { width:1.8125rem;height:1.8125rem;top:20.250001907349rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #naMKZp50TMo8G4OlRvdpNJkkGz5oPzd5 { width:1.8125rem;height:1.8125rem;top:23.156251192093rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTIEQ6XhtF8iOnLTC79lwLmhyOpC2aL { width:1.8125rem;height:1.8125rem;top:26.156251192093rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 { display:block; }#KrgGtgQf3LddVBRtQWh4PPvnxETSWsz9 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXitToSucfftWVGhqOCIKV7a3zhsqhh5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/y8tTfX2n/565df162_fd86_4320_ae9d_600e1b0dca3c.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5.adaptive-delivery-prevent-bg, #CXitToSucfftWVGhqOCIKV7a3zhsqhh5.lazyload, #CXitToSucfftWVGhqOCIKV7a3zhsqhh5.lazyloading { background-image: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { background-color: transparent; background-image: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container > .video-iframe-container { display: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row > .video-iframe-container { display: none; }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .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); }#CXitToSucfftWVGhqOCIKV7a3zhsqhh5 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrkeT2zvdgvvdONPsb3tOTJEcePsEyFe { width:8.75rem;height:9rem;top:0rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqI42nXZuLOopoVwQ0LL5znW6sZzrHQL { width:20rem;height:8.4479375rem;top:10.248579025269rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKh32aEEese6bSWbe7WwfMIZT9BXHTu5 { width:19.0625rem;height:4.25rem;top:18.655006408691rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1w6dLOpL7UZXR81mhDdaexmf6Tr0TT6 { display:block; }
 }@media only screen and (max-width: 763px) { #XJUAw3L9lZZE4KWav2BB3TEqVRSUK0ps { width:13rem;height:4.25rem;top:23.497867763042rem;left:3.4987569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDlIw5SvyOUpsTQWBRPlxkoHVLvWzBz { display:block; }
 }@media only screen and (max-width: 763px) { #g1FH9JVmvDvubLHINICEmeXM0Wa2OOyF { width:7.1875rem;height:8.75rem;top:30.97389793396rem;left:6.4053621888162rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sZ9ymE9lKeQAhW2DAOAQUKoJH6hh0s76 { width:7.1875rem;height:8.75rem;top:28.749998271465rem;left:6.4053621888162rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 { display:block; }#f6vBWk3kmGWM36Ueg4UXl4JwEAaztCM2 > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l57Vrn8UFFKq3tJbZHvHfXQmarVoHwa9 { width:20rem;height:55.54861875rem;top:1.869140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 { display:block; }#ttHApvU4XmLeiSgA9DL0QEaZKKWIEQ11 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAApFnmRhB2fJTvqqqXGTEmTkQJ88d83 { width:20rem;height:24.85068125rem;top:5.0568199157715rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn { display:block; }#pXT9KaJ3R5USebhkl9sgpmLaT3py9kvn > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXXqgbqzhICgTV8UTx0zQi1wdOUZ0H0s { width:20rem;height:16.079875rem;top:5.0568199157715rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z { display:block; }#v1mIwtmhPIdHtttsuDyURlyCJtXauU3Z > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDqseTddVc82CtVqWxDqC6fNdKuFUxd { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5U68b2Qit8cBAPlURUfI2znosuxD21x { width:20rem;height:26.1770625rem;top:5.0568199157715rem;left:0rem;font-size:1.125rem;display:block; }#S5U68b2Qit8cBAPlURUfI2znosuxD21x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D3rr730x/dot.png); }
 }@media only screen and (max-width: 763px) { #XRx2R8ycwHvPJ2OdxUVGCN8PswqxzwWN { width:20rem;height:40.5rem;top:32.6259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIFfcuf6fC4STs2mMT4KTRIJzN5Xkf8m { width:20rem;height:3.25rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6fPL5EPWZTKW8M0aCmkL7Vc30KrI06D { width:20rem;height:1.4625rem;top:37.73828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTSm9WRTTF7XmSu68mbH7FivyOtivGO1 { width:15.1875rem;height:1.625rem;top:40.3125rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PQANFk8WCvVpsZbThl0MO2opOeNGTV2N { width:18.75rem;height:22.7205rem;top:43.7177734375rem;left:0.625rem;font-size:0.875rem;display:block; }#PQANFk8WCvVpsZbThl0MO2opOeNGTV2N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rwUBO5ZL/dot2.png); }
 }@media only screen and (max-width: 763px) { #moc4KaDupb9v7vzdClFfD5kBCFkgx128 { width:18.75rem;height:4.1875rem;top:67.3271484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyR4nPdF2EahiuhOLxA9I26xG472IZPd { display:block; }
 }@media only screen and (max-width: 763px) { #eU0SPQ5BteadAOho13NvKT7s0T0OemR3 { display:none; }#eU0SPQ5BteadAOho13NvKT7s0T0OemR3 > .row .container { width:20rem;height:91.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uv24WqkCxSTFeqJArfAZLFo8WHWwhssN { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVM8G4Tybhaeak7t9QXrlofJp4TCoaz4 { width:20rem;height:1.4625rem;top:15.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBPmAgOt0SCFkBBPXqZBXTVnXupZJcvf { width:19.875rem;height:4.4375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liBVVnaINcNONGg0PAZTvT1HWQrDsAJ4 { width:19.875rem;height:4.4375rem;top:27.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkXl1UDLJSC6FHtT8cPfwiyBP6ntxIoI { width:18.75rem;height:1.21875rem;top:28.71875rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdThqpsCTBvAOkL3XXZL2MMQMSZbPvnH { width:20rem;height:1.4625rem;top:24.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcuV1lqRRFdz6dEZG256J6aCac6hcATb { width:19.875rem;height:3.75rem;top:46.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeyOidwSTKOqEzxHUMFEoHxgLuxtVg4U { width:19.875rem;height:5.8125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6kOmH6wPs0HA26aKyVodhobZnApsyEt { width:18.75rem;height:1.21875rem;top:38.3125rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPaEHslu5sUSsqfJR8lOVdE2iO6WKDXE { width:18.75rem;height:1.3125rem;top:47.75rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNLtlRm7Q0VnPT4PLQZFM4DwEdmAxtiX { width:20rem;height:1.4625rem;top:33.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COfTRK2ibDwG78w4IDkEertlm0T04NF6 { width:20rem;height:1.4625rem;top:43.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBG1AFUT9hxLym6EwVxvzEZDR99OPPTZ { width:19.9375rem;height:6.5rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4kluxbJr0XC0vT8SJC1ZyqLcczZVJQz { width:19.9375rem;height:16.625rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX { width:18.75rem;height:10.125rem;top:57.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#yQTDBRTLG0hD40VhmVLkDxJ8Hv4UvLRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D { width:18.75rem;height:4.25rem;top:77.4375rem;left:0.625rem;font-size:0.875rem;display:block; }#LmL9osIwyzUvWTGkRTypE3ZFtSCJ712D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #V4RQyERSTaKDpWnXCrTzw9DZ949UcV0o { width:20rem;height:1.4625rem;top:51.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3lBO5tVcMJTyB8B7qnuBXsbFHxt2dDZ { width:20rem;height:1.4625rem;top:73.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsWdCvQ24X4ZJ01f1zpC4wrtkv4HnXKT { width:12.9375rem;height:4.1875rem;top:85.625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2IzsIVxr6oGmKJgW16wPQqOsTyIQRNc { display:block; }
 }@media only screen and (max-width: 763px) { #WO6ptIR7SJkodDxK6EXvPqfM1ZWx59PT { width:18.75rem;height:2.4375rem;top:19.625rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGZJNvIz7Ew93tRqEMlKxbpNgUbTShC6 { width:19.875rem;height:8.625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 { width:20rem;height:1.575rem;top:9.21875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#bolyeEJaWqdesUPBrHVJKpDcJG7tvvJ2 li:before{  }
 }@media only screen and (max-width: 763px) { #bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT { display:block; }#bXIuWgibr5ACq3m3LU6n6WBTbNzfGJbT > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6gWViiRRs6ElhclQ6ML0CloPOeZgW0c { width:20rem;height:4.875rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrxEhwQl8fi3UVeZrucSmRK79qk8ups { display:block; }#HIrxEhwQl8fi3UVeZrucSmRK79qk8ups > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVLh07Z06yRwbR2V9GVli5vupQRg9No2 { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe { display:block; }#Jx9W7NbzaQNUp0AqgCvkISMRzhhu0hxe > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvQcB2p0eWcPx48v2ZwzMKS4VamE5u2B { width:8.875rem;height:8.875rem;top:1.25rem;left:5.5610795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrOnmd6RzQ8TeAeb0VxNNN4veu5tHao { width:20rem;height:1.625rem;top:10.748401641846rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebdlEdfL8wDJrr63nGF4DS7Zt9IagRvV { width:20rem;height:1.3rem;top:12.461647033691rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1cBfxloh2CHCTaylLMwUpvR6s0EWVve { width:20rem;height:15rem;top:15.585953712463rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tmdDwGeB2V19dWUyg4byfTfO25tDTyGs { width:10.25033525rem;height:3.875179rem;top:32.460947692394rem;left:4.8117895722389rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlhbM3eeUg8O3wAmcszul2Cdofzr4V34 { display:block; }
 }@media only screen and (max-width: 763px) { #eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv { display:block; }#eZozeTI3TyQ1DAXOWHN4H1RP6qNedXIv > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJr0xvozppyBwBTmwMuBTUg9rForeEvT { width:20rem;height:3.9rem;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9gCJzgGVqI6DkMHZ7d8dlk7Er8DnRqI { width:20rem;height:10.375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm { display:none; }#AqU4klVIEMPuIX61tUTPbFB0L6hdTOHm > .row .container { width:20rem;height:63.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ndzsTVZuI6mL7NGZV9yOS2DwSCLZsv02 { width:8.875rem;height:8.875rem;top:8.375rem;left:5.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZcgFEfiWIVSxG6NARHZx9pcweZ1Lam { width:19.375rem;height:3.25rem;top:3.2500014305115rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNePMDUW8oCpSXL5K4ATq6P3VHHeulFa { width:10.25033525rem;height:3.875179rem;top:36.768486976624rem;left:4.8117895722389rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXMNp1ZqVTqs6TmQ7Le9mdduvUi9O4Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #PaBTqlIZnE6UZGyAfJapLaRERVW0WLWW { width:20rem;height:0.125rem;top:103.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHJ0q8GKRTlrvTIw7aVcZRKgFc8N6rWH { width:6.3125rem;height:1.05625rem;top:21.875rem;left:0.62500005960463rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3xF8rIwN8yAgJe1f1wLUdMLihFc5sVf { width:12.5rem;height:1.05625rem;top:21.874351501465rem;left:7.499348938465rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xs5yrXGsU2D8ehP4U5wvmZ9WFJsTzdZN { width:4.6875rem;height:1.05625rem;top:27.125rem;left:0.68750005960463rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qmkrd4qIykMu0qeCVT9qvFTaezrG86hh { width:12.5rem;height:1.05625rem;top:27.124351501465rem;left:7.2500002980231rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oOBCr35nFoKL8cMVPRXPKpd6OdRsIWlW { width:6.375rem;height:1.05625rem;top:29.625rem;left:0.59375005960464rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7bnWRZ6DMLktOTByy25sRe75sX0vkNK { width:12.5rem;height:2.1111125rem;top:29.09635925293rem;left:7.2500002980231rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kKRQEy8vAmAZb0HwXUQmGwuN0Teggll1 { width:20rem;height:0.125rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8WbTlbg2ONqtg9kwtZOQ8FP3AqTrGmR { width:13.4375rem;height:1.1375rem;top:17.944010734558rem;left:3.2812502980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4qsmTDvctXUFutOS111Z0s7RzqQt3L3 { width:14.4375rem;height:1.3rem;top:19.387370109558rem;left:2.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuThxUgx4W5AuwH1JAHrzV1XfAJGPtqy { width:20rem;height:0.125rem;top:24.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKNqcA77OgImlz1t23BrSJAarfSmRluW { width:8.125rem;height:1.05625rem;top:24.56120300293rem;left:0.62500005960463rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQJMeNuDAvwMRJ0CfEDuGZ7zFQpb0PJN { width:12.5rem;height:1.05625rem;top:24.560546875rem;left:7.499348938465rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tqmAcgohPI7bSzRBa3Lxr7OztDukTG8T { width:20rem;height:0.125rem;top:107.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAQkC3LInSKErUxp3nGXhAVkgmJOiT9C { width:3.6875rem;height:1.05625rem;top:33.18034362793rem;left:0.62500005960463rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awUx9oAMsnDmwAvqHrV5ZmDz3tULgoKc { width:12.5rem;height:3.16666875rem;top:32.12370300293rem;left:7.2500002980231rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1GgshBoqLx699m7PcZQEn2TlklrH6fn { width:20rem;height:0.125rem;top:29.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcfXkfnVINZL9utVA5tBKCqOHQtPvDdz { width:15.9993125rem;height:4.2493125rem;top:51.499320030213rem;left:1.997939825058rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF2SylfMsJiEo0tLnepswyHEwvUyqGg5 { display:block; }
 }@media only screen and (max-width: 763px) { #DkK9vMuVw2cOL5gMrA4svTrWqUMZ8lMO { width:15.9993125rem;height:4.2493125rem;top:57.311820983887rem;left:1.997939825058rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLyqtekHrsz7dmONdflHUKVz7aWyoMk { display:block; }
 }@media only screen and (max-width: 763px) { #EzDKlAh6PnUmhQM5ZzneyJva0fxnbamw { width:10rem;height:1.1375rem;top:37.125rem;left:5.0000002980232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rblEFUW3cQtrtkh6vyl3u8BLXPNM8QKI { width:18.125rem;height:3.125rem;top:47.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmxBertfuA20CJXIqbX01xlUEehfBPPz { width:18.125rem;height:1.875rem;top:45rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpcNUo5ERf01gVQXfe3GCryPJllbmp23 { width:17.5rem;height:1.1375rem;top:39.25rem;left:1.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vzgHfT6SQzgtzTEWkg4iP1l495Gw1V4a { width:17.5rem;height:1.1375rem;top:41.244140625rem;left:1.6875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5yLqMwDmKIo0ukT4P9EA2Vx6iVX81Ak { width:17.5rem;height:1.1375rem;top:43.306640625rem;left:1.6250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hcmbmsK8PhX6TSKbG7x95zgH8eeyB7hT { width:18.1243125rem;height:1.8743125rem;top:42.936820030213rem;left:0.78159344196319rem;display:block; }
 }@media only screen and (max-width: 763px) { #urV2TMZfUNWg6G40Ok6SUJvBLnS8wHgL { width:18.1243125rem;height:1.8743125rem;top:40.874319076538rem;left:0.78159344196319rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrT42dVBZmcmcTqDc3bw5OGRXiTEVRtN { width:17.5rem;height:1.1375rem;top:45.375rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGdeN42uyqNewHOx3yq5CTdLg47vnZa4 { width:18.125rem;height:1.875rem;top:38.875rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0yDr8pyNocAWIIbAWMTRTTOGRLTPWC { width:17.5rem;height:2.275rem;top:47.5rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWTBmplxOuT0tGGIrShXT40gogPrqseo { display:block; }#fWTBmplxOuT0tGGIrShXT40gogPrqseo > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flGs5oN1vRmm6sev3kTRVn1lKgFhKh59 { width:20rem;height:5.84895625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a79sqJvDPzpuegffIeTfmPXTOAx2bQyn { width:12.8125rem;height:4.125rem;top:7.67045211792rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPW1E9qZETc3cJdAmxGNuWuhTJv547ci { display:block; }
 }@media only screen and (max-width: 763px) { #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FGwzakzu/8c7e3c70_4365_4107_84ce_2b1492197d27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.adaptive-delivery-prevent-bg, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyload, #H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37.lazyloading { background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { background-color: transparent; background-image: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row > .video-iframe-container { display: none; }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .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); }#H2SqBk4rBk2rZBBkIvrNkWBMJ0wAxt37 > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iED5lWiEOQ3JaLDfkIRumd1wK0Evbbmn { width:7.25rem;height:8.8125rem;top:49.810896873474rem;left:6.3742895722387rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlrBosCXIRyK6FLLcAfoe1R3zll7geyF { width:20rem;height:46.0625rem;top:2.4999997615814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1QvTHbLMOVcvFSyz31Zsh2x25x9Vnn { width:16.937125rem;height:3.9rem;top:5rem;left:1.5305398106575rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHqpPaJq5epqad3keHJHV8t3XIeIM2Ea { width:1.875rem;height:1.437325rem;top:9.4699935913088rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naWMRS2L8377ADssgNMRuEwFyDGFoorA { width:14.875rem;height:2.59895625rem;top:9.1248226165769rem;left:3.8117895722389rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuTOfx1XLM0eDZpHwomqF5a76Zv6T6F { width:14.875rem;height:2.59895625rem;top:12.24786901474rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPkHFrATGHCy17vRMwWMewJR99Qc1MB { width:1.875rem;height:1.437325rem;top:12.249636650086rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWN4Z2nXS4OqAll9NGNNKi5CG8kTXtr0 { width:1.875rem;height:1.437325rem;top:15.37286901474rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKlsKoiw1KC7sBgilJe7trbJafXf1gON { width:14.875rem;height:6.497375rem;top:15.37286901474rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWtMpGbeFxZqwrcAWHRlnMVafv1FqT0S { width:1.875rem;height:1.437325rem;top:22.24786901474rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx476PG5rXQAy7irf6t0qRzkTGmEtnbz { width:15.9375rem;height:5.19791875rem;top:22.24787902832rem;left:3.8121448159218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2lVgzE1wsQxuiwLJiZ4kVTHIhH42g9 { width:1.875rem;height:1.437325rem;top:27.68536901474rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiiXbeCa41LSvsWTSBq71MLVzPvcil2z { width:14.875rem;height:1.3rem;top:27.80894947052rem;left:3.8103690743446rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwFE6q0ZMTdufOSVF3PleFAIkg6saSc8 { width:1.875rem;height:1.437325rem;top:33.936789512634rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXtdTDEPhTcVAVbgPmLFGGKeMKQsAixv { width:14.875rem;height:2.59895625rem;top:33.936434745789rem;left:3.8103690743446rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZqxciS3vHTWoBiUTp1D2T2Zs8vCUrEa { width:1.875rem;height:1.437325rem;top:37.061434745789rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeIVIlJxOV5AKN4ECfE3WKhVaKKyPOhK { width:14.875rem;height:3.8984375rem;top:37.06143283844rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzKVzQTIAVQkDGkqmgo9dHsT2I0i1ge { width:18.75rem;height:4.1867875rem;top:41.87393283844rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaduyXfwlZNgLIwcSSIvUEz8R5o7nVfi { display:block; }
 }@media only screen and (max-width: 763px) { #wUFOOifggkGvOJBbllTa69qtSAksTLeW { display:block; }#wUFOOifggkGvOJBbllTa69qtSAksTLeW > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEsgTqXMqVUDEplGGGpq4NWPZJG0oqUB { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 { display:block; }#TIUU4Tz1niZs0QzXmegP4estTyhmrzU3 > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1tRAMANTvqsLhDwFZ70VSINBBTMfpAU { width:8.8125rem;height:8.8125rem;top:0rem;left:5.5619669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhzzqindabctbBtZVN9GFm3JqMJwplH { width:4.375rem;height:4.375rem;top:2.216796875rem;left:7.7823148369787rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrl4sJ7OKAkXWiZGFWAndQsL0gNVW26 { width:20rem;height:1.4625rem;top:10.062141418457rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9JpXRbp9HFsU6Q2OiNB5gAZMsGWMkW8 { width:20rem;height:7.5rem;top:11.482595443726rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFDHw2hOy8spBTLt9UmFIckgPmUuU0UB { width:20rem;height:6rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdm7yWDwhWSgTOfnZdk81BN6Q3UWs2K { width:18.6248125rem;height:2.9236125rem;top:30.5625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3H8rvCsrmdPG2CJCSMKGkIaLofQiUei { width:8.75rem;height:8.75rem;top:21.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezawPsD6XC3oTTJyJtemvJT2UlgWbeRP { width:4.375rem;height:4.375rem;top:23.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 { display:block; }#wZhiUZHDs1qUFr5Nxei58i0QKZCPe9a6 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQtvrDfURrFEy8lxcRebZLuyvam23UuD { width:8.8125rem;height:8.8125rem;top:1.25rem;left:5.5619669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrX3mgmZisg1SkmXIsu6K29RSXDHGk2s { width:20rem;height:1.4625rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6phg3XUPpTaqbtWxDAN5fi9IJASFizq { width:20rem;height:6rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUb3VVOn7LiGg3NptfdHdVXlHVDDtACa { width:20rem;height:7.5rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcvlZyqVV6OnHoP9NLJBefiBNntdwsd { width:20rem;height:2.9236125rem;top:31.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfbrTDidtXrdkhkATvCVLELBTBe9qeme { width:8.75rem;height:8.75rem;top:21.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7JeRl59aTkJVBe348xI4WPvnO1WNHGz { width:4.375rem;height:4.375rem;top:3.4676856994629rem;left:7.8124995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZrOVsBFa0HUrREJZXDO89JU7hPXSs7z { width:4.125rem;height:4.3753778735436rem;top:24.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 { display:block; }#D8ihlHdtT5cAMCAhka14H9I0Ry7cDz31 > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIbRWQgqi1UJwV5bipXub921VKv6agTg { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kebz0yInkhxAiPN1TVnbINvG9hEFd7NT { width:20rem;height:1.4625rem;top:5.1862583160401rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R3wo0hqrNcD5a6wtqT1ub93Q3mofPu { width:1.25rem;height:1.25rem;top:7.1704406738281rem;left:9.3749995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLa94X7qMyA2N4qR7x5tgJFaZ7Tqguk { width:0.0625rem;height:3.8125rem;top:7.8025512695312rem;left:9.9680390954019rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDv1K91SLXzv7ZvdZKAmZNc5slepc0H4 { width:1.5625rem;height:1.5625rem;top:11.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOEZddgl2N0mtDfFONkDkAGx9cV0OrDI { width:20rem;height:2.9236125rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7PhZRuryPTu77vtLvyXX850fdHiN09 { width:20rem;height:2.9236125rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvuw7yuOlvPR2EFpZFOW0DkZGG13g3kg { width:1.5625rem;height:1.5625rem;top:22rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktlTJ8e991NV766m6CxuiiX75D8aCPet { width:0.0625rem;height:3.75rem;top:18.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0HTyP0Gp4AUwS3xbapLS6aQitpxGcg3 { width:20rem;height:2.9236125rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNi7OUpGvCGIOA5wCTG2hdUNbFKeXMS { width:1.5625rem;height:1.5625rem;top:33.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KncUd1momOKmOC4TqRwTE35dDOo5icW2 { width:0.0625rem;height:3.75rem;top:29.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQUJXXaNxrVbLVFluml6kTEbb51h9Xi { width:20rem;height:4.38541875rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIkmZ9wwTFp6JuX6ZF8HO50323wt8Fmu { width:1.5625rem;height:1.5625rem;top:44.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zFc4QItCOhlVP9WBWHD1qFHddQvX3b { width:0.0625rem;height:3.75rem;top:40.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJbf4QLFMg9fUSCixuVAHkq5nRbWnL2 { width:20rem;height:2.9236125rem;top:59.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSl6WrD1Qgx9AysWlHSHP2eNN8UNVGna { width:1.5625rem;height:1.5625rem;top:56.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBcb8yDmTSZgxsgH1Dd6cFK1izS7nkcM { width:0.0625rem;height:3.75rem;top:52.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Uc9aP3p7TRAcd98qQpHRJ8b9TB8sXO { width:20rem;height:4.38541875rem;top:70.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwDe9XnBBTLHtvTHep1599A5P0OepNw { width:1.5625rem;height:1.5625rem;top:67rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIKWTz0dnPJewFbRL9StPAfiKG77Is3 { width:0.0625rem;height:3.75rem;top:63.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZskX4kPtTfuATrDtip4whIEXH8blNf { width:18.75rem;height:4.186525rem;top:76.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdFIBgFMqMmp8pH1AcwxKZF3IDEtkEZf { display:block; }
 }@media only screen and (max-width: 763px) { #DwyH69UpXAcPktdPAXUcmyzxQqKpT0qK { width:0.0625rem;height:3.8125rem;top:94.9355484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu3btsku56DBNyGe1M8K6rP1qcb3JqPa { width:0.0625rem;height:3.8125rem;top:105.0605484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ih2VaWAV59BCntI2FbolgD3pqpVrZKmZ { width:0.0625rem;height:3.8125rem;top:110.1230484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPXuVVpNoZM6fKD6MQxyKbh9BXmexiRO { width:0.0625rem;height:3.8125rem;top:115.1855484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CItVavgx2i2hMWMDm0U5hgFf3T4kn0NT { width:0.0625rem;height:3.8125rem;top:120.2480484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRUaTIv6dhNxbVFpBzB1SsyUrTw5RWKz { width:0.0625rem;height:3.8125rem;top:125.3105484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcxExRtoViV1eiVS4FQrvgONtTIvtLFR { display:block; }#zcxExRtoViV1eiVS4FQrvgONtTIvtLFR > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdD8ho3NSfsTH0dTe46Lyccc8G8IWAhn { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA { display:block; }#J7Mm91AADlVonuGi1CKnP9a2qVSDc7RA > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLXfoEdp45xRR4GQBxxZqzVCZdieM983 { width:5rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTHA6miBbX8EzJI3Fw49MTRNPLuEQ3kZ { width:13.3125rem;height:1.625rem;top:3.109039157629rem;left:5.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 { width:20rem;height:2.59895625rem;top:7.810546875rem;left:0rem;font-size:1rem;display:block; }#ianz9N9LB1LlE1b3VIuQBaXq94c4ZKF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #ZkXzJdlNBZx4ofi9tmr3QX7TdVsgTsbz { width:2.75rem;height:2.8751991862064rem;top:2.4653625488281rem;left:1.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE { width:20rem;height:2.59895625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }#SAAsDAWt6B5UPzguH0d1lHPuT4EFurdE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #vd7Xw2yffcL7vfLAK8f97ueegJmwp7dU { width:5rem;height:5rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQQi2oRrbJdEXVPH6fHWmD4BxP3aUs5 { width:13.3125rem;height:1.625rem;top:13.5625rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJmMUGZJOE4me5grQz5lufgwNGb5ZBQ1 { width:2.875rem;height:2.936525rem;top:12.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b { display:block; }#HhM1gJZB6yT5IZiTNOoQvrAk1tTQ1P3b > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeNLISTDr7oT94kfi5ZmJKN52QIOV39I { width:5rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTwPyhRNyhrpCmlpzZJ4ddBa6mRu5r7 { width:13.3125rem;height:1.625rem;top:3.1081314086914rem;left:5.9357243180275rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu { width:20rem;height:14.3203125rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }#mRl2dwKuNDMRaP5c7XRIbQvL0MTJwMQu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #vpVPEgwZSuhOgby5scbRtkdIilXf74H3 { width:20rem;height:21.01825rem;top:33rem;left:0rem;font-size:1rem;display:block; }#vpVPEgwZSuhOgby5scbRtkdIilXf74H3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #dq12kn4OQbflx9Z1xme1IFQDXAdWxerx { width:5rem;height:5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTXWwXTSUWmIvM373BQ64dFzI9Snyxt { width:13.3125rem;height:1.625rem;top:27.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbUvkLXNpsUbxaDHGA4HN3ZvbB2heToZ { width:3rem;height:3rem;top:2.4041137695312rem;left:1.1541185379028rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRkMn9CINlHqdtaszEXUhlI38xdqfggP { width:2.25rem;height:3.125rem;top:26.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw { display:block; }#E1QT4P21eGgydHFbcWnOaaUqL9tPTnBw > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiPS1ZJnsDzJBkTMsF1VWkzVZfARxQVm { width:5rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtfaHquFvHBKV82aWGfGHmENkmZGlff7 { width:13.3125rem;height:1.625rem;top:3.1081428527832rem;left:5.9357243180275rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeAIisU4vPIkSd075p9Ufve2SxW6gT1e { width:20rem;height:9.296875rem;top:8.677734375rem;left:0rem;font-size:1rem;display:block; }#TeAIisU4vPIkSd075p9Ufve2SxW6gT1e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ { width:20rem;height:12.2708125rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }#NLpB1zh5xOpbZLe9aUKy3I9KoC6O8khJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aHmBfi6c/dot3.png); }
 }@media only screen and (max-width: 763px) { #fVpf69oOZ8XDGoCDLm7BL7pKTBpsniH1 { width:5rem;height:5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taghzuxbnGBle0WkcsZwOORV2pdrzUf7 { width:13.3125rem;height:1.625rem;top:21.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMpGvXJIucGVv7EpGLwMSonNSon59OPJ { width:3.375rem;height:3.375rem;top:2.216796875rem;left:0.93483638763425rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ocqTDLEOmrBWUBNiENJp6fTTTBZfSb { width:3.1875rem;height:2.4375rem;top:21rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 { display:block; }#oofUgXwvmQFC2qckTAa2dm3xdt4ihb92 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgHeegT2gDeAiVTizVOEWGW2fUT9XAui { width:12.8125rem;height:4.125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldDqi4sm5Tk23L03qoUFXnV2DWSiOwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua { display:block; }#ID83zVvk34wg2rv0JXNvFmwEk0zyA7ua > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKeebVSe15PoZf5mreP7rWB9gMEhJgOZ { width:20rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8DxC0yAe7PCWhe6enOAEIKXt6vHfxW { width:8.75rem;height:9rem;top:5.8693180084229rem;left:5.0621448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJHt3sKPqWXnF6pUk5xIA7XDCU0a39Em { width:20rem;height:24.375rem;top:15.555758476258rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcbPWyQKWErs0rmoqpLhuDlZATLoycow { display:block; }#gcbPWyQKWErs0rmoqpLhuDlZATLoycow > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSM3x5zET9TGT4asUtQ6NHeTaaKtCPH7 { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG { display:block; }#drDFlaWaZX2JXIZQM8SAHOkKS1zyyTZG > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpfGzvAebOxE3gma41ihaPNUo4qlGngO { width:3.0625rem;height:2.6877912495024rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebtuXxOyzVoRbJpmTv64c7FrpxURA5TK { width:20rem;height:10.232625rem;top:4.5623283386231rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF7DmOaCXR6dfCil6RuTmAvSKfJoSfcw { width:20rem;height:1.3rem;top:15.129578590393rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9MMq9FZbmfL56bI1Nt6yW9uzQ6ZU8M { width:20rem;height:1.3rem;top:31.3876953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPdDqvfdV2yITm9w2xGbCLg0481hCrdc { width:20rem;height:10.232625rem;top:20.8828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8ACakLMEo5UwGwBu9b3nNc53am6V0Fr { width:2.999825rem;height:2.63228125rem;top:17.627839744091rem;left:8.4996448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi { display:block; }#vdp3U7oweteFzz5dyQVa0F2ne0qoxKzi > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s97Hm6U5BZnhXqv9Mf61v5GTnQzMzzMi { width:3.0625rem;height:2.6877912495024rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnTpIWwz1yvfhWdMuI6nhTJqncA0ON0 { width:20rem;height:10.232625rem;top:4.5623283386231rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAqUcAztJhlNITZ7c9afUG9pDieHMHQb { width:20rem;height:1.3rem;top:17.31640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3VIot6vyblHx3ye7yDPTbC6zwZz7dio { width:20rem;height:1.3rem;top:34.0126953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZdWaQIhrPE9up0RN3lGI1Hg0D6ytcgZ { width:20rem;height:7.309rem;top:23.4453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5fdgnDsaNTd4KigrvoSnRrzHx5Sgn7r { width:2.999825rem;height:2.63228125rem;top:20.751953125rem;left:8.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 { display:block; }#MtrkJJpNapnbDi6HH5E9vZ7w0UlL90c6 > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go8nfX9VGtuK31GhKUgapoPSiqGn82T5 { width:18.5rem;height:3.9rem;top:9.6250038146975rem;left:0.75000005960463rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acEoz8p4TVIAJkwf9pysoyLJ6d75Q617 { width:19.8125rem;height:34.5625rem;top:18.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ  { width:17.5rem;height:auto;top:18.375rem;left:0rem; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ {display:block;}#azePTZt2xrVXNfu33qTUrVVRCGivu7TQ { width:17.5rem;height:auto;top:18.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #efzXWNO3ItDMbeysQ7VipOdnDQf894gB {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #THVqGr4FKbMbE6kNcRe6BSwMbBO9vq8I { display:none; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #psUkvkq2H6TrHm5lxZGtGsp5v6Tdi8uG {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #fN2REu9voe286vWq0V2zB07fHIMibzGF {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #xR4p78ELkqbCDZOCKbdnvvS6JxStkB4o { display:none; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #T2yS95AEOWcevxuoka77AxgNEp6D0Fzb {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #TNnu4ABs2SdHbSWDmGwrUoUAs22pleNI {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #mLUXU7PmOf1vPcfftp965xvmbLEcfyxU { display:none; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #v7UbbChW81LuV8pK3KOoqZ5nsZbgo5K3 {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #hLS0ZlnIx8SP27ZVCuydbbPAHpTU6Hi9 {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #I4rIM82EFymU8A6HgJxHo1rIXI3MsZAN { display:none; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #rSVsfTMMnkeTCZ7Dsh1XVCuLSQxzVvTG {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #HNWsDUao0XJoeumKTHqN68cKWovtGpv3 {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #ckfm9FpiavT7pZLkzOua7c36nIE0QIAp { display:none; }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #f5UyEKGXB7riNWa4xl2EUcS6qznfcS0O {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #F1raELuQWMDAL0cRyI0EGWxNSRTKqZXJ {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #Ct0lBK4IXEpwtohA4Os9W5iiDql0zh2l {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #QdXP4Tm5EvCrPcRbCC4QgOdDx9z3FdIP {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #odCrLmUhXbGWbiHS3MioiZXvqAkwoalN {  }
 }@media only screen and (max-width: 763px) { #azePTZt2xrVXNfu33qTUrVVRCGivu7TQ #NLSwqi1Zn1evlu6ZspPzi6TBmrBTW3cz {  }
 }@media only screen and (max-width: 763px) { #pTaKm5e3DQi2DF8axNwtOCeUBs9yTwDK { width:20rem;height:5.525rem;top:70.6875038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6L8upNRxtzRfFT90TkkswmMFhpnsya1 { width:10.6875rem;height:3.375rem;top:77.3125038147rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDXvnCvFnkFWTyt9VZTZFwDT2BSE4bVn { display:block; }
 }@media only screen and (max-width: 763px) { #k5Spi7uQMQXT8JqZ7nAIK0ZUmm9LnKR5 { width:20rem;height:3.9rem;top:59.625003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZhNV02kA9LR2291hele1iEhqyVQfOic0 { width:19.75rem;height:13.875rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPTSOChftV48DBbrug4Ixsf4guKALS9z { width:3.125rem;height:3.125rem;top:14.3125rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDJRqCX2dU7SM7zfAseJKCChULCxLya { width:3.125rem;height:3.125rem;top:64.2500038147rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlVdDko0OTWg0KEcBiUfTcNpsJfSi9ps { width:6.9375rem;height:2.4375rem;top:56.375003814698rem;left:6.5312502980231rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqUhgWkXTtKUzRNJFvEDTFQusfh5f6sp { width:20rem;height:;top:1.71875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN { display:block; }#Dqc5HVyqr8wS7i9RRFAKRWHV2tWyWeCN > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcb2LkvWBos7Q62b9hKo8nErT7tlR1xb { width:20rem;height:1.1375rem;top:12.614583969116rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KchVo5q8z8Irk61iO6QzEKOBINB7fqN5 { width:7.1875rem;height:2.25rem;top:5.63671875rem;left:4.4375002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcJOeofwZPMdh9zTKpEDIUMWBWXKsU3g { display:block; }
 }@media only screen and (max-width: 763px) { #rTxLdD8zLgEIqzV8AcHx0D89LnbSGfuX { width:13.1875rem;height:2.25rem;top:3.07421875rem;left:4.4375002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0oIQI4vuovX361S2I7ffid6QMqgKhzo { display:block; }
 }@media only screen and (max-width: 763px) { #ugCFFqJZ9Hv48GHEklG9Kgd6kdoboZiT { width:1.8125rem;height:1.8125rem;top:8.44921875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4gLkTzDhpFF8VqGeRAVdHT9R2wHpTG5 { width:1.8125rem;height:1.8125rem;top:3.32421875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecAc2C5qpiwmtXecKknrtuHmTE2JWbM5 { width:1.8125rem;height:1.8125rem;top:5.88671875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzGbEC13go53rAzNnfzWSccd10yCKCU7 { width:12.5rem;height:1.21875rem;top:8.80859375rem;left:4.4375002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0xlGswidLig5hL9U9wnpQ8y7b6N7RMU { width:13.1875rem;height:2.25rem;top:0.57421875rem;left:4.4375002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcPv2f4KPEi3L6TEKOFuHXQbUF9zkqd { display:block; }
 }@media only screen and (max-width: 763px) { #dZJcFPvnyWqtri5ICRzkH9zdIzHJO5KG { width:1.8125rem;height:1.8125rem;top:0.88671875rem;left:1.6250000596046rem;display:block; }
 }