.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:221,233,255;--color-primary-1:142,182,254;--color-primary-2:28,109,253;--color-primary-3:14,55,127;--color-primary-4:4,16,38;--color-secondary-0:224,224,227;--color-secondary-1:151,152,160;--color-secondary-2:47,49,65;--color-secondary-3:24,25,33;--color-secondary-4:7,7,10;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }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;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); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { background-color: transparent; background-image: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container > .video-iframe-container { display: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container { display: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .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); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { border-width: 0; border-radius: 0; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#AdIL1dTRPx6LOeFIc9sIpH7zKGbl9d38 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:14.6875rem;top:0.46875002980232rem;left:5.15625rem;overflow:hidden;display:block; }
#AT250TJDUNZHmeBrsqnlAqzo1o6CcuNm { position:absolute;display:block;z-index:15005;height:1.875rem;width:20rem;top:4.0496964454651rem;left:27.5rem;display:block; }
#yXdc5WGUB9TQJ8fR4RxFCttUeXRqZTnM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:2.3328993320465rem;left:26.09375rem;height:1.59288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxFzKkTQD8piBpO1V3cuSoMeo0BET684 { background-color:#fa6d06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875rem;left:57.5rem;display:block; }
#k1UtWZdKbxR2FlPCsUf0DLzJHnFXCSSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4fb4d10-fbab-44ed-a387-47123b574d62/Untitleddesign44.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; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.adaptive-delivery-prevent-bg, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyload, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyloading { background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { background-color: transparent; background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .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); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { border-width: 0; border-radius: 0; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#OGyT3yzNoq1EXI7k7nI9MX2aEa9TEify { color:rgba(var(--color-tertiary-0),1);display:block;width:43.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.375rem;left:4.875rem;height:9.74825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MT3Mez3U1tarCESIkrM6Uah9mLq1FZoX { background-color:#fa6d06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.9375rem;left:4.875rem;display:block; }
#my6E25Oxel9s0Tt4m7JvQdTXUikz3IdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VN3hFLT50ywDCh77KI0LqUGCygz4iudK { z-index:15001;top:21.9375rem;left:24.4375rem;background-color:rgba(var(--color-primary-4),0.5);background-image:none;border-top:0.25rem solid #fa6d06;border-left:0.25rem solid #fa6d06;border-right:0.25rem solid #fa6d06;border-bottom:0.25rem solid #fa6d06;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.45833375rem;height:3.39583375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DIFuMUVwFFkKQBKIT9xh1Xtc38hBDsnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.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; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg.adaptive-delivery-prevent-bg, #QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg.lazyload, #QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg.lazyloading { background-image: none; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container { background-color: transparent; background-image: none; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container > .video-iframe-container { display: none; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row > .video-iframe-container { display: none; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .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); }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container { border-width: 0; border-radius: 0; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#M62o6eGQF3ics7vw9FRJmCvcD5kylkq8 { color:#fa6d06;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFRJ9OEOVLeAv617I8Jd0HTfNWteTX9H { color:rgba(var(--color-secondary-2),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:7.17556476593rem;left:3.1217441558838rem;height:14.44441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIfiBg8LOUyTfAtJxDT2PSzu1OIG1Rev { color:rgba(var(--color-secondary-2),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:7.1766500473025rem;left:39.99674987793rem;height:12.63891875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiUI8adKHapJNGRcuekISTfIg2fsX4h0 { color:rgba(var(--color-secondary-2),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:23.911676406861rem;left:39.99674987793rem;height:10.8333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiZFeRQ5KWTowmAWx9WDTnpUd7llxzSq { color:rgba(var(--color-secondary-2),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:23.912763595581rem;left:3.1184902191162rem;height:10.8333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container { background-color: transparent; background-image: none; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container > .video-iframe-container { display: none; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row > .video-iframe-container { display: none; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .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); }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container { border-width: 0; border-radius: 0; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#TTG3CPkBTn4EW2lS1JsRTJofry3k7KiK { 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:5.37435rem;width:13.936625rem;top:0.90603256225588rem;left:11.125217437744rem;overflow:hidden;display:block; }
#MZD8AMK4LVoApKCnKcFddtWKWN4lNuyB { 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:5.5625rem;width:6.3125rem;top:0.81163024902344rem;left:52.061637878418rem;overflow:hidden;display:block; }
#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa6d06;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; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container { background-color: transparent; background-image: none; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container > .video-iframe-container { display: none; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row > .video-iframe-container { display: none; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .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); }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container { border-width: 0; border-radius: 0; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;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;top:7.5rem;left:1.75rem;height:16.2489375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { color:rgba(var(--color-primary-4),1);display:block;width:49.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.1966128349304rem;left:22.498916625976rem;height:24.85464375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf { position:relative;display:block; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf { background-color: transparent; background-image: none; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container > .video-iframe-container { display: none; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row > .video-iframe-container { display: none; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .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); }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf { border-width: 0; border-radius: 0; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#raQnzd3z1LHVWUIuc8OnhwQm2koJTUic { 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:30.7498125rem;width:57.374125rem;top:3.0674915313721rem;left:8.8118476867675rem;overflow:hidden;display:block; }
#UxON8P7m1rNi42waNlT9agHfbgHZb7BO { position:absolute;display:block;z-index:15001;background-color:#f4f4f4;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: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 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:46.1875rem;width:53.5625rem;top:28.624135017395rem;left:10.717231750488rem;display:block; }
#kzWOTPFk04dHhbCDtrNkuc2ptuMIiCEb { color:#fa6d06;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.748700141907rem;left:18.90625rem;height:6.4995625rem;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; }
#Na2DGPCfVIdGNO3Z6l3XSz5x7TTvQpqh { color:rgba(var(--color-primary-4),1);display:block;width:47.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:38.262804985046rem;left:13.873699188233rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW { color:rgba(var(--color-primary-4),1);display:block;width:31.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:41.008031845093rem;left:21.749134063721rem;height:17.170125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW li:before{  }
#QwtFRokCmZBykzxcbpRmxScelnKrhO08 { color:rgba(var(--color-primary-4),1);display:block;width:45.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:59.8046875rem;left:14.935981750488rem;height:5.735675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXVnsxGq7c5fw3nmiITKsVgDlIbSz6kX { color:rgba(var(--color-primary-4),1);display:block;width:45.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:66.557075500487rem;left:14.779731750488rem;height:5.735675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 { position:relative;display:block; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 { background-color: transparent; background-image: none; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container > .video-iframe-container { display: none; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row > .video-iframe-container { display: none; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .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); }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 { border-width: 0; border-radius: 0; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qsDhUvoNriwsTPv4387ch9NDoRTX35Im { color:#fa6d06;display:block;width:35.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4989166259766rem;left:39.375rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4rHLQvNCcAXWfgp1tB1H8DXqDdWFgIo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.4233856201175rem;left:39.375rem;height:10.8333125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PaNUMlbdyXbi2XMKuXoIrJnTikPNQ8ie { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:45.8745625rem;width:34.3120625rem;top:3.4993495941162rem;left:1.5939674377441rem;overflow:hidden;display:block; }
#fQ98JCCtlNNtXIRmIBV9GNZRWlzeRd8m { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:20.046659469604rem;left:39.375rem;height:1.80555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:21.852214813233rem;left:39.937065124512rem;height:44.8958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ li:before{  }
#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa6d06;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; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { background-color: transparent; background-image: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container > .video-iframe-container { display: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container { display: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .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); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { border-width: 0; border-radius: 0; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#euzayRSStv8IEiConkhuzBEtz031ahmR { color:rgba(var(--color-primary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.994140625rem;left:8.75rem;height:3.6111125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { color:rgba(var(--color-primary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:11.69704246521rem;left:8.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
#En6J2k671WkpKGNVTq3eOWE3RicyNVbS { color:rgba(var(--color-primary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:10.875rem;height:;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; }
#z0r9xGdfFVhDftT8vr2rL9QBMhhRULOX { 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:21.936875rem;width:17.374125rem;top:6.9932729601862rem;left:49.305557250976rem;overflow:hidden;display:block; }
#dfee71TKDlIvnQIuUpqSITUpEbbKxXbX { color:rgba(var(--color-primary-4),1);display:block;width:34.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:46.988935649395rem;left:8.75rem;height:5.41666875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { position:relative;display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { background-color: transparent; background-image: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container > .video-iframe-container { display: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row > .video-iframe-container { display: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .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); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { border-width: 0; border-radius: 0; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { color:#fa6d06;display:block;width:33.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1549673080444rem;left:20.686851501465rem;height:;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; }
#ZiFadTqMnlmmbkFxQT0ex2RknlAWgoDZ { color:rgba(var(--color-primary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.6716620922089rem;left:7.96875rem;height:27.08334375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e0f04ec-25be-46db-a025-889aca6c8053/E8FF0F6FD3AC4B74A8C24B2E840A3B1F.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA.adaptive-delivery-prevent-bg, #yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA.lazyload, #yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA.lazyloading { background-image: none; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container { background-color: transparent; background-image: none; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fa6d06; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container > .video-iframe-container { display: none; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fa6d06; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row > .video-iframe-container { display: none; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .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); }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container { border-width: 0; border-radius: 0; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:block; }#s27I9V9RXlqzT46E1lBXg7F5oeoaceT2 { color:rgba(var(--color-primary-4),1);display:block;width:30.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3120555877686rem;left:4.9674491882324rem;height:7.3111875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPeb1tdr88yprSxvib1tE4W6B9KDeck3 { color:rgba(var(--color-primary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.437503814698rem;left:4.9674491882324rem;height:22.272125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-form-header {  }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.7; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:2.875rem;color:#f4f4f4;font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:4.375rem;color:#f4f4f4;font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#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:23.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1.0625rem;overflow:hidden; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fa6d06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:23.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem #864610; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF [class*="-text"]:-moz-placeholder { color:#2a2929;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF [class*="-text"]::-moz-placeholder { color:#2a2929;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF [class*="-text"]:-ms-input-placeholder { color:#2a2929;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF [class*="-text"]::-webkit-input-placeholder { color:#2a2929;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .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-4),1);vertical-align:top;width:22.3125rem;overflow:hidden;font-style:normal; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .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; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .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; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container:first-of-type{padding-top:0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container:last-of-type{padding-bottom:0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.09765625rem;left:44.749351501465rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.6875rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.125rem;line-height:1.3;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF {display:block;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.09765625rem;left:44.749351501465rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zDU0bwqR3xWKCsok2C5hmoFPaZJyXSue { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #TEddt7TFDoUCuwK0LyZB93OoAq1AWPdW { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HIWE2awvKLFc8uJW9tFhFxrC78GGuiJg { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #q3udNpfF3QHIxEx96GZXMoX2hfG8BkAR { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #SNN4yTSLNVLJw1oaIuJg2ZETeCPyx69J { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #PUBkHNLWyywpRt5IwIP6scRT4T2KOG4I { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #G8pro3kV90MXHDCvWwgfEAR2AcLfmLwc { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zV5XOA3GWI5wOXIJ644GSxzipHv3PkHX { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #t0uUxq2RTe0aatvZ9Kt5JRog40Mflk5B { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #gd0UfaUenW0fkShFPX954zbvvfE48SkU { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #R0cbdea2kU4Orf1I1GolamIF1hfwyapy { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #C2Vo3LB01HwTo3Q4tVPRgDfniILuxTER { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #e9zWKnnwOv8yZursSUl7AoiGr8QDLGV5 { position:relative;display:block;z-index:15000; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #frTIdQiRGk6uJ32KwMJ7Km9vXkmTscJr { position:relative;display:block;z-index:15000; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #Gz8fJdvoqJvt9PwUwdVVIvq9kzTfuwu4 { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ITeRwgT0LwfQdFM5syhhthJMWluyJX3e { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #uZGmy7hKJ6bH1NWZpJT5AhnqtZQMUysS { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #BcA5SzvhIs5GW4uTkRwmU8rZuSLiIrGG { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #aNLBZDn3S2R5SvyawCRDi0FSCohCPgeN { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XApaz2uPUGyFLDbo3CeXoH6bc8mX7xq5 { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #WwV5Cfx8nGNcCbUsI3BnzapfmApgeOwq { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XfUX2HTCiqLuwwxBc1AubJnN989JNZka { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #hhAvPN6dR0AEMG7aC58vbbhJRuqCFIwd { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #f2zANgrU18gKmgnbLeCazlThxN1qRx2r { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o8CVoxW0SoQtWnrPuEZtrEIVeThDAWIT { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #kg6CnhemLFmX4Ib9bIZhVZTewyZmJ7yr { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o0r9Ks3w7ITqAyESVXGZNpBQT0zCmH0r { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HbxNpIubLcHuBHvLXpEvBc0N1klGSXVh { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #bQaT2RaHTSDZg88J09FBB6qt0KGpc1ac { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #GIRsXgzQM4uerBV7zFHJ6b1XvlcO5gxa { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ngZE8bC3FPlLLgSn8M9QrrNxQ70WnKa3 { position:relative;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #vTmKzFr6rG1TqFmanoTAvVnpu5i6ZGg6 { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #I7dr7ELZXAqlbciyTOlk3A56NNQqNevk { position:relative; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #NT0gyiAN2nmg7a3xhawxWgON9v2Cf5EB { position:relative; }
#HCq5ZtTXb3qRHmKvCt4evmoiMCuBkOLq { position:absolute;display:block;z-index:15007;height:16.4985rem;width:21.25rem;top:36.718746900559rem;left:4.9674491882324rem;display:block; }
#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { background-color: transparent; background-image: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container > .video-iframe-container { display: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container { display: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .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); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { border-width: 0; border-radius: 0; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#wAegNAp8I3kIzBu6RxN05uvQrQyZ2pKz { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:1.31185rem;text-align:center;text-align-last:center;display:block; }
#qz31TvFVhMbZA28yLhxlpTJL4Xtm3JF1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.625rem;top:0.875rem;left:58.1875rem;overflow:hidden;display:block; }
#xVKOTU4SU256xzxRenwt35zgPWvdLiqK { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.53168487548828rem;left:25rem;height:2.6237rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #auhu38nmiT4w5svaFZpaB9v7czt8IQZO { position:relative;z-index:auto;display:block; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AdIL1dTRPx6LOeFIc9sIpH7zKGbl9d38 { width:11.936875rem;height:5.74978125rem;top:2.4359810352326rem;left:1.9889323711395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AT250TJDUNZHmeBrsqnlAqzo1o6CcuNm { width:20rem;height:1.875rem;top:3.0625rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXdc5WGUB9TQJ8fR4RxFCttUeXRqZTnM { width:22.1875rem;height:1.3125rem;top:1rem;left:25.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #mxFzKkTQD8piBpO1V3cuSoMeo0BET684 { width:17.5rem;height:3.4375rem;top:5.8125rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1UtWZdKbxR2FlPCsUf0DLzJHnFXCSSI { display:block; }
 }@media only screen and (max-width: 1199px) { #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4fb4d10-fbab-44ed-a387-47123b574d62/Untitleddesign44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.adaptive-delivery-prevent-bg, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyload, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyloading { background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { background-color: transparent; background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .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); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { width:47.75rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OGyT3yzNoq1EXI7k7nI9MX2aEa9TEify { width:36.749125rem;height:7.5rem;top:4.0625rem;left:5.4991323947906rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MT3Mez3U1tarCESIkrM6Uah9mLq1FZoX { width:17.5rem;height:3.4375rem;top:13.717448234558rem;left:5.4991323947906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my6E25Oxel9s0Tt4m7JvQdTXUikz3IdT { display:block; }
 }@media only screen and (max-width: 1199px) { #VN3hFLT50ywDCh77KI0LqUGCygz4iudK { top:13.717448234558rem;left:26.817493200302rem;width:15.45745875rem;height:3.39583375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIFuMUVwFFkKQBKIT9xh1Xtc38hBDsnk { display:block; }
 }@media only screen and (max-width: 1199px) { #QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg { display:block; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container { width:47.75rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M62o6eGQF3ics7vw9FRJmCvcD5kylkq8 { width:47.75rem;height:1.49956875rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFRJ9OEOVLeAv617I8Jd0HTfNWteTX9H { width:20.9375rem;height:19.86110625rem;top:6.2500030994413rem;left:25.811633825302rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIfiBg8LOUyTfAtJxDT2PSzu1OIG1Rev { width:20.9375rem;height:16.24998125rem;top:6.2500030994413rem;left:1.474609375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiUI8adKHapJNGRcuekISTfIg2fsX4h0 { width:20.9375rem;height:12.63891875rem;top:27.731122255326rem;left:25.811633825302rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiZFeRQ5KWTowmAWx9WDTnpUd7llxzSq { width:20.9375rem;height:12.63891875rem;top:27.730038881302rem;left:1.474609375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG { display:block; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTG3CPkBTn4EW2lS1JsRTJofry3k7KiK { width:7.5rem;height:2.9375rem;top:0.9375rem;left:10.83251953125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZD8AMK4LVoApKCnKcFddtWKWN4lNuyB { width:4.25rem;height:3.75rem;top:0.90576171875rem;left:30.95703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun { display:block; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container { width:47.75rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:39.875rem;height:4.87413125rem;top:2.0625rem;left:3.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:44.874125rem;height:22.10393125rem;top:7.8743495941163rem;left:1.4366319179535rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #aOv2iniXreWwIpSmrVIgxye0R9uTgFLf { display:block; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container { width:47.75rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #raQnzd3z1LHVWUIuc8OnhwQm2koJTUic { width:37.374125rem;height:19.9370625rem;top:1.6937942504882rem;left:5.1866323947906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxON8P7m1rNi42waNlT9agHfbgHZb7BO { width:38.6875rem;height:42.4375rem;top:16.68728518486rem;left:4.5301649570465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzWOTPFk04dHhbCDtrNkuc2ptuMIiCEb { width:27.249375rem;height:4.87413125rem;top:18.936634063721rem;left:10.249566793442rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Na2DGPCfVIdGNO3Z6l3XSz5x7TTvQpqh { width:32.7495625rem;height:3.40060625rem;top:25.060766220092rem;left:7.5000007152556rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW { width:32.7495625rem;height:13.777125rem;top:29.512805938721rem;left:7.5000007152556rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;z-index:15003;display:block; }#axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW li:before{  }
 }@media only screen and (max-width: 1199px) { #QwtFRokCmZBykzxcbpRmxScelnKrhO08 { width:32.7495625rem;height:5.1009125rem;top:44.619144439698rem;left:7.5000007152556rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #NXVnsxGq7c5fw3nmiITKsVgDlIbSz6kX { width:32.7495625rem;height:6.8011875rem;top:50.371095657349rem;left:7.5000007152556rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 { display:block; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container { width:47.75rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qsDhUvoNriwsTPv4387ch9NDoRTX35Im { width:20.375rem;height:3.89756875rem;top:1.3125rem;left:25.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4rHLQvNCcAXWfgp1tB1H8DXqDdWFgIo { width:21.1870625rem;height:12.8038125rem;top:6.4409742355344rem;left:25.218099355698rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #PaNUMlbdyXbi2XMKuXoIrJnTikPNQ8ie { width:21.1875rem;height:28.5625rem;top:2.1245727539062rem;left:1.1870660781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #fQ98JCCtlNNtXIRmIBV9GNZRWlzeRd8m { width:21.1870625rem;height:3.20095625rem;top:20.428606033325rem;left:25.218099355698rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ { width:21.1870625rem;height:59.1796875rem;top:24.328342437744rem;left:25.218099355698rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }#rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ li:before{  }
 }@media only screen and (max-width: 1199px) { #TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { display:block; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { width:47.75rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euzayRSStv8IEiConkhuzBEtz031ahmR { width:24.4998125rem;height:5.1009125rem;top:6.6221790313719rem;left:3.8118493556976rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { width:28.5623125rem;height:35.5685625rem;top:13.221567749977rem;left:1.7805991172791rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
 }@media only screen and (max-width: 1199px) { #En6J2k671WkpKGNVTq3eOWE3RicyNVbS { width:35.186625rem;height:2.43706875rem;top:2.529296875rem;left:6.2803823947906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0r9xGdfFVhDftT8vr2rL9QBMhhRULOX { width:13.125rem;height:16.436625rem;top:10.622838973999rem;left:32.530381917954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfee71TKDlIvnQIuUpqSITUpEbbKxXbX { width:24.4998125rem;height:6.8011875rem;top:51.245657920838rem;left:3.2541234493256rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { width:31.5rem;height:2.43706875rem;top:1.65625rem;left:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiFadTqMnlmmbkFxQT0ex2RknlAWgoDZ { width:43.2498125rem;height:30.60539375rem;top:4.8719620704651rem;left:2.2493491172791rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA { display:block; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container { width:47.75rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s27I9V9RXlqzT46E1lBXg7F5oeoaceT2 { width:36.5625rem;height:4.87413125rem;top:1.6861977577209rem;left:5.5924479961395rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CPeb1tdr88yprSxvib1tE4W6B9KDeck3 { width:30.4373125rem;height:13.505875rem;top:7.1213111877444rem;left:8.6555993556975rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;height:auto;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fa6d06;background-image:none;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),1); }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF  { width:21.875rem;height:auto;top:21.25rem;left:11.6875rem; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-info-text { text-align:center;text-align-last:center; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF {display:block;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF { width:21.875rem;height:auto;top:21.25rem;left:11.6875rem; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zDU0bwqR3xWKCsok2C5hmoFPaZJyXSue {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #TEddt7TFDoUCuwK0LyZB93OoAq1AWPdW { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HIWE2awvKLFc8uJW9tFhFxrC78GGuiJg {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #q3udNpfF3QHIxEx96GZXMoX2hfG8BkAR {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #SNN4yTSLNVLJw1oaIuJg2ZETeCPyx69J { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #PUBkHNLWyywpRt5IwIP6scRT4T2KOG4I {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #G8pro3kV90MXHDCvWwgfEAR2AcLfmLwc {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zV5XOA3GWI5wOXIJ644GSxzipHv3PkHX { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #t0uUxq2RTe0aatvZ9Kt5JRog40Mflk5B {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #gd0UfaUenW0fkShFPX954zbvvfE48SkU {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #R0cbdea2kU4Orf1I1GolamIF1hfwyapy { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #C2Vo3LB01HwTo3Q4tVPRgDfniILuxTER {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #e9zWKnnwOv8yZursSUl7AoiGr8QDLGV5 {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #frTIdQiRGk6uJ32KwMJ7Km9vXkmTscJr {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #Gz8fJdvoqJvt9PwUwdVVIvq9kzTfuwu4 {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ITeRwgT0LwfQdFM5syhhthJMWluyJX3e { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #uZGmy7hKJ6bH1NWZpJT5AhnqtZQMUysS {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #BcA5SzvhIs5GW4uTkRwmU8rZuSLiIrGG {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #aNLBZDn3S2R5SvyawCRDi0FSCohCPgeN { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XApaz2uPUGyFLDbo3CeXoH6bc8mX7xq5 {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #WwV5Cfx8nGNcCbUsI3BnzapfmApgeOwq {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XfUX2HTCiqLuwwxBc1AubJnN989JNZka { display:block; }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #hhAvPN6dR0AEMG7aC58vbbhJRuqCFIwd {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #f2zANgrU18gKmgnbLeCazlThxN1qRx2r {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o8CVoxW0SoQtWnrPuEZtrEIVeThDAWIT {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #kg6CnhemLFmX4Ib9bIZhVZTewyZmJ7yr {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o0r9Ks3w7ITqAyESVXGZNpBQT0zCmH0r {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HbxNpIubLcHuBHvLXpEvBc0N1klGSXVh {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #bQaT2RaHTSDZg88J09FBB6qt0KGpc1ac {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #GIRsXgzQM4uerBV7zFHJ6b1XvlcO5gxa {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ngZE8bC3FPlLLgSn8M9QrrNxQ70WnKa3 {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #vTmKzFr6rG1TqFmanoTAvVnpu5i6ZGg6 {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #I7dr7ELZXAqlbciyTOlk3A56NNQqNevk {  }
 }@media only screen and (max-width: 1199px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #NT0gyiAN2nmg7a3xhawxWgON9v2Cf5EB {  }
 }@media only screen and (max-width: 1199px) { #HCq5ZtTXb3qRHmKvCt4evmoiMCuBkOLq { width:21.875rem;height:25rem;top:24.3125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { display:block; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wAegNAp8I3kIzBu6RxN05uvQrQyZ2pKz { width:15.3125rem;height:1.31185rem;top:1.1870727539062rem;left:0.45789933204651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qz31TvFVhMbZA28yLhxlpTJL4Xtm3JF1 { width:8.625rem;height:1.9375rem;top:0.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVKOTU4SU256xzxRenwt35zgPWvdLiqK { width:15.4375rem;height:2.6237rem;top:0.62392425537109rem;left:16.145399808884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auhu38nmiT4w5svaFZpaB9v7czt8IQZO { position:relative;z-index:auto;display:block; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdIL1dTRPx6LOeFIc9sIpH7zKGbl9d38 { width:3.4375rem;height:1.68728125rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT250TJDUNZHmeBrsqnlAqzo1o6CcuNm { width:20rem;height:1.875rem;top:6.65365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdc5WGUB9TQJ8fR4RxFCttUeXRqZTnM { width:20rem;height:1.21853125rem;top:4.1862rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mxFzKkTQD8piBpO1V3cuSoMeo0BET684 { width:12.9373125rem;height:2.5rem;top:9.77865rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1UtWZdKbxR2FlPCsUf0DLzJHnFXCSSI { display:block; }
 }@media only screen and (max-width: 763px) { #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c50a03e2-dce5-44b3-b95a-6569362a9209/heroblur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.adaptive-delivery-prevent-bg, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyload, #fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4.lazyloading { background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { background-color: transparent; background-image: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row > .video-iframe-container { display: none; }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .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); }#fTWGQQZ7rE1speQeq7ZiEmPTFXaXklg4 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGyT3yzNoq1EXI7k7nI9MX2aEa9TEify { width:18.936625rem;height:3.8997375rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MT3Mez3U1tarCESIkrM6Uah9mLq1FZoX { width:15.7498125rem;height:2.99913125rem;top:6.39865625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #my6E25Oxel9s0Tt4m7JvQdTXUikz3IdT { display:block; }
 }@media only screen and (max-width: 763px) { #VN3hFLT50ywDCh77KI0LqUGCygz4iudK { top:10.64670625rem;left:2.625rem;width:14.70770875rem;height:3.08333375rem;background-color:rgba(9,27,70,0.5);background-image:none;color:#ffffff;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFuMUVwFFkKQBKIT9xh1Xtc38hBDsnk { display:block; }
 }@media only screen and (max-width: 763px) { #QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg { display:block; }#QZFrJcsG24bpGmtSHbLw0qc4CCqHfeJg > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M62o6eGQF3ics7vw9FRJmCvcD5kylkq8 { width:20rem;height:1.18706875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFRJ9OEOVLeAv617I8Jd0HTfNWteTX9H { width:20rem;height:18.70335625rem;top:20.301625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIfiBg8LOUyTfAtJxDT2PSzu1OIG1Rev { width:20rem;height:15.30273125rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiUI8adKHapJNGRcuekISTfIg2fsX4h0 { width:20rem;height:11.90210625rem;top:53.406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiZFeRQ5KWTowmAWx9WDTnpUd7llxzSq { width:20rem;height:11.90210625rem;top:40.2549375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG { display:block; }#kkhqUfvb6Lzu5NLc1OkiHEUuhtdfMDPG > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTG3CPkBTn4EW2lS1JsRTJofry3k7KiK { width:7.3125rem;height:2.875rem;top:1.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZD8AMK4LVoApKCnKcFddtWKWN4lNuyB { width:3.49935rem;height:3.06206875rem;top:5.9364185929298rem;left:8.2497838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun { display:block; }#vh3rLlSAtKieIg4sK7ZGm0s7rEBWrtun > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:18.2498125rem;height:5.8496125rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:18.75rem;height:52.70943125rem;top:8.3496125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aOv2iniXreWwIpSmrVIgxye0R9uTgFLf { display:block; }#aOv2iniXreWwIpSmrVIgxye0R9uTgFLf > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raQnzd3z1LHVWUIuc8OnhwQm2koJTUic { width:16.4995625rem;height:8.75rem;top:2.0073783397674rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxON8P7m1rNi42waNlT9agHfbgHZb7BO { width:18.5rem;height:67.8125rem;top:9.4368389844894rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWOTPFk04dHhbCDtrNkuc2ptuMIiCEb { width:17.374125rem;height:5.8496125rem;top:10.755208969116rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#fa6d06;display:block; }
 }@media only screen and (max-width: 763px) { #Na2DGPCfVIdGNO3Z6l3XSz5x7TTvQpqh { width:17.1245625rem;height:5.1009125rem;top:17.318792343139rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW { width:14.874125rem;height:25.67925rem;top:23.006727218628rem;left:2.5629342198372rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15003;display:block; }#axrXSAC4UBK5HhkCo8OIn8bQOAS04PGW li:before{  }
 }@media only screen and (max-width: 763px) { #QwtFRokCmZBykzxcbpRmxScelnKrhO08 { width:17.561875rem;height:11.902125rem;top:50.177951812744rem;left:1.2185330986977rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NXVnsxGq7c5fw3nmiITKsVgDlIbSz6kX { width:17.999125rem;height:11.902125rem;top:63.260635375975rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 { display:block; }#tqkG0x1qBF7TmkmZnkAieI03Tw2FVm50 > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsDhUvoNriwsTPv4387ch9NDoRTX35Im { width:20rem;height:3.2986125rem;top:29.239375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;color:#fa6d06;display:block; }
 }@media only screen and (max-width: 763px) { #o4rHLQvNCcAXWfgp1tB1H8DXqDdWFgIo { width:19.249125rem;height:14.4043125rem;top:33.7879875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PaNUMlbdyXbi2XMKuXoIrJnTikPNQ8ie { width:20rem;height:26.739375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ98JCCtlNNtXIRmIBV9GNZRWlzeRd8m { width:20rem;height:3.20095625rem;top:49.4423rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ { width:20rem;height:62.380625rem;top:53.89325625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;display:block; }#rcaTNHiqfcK4uEmeTcRDqKzcN5qVNaqQ li:before{  }
 }@media only screen and (max-width: 763px) { #TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { display:block; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euzayRSStv8IEiConkhuzBEtz031ahmR { width:20rem;height:5.1009125rem;top:6.39865625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { width:20rem;height:51.009125rem;top:12.74956875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
 }@media only screen and (max-width: 763px) { #En6J2k671WkpKGNVTq3eOWE3RicyNVbS { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z0r9xGdfFVhDftT8vr2rL9QBMhhRULOX { width:14.6245625rem;height:18.3745625rem;top:77.3828163147rem;left:2.6877172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfee71TKDlIvnQIuUpqSITUpEbbKxXbX { width:20rem;height:10.2018125rem;top:65.008693695069rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { width:18.0620625rem;height:3.8997375rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFadTqMnlmmbkFxQT0ex2RknlAWgoDZ { width:20rem;height:57.81035625rem;top:6.39865625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA { display:block; }#yOUmQZKSThEgG2E06BC8v9fmp4VlTUSA > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s27I9V9RXlqzT46E1lBXg7F5oeoaceT2 { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CPeb1tdr88yprSxvib1tE4W6B9KDeck3 { width:20rem;height:21.009125rem;top:9.9240455627444rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-text {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-select {padding-top: 0; padding-bottom: 0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container:first-of-type{padding-top:0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .widget-container:last-of-type{padding-bottom:0;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF  { width:17.5rem;height:auto;top:32.298160552979rem;left:0rem;z-index:14999; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF {display:block;}#tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF { width:17.5rem;height:auto;top:32.298160552979rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zDU0bwqR3xWKCsok2C5hmoFPaZJyXSue {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #TEddt7TFDoUCuwK0LyZB93OoAq1AWPdW { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HIWE2awvKLFc8uJW9tFhFxrC78GGuiJg {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #q3udNpfF3QHIxEx96GZXMoX2hfG8BkAR {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #SNN4yTSLNVLJw1oaIuJg2ZETeCPyx69J { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #PUBkHNLWyywpRt5IwIP6scRT4T2KOG4I {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #G8pro3kV90MXHDCvWwgfEAR2AcLfmLwc {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #zV5XOA3GWI5wOXIJ644GSxzipHv3PkHX { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #t0uUxq2RTe0aatvZ9Kt5JRog40Mflk5B {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #gd0UfaUenW0fkShFPX954zbvvfE48SkU {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #R0cbdea2kU4Orf1I1GolamIF1hfwyapy { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #C2Vo3LB01HwTo3Q4tVPRgDfniILuxTER {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #e9zWKnnwOv8yZursSUl7AoiGr8QDLGV5 {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #frTIdQiRGk6uJ32KwMJ7Km9vXkmTscJr {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #Gz8fJdvoqJvt9PwUwdVVIvq9kzTfuwu4 {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ITeRwgT0LwfQdFM5syhhthJMWluyJX3e { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #uZGmy7hKJ6bH1NWZpJT5AhnqtZQMUysS {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #BcA5SzvhIs5GW4uTkRwmU8rZuSLiIrGG {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #aNLBZDn3S2R5SvyawCRDi0FSCohCPgeN { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XApaz2uPUGyFLDbo3CeXoH6bc8mX7xq5 {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #WwV5Cfx8nGNcCbUsI3BnzapfmApgeOwq {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #XfUX2HTCiqLuwwxBc1AubJnN989JNZka { display:block; }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #hhAvPN6dR0AEMG7aC58vbbhJRuqCFIwd {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #f2zANgrU18gKmgnbLeCazlThxN1qRx2r {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o8CVoxW0SoQtWnrPuEZtrEIVeThDAWIT {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #kg6CnhemLFmX4Ib9bIZhVZTewyZmJ7yr {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #o0r9Ks3w7ITqAyESVXGZNpBQT0zCmH0r {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #HbxNpIubLcHuBHvLXpEvBc0N1klGSXVh {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #bQaT2RaHTSDZg88J09FBB6qt0KGpc1ac {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #GIRsXgzQM4uerBV7zFHJ6b1XvlcO5gxa {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #ngZE8bC3FPlLLgSn8M9QrrNxQ70WnKa3 {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #vTmKzFr6rG1TqFmanoTAvVnpu5i6ZGg6 {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #I7dr7ELZXAqlbciyTOlk3A56NNQqNevk {  }
 }@media only screen and (max-width: 763px) { #tiGqwHv2VWNmCZP1ZByhiSUvG20nXBQF #NT0gyiAN2nmg7a3xhawxWgON9v2Cf5EB {  }
 }@media only screen and (max-width: 763px) { #HCq5ZtTXb3qRHmKvCt4evmoiMCuBkOLq { width:20rem;height:16.4375rem;top:84.296359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { position:relative;z-index:auto;display:block; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAegNAp8I3kIzBu6RxN05uvQrQyZ2pKz { width:20rem;height:1.40625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz31TvFVhMbZA28yLhxlpTJL4Xtm3JF1 { width:8.6230625rem;height:1.93685rem;top:8.2183189392087rem;left:5.6879342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVKOTU4SU256xzxRenwt35zgPWvdLiqK { width:20rem;height:2.8125rem;top:4.1710090637207rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }