.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo { background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/uc/50f635aa-9c62-4106-bd4a-d60c69fb776d/to8.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.adaptive-delivery-prevent-bg, #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.lazyload, #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.lazyloading { background-image: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { background-color: transparent; background-image: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container > .video-iframe-container { display: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row > .video-iframe-container { display: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .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); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { border-width: 0; border-radius: 0; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;overflow:visible;position:relative;display:block; }#EbCDJ3H58V8Ll3ixJZDuxlm7x8khXcRT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:8.0625rem;left:4.4375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrgBH9moFrHqqtHe5FCffIGmSPlmlSXT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#cBenMUG76KpMstBZWpweIqUG6aVW6gk5 { color:#fd8100;display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QnoUJi8rXvPnzMF8eORAht6lQcxtx5z6 { box-sizing:content-box;height:2.1875rem;width:23.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:5rem;left:4.4375rem;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:2.5rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-0),0.5) ;display:block; }
#FvnzMy5MG8PNhQ63JBsE8O4emtqi0raF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.375rem;left:5.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EzJIuVKXPqAaP2T0JcUBaOFvqwPXyqMC { position:absolute;display:block;z-index:15041;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:7.8125rem;top:4.3125rem;left:19.625rem;overflow:hidden;display:block; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-form-header {  }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #026b22, #22d363);background-image: -moz-linear-gradient(180deg, #026b22, #22d363);background-image: -ms-linear-gradient(180deg, #026b22, #22d363);background-image: -o-linear-gradient(180deg, #026b22, #22d363);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#026b22', endColorstr='#22d363' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#026b22', endColorstr='#22d363' );";background-image: linear-gradient(180deg, #026b22, #22d363);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;float:none; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-container:first-of-type{padding-top:0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-container:last-of-type{padding-bottom:0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:46.8125rem; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem;display:block;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG {display:block;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:46.8125rem; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #xa5bT3ACERFJLAkzeXdTFf1xJrtNHNum { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #dSgzrSmdDs9XIaXDNcddCilkSw6G7vPN { position:relative;display:none; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #tZItiHD1hkR09NDNeyq0UGyGBM1ebXTr { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #bVm0fTXKyuF354woGs46lzME0rlXxchF { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #KdFeNTSm3a7ogkJAkitMSXT6Gdwqc9cZ { position:relative;display:none; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #t2yExnMqi6JQPS0tHX8urDoSwasxSnAZ { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #yy6hvdcz04R0HkTtkirkdh9izyAcaoTB { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #gvnlSlumGIJAVaHyi3FHOe0askoTM6ch { position:relative;z-index:2; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #tgixDmvDmNHzPtCpw7Ty5iVy5g7zJset { position:relative; }
#cn1eCOsEzWafutbWBT241z6GsFThHXWI { position:relative;display:block; }
#BBuBAJovGpxkm0ex8RJlg3tft59Zqnpq { position:relative;display:block; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #RTOBNc8LDxE4qhEHN9gmTB2674Dkdamr { position:relative; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG #dlSuBVs1zlWPIv1JpvyXmFHzuJDuNeyK { position:relative; }
#TDMpDaqH7IAG94ShXtqZJpB71EHmOULA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.25rem;left:47.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGcdgTKIMTWnqHiccxGcU3HFa9hKND2H { position:absolute;display:block;z-index:15043;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.4375rem;width:7.125rem;top:11rem;left:65.0625rem;overflow:hidden;display:block; }
#qBmZJ5Kr8TNwvpwRFXsFxRR9oeQDOft2 { box-sizing:content-box;height:3rem;width:26.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:20.75rem;left:4.4375rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#lxTGerhi7qMUWDR6nuUnl8XCcldtSJaO { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:21.1875rem;left:8.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uzg8kD2VpgeD4JkkeJfoXct697wmnk1g { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.25rem;left:5.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#oMy48DhJQdQCXTwAIlEsiur06JEFW4lu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:25.25rem;left:8.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IKQ3qWG2MfpRkmo2mDTUtEWEJ44seLdy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:25.1875rem;left:5.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#xgKQmdomBdpOFHrVDGg8bHsM7MEv6npI { box-sizing:content-box;height:3rem;width:26.25rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:24.6875rem;left:4.4375rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#vbW2sI1U2hcK5VwUtLLL8CLNC1XZTlcr { 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:2rem;width:2rem;top:8.3125rem;left:49.75rem;overflow:hidden;display:block; }
#ikwKkioiiF9CsDyA3BXUk09p724ZPg5E { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.9375rem;left:52.6875rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TFXuHKEnOs0NsR4OyeODQOcyzknF8VNH { box-sizing:content-box;height:3.375rem;width:20.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #127938, #1a1d21);background-image: -moz-linear-gradient(90deg, #127938, #1a1d21);background-image: -ms-linear-gradient(90deg, #127938, #1a1d21);background-image: -o-linear-gradient(90deg, #127938, #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, #127938, #1a1d21);background-size:auto !important;top:7.625rem;left:48.25rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#OhbGhwCiD9hGSGMPnfGMpzldb2nFQdTq { box-sizing:content-box;height:3rem;width:26.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:22.75rem;left:4.4375rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:none; }
#NzDpkDclwyXA7H5McOH6azz6z0uSUAnk { box-sizing:content-box;height:25.375rem;width:26.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:5.375rem;left:45.625rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#CFzVuIEEMOBIhniTRCOWaWU8RZED31cG { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:15.5rem;left:4.4375rem;height:4.0625rem;display:block; }
#L82yF0UXNEEncvetHA9hPiv6L0dI9LPK { box-sizing:content-box;height:3rem;width:26.25rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:28.5rem;left:4.4375rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#pmpK0SwS4BZvAFGHxpTpqHWHBKTTeKgB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:28.9375rem;left:8.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZdxf4iZUyV8kOrT5nwTN8IDF9WsvnvG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:28.9375rem;left:5.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#DoEKF6RcigZ3OA6Nnh1vR7Q2fyEazJ88 { position:absolute;display:block;z-index:15009;height:4.5625rem;width:8.875rem;top:2.5rem;left:34.28125rem;display:block; }
#kQUvn1xSVFJyTVT8yff8L0rlDT0fTa9c { position:absolute;display:block;z-index:15053;height:1.125rem;width:20.4375rem;top:18rem;left:48.59375rem;display:block; }
#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { background-color: transparent; background-image: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container > .video-iframe-container { display: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row > .video-iframe-container { display: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .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); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { border-width: 0; border-radius: 0; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#JXZCBDMwtVzVzO6gcWTZbM9fh4DbGlF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:14.0869140625rem;left:5.625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aB4Cu0ZgKWCnoluHC8MX4AVpFp7OUOTv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.9990234375rem;height:3.25rem;font-style:normal;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;display:block; }
#WSJPgHFRpn7bynLGrdzHss0AMdtKgCbi { box-sizing:content-box;height:15.625rem;width:18.4375rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:8.6875rem;left:2.6875rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#E9I86FMhl4Vm6UKemSVOLCkAPTVxFXb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:18.4375rem;left:4.25rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlHCTg5vQlRrz0Tb9q7T73DLEe48qqBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.4375rem;left:10.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#FrsnsU40xmaywIassr6u6tJilgcdsehh { box-sizing:content-box;height:15.625rem;width:18.4375rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),0.25)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),0.25)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),0.25));background-size:auto !important;top:8.6875rem;left:28.3125rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.31) ;display:block; }
#ZwAFmGEtSPnO0lcvX7bdxoGyQCcwtJZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:18.4365234375rem;left:29.8125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6vzeR7dclVzvLalpHCS4m6CST8l2qmR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:14.0869140625rem;left:31.90625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqm7MGCdx1apBP654bLJo4ARODp35XnM { box-sizing:content-box;height:15.625rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#1a1d21' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #1a1d21);background-size:auto !important;top:8.25rem;left:53.25rem;border-top:0.0625rem solid rgba(214,212,212,0.51);border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.31) ;display:block; }
#HSbpouJh6tTlFJWefuKe7kQqwbhRoQns { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:19.236328125rem;left:54.375rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMVflhSTbkWRbpi0enypfDyTKMtGK0KT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:14.0869140625rem;left:58.21875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puSTrf4pQUvWrJOsZHsztSru6aLBl7z6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10.4375rem;left:36rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#OtIw99LiPFIXiucTCJqbvZdRXKxAU1Ge { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.4375rem;left:61rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#rTk1WD8s5PSyh9Wwg639r2CDTQhlQMx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:13.32421875rem;left:29.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo { display:block; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbCDJ3H58V8Ll3ixJZDuxlm7x8khXcRT { top:8.0625rem;left:0rem;width:32.5rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrgBH9moFrHqqtHe5FCffIGmSPlmlSXT { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBenMUG76KpMstBZWpweIqUG6aVW6gk5 { top:3.5625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnoUJi8rXvPnzMF8eORAht6lQcxtx5z6 { top:5rem;left:0rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvnzMy5MG8PNhQ63JBsE8O4emtqi0raF { top:5.375rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzJIuVKXPqAaP2T0JcUBaOFvqwPXyqMC { top:4.3125rem;left:6rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-checkbox-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG  { width:21.5rem;height:auto;top:13.75rem;left:23.75rem; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG {display:block;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG { width:21.5rem;height:auto;top:13.75rem;left:23.75rem; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #xa5bT3ACERFJLAkzeXdTFf1xJrtNHNum {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #dSgzrSmdDs9XIaXDNcddCilkSw6G7vPN {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #tZItiHD1hkR09NDNeyq0UGyGBM1ebXTr {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #bVm0fTXKyuF354woGs46lzME0rlXxchF {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #KdFeNTSm3a7ogkJAkitMSXT6Gdwqc9cZ {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #t2yExnMqi6JQPS0tHX8urDoSwasxSnAZ {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #yy6hvdcz04R0HkTtkirkdh9izyAcaoTB {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #gvnlSlumGIJAVaHyi3FHOe0askoTM6ch {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #tgixDmvDmNHzPtCpw7Ty5iVy5g7zJset {  }
 }@media only screen and (max-width: 763px) { #cn1eCOsEzWafutbWBT241z6GsFThHXWI { display:block; }
 }@media only screen and (max-width: 763px) { #BBuBAJovGpxkm0ex8RJlg3tft59Zqnpq { display:block; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #RTOBNc8LDxE4qhEHN9gmTB2674Dkdamr {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #dlSuBVs1zlWPIv1JpvyXmFHzuJDuNeyK {  }
 }@media only screen and (max-width: 763px) { #TDMpDaqH7IAG94ShXtqZJpB71EHmOULA { top:12.25rem;left:28.125rem;width:19.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGcdgTKIMTWnqHiccxGcU3HFa9hKND2H { top:11rem;left:40.625rem;width:7.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmZJ5Kr8TNwvpwRFXsFxRR9oeQDOft2 { top:20.75rem;left:0rem;width:26.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTGerhi7qMUWDR6nuUnl8XCcldtSJaO { top:21.1875rem;left:0rem;width:13rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzg8kD2VpgeD4JkkeJfoXct697wmnk1g { top:21.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMy48DhJQdQCXTwAIlEsiur06JEFW4lu { top:25.25rem;left:0rem;width:17.8125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQ3qWG2MfpRkmo2mDTUtEWEJ44seLdy { top:25.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKQmdomBdpOFHrVDGg8bHsM7MEv6npI { top:24.6875rem;left:0rem;width:26.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbW2sI1U2hcK5VwUtLLL8CLNC1XZTlcr { top:8.3125rem;left:36.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwKkioiiF9CsDyA3BXUk09p724ZPg5E { top:7.9375rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFXuHKEnOs0NsR4OyeODQOcyzknF8VNH { top:7.625rem;left:26.6875rem;width:20.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhbGhwCiD9hGSGMPnfGMpzldb2nFQdTq { top:22.75rem;left:0rem;width:26.25rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzDpkDclwyXA7H5McOH6azz6z0uSUAnk { top:5.375rem;left:21.375rem;width:26.25rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFzVuIEEMOBIhniTRCOWaWU8RZED31cG { top:15.5rem;left:0rem;width:26.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L82yF0UXNEEncvetHA9hPiv6L0dI9LPK { top:28.5rem;left:0rem;width:26.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmpK0SwS4BZvAFGHxpTpqHWHBKTTeKgB { top:28.9375rem;left:0rem;width:21.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZdxf4iZUyV8kOrT5nwTN8IDF9WsvnvG { top:28.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoEKF6RcigZ3OA6Nnh1vR7Q2fyEazJ88 { top:2.5rem;left:20.65625rem;width:8.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUvn1xSVFJyTVT8yff8L0rlDT0fTa9c { top:18rem;left:27.3125rem;width:20.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd { display:block; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXZCBDMwtVzVzO6gcWTZbM9fh4DbGlF4 { top:14.0625rem;left:0rem;width:12.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB4Cu0ZgKWCnoluHC8MX4AVpFp7OUOTv { top:2.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSJPgHFRpn7bynLGrdzHss0AMdtKgCbi { top:8.6875rem;left:0rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9I86FMhl4Vm6UKemSVOLCkAPTVxFXb6 { top:18.4375rem;left:0rem;width:15.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlHCTg5vQlRrz0Tb9q7T73DLEe48qqBT { top:10.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrsnsU40xmaywIassr6u6tJilgcdsehh { top:8.6875rem;left:14.6875rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwAFmGEtSPnO0lcvX7bdxoGyQCcwtJZ0 { top:18.375rem;left:16.1875rem;width:15.375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6vzeR7dclVzvLalpHCS4m6CST8l2qmR { top:14.0625rem;left:18.28125rem;width:11.1875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqm7MGCdx1apBP654bLJo4ARODp35XnM { top:8.25rem;left:29.1875rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSbpouJh6tTlFJWefuKe7kQqwbhRoQns { top:19.1875rem;left:31.4375rem;width:16.3125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMVflhSTbkWRbpi0enypfDyTKMtGK0KT { top:14.0625rem;left:39.125rem;width:8.625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSTrf4pQUvWrJOsZHsztSru6aLBl7z6 { top:10.4375rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIw99LiPFIXiucTCJqbvZdRXKxAU1Ge { top:10.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTk1WD8s5PSyh9Wwg639r2CDTQhlQMx1 { top:26.875rem;left:0rem;width:20rem;height:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo { position:relative;z-index:auto;background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/uc/50f635aa-9c62-4106-bd4a-d60c69fb776d/to8.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.adaptive-delivery-prevent-bg, #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.lazyload, #zTPGHemcw7WHOIEgpE395D7Jq51KhUFo.lazyloading { background-image: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { background-color: transparent; background-image: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container > .video-iframe-container { display: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row > .video-iframe-container { display: none; }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .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); }#zTPGHemcw7WHOIEgpE395D7Jq51KhUFo > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbCDJ3H58V8Ll3ixJZDuxlm7x8khXcRT { width:20rem;height:3.736325rem;top:4.6220703125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrgBH9moFrHqqtHe5FCffIGmSPlmlSXT { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #cBenMUG76KpMstBZWpweIqUG6aVW6gk5 { width:20rem;height:0;top:5.9429254531861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #QnoUJi8rXvPnzMF8eORAht6lQcxtx5z6 { width:17.4370625rem;height:2.1875rem;top:1.2098524570465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvnzMy5MG8PNhQ63JBsE8O4emtqi0raF { width:11.875rem;height:1.2999125rem;top:1.747829914093rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EzJIuVKXPqAaP2T0JcUBaOFvqwPXyqMC { width:5.56206875rem;height:2.56185rem;top:1.091579914093rem;left:11.818577110767rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem;display:block;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-text {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-select {padding-top: 0; padding-bottom: 0;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;line-height:1.5; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG  { width:17.5rem;height:auto;top:15.716796875rem;left:0rem; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qsKod25yeQakfwbmGzG6XBbvuToPyerG {display:block;}#qsKod25yeQakfwbmGzG6XBbvuToPyerG { width:17.5rem;height:auto;top:15.716796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #xa5bT3ACERFJLAkzeXdTFf1xJrtNHNum {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #dSgzrSmdDs9XIaXDNcddCilkSw6G7vPN { display:none; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #tZItiHD1hkR09NDNeyq0UGyGBM1ebXTr {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #bVm0fTXKyuF354woGs46lzME0rlXxchF {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #KdFeNTSm3a7ogkJAkitMSXT6Gdwqc9cZ {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #t2yExnMqi6JQPS0tHX8urDoSwasxSnAZ {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #yy6hvdcz04R0HkTtkirkdh9izyAcaoTB {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #gvnlSlumGIJAVaHyi3FHOe0askoTM6ch {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #tgixDmvDmNHzPtCpw7Ty5iVy5g7zJset {  }
 }@media only screen and (max-width: 763px) { #cn1eCOsEzWafutbWBT241z6GsFThHXWI { display:block; }
 }@media only screen and (max-width: 763px) { #BBuBAJovGpxkm0ex8RJlg3tft59Zqnpq { display:block; }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #RTOBNc8LDxE4qhEHN9gmTB2674Dkdamr {  }
 }@media only screen and (max-width: 763px) { #qsKod25yeQakfwbmGzG6XBbvuToPyerG #dlSuBVs1zlWPIv1JpvyXmFHzuJDuNeyK {  }
 }@media only screen and (max-width: 763px) { #TDMpDaqH7IAG94ShXtqZJpB71EHmOULA { width:16.3125rem;height:1.19921875rem;top:15.1796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGcdgTKIMTWnqHiccxGcU3HFa9hKND2H { width:4.5rem;height:2.125rem;top:14.716796875rem;left:15.0087890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmZJ5Kr8TNwvpwRFXsFxRR9oeQDOft2 { width:19.875rem;height:3rem;top:35rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lxTGerhi7qMUWDR6nuUnl8XCcldtSJaO { width:10.375rem;height:1.79980625rem;top:35.662109375rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #uzg8kD2VpgeD4JkkeJfoXct697wmnk1g { display:flex;width:2.1875rem;height:2.1875rem;top:35.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #oMy48DhJQdQCXTwAIlEsiur06JEFW4lu { width:13.5625rem;height:1.6875rem;top:40.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IKQ3qWG2MfpRkmo2mDTUtEWEJ44seLdy { display:flex;width:1.875rem;height:1.875rem;top:40rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xgKQmdomBdpOFHrVDGg8bHsM7MEv6npI { width:19.875rem;height:3rem;top:39.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vbW2sI1U2hcK5VwUtLLL8CLNC1XZTlcr { width:1.8125rem;height:1.8125rem;top:16.029728625488rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikwKkioiiF9CsDyA3BXUk09p724ZPg5E { width:17.5rem;height:0;top:16.154728625488rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TFXuHKEnOs0NsR4OyeODQOcyzknF8VNH { width:19.875rem;height:3rem;top:15.342228625488rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #OhbGhwCiD9hGSGMPnfGMpzldb2nFQdTq { width:19.875rem;height:18.9375rem;top:14.216796875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NzDpkDclwyXA7H5McOH6azz6z0uSUAnk { width:19.875rem;height:25.375rem;top:42.5625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #CFzVuIEEMOBIhniTRCOWaWU8RZED31cG { width:19.1875rem;height:2.923825rem;top:9.6318359375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L82yF0UXNEEncvetHA9hPiv6L0dI9LPK { width:19.875rem;height:3rem;top:43.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pmpK0SwS4BZvAFGHxpTpqHWHBKTTeKgB { width:16.4375rem;height:1.6875rem;top:44.46875rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GZdxf4iZUyV8kOrT5nwTN8IDF9WsvnvG { display:flex;width:2.125rem;height:2.125rem;top:44.1708984375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #DoEKF6RcigZ3OA6Nnh1vR7Q2fyEazJ88 { width:3.5625rem;height:1.8125rem;top:10.6796875rem;left:15.337189150528rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUvn1xSVFJyTVT8yff8L0rlDT0fTa9c { width:20rem;height:1.125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { background-color: transparent; background-image: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container > .video-iframe-container { display: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row > .video-iframe-container { display: none; }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .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); }#TOv4g3qURitIyVdTCpr8bBwhTUJAzHdd > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXZCBDMwtVzVzO6gcWTZbM9fh4DbGlF4 { width:19.124375rem;height:2.0244125rem;top:11.875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #aB4Cu0ZgKWCnoluHC8MX4AVpFp7OUOTv { width:16.4375rem;height:3.8984375rem;top:1.578125rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSJPgHFRpn7bynLGrdzHss0AMdtKgCbi { width:19.875rem;height:12.125rem;top:6.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #E9I86FMhl4Vm6UKemSVOLCkAPTVxFXb6 { width:19.375rem;height:3.375rem;top:14.125rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #tlHCTg5vQlRrz0Tb9q7T73DLEe48qqBT { display:flex;width:3.125rem;height:3.125rem;top:7.75rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FrsnsU40xmaywIassr6u6tJilgcdsehh { width:19.8730625rem;height:12.1875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwAFmGEtSPnO0lcvX7bdxoGyQCcwtJZ0 { width:19.5625rem;height:3.375rem;top:27.3125rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #b6vzeR7dclVzvLalpHCS4m6CST8l2qmR { width:20rem;height:0;top:28.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #hqm7MGCdx1apBP654bLJo4ARODp35XnM { width:19.874125rem;height:12.1875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSbpouJh6tTlFJWefuKe7kQqwbhRoQns { width:17.999rem;height:3.375rem;top:41.625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LMVflhSTbkWRbpi0enypfDyTKMtGK0KT { width:20rem;height:2.0244125rem;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #puSTrf4pQUvWrJOsZHsztSru6aLBl7z6 { display:flex;width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OtIw99LiPFIXiucTCJqbvZdRXKxAU1Ge { display:flex;width:3.125rem;height:3.125rem;top:34.75rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #rTk1WD8s5PSyh9Wwg639r2CDTQhlQMx1 { width:20rem;height:2.0244125rem;top:24.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;z-index:15044;display:block; }
 }