.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container { background-color: transparent; background-image: none; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container > .video-iframe-container { display: none; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row > .video-iframe-container { display: none; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .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); }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container { border-width: 0; border-radius: 0; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#pNFWD2oct6gU8HrtgSlK5qmIfPin9pUh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:18.9375rem;top:1.4375rem;left:1.15625rem;overflow:hidden;display:block; }
#aq4AvB9QLUuydOU41t7nMCbE60SfVInK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b39c0a38-096b-4a4b-adc2-57bcf55a247c/Group10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK.adaptive-delivery-prevent-bg, #aq4AvB9QLUuydOU41t7nMCbE60SfVInK.lazyload, #aq4AvB9QLUuydOU41t7nMCbE60SfVInK.lazyloading { background-image: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { background-color: transparent; background-image: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container > .video-iframe-container { display: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row > .video-iframe-container { display: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .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); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { border-width: 0; border-radius: 0; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#yacVWkisCLrvaa5PgOzcvOp9UXQlMss2 { position:absolute;display:block;z-index:14999;background-color:#da1822;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:75rem;top:16.810981273651rem;left:0rem;display:none; }
#X0ccGq1NOlJaKZyzTn1N2iDnGTAKvMnL { color:#ffffff;display:block;width:67.5625rem;position:absolute;font-family:inter;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.75rem 0rem 2.5rem #dc1b1e;top:6.875rem;left:3.71875rem;height:10.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wQ3FdUx8p5Dw98TxvMUyIWM2tZ8ku0pg { color:#97b1e9;display:block;width:49.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.25rem;left:12.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NV0Ssp2FuR8nI7SfO9T2VTbDHh74OoiV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.625rem;left:24.40625rem;display:block; }
#ZuUsbLhfS7rTA2LICTR4IHKchOdcwAx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101825;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; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container { background-color: transparent; background-image: none; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container > .video-iframe-container { display: none; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row > .video-iframe-container { display: none; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .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); }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container { border-width: 0; border-radius: 0; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#DwoUQ8kvpEwQdfiXLfo6ilI04hxtwlqy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.60039375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVW9VTe5nV0VO9lGgioIaNVcZ9wJ7ZEw { box-sizing:content-box;height:12.5rem;width:17rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #dc1b1e, #131a29);background-image: -moz-linear-gradient(200deg, #dc1b1e, #131a29);background-image: -ms-linear-gradient(200deg, #dc1b1e, #131a29);background-image: -o-linear-gradient(200deg, #dc1b1e, #131a29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1b1e', endColorstr='#131a29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1b1e', endColorstr='#131a29' );";background-image: linear-gradient(200deg, #dc1b1e, #131a29);background-size:auto !important;top:7.3125rem;left:4rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #dc1b1e;border-left:0.0625rem solid #dc1b1e;border-right:0.0625rem solid #dc1b1e;border-bottom:0.0625rem solid #dc1b1e;display:block; }
#mk4nLf8cDvm7O2JgGFZAfFeoqBUXEoJO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.443359375rem;left:6.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLtAaKBT63ZO9usCoef6GZgByPHT8RB2 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#BLwcxCnlVzo7sw6ZDD5TNFxrNVXtHtfa { box-sizing:content-box;height:12.5rem;width:17rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #2c4f8b, #1f242e);background-image: -moz-linear-gradient(200deg, #2c4f8b, #1f242e);background-image: -ms-linear-gradient(200deg, #2c4f8b, #1f242e);background-image: -o-linear-gradient(200deg, #2c4f8b, #1f242e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );";background-image: linear-gradient(200deg, #2c4f8b, #1f242e);background-size:auto !important;top:7.3125rem;left:29rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2c4f8b;border-left:0.0625rem solid #2c4f8b;border-right:0.0625rem solid #2c4f8b;border-bottom:0.0625rem solid #2c4f8b;display:block; }
#ZOTLmGJ1sZGR19946VMcxipcbunLu3Jb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.443359375rem;left:31.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAgosHeE75IKARCqqtsWBWTD4aOMmcvA { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:30.03125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#SavTiC2luWta7V8DUyaPteC89fGKqHVn { box-sizing:content-box;height:12.5rem;width:17rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(111deg, #dc1b1e, #131a29);background-image: -moz-linear-gradient(111deg, #dc1b1e, #131a29);background-image: -ms-linear-gradient(111deg, #dc1b1e, #131a29);background-image: -o-linear-gradient(111deg, #dc1b1e, #131a29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1b1e', endColorstr='#131a29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1b1e', endColorstr='#131a29' );";background-image: linear-gradient(111deg, #dc1b1e, #131a29);background-size:auto !important;top:7.3125rem;left:54rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #dc1b1e;border-left:0.0625rem solid #dc1b1e;border-right:0.0625rem solid #dc1b1e;border-bottom:0.0625rem solid #dc1b1e;display:block; }
#iNGtIoVhoDNxPxTITS2Ul11ottrJJ8zZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.443359375rem;left:56.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hT8wUyLEAaRtJgMB9RRLHnsgq4qrBia7 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.03125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101825;background-image:url("https://images.assets-landingi.com/uc/6ccede11-5036-44ea-9336-4697f19839df/__2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt.adaptive-delivery-prevent-bg, #UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt.lazyload, #UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt.lazyloading { background-image: none; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container { background-color: transparent; background-image: none; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container > .video-iframe-container { display: none; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row > .video-iframe-container { display: none; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .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); }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container { border-width: 0; border-radius: 0; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#aGRSGkH1TiT1IwN0rSv9p7JLBphnyVDv { box-sizing:content-box;height:31.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #192135, #12161d);background-image: -moz-linear-gradient(180deg, #192135, #12161d);background-image: -ms-linear-gradient(180deg, #192135, #12161d);background-image: -o-linear-gradient(180deg, #192135, #12161d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192135', endColorstr='#12161d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192135', endColorstr='#12161d' );";background-image: linear-gradient(180deg, #192135, #12161d);background-size:auto !important;top:0.71875rem;left:0rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;border-top:0.0625rem solid #bb2326;border-left:0.0625rem solid #bb2326;border-right:0.0625rem solid #bb2326;border-bottom:0.0625rem solid #bb2326;display:block; }
#v9khlZhF6TQmAVqfuO3BoslUezTVQBLh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:26.0625rem;top:1.40625rem;left:1.53125rem;overflow:hidden;display:block; }
#uETR5S7Kh1RS1uRvgTJotD8F64FnJ7WI { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:27.59375rem;height:5.2rem;font-style:normal;display:block; }
#HLihDZOvryPExLZV09NeNJ1keSur1wy3 { color:#bfc9dd;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:27.59375rem;height:1.62539375rem;display:block; }
#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:27.59375rem;height:10.125rem;overflow:hidden;display:block; }#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80a60437-6d61-4eca-a69a-15ae9b8a4937/Vector.png); }
#myTVDTVfWIBrpeapaaf23UZ2zaptesDo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.8125rem;left:27.59375rem;display:block; }
#XTFIWHaVXTwfPynsVvf3CZRMrDltP7Q1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101825;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; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container { background-color: transparent; background-image: none; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container > .video-iframe-container { display: none; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row > .video-iframe-container { display: none; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .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); }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container { border-width: 0; border-radius: 0; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#yAkJS9rZkWKSLFDILL89mwXXfWfeawJP { position:absolute;display:block;z-index:15000;height:12.875rem;width:75rem;top:1.1875rem;left:0rem;display:block; }
#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101825;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S > .row .container { border-width: 0; border-radius: 0; }#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:none; }#ng0sG5R10bJvZWhBTQQiIaG1FZyrzxll { color:#dc1b1e;display:block;width:15.0625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2490234375rem;left:1.84375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piZa9s3ac5tlzdsxLNRoPLEMS5vKUV1I { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1123046875rem;left:3.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#OB2xXvpsoC7ztRHQ08WvIeaiTD9NNRgd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:21.875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#z7VSLQKP2f3xiXvmh8bvOJysdUPhxZoT { color:#dc1b1e;display:block;width:15.0625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KwloDTfcE9unsRTpTIwiqrDJmifxpVDS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#dTKu1Ng9xHidFeT5k9g39a1T2AvCL7RI { color:#dc1b1e;display:block;width:15.0625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:39.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3qWLxHJKbQgTDMPJ5hhzLXWygzKNHID { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:59.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#MtKz8pF7SkKqdMgR2nsyyOWkAwLqd86O { color:#dc1b1e;display:block;width:15.0625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:58.125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJT5B4B4n6olL4rEgTix6Buf9bFv4Tby { box-sizing:content-box;height:8.125rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:2.63671875rem;left:18.75rem;display:block; }
#UVX30I1uDJg5sFnh9wkbc7Rf087GxfQD { box-sizing:content-box;height:8.125rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.63671875rem;left:37.5rem;display:block; }
#T4g3f7d4HOnduMIcEDbzO03QPuRKOEGP { box-sizing:content-box;height:8.125rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:2.63671875rem;left:56.25rem;display:block; }
#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f1316, #131a29);background-image: -moz-linear-gradient(180deg, #7f1316, #131a29);background-image: -ms-linear-gradient(180deg, #7f1316, #131a29);background-image: -o-linear-gradient(180deg, #7f1316, #131a29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1316', endColorstr='#131a29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1316', endColorstr='#131a29' );";background-image: linear-gradient(180deg, #7f1316, #131a29);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container { background-color: transparent; background-image: none; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container > .video-iframe-container { display: none; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row > .video-iframe-container { display: none; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .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); }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container { border-width: 0; border-radius: 0; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#FsmFWZmMvmouTMN83DTHeFChSPqK28Wp { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:9rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bueg4FtQhsgPZ5RJEQJe8VX45cIvqLZy { box-sizing:content-box;height:17.8125rem;width:28rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:13.6875rem;left:4.625rem;border-top:0.125rem solid rgba(220,27,30,0.26);border-left:0.125rem solid rgba(220,27,30,0.26);border-right:0.125rem solid rgba(220,27,30,0.26);border-bottom:0.125rem solid rgba(220,27,30,0.26);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WSZ4vrJqM7F6feq86z43ASrbwiM3Bs20 { 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:4.625rem;width:5.0625rem;top:15.59375rem;left:6.15625rem;overflow:hidden;display:block; }
#cWg1sK2wFk7hSG2M30ZpbIeSphTRSPgU { color:#bb2326;display:block;width:17.3125rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.76953125rem;left:12.15625rem;height:2.275rem;font-style:normal;display:block; }
#RbfI4PvgTVR13RMNdSum3unadfcGtEbW { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.15625rem;height:8.125rem;display:block; }
#wc44I7eZXQT4PCXtp6yd75lR74aF06k3 { box-sizing:content-box;height:17.8125rem;width:28rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:13.6875rem;left:42.125rem;border-top:0.125rem solid rgba(220,27,30,0.26);border-left:0.125rem solid rgba(220,27,30,0.26);border-right:0.125rem solid rgba(220,27,30,0.26);border-bottom:0.125rem solid rgba(220,27,30,0.26);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hLGAUb8hJ31hR3w5rkx13GNTSax8weQi { color:#bb2326;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.75rem;left:49.6875rem;height:2.275rem;font-style:normal;display:block; }
#Vny4okZCNDpnISwzabema7q1xNR5ZVW5 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:43.6875rem;height:8.125rem;display:block; }
#IiRN7pGZOuyUgscTTT8bLdmQXPJuBB7x { 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:4.625rem;width:5.0625rem;top:15.625rem;left:43.6875rem;overflow:hidden;display:block; }
#EHpr3GO0ysEB5o3i06zytVS6lsfl7C7Q { box-sizing:content-box;height:17.8125rem;width:28rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:33.6875rem;left:4.625rem;border-top:0.125rem solid rgba(220,27,30,0.26);border-left:0.125rem solid rgba(220,27,30,0.26);border-right:0.125rem solid rgba(220,27,30,0.26);border-bottom:0.125rem solid rgba(220,27,30,0.26);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eEz3HSRU0MT41qV7DMMLV6PyOgbCzlqM { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.0625rem;left:6.125rem;height:8.125rem;display:block; }
#PQIm3oJxRETdpHmD81R5LOQtK5H8W4iV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.0625rem;top:35.625rem;left:6.125rem;overflow:hidden;display:block; }
#LIoBtLyDrlS110SDVf9yT8wrO3ZM1eDI { color:#bb2326;display:block;width:17.3125rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.75rem;left:12.125rem;height:4.55rem;font-style:normal;display:block; }
#fquFXEflb0KT14417c0GP7N9LSJaECIH { box-sizing:content-box;height:17.8125rem;width:28rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:33.6875rem;left:42.125rem;border-top:0.125rem solid rgba(220,27,30,0.26);border-left:0.125rem solid rgba(220,27,30,0.26);border-right:0.125rem solid rgba(220,27,30,0.26);border-bottom:0.125rem solid rgba(220,27,30,0.26);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fOee6W1OcLEUOZ8Fn23vWwsKDS7sQHwD { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.0625rem;left:43.6875rem;height:8.125rem;display:block; }
#d6MRkAsNRkEdeWchdBV5mvC72nK67DFF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.0625rem;top:35.625rem;left:43.6875rem;overflow:hidden;display:block; }
#Tx67vPJZA6E1bENx8bube41UAON6OvJq { color:#bb2326;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.75rem;left:49.6875rem;height:2.275rem;font-style:normal;display:block; }
#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131a29;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; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container { background-color: transparent; background-image: none; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container > .video-iframe-container { display: none; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row > .video-iframe-container { display: none; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .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); }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container { border-width: 0; border-radius: 0; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#P7F53GTr4BHthTchLyFFWQxVemq2SzuO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:3.6875rem;left:13.34375rem;overflow:hidden;display:block; }
#LiFJxmaApN4c9Plstu1oW2Ur6W07EnDZ { color:#dc1b1e;display:block;width:30.5625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:28.71875rem;height:5.2rem;font-style:normal;display:block; }
#Ut7ll1fBeK4LJNthead2XTvJxGoM2DrD { color:#ffffff;display:block;width:66.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.28125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#k2XewSvPooZ9MOP4tI0xS5zoFbEPtgBM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.625rem;left:25.25rem;display:block; }
#ElTfbIev74FpvKdiyVcbdDaPnC7Ck9Qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2c4f8b, #1f242e);background-image: -moz-linear-gradient(180deg, #2c4f8b, #1f242e);background-image: -ms-linear-gradient(180deg, #2c4f8b, #1f242e);background-image: -o-linear-gradient(180deg, #2c4f8b, #1f242e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );";background-image: linear-gradient(180deg, #2c4f8b, #1f242e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container { background-color: transparent; background-image: none; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container > .video-iframe-container { display: none; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row > .video-iframe-container { display: none; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .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); }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container { border-width: 0; border-radius: 0; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#hQ6fTxZlbWk8sTMn0abqDIyqHriWWc6V { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:10.375rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaEqd28i2kXVQAq274p49Lzf4ky7g7PG { box-sizing:content-box;height:20rem;width:20.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -moz-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -ms-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -o-linear-gradient(92deg, #2c4f8b, #1f242e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );";background-image: linear-gradient(92deg, #2c4f8b, #1f242e);background-size:auto !important;top:10.1875rem;left:2.125rem;display:block; }
#k6rHeeg3lzRnLKPCJrNqaWHyTbfc1AqT { 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:3.875rem;width:5.75rem;top:12.4375rem;left:3.4375rem;overflow:hidden;display:block; }
#wmkZ5mdcC0Nysgq4lQslOXGPGx4ETaWz { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.4375rem;height:4.0625rem;font-style:normal;display:block; }
#lpDVBg6hvorRsKtmGTTv0iKZtd5qge91 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.501953125rem;left:3.4375rem;height:4.14375rem;display:block; }
#w1ZAUMhPvr7hkEuFurbqmqTrLPpMfw9N { box-sizing:content-box;height:20rem;width:20.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -moz-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -ms-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -o-linear-gradient(92deg, #2c4f8b, #1f242e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );";background-image: linear-gradient(92deg, #2c4f8b, #1f242e);background-size:auto !important;top:10.1875rem;left:27.125rem;display:block; }
#CHJA92CILu2HVbNPoTF4Uay0VTWylQep { 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:3.75rem;width:5.75rem;top:12.4375rem;left:28.5rem;overflow:hidden;display:block; }
#oiFi2OGAe7CpTI29gqfMySPTiPi0uUD1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:28.5rem;height:2.03125rem;font-style:normal;display:block; }
#gJioPktvq3CnPMgMydOFMfDErBO6Ovvd { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:28.0625rem;height:5.525rem;display:block; }
#TzMEexaT5iCJOCNHcrSXrGTmyfeWty0T { box-sizing:content-box;height:20rem;width:20.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -moz-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -ms-linear-gradient(92deg, #2c4f8b, #1f242e);background-image: -o-linear-gradient(92deg, #2c4f8b, #1f242e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4f8b', endColorstr='#1f242e' );";background-image: linear-gradient(92deg, #2c4f8b, #1f242e);background-size:auto !important;top:10.1875rem;left:52.125rem;display:block; }
#eoIwSqeiksSKcGCr43ZXDrtsSCxhiPoO { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.4375rem;left:53.5rem;height:2.03125rem;font-style:normal;display:block; }
#nifNtyz3tECP1eM3rKR7CxP5cLSyCOKy { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:53.59375rem;height:6.90625rem;display:block; }
#iv32ehwL9Z44lSlHklOicQPp8KHrsw5l { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.75rem;top:12.5rem;left:53.5rem;overflow:hidden;display:block; }
#qMEm7a8mklf8O8DsFPoBzCyB6vyRT6z2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.5625rem;left:25.25rem;display:block; }
#HcLCrkNT8R9lJvFP3bloPlCWQbUG6iX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJlRnoTybMoegBZKsTaxzErmzvRae736 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131a29;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hJlRnoTybMoegBZKsTaxzErmzvRae736 > .row .container { border-width: 0; border-radius: 0; }#hJlRnoTybMoegBZKsTaxzErmzvRae736 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJlRnoTybMoegBZKsTaxzErmzvRae736 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:none; }#ITl18Oza3MOdbw4KJ1zkmPQblsDALQBA { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.125rem;height:2.5996125rem;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; }
#h7ub99WCZxw26cd8UyHItqP88TZVfatH { position:absolute;display:block;z-index:15001;height:29.5rem;width:75rem;top:8.25rem;left:0rem;display:block; }
#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131a29;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; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container { background-color: transparent; background-image: none; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container > .video-iframe-container { display: none; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row > .video-iframe-container { display: none; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .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); }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container { border-width: 0; border-radius: 0; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#e8cfLGUOZyMkd2PE8ILOSlPlbVJiyt82 { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:16.125rem;height:2.60039375rem;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; }
#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131a29;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; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container { background-color: transparent; background-image: none; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container > .video-iframe-container { display: none; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row > .video-iframe-container { display: none; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .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); }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container { border-width: 0; border-radius: 0; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#HBSCzJT3NdlxtnUDw3s8fZD0eioazOTc { box-sizing:content-box;height:38.3125rem;width:23.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:2.75rem;left:0.84375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zmaPDzwczlWRMcuvdNfnbwifdzLgZ8Fb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:19.1875rem;top:3.75rem;left:2.90625rem;overflow:hidden;display:block; }
#cCzn3stGTHJiXGnGG7BnPTvaNyDTn60n { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.5625rem;height:7.8rem;font-style:normal;display:block; }
#StDXiysLxG42h5ZFJ06THKAiQJHXlgpk { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.5625rem;height:9.1rem;display:block; }
#nVLJtzpkFNVB9QmKl5QIFV9TxJIqu7Xe { box-sizing:content-box;height:38.3125rem;width:23.3125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:2.75rem;left:25.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EaihZ47wIDdiiDPEH9Qom9lpRkJ97dVo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:19.1875rem;top:3.75rem;left:27.9375rem;overflow:hidden;display:block; }
#KhTt2IKqhvJDHGptUQ6pieG3O45Au0BI { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:27.5625rem;height:7.8rem;font-style:normal;display:block; }
#t7uK00DURXXGZOo5nO3BFKaS5wsHCawr { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:27.90625rem;height:14.3rem;display:block; }
#P0u03CNIkvwnU0fy1eSXGvE66QPgMKO9 { box-sizing:content-box;height:38.3125rem;width:23.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:2.75rem;left:50.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NDqRHNoiOL7ZGI0MeAkzbTT18D0lVVmz { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.875rem;left:52.90625rem;height:10.4rem;display:block; }
#FMJbbxNTCgzl8GAsw6N3OTAc0bAhlFHt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:19.1875rem;top:3.75rem;left:52.9375rem;overflow:hidden;display:block; }
#NTGy8BsiACJvWQgcTJ9bGvllCS7z2sHE { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:52.5625rem;height:7.8rem;font-style:normal;display:block; }
#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f242e;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; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container { background-color: transparent; background-image: none; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container > .video-iframe-container { display: none; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row > .video-iframe-container { display: none; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .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); }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container { border-width: 0; border-radius: 0; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container { font-size:0.875rem;font-family:arial;height:90.25rem;width:75rem;position:relative;display:block; }#U9GQfnk95NSRZG9MbXyDqQcVNaLRtB84 { color:#000000;display:block;width:31.4995625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.420139789581rem;left:1.8750019073486rem;height:1.38164375rem;display:block; }
#fBJIdlXUnuV260Vkl09gNOnpLXtl8PDD { color:#000000;display:block;width:31.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.676040649414rem;left:4.625rem;height:10.4rem;display:block; }
#ipZwKCiBqKGQpSBSnbXTEFhq0DZT2VZX { 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:1.5625rem;width:1.5625rem;top:36.676433086395rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#QqlSGHS2zap3U8nEVtUwB5gQyiLPWiiR { color:#000000;display:block;width:31.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.376041412354rem;left:4.625rem;height:3.9rem;display:block; }
#kQ4yIlMUNHw4CXFJaiVU9q3NAlf9pPdO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:48.376041412354rem;left:1.875rem;overflow:hidden;display:block; }
#kZrqtEIUlR3xappT3kh9D6nrJgJlDkEc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1rem;top:54.68124961853rem;left:3.6875rem;overflow:hidden;display:block; }
#yd9zq6dFJ2XAQDEhlcE6dnpgbCtdKPA2 { color:#000000;display:block;width:9rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5625rem;left:5.5927085876465rem;height:1.3rem;display:block; }
#NIa5FKqiZK7GChqdRvfbqk8E5ArELwHW { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:54.5625rem;left:17.125rem;height:1.3rem;display:block; }
#fhnUWIzIgNPyaX0G1oSNBJ28Zzv3McTM { position:absolute;display:block;z-index:15011;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:0.75rem;width:1.0625rem;top:54.83749961853rem;left:15.280208587646rem;overflow:hidden;display:block; }
#NDqr1N8J11gSqXZyEDrsxJpB4I0bGdED { position:absolute;display:block;z-index:14999;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.3125rem;width:36.875rem;top:29.46875rem;left:0rem;display:block; }
#MRuSkWoPHK8Ah2qCnzoThI6TCS8OQlpO { position:absolute;display:block;z-index:15012;background-color:#131a29;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.9375rem;width:29.6875rem;top:27.431643247604rem;left:2.7810344696045rem;display:block; }
#H4XaqnfGTWVy59yIXCEc6o0I26wTt1pM { color:#ffffff;display:block;width:21.936875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.628472805023rem;left:6.6558189392087rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQi04d5Fey2wMJBPbCNyA2prqtTF78TA { position:absolute;display:block;z-index:15011;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.5rem;width:36.875rem;top:61.310417175293rem;left:0rem;display:block; }
#qEHTxBJyFvFzfkcnW4KUDhgyNqclKEal { color:#000000;display:block;width:34.2489375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:65.722915649412rem;left:1.875rem;height:7.8rem;display:block; }
#c88bDKwvGlgicxSclUp4ZzKRV8XnCe1K { position:absolute;display:block;z-index:15024;background-color:#adc7e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.9375rem;width:29.6875rem;top:59.614582061767rem;left:2.78125rem;display:block; }
#oQCoDk9KNUCa0H4GL6FgGwuZge4S3HA7 { color:#ffffff;display:block;width:23.8114375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:60.811458587646rem;left:5.7197914123535rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpG7gRw72iupqf0RvMhSTZ1ikHb4Ox6J { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.2107200622559rem;left:18.90625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FzoUehESn8ZQDbzxETQHX7N6NkKGZ5hr { position:absolute;display:block;z-index:15015;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.5rem;width:36.875rem;top:8.3125rem;left:0rem;display:block; }
#EtxvpsJQvX0OsngI31TZ9uUJMwOesrKt { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.499347686767rem;left:1.8750019073486rem;height:7.8rem;display:block; }
#J8WT8BAsHwAymSV5F8cCEqgAqv7PGcTD { position:absolute;display:block;z-index:15028;background-color:#adc7e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.9375rem;width:29.6875rem;top:7.125rem;left:2.75rem;display:block; }
#aJ668p94fJyAeQ9ihMAN0Rndt8FWTFPw { color:#ffffff;display:block;width:23.811875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-form-header {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.adaptive-delivery-prevent-bg, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyload, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyloading { background-image: none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ [class*="-text"]:-moz-placeholder {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ [class*="-text"]::-moz-placeholder {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ [class*="-text"]:-ms-input-placeholder {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ [class*="-text"]::-webkit-input-placeholder {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:first-of-type{padding-top:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:last-of-type{padding-bottom:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:8.3330078125rem;left:48.5rem;position:absolute;z-index:15000;height:auto; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.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;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-info-text { font-size:0.6875rem; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ {display:block;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:8.3330078125rem;left:48.5rem;position:absolute;z-index:15000;height:auto; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 .container-column{width:50%;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #vuJgNJIvAIf8l42lJQKqORHxppJBBWOd { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #WNdNW2MJ5yCbNVkhlFu7dbiF6hETxdwb { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tGbZ95szvWqTWyJ8HhXfOK80L7zPTx6W { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #xmkHQgaQK98dc4EKeNHtWweP1U6MMvOW { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #KLKt2ziKsXaGSbOF4N61KOAEV3IHboH1 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #znH77liWtpDIKbXCSx7HM4hTPh8lQMgZ { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TER3o41CUVJD1zagIxTfQkkCPkpZ7ysP { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #IwUvHzUQRcrsyq1wywrehqtM0zvN20Q9 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #JbaM4Or7Sf5uSTUTlKAQnRF9UWcwwCG1 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zyNfTNZ6T4lQr81TenabS1Dh1hKP0o5G { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Mr3ABTK9DiAVUVFHi90am2BUtLdhazTS { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aME7DTwfpiRsOwPFm5vimTD9iaa6VGkL { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aKcJL3IrdbCnENeghi0AMrq6hDLuka9g { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BUV6DCIUzzxArhDOTZheczK3wFmtT6Fc { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #DrsulGLObA0XhnvbTIeSXcJ0sbaTJTT1 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OAnIXvqJ9Q8ruXnwiGUsJyu9WAOfH9c4 { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qdCmWqs226TlDxgCUg1xh5hNPQqHm8Bp { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kIa6XEGLDEzXUc78zKN3ebFOV8qy5fNz { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #W2Ttk3TguqUzUG45lS6DFqL6Lct0E0wl { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qkkQAzNkFT3Hrew9mh01ivTM6TThnhED { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iLqgO0yyLDPGT0IwyHXo7g1Vq5ofOAfx { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sFuxX53NutMngpL1NL3Lm9TGZ6Cw1q1d { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lOOm1sT5opxTGbTinbQWifBnTUBQWE8b { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PQK80iw5TFoOO2KQuvZtDBlwSaGpiII8 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #poVWcKDLqhAWcTXqpzDoLfSyb4LLfdTP { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lRoWzJJAcHUpWAeUq9y1vc7MTnO4SITJ { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tABH6tLCkGvsdRNKGq47Fyqpw3wrCE6i { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ii0ILqgnU3IwRC318xfVihcJWoTGGcLT { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kx2UoW6GoNWsuRpSirzkDWMTVZSm5bVy { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BX8SiAeawtXQrKO0gPppLmUaA9WwVU3y { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #XV0HETrqQAwyOBlKsEqQLGZeFAqxZ3Rm { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #I2bG2xEHvNTn3dVGfrkAI399NoUBTVsr { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PVew4qX5Omm9TwhpvdmVuHCBvf0Msbts { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #CxAUJzWEP3UHwa8ubLWKxwKwh1ldMt8l { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Ksr48w9s2avkH4X3eKk8KfsfbRSqhT0I { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GUJOex8EbZX6gtrg8Xy0X89BJ0XyH6lx { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Rd1mqLyp1VhpTTxMp9ydRVCT0Z4zXJXD { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PoHTrObz3BR5EtM7Lf4pF7nGz1alyTdp { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #c6w9dXQRJec5vb0Qb5BZRq5C1tE4IGWD { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ta0zTMUtdfX8lZIaNJeEDL9AUWtWWk8w { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Wt70uJNEv1cfKnSvywiOzFm51lFl8G12 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lXLwH12Wagg7eLwnUyQbOILQD4LcvTdV { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #T84TssFdoknKCQZ9QRp8Wc7rNLB5JWxi { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zB239ApxQTP7v1yGBOtkqgd8TpAHe5JE { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ANrVPqk5osmuOzcOqskwnoM2Z6CDfBpI { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #UDS5fXcVKohkeTsbNL4uxqJ6dRVzCqIm { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5xsoTwmCXzO3uN5BKtEISgw9hbJciTL { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GiiyE0zhcWQlMVwv7yob6gTMVvkT98AB { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #csFLltIUKUe927syc9uNOy99gK3ATaQe { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ynJUlT1yH5OwAUqdAgT8w4XutM2vMuQm { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ziC7VbOWlNAP4t4fAyyx3txaAaAT03Ae { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #SD6m3vctzJSepdV2nVi3ISrzglrBAeJR { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TUQwGQE0haZO5EFpus6rF6Nq3J7xXc0k { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #t8U2f5f5MklyAeSTVeQ2G7z8hsyDE1cI { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #RlgOmG2LG215OwLERd5gB0rVXEpnxuW7 { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cfyO6xb7GbnXgWT3lWZGwleXcagWMn2s { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #bfa4HTwcP3OShTKadi45FBnFpMc6VubT { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iDozdyK8psfoPqF7BJzl3augFRqRgIWO { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BHWmMhvOacKeHCowmc4EnLJuIZb85N8g { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cmgP3KbnOB7LpLfTDfnXTqphHXdusg7v { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5TbzuIF4ZNgp7e6vKuM5Wvurffi7tOA { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wLRVFPh3ib0DQAqpC9MHlNCpSX92MTWI { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Oo1kSsXqFlGkGMeDbJTmc3FpIdKhgtXC { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wSU6wqStgi9mLZ3pJU2XGFI9wNTz87ro { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sfkkF6tboHhbT7HNLPBqbTQs9DKTUU0d { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #mVo2BxMcAGJLTtmDogO1eOobireHhUqu { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #yTmg97N4TQTQBInDes2c0ow4KQHOMVKR { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OFekrpuoVcTfqVKB68IQ5yCptueqd22p { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #p9pbEb7TtaqM4HIMrcgkffdoEPIlJm1a { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cWugXksGxLBv4WFXd7mESaxJ7GJnxdK9 { position:relative;z-index:2; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ohlUNaTilxKMTtPEyXMA8n0GZLKRC76W { position:relative; }
#TJnOCczPiwFrRsWqvzcGyTiA5PyCbH1A { position:relative;display:block; }
#Hti6TtMGfQpyXMrs6xBqf4phask7Lp3w { position:relative;display:block; }
#Nkf3Q1RG7ogk2e7CgIzL3rrZ9ph4MRTy { position:relative;display:block; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PqADxl7V1vovitu9GbCJ18bavRHal8T4 { position:relative; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #MABvaEHDi4c0FtEhyXq7bWd9se5IzAPh { position:relative; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D { display:block; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pNFWD2oct6gU8HrtgSlK5qmIfPin9pUh { width:18.9375rem;height:4.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aq4AvB9QLUuydOU41t7nMCbE60SfVInK { display:block; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { width:47.75rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yacVWkisCLrvaa5PgOzcvOp9UXQlMss2 { width:34.6875rem;height:7.5625rem;top:18.457032680511rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 1199px) { #X0ccGq1NOlJaKZyzTn1N2iDnGTAKvMnL { width:47.75rem;height:7.9625rem;top:3rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQ3FdUx8p5Dw98TxvMUyIWM2tZ8ku0pg { width:47.75rem;height:5.85rem;top:14rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NV0Ssp2FuR8nI7SfO9T2VTbDHh74OoiV { width:25.375rem;height:3.875rem;top:22.9375rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuUsbLhfS7rTA2LICTR4IHKchOdcwAx2 { display:block; }
 }@media only screen and (max-width: 1199px) { #uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX { display:block; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DwoUQ8kvpEwQdfiXLfo6ilI04hxtwlqy { width:47.75rem;height:4.3875rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVW9VTe5nV0VO9lGgioIaNVcZ9wJ7ZEw { width:17rem;height:12.5rem;top:9.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mk4nLf8cDvm7O2JgGFZAfFeoqBUXEoJO { width:12.5rem;height:2.925rem;top:11.5625rem;left:17.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLtAaKBT63ZO9usCoef6GZgByPHT8RB2 { width:10.75rem;height:2.275rem;top:15.75rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BLwcxCnlVzo7sw6ZDD5TNFxrNVXtHtfa { width:17rem;height:12.5rem;top:22.8125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOTLmGJ1sZGR19946VMcxipcbunLu3Jb { width:12.5rem;height:2.925rem;top:24.9375rem;left:18.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAgosHeE75IKARCqqtsWBWTD4aOMmcvA { width:14.9375rem;height:2.275rem;top:28.9375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SavTiC2luWta7V8DUyaPteC89fGKqHVn { width:17rem;height:12.5rem;top:36.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNGtIoVhoDNxPxTITS2Ul11ottrJJ8zZ { width:12.5rem;height:2.925rem;top:38.625rem;left:18.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hT8wUyLEAaRtJgMB9RRLHnsgq4qrBia7 { width:14.9375rem;height:4.55rem;top:42.625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt { display:block; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGRSGkH1TiT1IwN0rSv9p7JLBphnyVDv { width:47.75rem;height:26.9375rem;top:0.65625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9khlZhF6TQmAVqfuO3BoslUezTVQBLh { width:21.75rem;height:25.5rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uETR5S7Kh1RS1uRvgTJotD8F64FnJ7WI { width:27.4375rem;height:4.0625rem;top:3.25rem;left:10.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HLihDZOvryPExLZV09NeNJ1keSur1wy3 { width:12.5rem;height:1.4625rem;top:9.25rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf { width:42.0625rem;height:5.025rem;top:12.46875rem;left:3.84375rem;font-size:1rem;display:block; }#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80a60437-6d61-4eca-a69a-15ae9b8a4937/Vector.png); }
 }@media only screen and (max-width: 1199px) { #myTVDTVfWIBrpeapaaf23UZ2zaptesDo { width:25.375rem;height:3.875rem;top:21rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTFIWHaVXTwfPynsVvf3CZRMrDltP7Q1 { display:block; }
 }@media only screen and (max-width: 1199px) { #XUKGHZQagbWAEfWQHQS511TSiMs3NCKL { display:block; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yAkJS9rZkWKSLFDILL89mwXXfWfeawJP { width:47.75rem;height:12.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S { display:none; }#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ng0sG5R10bJvZWhBTQQiIaG1FZyrzxll { width:15.0625rem;height:2.92480625rem;top:4.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piZa9s3ac5tlzdsxLNRoPLEMS5vKUV1I { width:12.5rem;height:1.7871125rem;top:7.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OB2xXvpsoC7ztRHQ08WvIeaiTD9NNRgd { width:12.5rem;height:3.57421875rem;top:7.125rem;left:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7VSLQKP2f3xiXvmh8bvOJysdUPhxZoT { width:15.0625rem;height:2.92480625rem;top:4.25rem;left:8.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwloDTfcE9unsRTpTIwiqrDJmifxpVDS { width:12.5rem;height:1.7871125rem;top:7.125rem;left:23.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTKu1Ng9xHidFeT5k9g39a1T2AvCL7RI { width:15.0625rem;height:2.92480625rem;top:4.25rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3qWLxHJKbQgTDMPJ5hhzLXWygzKNHID { width:12.5rem;height:1.7871125rem;top:7.125rem;left:35.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtKz8pF7SkKqdMgR2nsyyOWkAwLqd86O { width:15.0625rem;height:2.92480625rem;top:4.25rem;left:32.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJT5B4B4n6olL4rEgTix6Buf9bFv4Tby { width:0.0625rem;height:8.125rem;top:2.625rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UVX30I1uDJg5sFnh9wkbc7Rf087GxfQD { width:0.0625rem;height:8.125rem;top:2.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T4g3f7d4HOnduMIcEDbzO03QPuRKOEGP { width:0.0625rem;height:8.125rem;top:2.625rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LWP2qMJOT7x0lQea46ixwnPxOhVTleBg { display:block; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container { width:47.75rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsmFWZmMvmouTMN83DTHeFChSPqK28Wp { width:47.75rem;height:4.225rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bueg4FtQhsgPZ5RJEQJe8VX45cIvqLZy { width:28rem;height:17.8125rem;top:11.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSZ4vrJqM7F6feq86z43ASrbwiM3Bs20 { width:5.0625rem;height:4.625rem;top:13.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWg1sK2wFk7hSG2M30ZpbIeSphTRSPgU { width:17.3125rem;height:2.275rem;top:14.8125rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbfI4PvgTVR13RMNdSum3unadfcGtEbW { width:24.5625rem;height:8.125rem;top:20.125rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wc44I7eZXQT4PCXtp6yd75lR74aF06k3 { width:28rem;height:17.8125rem;top:31.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLGAUb8hJ31hR3w5rkx13GNTSax8weQi { width:17.3125rem;height:4.55rem;top:34.1875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vny4okZCNDpnISwzabema7q1xNR5ZVW5 { width:24.5625rem;height:8.125rem;top:39.5rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiRN7pGZOuyUgscTTT8bLdmQXPJuBB7x { width:5.0625rem;height:4.625rem;top:33rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHpr3GO0ysEB5o3i06zytVS6lsfl7C7Q { width:28rem;height:17.8125rem;top:51.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEz3HSRU0MT41qV7DMMLV6PyOgbCzlqM { width:25.9375rem;height:8.125rem;top:59.5rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQIm3oJxRETdpHmD81R5LOQtK5H8W4iV { width:5.0625rem;height:4.625rem;top:53rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIoBtLyDrlS110SDVf9yT8wrO3ZM1eDI { width:17.3125rem;height:4.55rem;top:53.1396484375rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fquFXEflb0KT14417c0GP7N9LSJaECIH { width:28rem;height:17.8125rem;top:70.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOee6W1OcLEUOZ8Fn23vWwsKDS7sQHwD { width:24.5625rem;height:8.125rem;top:78.875rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6MRkAsNRkEdeWchdBV5mvC72nK67DFF { width:5.0625rem;height:4.625rem;top:72.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx67vPJZA6E1bENx8bube41UAON6OvJq { width:17.3125rem;height:2.275rem;top:73.5625rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 { display:block; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P7F53GTr4BHthTchLyFFWQxVemq2SzuO { width:11.375rem;height:11.375rem;top:3.662109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiFJxmaApN4c9Plstu1oW2Ur6W07EnDZ { width:30.5625rem;height:4.55rem;top:6.75rem;left:15.09375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ut7ll1fBeK4LJNthead2XTvJxGoM2DrD { width:47.75rem;height:5.11875rem;top:16.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2XewSvPooZ9MOP4tI0xS5zoFbEPtgBM { width:25.375rem;height:3.875rem;top:24.5rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElTfbIev74FpvKdiyVcbdDaPnC7Ck9Qz { display:block; }
 }@media only screen and (max-width: 1199px) { #vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb { display:block; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container { width:47.75rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hQ6fTxZlbWk8sTMn0abqDIyqHriWWc6V { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaEqd28i2kXVQAq274p49Lzf4ky7g7PG { width:24.25rem;height:22.375rem;top:9.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6rHeeg3lzRnLKPCJrNqaWHyTbfc1AqT { width:5.75rem;height:3.875rem;top:10.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmkZ5mdcC0Nysgq4lQslOXGPGx4ETaWz { width:15.625rem;height:4.55rem;top:15.5rem;left:14.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpDVBg6hvorRsKtmGTTv0iKZtd5qge91 { width:19.375rem;height:6.5rem;top:21.375rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1ZAUMhPvr7hkEuFurbqmqTrLPpMfw9N { width:24.25rem;height:22.375rem;top:33.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHJA92CILu2HVbNPoTF4Uay0VTWylQep { width:5.75rem;height:3.75rem;top:35.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oiFi2OGAe7CpTI29gqfMySPTiPi0uUD1 { width:15.625rem;height:2.275rem;top:41.25rem;left:15.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJioPktvq3CnPMgMydOFMfDErBO6Ovvd { width:19.375rem;height:8.125rem;top:44.5625rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzMEexaT5iCJOCNHcrSXrGTmyfeWty0T { width:24.25rem;height:22.375rem;top:58rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eoIwSqeiksSKcGCr43ZXDrtsSCxhiPoO { width:11.375rem;height:4.55rem;top:65rem;left:14.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nifNtyz3tECP1eM3rKR7CxP5cLSyCOKy { width:20.4375rem;height:8.125rem;top:70.6875rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iv32ehwL9Z44lSlHklOicQPp8KHrsw5l { width:5.75rem;height:3.625rem;top:60rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMEm7a8mklf8O8DsFPoBzCyB6vyRT6z2 { width:25.375rem;height:3.875rem;top:83rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcLCrkNT8R9lJvFP3bloPlCWQbUG6iX8 { display:block; }
 }@media only screen and (max-width: 1199px) { #hJlRnoTybMoegBZKsTaxzErmzvRae736 { display:none; }#hJlRnoTybMoegBZKsTaxzErmzvRae736 > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ITl18Oza3MOdbw4KJ1zkmPQblsDALQBA { width:42.75rem;height:2.03125rem;top:3.625rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7ub99WCZxw26cd8UyHItqP88TZVfatH { width:47.75rem;height:29.5rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 { display:block; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e8cfLGUOZyMkd2PE8ILOSlPlbVJiyt82 { width:42.75rem;height:2.03125rem;top:1.625rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk { display:block; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container { width:47.75rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HBSCzJT3NdlxtnUDw3s8fZD0eioazOTc { width:23.3125rem;height:38.3125rem;top:1.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zmaPDzwczlWRMcuvdNfnbwifdzLgZ8Fb { width:19.1875rem;height:10.3125rem;top:3.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCzn3stGTHJiXGnGG7BnPTvaNyDTn60n { width:19.875rem;height:7.8rem;top:15.375rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StDXiysLxG42h5ZFJ06THKAiQJHXlgpk { width:19.1875rem;height:9.1rem;top:25.1875rem;left:14.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVLJtzpkFNVB9QmKl5QIFV9TxJIqu7Xe { width:23.3125rem;height:36.9375rem;top:42.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EaihZ47wIDdiiDPEH9Qom9lpRkJ97dVo { width:19.1875rem;height:10.3125rem;top:44.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhTt2IKqhvJDHGptUQ6pieG3O45Au0BI { width:19.875rem;height:7.8rem;top:55.6875rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7uK00DURXXGZOo5nO3BFKaS5wsHCawr { width:19.1875rem;height:14.3rem;top:64.174999237062rem;left:14.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0u03CNIkvwnU0fy1eSXGvE66QPgMKO9 { width:23.3125rem;height:38.3125rem;top:82.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDqRHNoiOL7ZGI0MeAkzbTT18D0lVVmz { width:19.1875rem;height:10.4rem;top:105.5rem;left:14.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMJbbxNTCgzl8GAsw6N3OTAc0bAhlFHt { width:19.1875rem;height:10.3125rem;top:85rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTGy8BsiACJvWQgcTJ9bGvllCS7z2sHE { width:19.875rem;height:7.8rem;top:96.975000381469rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 { display:block; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container { width:47.75rem;height:161.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U9GQfnk95NSRZG9MbXyDqQcVNaLRtB84 { width:31.5rem;height:1.13789375rem;top:29.0625rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBJIdlXUnuV260Vkl09gNOnpLXtl8PDD { width:31.5rem;height:9.1rem;top:32.125rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipZwKCiBqKGQpSBSnbXTEFhq0DZT2VZX { width:1.5625rem;height:1.5625rem;top:32.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqlSGHS2zap3U8nEVtUwB5gQyiLPWiiR { width:31.5rem;height:2.275rem;top:42.3125rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQ4yIlMUNHw4CXFJaiVU9q3NAlf9pPdO { width:1.5625rem;height:1.5625rem;top:42.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZrqtEIUlR3xappT3kh9D6nrJgJlDkEc { width:1rem;height:1.0625rem;top:47.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yd9zq6dFJ2XAQDEhlcE6dnpgbCtdKPA2 { width:9rem;height:1.13789375rem;top:47.625rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIa5FKqiZK7GChqdRvfbqk8E5ArELwHW { width:16.3125rem;height:1.13789375rem;top:47.625rem;left:21.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhnUWIzIgNPyaX0G1oSNBJ28Zzv3McTM { width:1.0625rem;height:0.75rem;top:47.8125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDqr1N8J11gSqXZyEDrsxJpB4I0bGdED { width:36.875rem;height:24.625rem;top:25.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MRuSkWoPHK8Ah2qCnzoThI6TCS8OQlpO { width:29.6875rem;height:2.6875rem;top:24.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4XaqnfGTWVy59yIXCEc6o0I26wTt1pM { width:26.4375rem;height:1.3rem;top:24.9375rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQi04d5Fey2wMJBPbCNyA2prqtTF78TA { width:36.875rem;height:15.6875rem;top:53.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEHTxBJyFvFzfkcnW4KUDhgyNqclKEal { width:31.5rem;height:6.825rem;top:58.4375rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c88bDKwvGlgicxSclUp4ZzKRV8XnCe1K { width:29.6875rem;height:2.6875rem;top:52.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQCoDk9KNUCa0H4GL6FgGwuZge4S3HA7 { width:25.8125rem;height:1.3rem;top:53.1875rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpG7gRw72iupqf0RvMhSTZ1ikHb4Ox6J { width:37.1875rem;height:1.95rem;top:2.623046875rem;left:5.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzoUehESn8ZQDbzxETQHX7N6NkKGZ5hr { width:36.875rem;height:13.625rem;top:7.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtxvpsJQvX0OsngI31TZ9uUJMwOesrKt { width:31.5rem;height:6.825rem;top:11.3125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8WT8BAsHwAymSV5F8cCEqgAqv7PGcTD { width:29.6875rem;height:2.6875rem;top:5.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJ668p94fJyAeQ9ihMAN0Rndt8FWTFPw { width:25.8125rem;height:1.3rem;top:6.5625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.adaptive-delivery-prevent-bg, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyload, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyloading { background-image: none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:first-of-type{padding-top:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:last-of-type{padding-bottom:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:71.998046875rem;left:11.625rem; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.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;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ {display:block;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:71.998046875rem;left:11.625rem; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #vuJgNJIvAIf8l42lJQKqORHxppJBBWOd { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #WNdNW2MJ5yCbNVkhlFu7dbiF6hETxdwb { z-index:2; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tGbZ95szvWqTWyJ8HhXfOK80L7zPTx6W {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #xmkHQgaQK98dc4EKeNHtWweP1U6MMvOW { z-index:2; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #KLKt2ziKsXaGSbOF4N61KOAEV3IHboH1 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #znH77liWtpDIKbXCSx7HM4hTPh8lQMgZ {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TER3o41CUVJD1zagIxTfQkkCPkpZ7ysP { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #IwUvHzUQRcrsyq1wywrehqtM0zvN20Q9 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #JbaM4Or7Sf5uSTUTlKAQnRF9UWcwwCG1 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zyNfTNZ6T4lQr81TenabS1Dh1hKP0o5G { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Mr3ABTK9DiAVUVFHi90am2BUtLdhazTS {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aME7DTwfpiRsOwPFm5vimTD9iaa6VGkL {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aKcJL3IrdbCnENeghi0AMrq6hDLuka9g { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BUV6DCIUzzxArhDOTZheczK3wFmtT6Fc {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #DrsulGLObA0XhnvbTIeSXcJ0sbaTJTT1 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OAnIXvqJ9Q8ruXnwiGUsJyu9WAOfH9c4 { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qdCmWqs226TlDxgCUg1xh5hNPQqHm8Bp {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kIa6XEGLDEzXUc78zKN3ebFOV8qy5fNz {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #W2Ttk3TguqUzUG45lS6DFqL6Lct0E0wl { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qkkQAzNkFT3Hrew9mh01ivTM6TThnhED {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iLqgO0yyLDPGT0IwyHXo7g1Vq5ofOAfx {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sFuxX53NutMngpL1NL3Lm9TGZ6Cw1q1d { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lOOm1sT5opxTGbTinbQWifBnTUBQWE8b {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PQK80iw5TFoOO2KQuvZtDBlwSaGpiII8 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #poVWcKDLqhAWcTXqpzDoLfSyb4LLfdTP { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lRoWzJJAcHUpWAeUq9y1vc7MTnO4SITJ {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tABH6tLCkGvsdRNKGq47Fyqpw3wrCE6i {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ii0ILqgnU3IwRC318xfVihcJWoTGGcLT { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kx2UoW6GoNWsuRpSirzkDWMTVZSm5bVy {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BX8SiAeawtXQrKO0gPppLmUaA9WwVU3y {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #XV0HETrqQAwyOBlKsEqQLGZeFAqxZ3Rm { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #I2bG2xEHvNTn3dVGfrkAI399NoUBTVsr {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PVew4qX5Omm9TwhpvdmVuHCBvf0Msbts {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #CxAUJzWEP3UHwa8ubLWKxwKwh1ldMt8l { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Ksr48w9s2avkH4X3eKk8KfsfbRSqhT0I {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GUJOex8EbZX6gtrg8Xy0X89BJ0XyH6lx {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Rd1mqLyp1VhpTTxMp9ydRVCT0Z4zXJXD { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PoHTrObz3BR5EtM7Lf4pF7nGz1alyTdp {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #c6w9dXQRJec5vb0Qb5BZRq5C1tE4IGWD {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ta0zTMUtdfX8lZIaNJeEDL9AUWtWWk8w {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Wt70uJNEv1cfKnSvywiOzFm51lFl8G12 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lXLwH12Wagg7eLwnUyQbOILQD4LcvTdV {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #T84TssFdoknKCQZ9QRp8Wc7rNLB5JWxi { z-index:2; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zB239ApxQTP7v1yGBOtkqgd8TpAHe5JE {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ANrVPqk5osmuOzcOqskwnoM2Z6CDfBpI {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #UDS5fXcVKohkeTsbNL4uxqJ6dRVzCqIm { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5xsoTwmCXzO3uN5BKtEISgw9hbJciTL {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GiiyE0zhcWQlMVwv7yob6gTMVvkT98AB {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #csFLltIUKUe927syc9uNOy99gK3ATaQe { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ynJUlT1yH5OwAUqdAgT8w4XutM2vMuQm {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ziC7VbOWlNAP4t4fAyyx3txaAaAT03Ae {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #SD6m3vctzJSepdV2nVi3ISrzglrBAeJR { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TUQwGQE0haZO5EFpus6rF6Nq3J7xXc0k {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #t8U2f5f5MklyAeSTVeQ2G7z8hsyDE1cI {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #RlgOmG2LG215OwLERd5gB0rVXEpnxuW7 { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cfyO6xb7GbnXgWT3lWZGwleXcagWMn2s {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #bfa4HTwcP3OShTKadi45FBnFpMc6VubT {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iDozdyK8psfoPqF7BJzl3augFRqRgIWO { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BHWmMhvOacKeHCowmc4EnLJuIZb85N8g {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cmgP3KbnOB7LpLfTDfnXTqphHXdusg7v {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5TbzuIF4ZNgp7e6vKuM5Wvurffi7tOA { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wLRVFPh3ib0DQAqpC9MHlNCpSX92MTWI {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Oo1kSsXqFlGkGMeDbJTmc3FpIdKhgtXC {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wSU6wqStgi9mLZ3pJU2XGFI9wNTz87ro { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sfkkF6tboHhbT7HNLPBqbTQs9DKTUU0d {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #mVo2BxMcAGJLTtmDogO1eOobireHhUqu {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #yTmg97N4TQTQBInDes2c0ow4KQHOMVKR { z-index:2; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OFekrpuoVcTfqVKB68IQ5yCptueqd22p {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #p9pbEb7TtaqM4HIMrcgkffdoEPIlJm1a {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cWugXksGxLBv4WFXd7mESaxJ7GJnxdK9 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ohlUNaTilxKMTtPEyXMA8n0GZLKRC76W {  }
 }@media only screen and (max-width: 1199px) { #TJnOCczPiwFrRsWqvzcGyTiA5PyCbH1A { display:block; }
 }@media only screen and (max-width: 1199px) { #Hti6TtMGfQpyXMrs6xBqf4phask7Lp3w { display:block; }
 }@media only screen and (max-width: 1199px) { #Nkf3Q1RG7ogk2e7CgIzL3rrZ9ph4MRTy { display:block; }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PqADxl7V1vovitu9GbCJ18bavRHal8T4 {  }
 }@media only screen and (max-width: 1199px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #MABvaEHDi4c0FtEhyXq7bWd9se5IzAPh {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D { display:block; }#iK7yNx0WONJ1q5goAmVMQhozlyfdlE1D > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNFWD2oct6gU8HrtgSlK5qmIfPin9pUh { width:12.4375rem;height:2.6875rem;top:1.90625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4AvB9QLUuydOU41t7nMCbE60SfVInK { background-color:#101825;background-image:none;display:block; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { background-color: transparent; background-image: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container > .video-iframe-container { display: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row > .video-iframe-container { display: none; }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .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); }#aq4AvB9QLUuydOU41t7nMCbE60SfVInK > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yacVWkisCLrvaa5PgOzcvOp9UXQlMss2 { width:20rem;height:6.125rem;top:11.814237117767rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0ccGq1NOlJaKZyzTn1N2iDnGTAKvMnL { width:20rem;height:7.8rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQ3FdUx8p5Dw98TxvMUyIWM2tZ8ku0pg { width:20rem;height:8.125rem;top:11.1103515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NV0Ssp2FuR8nI7SfO9T2VTbDHh74OoiV { width:19rem;height:4rem;top:21.922916412354rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuUsbLhfS7rTA2LICTR4IHKchOdcwAx2 { display:block; }
 }@media only screen and (max-width: 763px) { #uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX { display:block; }#uhL6cZFkik1beN8V2HRW9iDU4UJPtvbX > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwoUQ8kvpEwQdfiXLfo6ilI04hxtwlqy { width:20rem;height:6.58125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVW9VTe5nV0VO9lGgioIaNVcZ9wJ7ZEw { width:17rem;height:12.5rem;top:9.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk4nLf8cDvm7O2JgGFZAfFeoqBUXEoJO { width:12.5rem;height:2.60039375rem;top:11.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLtAaKBT63ZO9usCoef6GZgByPHT8RB2 { width:10.75rem;height:2.275rem;top:16.0625rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwcxCnlVzo7sw6ZDD5TNFxrNVXtHtfa { width:17rem;height:12.5rem;top:23.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTLmGJ1sZGR19946VMcxipcbunLu3Jb { width:12.5rem;height:2.60039375rem;top:25.9609375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgosHeE75IKARCqqtsWBWTD4aOMmcvA { width:14.9375rem;height:2.275rem;top:30rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SavTiC2luWta7V8DUyaPteC89fGKqHVn { width:17rem;height:12.5rem;top:37.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGtIoVhoDNxPxTITS2Ul11ottrJJ8zZ { width:12.5rem;height:2.60039375rem;top:39.625rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8wUyLEAaRtJgMB9RRLHnsgq4qrBia7 { width:14.9375rem;height:4.55rem;top:43.625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt { display:block; }#UCAIGaCNZPF1lSS1BshWA68qD1pUIaUt > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGRSGkH1TiT1IwN0rSv9p7JLBphnyVDv { width:19.875rem;height:32.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9khlZhF6TQmAVqfuO3BoslUezTVQBLh { width:20rem;height:23.405275779376rem;top:5.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uETR5S7Kh1RS1uRvgTJotD8F64FnJ7WI { width:20rem;height:6.09375rem;top:3.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLihDZOvryPExLZV09NeNJ1keSur1wy3 { width:12.5rem;height:1.4625rem;top:10.78125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf { width:18.9375rem;height:11.525rem;top:13.5rem;left:0.53125rem;font-size:1rem;display:block; }#G5NdpFNOeK4lTq4GpPWomxva6Tz3yBJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/80a60437-6d61-4eca-a69a-15ae9b8a4937/Vector.png); }
 }@media only screen and (max-width: 763px) { #myTVDTVfWIBrpeapaaf23UZ2zaptesDo { width:19rem;height:4rem;top:27.09375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFIWHaVXTwfPynsVvf3CZRMrDltP7Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #XUKGHZQagbWAEfWQHQS511TSiMs3NCKL { display:block; }#XUKGHZQagbWAEfWQHQS511TSiMs3NCKL > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAkJS9rZkWKSLFDILL89mwXXfWfeawJP { width:20rem;height:12.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S { display:none; }#GHyC8gJqi7dUlU7ICpcd4lAwsfW9ff4S > .row .container { width:20rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ng0sG5R10bJvZWhBTQQiIaG1FZyrzxll { width:15.0625rem;height:2.5996125rem;top:1.25rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #piZa9s3ac5tlzdsxLNRoPLEMS5vKUV1I { width:12.5rem;height:1.7871125rem;top:3.849609375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB2xXvpsoC7ztRHQ08WvIeaiTD9NNRgd { width:12.5rem;height:3.57421875rem;top:9.8125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7VSLQKP2f3xiXvmh8bvOJysdUPhxZoT { width:15.0625rem;height:2.5996125rem;top:7.25rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwloDTfcE9unsRTpTIwiqrDJmifxpVDS { width:12.5rem;height:1.7871125rem;top:17.6875rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTKu1Ng9xHidFeT5k9g39a1T2AvCL7RI { width:15.0625rem;height:2.5996125rem;top:15.0625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3qWLxHJKbQgTDMPJ5hhzLXWygzKNHID { width:12.5rem;height:1.7871125rem;top:24.546875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKz8pF7SkKqdMgR2nsyyOWkAwLqd86O { width:15.0625rem;height:2.5996125rem;top:21.384765625rem;left:2.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJT5B4B4n6olL4rEgTix6Buf9bFv4Tby { width:0.0625rem;height:8.125rem;top:2.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVX30I1uDJg5sFnh9wkbc7Rf087GxfQD { width:0.0625rem;height:8.125rem;top:2.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4g3f7d4HOnduMIcEDbzO03QPuRKOEGP { width:0.0625rem;height:8.125rem;top:2.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWP2qMJOT7x0lQea46ixwnPxOhVTleBg { display:block; }#LWP2qMJOT7x0lQea46ixwnPxOhVTleBg > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsmFWZmMvmouTMN83DTHeFChSPqK28Wp { width:20rem;height:10.5625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bueg4FtQhsgPZ5RJEQJe8VX45cIvqLZy { width:19.75rem;height:17.8125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSZ4vrJqM7F6feq86z43ASrbwiM3Bs20 { width:5.0625rem;height:4.625rem;top:16.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWg1sK2wFk7hSG2M30ZpbIeSphTRSPgU { width:11.625rem;height:3.4125rem;top:16.625rem;left:6.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbfI4PvgTVR13RMNdSum3unadfcGtEbW { width:18.125rem;height:6.5rem;top:22.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc44I7eZXQT4PCXtp6yd75lR74aF06k3 { width:19.75rem;height:17.8125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGAUb8hJ31hR3w5rkx13GNTSax8weQi { width:13.125rem;height:3.4125rem;top:35.9814453125rem;left:6.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vny4okZCNDpnISwzabema7q1xNR5ZVW5 { width:18.9375rem;height:7.8rem;top:41.6875rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRN7pGZOuyUgscTTT8bLdmQXPJuBB7x { width:5.0625rem;height:4.625rem;top:35.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHpr3GO0ysEB5o3i06zytVS6lsfl7C7Q { width:19.75rem;height:17.8125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEz3HSRU0MT41qV7DMMLV6PyOgbCzlqM { width:19.4375rem;height:7.8rem;top:61.0625rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQIm3oJxRETdpHmD81R5LOQtK5H8W4iV { width:5.0625rem;height:4.625rem;top:54.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIoBtLyDrlS110SDVf9yT8wrO3ZM1eDI { width:11.5rem;height:3.4125rem;top:55.2939453125rem;left:7.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fquFXEflb0KT14417c0GP7N9LSJaECIH { width:19.75rem;height:17.8125rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOee6W1OcLEUOZ8Fn23vWwsKDS7sQHwD { width:19.25rem;height:6.5rem;top:80.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6MRkAsNRkEdeWchdBV5mvC72nK67DFF { width:5.0625rem;height:4.625rem;top:74rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx67vPJZA6E1bENx8bube41UAON6OvJq { width:11.1875rem;height:3.4125rem;top:74.6064453125rem;left:7.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 { display:block; }#vfNCWu9WJ72g0TbniH5TN3vOvVt3xqL9 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7F53GTr4BHthTchLyFFWQxVemq2SzuO { width:11.375rem;height:11.375rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFJxmaApN4c9Plstu1oW2Ur6W07EnDZ { width:20rem;height:6.825rem;top:13.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ut7ll1fBeK4LJNthead2XTvJxGoM2DrD { width:20rem;height:6.90625rem;top:22.1103515625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XewSvPooZ9MOP4tI0xS5zoFbEPtgBM { width:19rem;height:4rem;top:32.095703125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTfbIev74FpvKdiyVcbdDaPnC7Ck9Qz { display:block; }
 }@media only screen and (max-width: 763px) { #vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb { display:block; }#vo5kyHzNVLrpsy4iRbxqMXWFJbuLHaLb > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ6fTxZlbWk8sTMn0abqDIyqHriWWc6V { width:20rem;height:6.825rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaEqd28i2kXVQAq274p49Lzf4ky7g7PG { width:20rem;height:19.25rem;top:12.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6rHeeg3lzRnLKPCJrNqaWHyTbfc1AqT { width:5.75rem;height:3.875rem;top:14.28125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmkZ5mdcC0Nysgq4lQslOXGPGx4ETaWz { width:15.625rem;height:3.9rem;top:19.65625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDVBg6hvorRsKtmGTTv0iKZtd5qge91 { width:19.375rem;height:3.9rem;top:24.96875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZAUMhPvr7hkEuFurbqmqTrLPpMfw9N { width:20rem;height:18.875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJA92CILu2HVbNPoTF4Uay0VTWylQep { width:5.75rem;height:3.75rem;top:35.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiFi2OGAe7CpTI29gqfMySPTiPi0uUD1 { width:15.625rem;height:1.95rem;top:41.125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJioPktvq3CnPMgMydOFMfDErBO6Ovvd { width:19.375rem;height:5.2rem;top:44.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMEexaT5iCJOCNHcrSXrGTmyfeWty0T { width:20rem;height:22.375rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoIwSqeiksSKcGCr43ZXDrtsSCxhiPoO { width:17.625rem;height:1.95rem;top:61.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nifNtyz3tECP1eM3rKR7CxP5cLSyCOKy { width:17.8125rem;height:6.5rem;top:65.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv32ehwL9Z44lSlHklOicQPp8KHrsw5l { width:5.75rem;height:3.625rem;top:56rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMEm7a8mklf8O8DsFPoBzCyB6vyRT6z2 { width:19rem;height:4rem;top:77.3125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcLCrkNT8R9lJvFP3bloPlCWQbUG6iX8 { display:block; }
 }@media only screen and (max-width: 763px) { #hJlRnoTybMoegBZKsTaxzErmzvRae736 { display:none; }#hJlRnoTybMoegBZKsTaxzErmzvRae736 > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITl18Oza3MOdbw4KJ1zkmPQblsDALQBA { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7ub99WCZxw26cd8UyHItqP88TZVfatH { width:20rem;height:29.5rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 { display:block; }#FF9OTW7tIWQA4mL3qDRx3JpRoFHuJLK9 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8cfLGUOZyMkd2PE8ILOSlPlbVJiyt82 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk { display:block; }#WIwMoUVDxydOwZlt7I8kDWxykzJFlMtk > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBSCzJT3NdlxtnUDw3s8fZD0eioazOTc { width:20rem;height:38.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmaPDzwczlWRMcuvdNfnbwifdzLgZ8Fb { width:19.1875rem;height:10.3125rem;top:3.0625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCzn3stGTHJiXGnGG7BnPTvaNyDTn60n { width:17.125rem;height:9.75rem;top:14.52499961853rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StDXiysLxG42h5ZFJ06THKAiQJHXlgpk { width:18.375rem;height:9.1rem;top:25.75rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVLJtzpkFNVB9QmKl5QIFV9TxJIqu7Xe { width:20rem;height:38.3125rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaihZ47wIDdiiDPEH9Qom9lpRkJ97dVo { width:19.1875rem;height:10.3125rem;top:43.625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTt2IKqhvJDHGptUQ6pieG3O45Au0BI { width:18.5625rem;height:7.8rem;top:54.9375rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7uK00DURXXGZOo5nO3BFKaS5wsHCawr { width:18.5625rem;height:14.3rem;top:63.375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0u03CNIkvwnU0fy1eSXGvE66QPgMKO9 { width:20rem;height:38.3125rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDqRHNoiOL7ZGI0MeAkzbTT18D0lVVmz { width:17.9375rem;height:11.7rem;top:104.25rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMJbbxNTCgzl8GAsw6N3OTAc0bAhlFHt { width:19.1875rem;height:10.3125rem;top:81.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGy8BsiACJvWQgcTJ9bGvllCS7z2sHE { width:16.9375rem;height:9.75rem;top:93.375rem;left:0.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 { display:block; }#EBewU2ou4ab58Xc3CS7KQWrqewhu1f99 > .row .container { width:20rem;height:172.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9GQfnk95NSRZG9MbXyDqQcVNaLRtB84 { width:16.625rem;height:2.275rem;top:30.1875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fBJIdlXUnuV260Vkl09gNOnpLXtl8PDD { width:14.9375rem;height:15.925rem;top:34.310982465744rem;left:4.3804255127907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipZwKCiBqKGQpSBSnbXTEFhq0DZT2VZX { width:1.5625rem;height:1.5625rem;top:34.310982465744rem;left:1.6872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqlSGHS2zap3U8nEVtUwB5gQyiLPWiiR { width:15.25rem;height:5.6875rem;top:49.698959350586rem;left:4.2239580154419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQ4yIlMUNHw4CXFJaiVU9q3NAlf9pPdO { width:1.5625rem;height:1.5625rem;top:42.261288404465rem;left:1.6872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZrqtEIUlR3xappT3kh9D6nrJgJlDkEc { width:0.99895625rem;height:1.0625rem;top:56.686458587646rem;left:4.3802080154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9zq6dFJ2XAQDEhlcE6dnpgbCtdKPA2 { width:9rem;height:1.13789375rem;top:56.648956298828rem;left:6.81875038147rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIa5FKqiZK7GChqdRvfbqk8E5ArELwHW { width:12.5614375rem;height:1.13789375rem;top:58.688541412354rem;left:6.81875038147rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhnUWIzIgNPyaX0G1oSNBJ28Zzv3McTM { width:1.0625rem;height:0.75rem;top:59.138542175293rem;left:4.3802080154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDqr1N8J11gSqXZyEDrsxJpB4I0bGdED { width:20rem;height:33.8125rem;top:27.242706298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRuSkWoPHK8Ah2qCnzoThI6TCS8OQlpO { width:18.125rem;height:2.6875rem;top:25.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4XaqnfGTWVy59yIXCEc6o0I26wTt1pM { width:12.5rem;height:1.05625rem;top:26.1875rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQi04d5Fey2wMJBPbCNyA2prqtTF78TA { width:20rem;height:17.9375rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEHTxBJyFvFzfkcnW4KUDhgyNqclKEal { width:16.6239375rem;height:12.5125rem;top:68.0625rem;left:1.6885414123535rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c88bDKwvGlgicxSclUp4ZzKRV8XnCe1K { width:18.125rem;height:2.6875rem;top:62.690624237063rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCoDk9KNUCa0H4GL6FgGwuZge4S3HA7 { width:20rem;height:1.05625rem;top:63.506250381469rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpG7gRw72iupqf0RvMhSTZ1ikHb4Ox6J { width:17.061625rem;height:1.21875rem;top:1.6080722808838rem;left:1.4680989384651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzoUehESn8ZQDbzxETQHX7N6NkKGZ5hr { width:20rem;height:16.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxvpsJQvX0OsngI31TZ9uUJMwOesrKt { width:18.75rem;height:10.2375rem;top:10.106336593628rem;left:0.62500005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J8WT8BAsHwAymSV5F8cCEqgAqv7PGcTD { width:18.125rem;height:2.6875rem;top:5.6944446563721rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ668p94fJyAeQ9ihMAN0Rndt8FWTFPw { width:14.375rem;height:1.05625rem;top:6.5125865936281rem;left:2.8125000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:14.375rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.adaptive-delivery-prevent-bg, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyload, #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-button.lazyloading { background-image: none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.4375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:first-of-type{padding-top:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .widget-container:last-of-type{padding-bottom:0;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ  { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:86.1240234375rem;left:2.125rem; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ {display:block;}#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:86.1240234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 {  }
#GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Dh8T2wqf3KDlydZohOAvupx1KleA5QP9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #vuJgNJIvAIf8l42lJQKqORHxppJBBWOd { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #WNdNW2MJ5yCbNVkhlFu7dbiF6hETxdwb { z-index:2; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tGbZ95szvWqTWyJ8HhXfOK80L7zPTx6W {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #xmkHQgaQK98dc4EKeNHtWweP1U6MMvOW { z-index:2; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #KLKt2ziKsXaGSbOF4N61KOAEV3IHboH1 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #znH77liWtpDIKbXCSx7HM4hTPh8lQMgZ {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TER3o41CUVJD1zagIxTfQkkCPkpZ7ysP { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #IwUvHzUQRcrsyq1wywrehqtM0zvN20Q9 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #JbaM4Or7Sf5uSTUTlKAQnRF9UWcwwCG1 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zyNfTNZ6T4lQr81TenabS1Dh1hKP0o5G { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Mr3ABTK9DiAVUVFHi90am2BUtLdhazTS {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aME7DTwfpiRsOwPFm5vimTD9iaa6VGkL {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #aKcJL3IrdbCnENeghi0AMrq6hDLuka9g { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BUV6DCIUzzxArhDOTZheczK3wFmtT6Fc {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #DrsulGLObA0XhnvbTIeSXcJ0sbaTJTT1 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OAnIXvqJ9Q8ruXnwiGUsJyu9WAOfH9c4 { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qdCmWqs226TlDxgCUg1xh5hNPQqHm8Bp {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kIa6XEGLDEzXUc78zKN3ebFOV8qy5fNz {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #W2Ttk3TguqUzUG45lS6DFqL6Lct0E0wl { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #qkkQAzNkFT3Hrew9mh01ivTM6TThnhED {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iLqgO0yyLDPGT0IwyHXo7g1Vq5ofOAfx {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sFuxX53NutMngpL1NL3Lm9TGZ6Cw1q1d { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lOOm1sT5opxTGbTinbQWifBnTUBQWE8b {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PQK80iw5TFoOO2KQuvZtDBlwSaGpiII8 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #poVWcKDLqhAWcTXqpzDoLfSyb4LLfdTP { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lRoWzJJAcHUpWAeUq9y1vc7MTnO4SITJ {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #tABH6tLCkGvsdRNKGq47Fyqpw3wrCE6i {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ii0ILqgnU3IwRC318xfVihcJWoTGGcLT { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #kx2UoW6GoNWsuRpSirzkDWMTVZSm5bVy {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BX8SiAeawtXQrKO0gPppLmUaA9WwVU3y {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #XV0HETrqQAwyOBlKsEqQLGZeFAqxZ3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #I2bG2xEHvNTn3dVGfrkAI399NoUBTVsr {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PVew4qX5Omm9TwhpvdmVuHCBvf0Msbts {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #CxAUJzWEP3UHwa8ubLWKxwKwh1ldMt8l { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Ksr48w9s2avkH4X3eKk8KfsfbRSqhT0I {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GUJOex8EbZX6gtrg8Xy0X89BJ0XyH6lx {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Rd1mqLyp1VhpTTxMp9ydRVCT0Z4zXJXD { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PoHTrObz3BR5EtM7Lf4pF7nGz1alyTdp {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #c6w9dXQRJec5vb0Qb5BZRq5C1tE4IGWD {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ta0zTMUtdfX8lZIaNJeEDL9AUWtWWk8w {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Wt70uJNEv1cfKnSvywiOzFm51lFl8G12 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #lXLwH12Wagg7eLwnUyQbOILQD4LcvTdV {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #T84TssFdoknKCQZ9QRp8Wc7rNLB5JWxi { z-index:2; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #zB239ApxQTP7v1yGBOtkqgd8TpAHe5JE {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ANrVPqk5osmuOzcOqskwnoM2Z6CDfBpI {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #UDS5fXcVKohkeTsbNL4uxqJ6dRVzCqIm { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5xsoTwmCXzO3uN5BKtEISgw9hbJciTL {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #GiiyE0zhcWQlMVwv7yob6gTMVvkT98AB {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #csFLltIUKUe927syc9uNOy99gK3ATaQe { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ynJUlT1yH5OwAUqdAgT8w4XutM2vMuQm {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ziC7VbOWlNAP4t4fAyyx3txaAaAT03Ae {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #SD6m3vctzJSepdV2nVi3ISrzglrBAeJR { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #TUQwGQE0haZO5EFpus6rF6Nq3J7xXc0k {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #t8U2f5f5MklyAeSTVeQ2G7z8hsyDE1cI {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #RlgOmG2LG215OwLERd5gB0rVXEpnxuW7 { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cfyO6xb7GbnXgWT3lWZGwleXcagWMn2s {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #bfa4HTwcP3OShTKadi45FBnFpMc6VubT {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #iDozdyK8psfoPqF7BJzl3augFRqRgIWO { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #BHWmMhvOacKeHCowmc4EnLJuIZb85N8g {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cmgP3KbnOB7LpLfTDfnXTqphHXdusg7v {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #x5TbzuIF4ZNgp7e6vKuM5Wvurffi7tOA { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wLRVFPh3ib0DQAqpC9MHlNCpSX92MTWI {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #Oo1kSsXqFlGkGMeDbJTmc3FpIdKhgtXC {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #wSU6wqStgi9mLZ3pJU2XGFI9wNTz87ro { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #sfkkF6tboHhbT7HNLPBqbTQs9DKTUU0d {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #mVo2BxMcAGJLTtmDogO1eOobireHhUqu {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #yTmg97N4TQTQBInDes2c0ow4KQHOMVKR { z-index:2; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #OFekrpuoVcTfqVKB68IQ5yCptueqd22p {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #p9pbEb7TtaqM4HIMrcgkffdoEPIlJm1a {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #cWugXksGxLBv4WFXd7mESaxJ7GJnxdK9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #ohlUNaTilxKMTtPEyXMA8n0GZLKRC76W {  }
 }@media only screen and (max-width: 763px) { #TJnOCczPiwFrRsWqvzcGyTiA5PyCbH1A { display:block; }
 }@media only screen and (max-width: 763px) { #Hti6TtMGfQpyXMrs6xBqf4phask7Lp3w { display:block; }
 }@media only screen and (max-width: 763px) { #Nkf3Q1RG7ogk2e7CgIzL3rrZ9ph4MRTy { display:block; }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #PqADxl7V1vovitu9GbCJ18bavRHal8T4 {  }
 }@media only screen and (max-width: 763px) { #GKFZ78Ns0PBA5Ti6AnCSWtaTScqpchgQ #MABvaEHDi4c0FtEhyXq7bWd9se5IzAPh {  }
 }