.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Q88uWaDLSzzycDkQQ8VoDsV6XZL5bTuL { color:#000000;display:block;width:22.1244375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4374999403954rem;left:51.056463241577rem;height:2.9989375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AvuzDzwcvnB4NCrqF9fNltnu5PoGkPLb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:15.625rem;top:0.93749994039537rem;left:1.50390625rem;overflow:hidden;display:block; }
#mR6fRVtx6a7FcOzmEbJxufn99TmuTTUx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.4314628839492rem;left:52.744138717651rem;display:block; }
#hkmRZp46qq7urxaTCzI1rOgHSPcM3r5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJWZaUDu1cFsXGVNUCAbnZBATze8Rwen { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.43146276474rem;left:62.993604660031rem;display:block; }
#iK3t9vRJz24co9IBDC1sqwDA8PA3uI8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e477df1-7ca8-4242-929b-5afcd41152eb/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.adaptive-delivery-prevent-bg, #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.lazyload, #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.lazyloading { background-image: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { background-color: transparent; background-image: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container > .video-iframe-container { display: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row > .video-iframe-container { display: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .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); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { border-width: 0; border-radius: 0; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#gJEh7tMRyeaEM2dFOLUvRA3uuoED8pyG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:5.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.1);top:16.749822616577rem;left:0rem;height:21.935375rem;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; }
#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag { position:relative;display:block; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag { background-color: transparent; background-image: none; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row .container > .video-iframe-container { display: none; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row > .video-iframe-container { display: none; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .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); }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag { border-width: 0; border-radius: 0; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .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; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .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:49.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; }#cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu { color:#000000;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:15.962356805801rem;left:5.9659080505371rem;height:;font-style:normal;display:block; }#cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#sWLLukzqy6KKNRrpw9subT72wTnfJV32 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"libre baskerville";font-size:4.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2514209747314rem;left:3.125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TAC6hJt7NlR6gZJcwwW1LNKr35uSPeae { color:#000000;display:block;width:36.1869375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9.7602980136869rem;left:5.0621452331543rem;height:4.4984rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UTI0UDXi3cRwSkfIsaIf03cfkDvuItbT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.686965942382rem;left:31.249998092651rem;display:block; }
#AW6TSdiTPmbqSyhfpFa70tsSFWnd4b5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6zn3Xrz5PJarRQb3g7bLhTKINlliLt6 { box-sizing:content-box;height:30.25rem;width:22.375rem;position:absolute;display:block;z-index:15005;background-color:#2295cd;background-image:none;top:9.7602977752688rem;left:46.988634109497rem;display:block; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-form-header {  }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.5; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.5; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:14rem;height:3.4375rem;font-family:arial;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .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; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-container:first-of-type{padding-top:0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-container:last-of-type{padding-bottom:0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7  { background-color:#2295cd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.323505401611rem;left:48.175603866577rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 {display:block;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 { background-color:#2295cd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.323505401611rem;left:48.175603866577rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #HsXrANk8stkOL0M5oGoTz7uVvsGTc3TX { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #dkpWDmH0pmgWyTkNS3iu6AOJglZrU6Ku { position:relative;display:block; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #OFZvI8U1V0Wkac6LKOwReQOUKwPspV5t { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #xNQtd3HAX377V8oAWInTMEbfXQdK8tuf { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #zuLETd67LseltRRunlqRmto0xqfDwUWT { position:relative;display:block; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #AwBvg7Jf4zoBcC4MFa4ZDcwA3eIEUln5 { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #be7RsVGDUeaAvO6JJ8nbf4Nm0b5SwNdD { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #DMsxL6CcPggfTUJDVQd3IzMMw8kkzF5q { position:relative;display:block; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #wDCOrl5JcZ4u0nxCvX4lpe1mCl5TufDq { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #uV3moQKANVPMGFlWGzCfOkMkUczzZOyk { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #qnKGKDq7oyudJ82uNq1JGJoJVT0EV0NV { position:relative;display:block; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #BdVvmioea4xy4tvI8tKBph70AKFTpLi1 { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #usFATfsEl6kJCUg9cLBiwUi6biCLctsf { position:relative; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #Nnb1MRBng0wgO0IQ9Qa9mODGqHUwBAyz { position:relative; }
#H371Te3vFBgVJ3C3NdcMLmF6Ppb6McP5 { color:#ffffff;display:block;width:18.3114375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.882457017899rem;left:49.019887924194rem;height:2.25053125rem;font-style:normal;display:block; }
#NJFhoqSTNNJcTGuyu4EXOCysQ3tChtLP { 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:7.4375rem;width:15.625rem;top:32.522193193436rem;left:15.340908050537rem;overflow:hidden;display:block; }
#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2295cd;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; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container { background-color: transparent; background-image: none; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container > .video-iframe-container { display: none; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row > .video-iframe-container { display: none; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .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); }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container { border-width: 0; border-radius: 0; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#fBVRDq5TN8idAWLaTSc1Xr1VQzfCVrU3 { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:2.294921875rem;left:3.125rem;height:26.990425rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo { position:relative;display:block; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo { background-color: transparent; background-image: none; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row .container > .video-iframe-container { display: none; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row > .video-iframe-container { display: none; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .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); }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo { border-width: 0; border-radius: 0; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .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; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .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:38.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; }#e60Vzarx5gtNb4oRKhk2o2akmwQM6cyR { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0770521163941rem;left:3.125rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lqPg0Dsd5BsG3KWIlym1AS75MUBHzM3d { color:#000000;display:block;width:33.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7810724973681rem;left:3.125rem;height:25.49096875rem;text-align:justify;text-align-last:initial;display:block; }
#xmfie0tVHGImT0140zTXMw18AdDzkPSE { 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:25.4375rem;width:31.25rem;top:8.9976910352706rem;left:40.067468643189rem;overflow:hidden;display:block; }
#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 { position:relative;display:block; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 { background-color: transparent; background-image: none; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row .container > .video-iframe-container { display: none; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row > .video-iframe-container { display: none; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .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); }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 { border-width: 0; border-radius: 0; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .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; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .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:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lyyW7t2r8rw46VmJbPnOqO9B0eInEWL4 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.075647354126rem;left:3.125rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzhUpQURepUgr4d3UV3vR97IGqI2DeRl { color:#000000;display:block;width:34.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.0965905189513rem;left:37.556818008423rem;height:7.4973125rem;text-align:justify;text-align-last:initial;display:block; }
#A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.749824523926rem;left:37.56178855896rem;height:12.578125rem;font-style:normal;display:block; }#A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja li:before{  }
#odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.75rem;left:53.0625rem;height:12.578125rem;font-style:normal;display:block; }#odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 li:before{  }
#Lhdv2vs8ifi9TE2FO64UWM1W8l03k1N0 { 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:20.75rem;width:31.25rem;top:8.0965905189513rem;left:3.125rem;overflow:hidden;display:block; }
#gIfAlMywLapfnPnQW1pOPnce51f3QpoD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.589664936066rem;left:31.249998092651rem;display:block; }
#nklQRGVyiwN89ztwS3uoniIK4fOpeeWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2295cd;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; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container { background-color: transparent; background-image: none; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container > .video-iframe-container { display: none; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row > .video-iframe-container { display: none; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .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); }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container { border-width: 0; border-radius: 0; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#fZQB4kQP3CaVpuz1Z0LQ9prUNlFNNQka { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:2.4375104904175rem;left:3.1875rem;height:29.9893375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU { position:relative;display:block; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU { background-color: transparent; background-image: none; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row .container > .video-iframe-container { display: none; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row > .video-iframe-container { display: none; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .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); }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU { border-width: 0; border-radius: 0; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .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; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;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; }#FpyTAbaEwQvkNXtgpxHIQWWI8KZhiHZ2 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3455259148031rem;left:3.125rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soQ1tR1mlHLxxkUEs043idCXmJFn2y8p { color:#000000;display:block;width:50.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8790836334231rem;left:3.5573501586914rem;height:17.99360625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#cMUUNNTvXCuTSJ3Cp17KTueGlmkLZCvX { 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:17.5rem;width:15rem;top:7.8790836334231rem;left:55.930395126343rem;overflow:hidden;display:block; }
#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a { position:relative;display:block; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a { background-color: transparent; background-image: none; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row .container > .video-iframe-container { display: none; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row > .video-iframe-container { display: none; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .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); }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a { border-width: 0; border-radius: 0; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .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; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#afRoWAdSl0Jdh6TBrul0WrGixbwgPyTH { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.6864233016969rem;left:21.931638717651rem;height:13.49521875rem;text-align:justify;text-align-last:initial;display:block; }
#NJ2WccM9RzW9e9lraWQqxuZ66lWDFmmM { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6109733581543rem;left:21.93092918396rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cg4H1q7hIvHZByPr9mJkotfn7AKTQ3ls { 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:18.625rem;width:15rem;top:2.6118469238281rem;left:4.1228694915771rem;overflow:hidden;display:block; }
#Tds1OSDMTu4RnsfSvmi5gkcVViMgMc38 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.867181777954rem;left:31.249998092651rem;display:block; }
#Xr2R0rC7QyaKpf3npTViHtowo0pelPWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER { position:relative;display:block; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER { background-color: transparent; background-image: none; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row .container > .video-iframe-container { display: none; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row > .video-iframe-container { display: none; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .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); }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER { border-width: 0; border-radius: 0; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .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; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OnlD51uiSKktSpG6N6wGKOcfX5TehFbV { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2816104888916rem;left:3.125rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAhWcgFkDNL6rxi6cLPQUq9HSZTFhi4J { color:#000000;display:block;width:68.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1244735717775rem;left:3.125rem;height:8.99680625rem;text-align:justify;text-align-last:initial;display:block; }
#F2Ptg3Z66u8CdPsbQ6zWGGUBiL8wOgB1 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:27.811612010002rem;left:3.125rem;height:7.49734375rem;text-align:justify;text-align-last:initial;display:block; }
#O099JnCfOT9HaThvr03Q4JhTcqCS4TLH { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.058418750763rem;left:8.1134586334231rem;height:;font-style:normal;display:block; }#O099JnCfOT9HaThvr03Q4JhTcqCS4TLH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O099JnCfOT9HaThvr03Q4JhTcqCS4TLH li:before{  }
#bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.057528018951rem;left:24.050424575806rem;height:;font-style:normal;display:block; }#bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV li:before{  }
#bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.057528018951rem;left:39.986680984497rem;height:;font-style:normal;display:block; }#bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO li:before{  }
#FF0PN765HR6aEMLwZOWQeKsIHZBpekns { position:relative;display:block; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns { background-color: transparent; background-image: none; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row .container > .video-iframe-container { display: none; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row > .video-iframe-container { display: none; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .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); }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns { border-width: 0; border-radius: 0; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .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; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .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:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R24k3nd3vatvshDxTsLzVSJs0vZfeB1R { position:absolute;display:block;z-index:15000;height:25rem;width:75rem;top:0.7493125rem;left:0rem;display:block; }
#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2295cd;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; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container { background-color: transparent; background-image: none; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container > .video-iframe-container { display: none; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row > .video-iframe-container { display: none; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .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); }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container { border-width: 0; border-radius: 0; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#JDgoUqHs8PGIqnAso01EwhquG8aTawUW { color:#ffffff;display:block;width:22.3748125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:6.5607242584231rem;left:6.9353694915769rem;height:13.125rem;font-style:normal;display:block; }
#IiK76N3rM5MRpBi9qz66qIf6UOwMNZSR { color:#ffffff;display:block;width:26.4364375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.617010116577rem;left:40.745737075806rem;height:1.49946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WflGToyPpWhPXImb3lNxI9PLOyWTuLpL { color:rgba(0,0,0,0);display:block;width:31.0618125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:11.24822807312rem;left:39.550779342651rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I60ZwZ1h0H0J7HtDPw1v4qNK9Av9kMDP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.933954238892rem;left:37.107599258423rem; }
#U2wzIMSplwnfTTe1yHtLmytq8lXnCDP0 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.5621452331543rem;left:8.5612564086912rem;height:2.6242875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ouI7LoIRZ5F2hdMzEQzFCJpHz0rvPsv6 { box-sizing:content-box;height:0.125rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:5.6802215576172rem;left:5.4978694915771rem;display:block; }
#Oiczp2XN3LSUEsnBowGbHA4GllwhEz0H { color:#ffffff;display:block;width:33.187125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6862564086914rem;left:37.371271133423rem;height:2.6242875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GfQHgcEwU20tpicBPb9N1tJwmaw2uqyl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.6859035491943rem;left:5.6796875rem; }
#x6k4bGNk1K7XyfPmXJemHFnwrg94z6EA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7931d, #d85606);background-image: -moz-linear-gradient(180deg, #f7931d, #d85606);background-image: -ms-linear-gradient(180deg, #f7931d, #d85606);background-image: -o-linear-gradient(180deg, #f7931d, #d85606);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931d', endColorstr='#d85606' );";background-image: linear-gradient(180deg, #f7931d, #d85606);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.5625rem;left:48.154294967651rem;display:block; }
#AJUpRu9t3S4XHzaPP7cK4GiZecZLMiRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q88uWaDLSzzycDkQQ8VoDsV6XZL5bTuL { top:1.375rem;left:25.6875rem;width:22.0625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvuzDzwcvnB4NCrqF9fNltnu5PoGkPLb { top:0.875rem;left:0rem;width:15.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6fRVtx6a7FcOzmEbJxufn99TmuTTUx { width:8.75rem;height:2.5rem;top:5.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkmRZp46qq7urxaTCzI1rOgHSPcM3r5u { display:block; }
 }@media only screen and (max-width: 763px) { #vJWZaUDu1cFsXGVNUCAbnZBATze8Rwen { width:8.75rem;height:2.5rem;top:5.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK3t9vRJz24co9IBDC1sqwDA8PA3uI8B { display:block; }
 }@media only screen and (max-width: 763px) { #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd { display:block; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJEh7tMRyeaEM2dFOLUvRA3uuoED8pyG { width:47.75rem;height:;top:16.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag { display:block; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu { top:15.9375rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #sWLLukzqy6KKNRrpw9subT72wTnfJV32 { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAC6hJt7NlR6gZJcwwW1LNKr35uSPeae { top:9.75rem;left:0rem;width:36.125rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTI0UDXi3cRwSkfIsaIf03cfkDvuItbT { width:12.5rem;height:3.125rem;top:43.625rem;left:17.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW6TSdiTPmbqSyhfpFa70tsSFWnd4b5I { display:block; }
 }@media only screen and (max-width: 763px) { #o6zn3Xrz5PJarRQb3g7bLhTKINlliLt6 { top:9.75rem;left:25.375rem;width:22.375rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7  { width:17.5rem;height:23.8125rem;top:13.3125rem;left:27.75rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 {display:block;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 { width:17.5rem;height:23.8125rem;top:13.3125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #HsXrANk8stkOL0M5oGoTz7uVvsGTc3TX {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #dkpWDmH0pmgWyTkNS3iu6AOJglZrU6Ku {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #OFZvI8U1V0Wkac6LKOwReQOUKwPspV5t {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #xNQtd3HAX377V8oAWInTMEbfXQdK8tuf {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #zuLETd67LseltRRunlqRmto0xqfDwUWT {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #AwBvg7Jf4zoBcC4MFa4ZDcwA3eIEUln5 {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #be7RsVGDUeaAvO6JJ8nbf4Nm0b5SwNdD {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #DMsxL6CcPggfTUJDVQd3IzMMw8kkzF5q {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #wDCOrl5JcZ4u0nxCvX4lpe1mCl5TufDq {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #uV3moQKANVPMGFlWGzCfOkMkUczzZOyk {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #qnKGKDq7oyudJ82uNq1JGJoJVT0EV0NV {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #BdVvmioea4xy4tvI8tKBph70AKFTpLi1 {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #usFATfsEl6kJCUg9cLBiwUi6biCLctsf {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #Nnb1MRBng0wgO0IQ9Qa9mODGqHUwBAyz {  }
 }@media only screen and (max-width: 763px) { #H371Te3vFBgVJ3C3NdcMLmF6Ppb6McP5 { top:10.875rem;left:29.5rem;width:18.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFhoqSTNNJcTGuyu4EXOCysQ3tChtLP { top:32.5rem;left:1.7159080505371rem;width:15.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 { display:block; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBVRDq5TN8idAWLaTSc1Xr1VQzfCVrU3 { top:2.25rem;left:0rem;width:47.75rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo { display:block; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e60Vzarx5gtNb4oRKhk2o2akmwQM6cyR { top:3.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPg0Dsd5BsG3KWIlym1AS75MUBHzM3d { top:8.75rem;left:0rem;width:33.875rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmfie0tVHGImT0140zTXMw18AdDzkPSE { top:8.9375rem;left:16.5rem;width:31.25rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 { display:block; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyyW7t2r8rw46VmJbPnOqO9B0eInEWL4 { top:2.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhUpQURepUgr4d3UV3vR97IGqI2DeRl { top:8.0625rem;left:13.375rem;width:34.375rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja { top:16.6875rem;left:23.936254501342rem;width:15.625rem;height:;font-size:1rem;display:block; }#A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja li:before{  }
 }@media only screen and (max-width: 763px) { #odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 { top:16.6875rem;left:32.125rem;width:15.625rem;height:;font-size:1rem;display:block; }#odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 li:before{  }
 }@media only screen and (max-width: 763px) { #Lhdv2vs8ifi9TE2FO64UWM1W8l03k1N0 { top:8.0625rem;left:0rem;width:31.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIfAlMywLapfnPnQW1pOPnce51f3QpoD { width:12.5rem;height:3.125rem;top:32.5625rem;left:17.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklQRGVyiwN89ztwS3uoniIK4fOpeeWm { display:block; }
 }@media only screen and (max-width: 763px) { #t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA { display:block; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZQB4kQP3CaVpuz1Z0LQ9prUNlFNNQka { top:2.375rem;left:0rem;width:47.75rem;height:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU { display:block; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpyTAbaEwQvkNXtgpxHIQWWI8KZhiHZ2 { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soQ1tR1mlHLxxkUEs043idCXmJFn2y8p { top:7.875rem;left:0rem;width:47.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUUNNTvXCuTSJ3Cp17KTueGlmkLZCvX { top:7.875rem;left:32.75rem;width:15rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnFdplbCQJlmvR25T3BWbrDG4RQggM1a { display:block; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRoWAdSl0Jdh6TBrul0WrGixbwgPyTH { top:7.625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2WccM9RzW9e9lraWQqxuZ66lWDFmmM { top:2.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4H1q7hIvHZByPr9mJkotfn7AKTQ3ls { top:2.5625rem;left:0rem;width:15rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tds1OSDMTu4RnsfSvmi5gkcVViMgMc38 { width:12.5rem;height:3.125rem;top:23.8125rem;left:17.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2R0rC7QyaKpf3npTViHtowo0pelPWF { display:block; }
 }@media only screen and (max-width: 763px) { #qEBSzchCmZHiGzh5xKgimXVQmcxlxTER { display:block; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnlD51uiSKktSpG6N6wGKOcfX5TehFbV { top:2.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWcgFkDNL6rxi6cLPQUq9HSZTFhi4J { top:7.0625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Ptg3Z66u8CdPsbQ6zWGGUBiL8wOgB1 { top:27.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O099JnCfOT9HaThvr03Q4JhTcqCS4TLH { top:18rem;left:0rem;width:15.625rem;height:;font-size:1rem;display:block; }#O099JnCfOT9HaThvr03Q4JhTcqCS4TLH li:before{  }
 }@media only screen and (max-width: 763px) { #bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV { top:18rem;left:10.425424575806rem;width:15.625rem;height:;font-size:1rem;display:block; }#bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV li:before{  }
 }@media only screen and (max-width: 763px) { #bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO { top:18rem;left:26.361680984497rem;width:15.625rem;height:;font-size:1rem;display:block; }#bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO li:before{  }
 }@media only screen and (max-width: 763px) { #FF0PN765HR6aEMLwZOWQeKsIHZBpekns { display:block; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R24k3nd3vatvshDxTsLzVSJs0vZfeB1R { top:0.6875rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 { display:block; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDgoUqHs8PGIqnAso01EwhquG8aTawUW { top:6.5rem;left:0rem;width:22.3125rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiK76N3rM5MRpBi9qz66qIf6UOwMNZSR { top:15.5625rem;left:21.375rem;width:26.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WflGToyPpWhPXImb3lNxI9PLOyWTuLpL { top:11.1875rem;left:16.75rem;width:31rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60ZwZ1h0H0J7HtDPw1v4qNK9Av9kMDP { top:10.875rem;left:23.482599258423rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wzIMSplwnfTTe1yHtLmytq8lXnCDP0 { top:2.5rem;left:0rem;width:13.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouI7LoIRZ5F2hdMzEQzFCJpHz0rvPsv6 { top:5.625rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiczp2XN3LSUEsnBowGbHA4GllwhEz0H { top:2.625rem;left:14.625rem;width:33.125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQHgcEwU20tpicBPb9N1tJwmaw2uqyl { top:2.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6k4bGNk1K7XyfPmXJemHFnwrg94z6EA { width:12.5rem;height:3.125rem;top:6.5625rem;left:34.529294967651rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJUpRu9t3S4XHzaPP7cK4GiZecZLMiRg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q88uWaDLSzzycDkQQ8VoDsV6XZL5bTuL { width:17.8125rem;height:2.39879375rem;top:9.9982242584231rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvuzDzwcvnB4NCrqF9fNltnu5PoGkPLb { width:15.625rem;height:7.5rem;top:0.58504968881607rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6fRVtx6a7FcOzmEbJxufn99TmuTTUx { width:8.75rem;height:2.5rem;top:13.459516525269rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkmRZp46qq7urxaTCzI1rOgHSPcM3r5u { display:block; }
 }@media only screen and (max-width: 763px) { #vJWZaUDu1cFsXGVNUCAbnZBATze8Rwen { width:8.75rem;height:2.5rem;top:13.459516525269rem;left:10.524679541588rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK3t9vRJz24co9IBDC1sqwDA8PA3uI8B { display:block; }
 }@media only screen and (max-width: 763px) { #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e477df1-7ca8-4242-929b-5afcd41152eb/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.adaptive-delivery-prevent-bg, #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.lazyload, #FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd.lazyloading { background-image: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { background-color: transparent; background-image: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container > .video-iframe-container { display: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row > .video-iframe-container { display: none; }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .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); }#FIHoPCl6rIsEb572BEN4l1nPQ7atdoxd > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJEh7tMRyeaEM2dFOLUvRA3uuoED8pyG { width:20rem;height:5.8513875rem;top:6.2473363876342rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag { display:block; }#wIfWHI8M3hVEcQT6JIlgwLbIPRnxznag > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu { width:20rem;height:9.6839375rem;top:15.185545444489rem;left:0rem;font-size:1.125rem;display:block; }#cyHzZf4FsqS0BcOE0FuZGDsv4XTgexAu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #sWLLukzqy6KKNRrpw9subT72wTnfJV32 { width:20rem;height:1.9504625rem;top:1.25rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TAC6hJt7NlR6gZJcwwW1LNKr35uSPeae { width:20rem;height:8.9968125rem;top:4.4371452331543rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTI0UDXi3cRwSkfIsaIf03cfkDvuItbT { width:12.5rem;height:3.125rem;top:38.623935222626rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW6TSdiTPmbqSyhfpFa70tsSFWnd4b5I { display:block; }
 }@media only screen and (max-width: 763px) { #o6zn3Xrz5PJarRQb3g7bLhTKINlliLt6 { width:20rem;height:30.9375rem;top:45.120555877686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7  { width:17.5rem;height:auto;top:49.57865524292rem;left:0rem; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 {display:block;}#ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 { width:17.5rem;height:auto;top:49.57865524292rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #HsXrANk8stkOL0M5oGoTz7uVvsGTc3TX {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #dkpWDmH0pmgWyTkNS3iu6AOJglZrU6Ku {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #OFZvI8U1V0Wkac6LKOwReQOUKwPspV5t {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #xNQtd3HAX377V8oAWInTMEbfXQdK8tuf {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #zuLETd67LseltRRunlqRmto0xqfDwUWT {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #AwBvg7Jf4zoBcC4MFa4ZDcwA3eIEUln5 {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #be7RsVGDUeaAvO6JJ8nbf4Nm0b5SwNdD {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #DMsxL6CcPggfTUJDVQd3IzMMw8kkzF5q {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #wDCOrl5JcZ4u0nxCvX4lpe1mCl5TufDq {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #uV3moQKANVPMGFlWGzCfOkMkUczzZOyk {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #qnKGKDq7oyudJ82uNq1JGJoJVT0EV0NV {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #BdVvmioea4xy4tvI8tKBph70AKFTpLi1 {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #usFATfsEl6kJCUg9cLBiwUi6biCLctsf {  }
 }@media only screen and (max-width: 763px) { #ok0GZTsdmB1CrQ3ueOFL2TAPtSVQy4l7 #Nnb1MRBng0wgO0IQ9Qa9mODGqHUwBAyz {  }
 }@media only screen and (max-width: 763px) { #H371Te3vFBgVJ3C3NdcMLmF6Ppb6McP5 { width:18.2493125rem;height:2.25053125rem;top:46.641689300537rem;left:0.84339487552644rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFhoqSTNNJcTGuyu4EXOCysQ3tChtLP { width:15.625rem;height:7.4360625rem;top:27.056104660034rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 { display:block; }#CPaNf5kJsM7zP38u4Eu1fxIBnGGdXCH5 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBVRDq5TN8idAWLaTSc1Xr1VQzfCVrU3 { width:20rem;height:58.4791875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo { display:block; }#Ns6uT9cAqNTqfT95AhZyTCf65fDg7pZo > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e60Vzarx5gtNb4oRKhk2o2akmwQM6cyR { width:20rem;height:4.54900625rem;top:1.1867990493774rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPg0Dsd5BsG3KWIlym1AS75MUBHzM3d { width:20rem;height:40.48559375rem;top:23.963241577149rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmfie0tVHGImT0140zTXMw18AdDzkPSE { width:20rem;height:16.27956rem;top:6.8368225097656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 { display:block; }#QCJiqROP2rsuEsWxWBTVl8rSWQA6cfs2 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyyW7t2r8rw46VmJbPnOqO9B0eInEWL4 { width:20rem;height:2.2745rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhUpQURepUgr4d3UV3vR97IGqI2DeRl { width:20rem;height:13.4951875rem;top:18.689094543457rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja { width:15.625rem;height:12.578125rem;top:33.24520111084rem;left:2.1874998807907rem;font-size:1rem;display:block; }#A5aigvueRa9Ub9FxZNTD1KCkapUJr6Ja li:before{  }
 }@media only screen and (max-width: 763px) { #odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 { width:15.625rem;height:12.578125rem;top:46.212886810302rem;left:2.1874998807907rem;font-size:1rem;display:block; }#odeHvnr75RsboXfn4LU0FCLSJZ6ELtX5 li:before{  }
 }@media only screen and (max-width: 763px) { #Lhdv2vs8ifi9TE2FO64UWM1W8l03k1N0 { width:20rem;height:13.27956rem;top:4.4655742645264rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIfAlMywLapfnPnQW1pOPnce51f3QpoD { width:12.5rem;height:3.125rem;top:61.320113182068rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklQRGVyiwN89ztwS3uoniIK4fOpeeWm { display:block; }
 }@media only screen and (max-width: 763px) { #t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA { display:block; }#t1ZFhsKFrEN1sdFg0d85vTvle7MGclQA > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZQB4kQP3CaVpuz1Z0LQ9prUNlFNNQka { width:20rem;height:70.4749375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU { display:block; }#fnkTGEo1gqvEgWRpn1xntyWocN4NF7kU > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpyTAbaEwQvkNXtgpxHIQWWI8KZhiHZ2 { width:19.75rem;height:4.54900625rem;top:1.7498168945312rem;left:0.186967253685rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soQ1tR1mlHLxxkUEs043idCXmJFn2y8p { width:20rem;height:41.9850625rem;top:26.494142532349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUUNNTvXCuTSJ3Cp17KTueGlmkLZCvX { width:15rem;height:17.5rem;top:7.1120376586912rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnFdplbCQJlmvR25T3BWbrDG4RQggM1a { display:block; }#AnFdplbCQJlmvR25T3BWbrDG4RQggM1a > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRoWAdSl0Jdh6TBrul0WrGixbwgPyTH { width:20rem;height:28.48986875rem;top:27.462713718414rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2WccM9RzW9e9lraWQqxuZ66lWDFmmM { width:20rem;height:4.54900625rem;top:1.3885025978088rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4H1q7hIvHZByPr9mJkotfn7AKTQ3ls { width:15rem;height:18.6248125rem;top:6.8954186439512rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tds1OSDMTu4RnsfSvmi5gkcVViMgMc38 { width:12.5rem;height:3.125rem;top:58.60174036026rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2R0rC7QyaKpf3npTViHtowo0pelPWF { display:block; }
 }@media only screen and (max-width: 763px) { #qEBSzchCmZHiGzh5xKgimXVQmcxlxTER { display:block; }#qEBSzchCmZHiGzh5xKgimXVQmcxlxTER > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnlD51uiSKktSpG6N6wGKOcfX5TehFbV { width:20rem;height:4.54900625rem;top:1.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWcgFkDNL6rxi6cLPQUq9HSZTFhi4J { width:20rem;height:25.49090625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Ptg3Z66u8CdPsbQ6zWGGUBiL8wOgB1 { width:20rem;height:22.49203125rem;top:58.040643798828rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O099JnCfOT9HaThvr03Q4JhTcqCS4TLH { width:15.625rem;height:7.744125rem;top:32.872497558594rem;left:2.1874998807907rem;font-size:1rem;display:block; }#O099JnCfOT9HaThvr03Q4JhTcqCS4TLH li:before{  }
 }@media only screen and (max-width: 763px) { #bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV { width:15.625rem;height:7.744125rem;top:41.053955078125rem;left:2.1874998807907rem;font-size:1rem;display:block; }#bPfKkBBumZ5lTkIFi4zcX40kZ8IVo0NV li:before{  }
 }@media only screen and (max-width: 763px) { #bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO { width:15.625rem;height:7.744125rem;top:49.234008789062rem;left:2.1874998807907rem;font-size:1rem;display:block; }#bzGsQoprKM5zsg4wwA5eOWfbCNTn81VO li:before{  }
 }@media only screen and (max-width: 763px) { #FF0PN765HR6aEMLwZOWQeKsIHZBpekns { display:block; }#FF0PN765HR6aEMLwZOWQeKsIHZBpekns > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R24k3nd3vatvshDxTsLzVSJs0vZfeB1R { width:20rem;height:21.6868125rem;top:1.5607261657715rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 { display:block; }#KxCTm2xWSa9c65Qs3GoSegkBNqwXAs78 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDgoUqHs8PGIqnAso01EwhquG8aTawUW { width:15.68625rem;height:15rem;top:6.2437896728516rem;left:3.1542967557907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiK76N3rM5MRpBi9qz66qIf6UOwMNZSR { width:20rem;height:1.49946875rem;top:42.30824136734rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WflGToyPpWhPXImb3lNxI9PLOyWTuLpL { width:15.2485625rem;height:2.9989375rem;top:35.80166721344rem;left:3.3718036413193rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60ZwZ1h0H0J7HtDPw1v4qNK9Av9kMDP { display:flex;width:2.5rem;height:2.5rem;top:35.80166721344rem;left:0.927734375rem; }
 }@media only screen and (max-width: 763px) { #U2wzIMSplwnfTTe1yHtLmytq8lXnCDP0 { width:12.6875rem;height:2.6242875rem;top:1.4964485168457rem;left:5.368430018425rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouI7LoIRZ5F2hdMzEQzFCJpHz0rvPsv6 { width:15.625rem;height:0.12429rem;top:4.6218037605286rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiczp2XN3LSUEsnBowGbHA4GllwhEz0H { width:20rem;height:5.24858125rem;top:24.030568122864rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQHgcEwU20tpicBPb9N1tJwmaw2uqyl { display:flex;width:2.5rem;height:2.5rem;top:1.6184301376343rem;left:2.3684302568436rem; }
 }@media only screen and (max-width: 763px) { #x6k4bGNk1K7XyfPmXJemHFnwrg94z6EA { width:12.5rem;height:3.125rem;top:30.493607521057rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJUpRu9t3S4XHzaPP7cK4GiZecZLMiRg { display:block; }
 }