.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f65ce106-0e90-4cf2-973e-9159e72bb9dd/bg4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#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.3); }#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); }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp { position:relative;display:block; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp { background-color: transparent; background-image: none; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row .container > .video-iframe-container { display: none; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row > .video-iframe-container { display: none; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .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); }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp { border-width: 0; border-radius: 0; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .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; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LVsXRRT9aoPumKxLFkCpFV3TdIyssGdh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:14.625rem;top:1.3125rem;left:30.1875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sd6m6AUdlx098vMGfWm4zlCkmnehd7IT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:34.75rem;top:2.84375rem;left:20.125rem;overflow:hidden;display:block; }
#yh8CCP4U4l36LByFJeF0nw0oGUssDper { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2);top:9.90625rem;left:18.71875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.590625rem;padding-right:0.520625rem;padding-bottom:0.590625rem;padding-left:0.520625rem;display:block;align-items:center;width:3.126875rem;min-width:3.126875rem;height:3.17375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.3625rem;font-weight:300;line-height:50.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-label { background-color:;background-image:none;color:#ee2e7f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.369375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.16875rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.88625rem;font-weight:400;line-height:19.94px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;text-shadow:0rem 0.0625rem 0.0625rem #000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.6875rem;height:5.786875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.15625rem;left:27.15625rem;z-index:15011; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #wmCKrsd0FTm85oNE57KLsKJObHKOnFkA { display:flex;position:relative;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #a46nd6z6sU7OSuKqkyklWCpmkKhkZ3iA { width:auto; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #OstuTnFBTxhkoUm7U81rQ7wuS7f2xGx9 {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #TdiKTOfceWkxTlsCw8yE9g6aTMyNpiL3 { display:flex;position:relative;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #mMzgGTfhJZmTMfdk0GhWMGrdcODw1Vo0 {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #NUHTlTl8yc2ufTQqP5M1TrGcm0oNMsI4 {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #FgyOIZcaXJN5vDD6USXJIHoo38pzrlrX { display:flex;position:relative;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #iZyVrt4CP8zeGM5OBsTZgo7aOqbpIQf4 {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #XRSREu07TaI9FFWnvsowQQH3TIgwa7LZ {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #pWTV6KOeNmnZF5CC5xuVbif1aMTiOT40 { display:flex;position:relative;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #cUtMAQ2asuR4e74FDILgDeWRHMUa9omM {  }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #eJPNTmCZ131C1XmoaDRF2NiHOmVMeSR8 {  }
#mv331CBqb8zJvTP1BHgc115xhGzB6X3c { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.2);top:31.5029296875rem;left:26.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-form-header {  }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-regular-label { display:block;width:19.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:19.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#202020;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:19.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#202020;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:19.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:7.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#ee2e7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#9e9e9e; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#9e9e9e; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#9e9e9e; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#9e9e9e; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:27.75rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.75rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-container:first-of-type{padding-top:0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-container:last-of-type{padding-bottom:0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:29.875rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:21.3125rem;top:33.166015625rem;z-index:15013;position:absolute; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .radio-container { width:20.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:29.875rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:21.3125rem;top:33.166015625rem;z-index:15013;position:absolute; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #vVbbTk1UcNgLpTr734r1BIh0Ha2kTmwH { position:relative; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #GPJVJ5TQHGJV7ymb8czpskh2XDTxObdy { position:relative;display:none; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #I609Pc2BKLr2IxyACJMrABUyEil4FvSx { position:relative; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #JlZOHoi04OQTTGfBHh7UL8BiFwNT9XM4 { position:relative; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #ULPixMXA68AbQeLhDnGooTJIvo86qvzp { position:relative; }
#ig0UPksuxspLZ5peatJwgMI8EFdHf6vp { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.2);top:39.353515625rem;left:25.78125rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO { position:relative;display:block; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO { background-color: transparent; background-image: none; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row .container > .video-iframe-container { display: none; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row > .video-iframe-container { display: none; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .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); }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO { border-width: 0; border-radius: 0; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .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; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;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; }#JCxGaWqNP3tZmbFwq14lWUzTQQ51fe2u { color:rgba(var(--color-tertiary-0),0.9);display:block;width:68.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.208984375rem;left:3.4375rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z6896ezBtqDQKVX3tbML00pCVmcZhATp { display:block; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVsXRRT9aoPumKxLFkCpFV3TdIyssGdh { top:1.3125rem;left:16.5625rem;width:14.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd6m6AUdlx098vMGfWm4zlCkmnehd7IT { top:2.8125rem;left:6.5rem;width:34.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh8CCP4U4l36LByFJeF0nw0oGUssDper { top:9.875rem;left:5.09375rem;width:37.5625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU { width:18rem;height:5.0625rem;display:flex;top:15rem;left:28.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #wmCKrsd0FTm85oNE57KLsKJObHKOnFkA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #a46nd6z6sU7OSuKqkyklWCpmkKhkZ3iA {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #OstuTnFBTxhkoUm7U81rQ7wuS7f2xGx9 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #TdiKTOfceWkxTlsCw8yE9g6aTMyNpiL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #mMzgGTfhJZmTMfdk0GhWMGrdcODw1Vo0 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #NUHTlTl8yc2ufTQqP5M1TrGcm0oNMsI4 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #FgyOIZcaXJN5vDD6USXJIHoo38pzrlrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #iZyVrt4CP8zeGM5OBsTZgo7aOqbpIQf4 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #XRSREu07TaI9FFWnvsowQQH3TIgwa7LZ {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #pWTV6KOeNmnZF5CC5xuVbif1aMTiOT40 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #cUtMAQ2asuR4e74FDILgDeWRHMUa9omM {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #eJPNTmCZ131C1XmoaDRF2NiHOmVMeSR8 {  }
 }@media only screen and (max-width: 763px) { #mv331CBqb8zJvTP1BHgc115xhGzB6X3c { top:31.5rem;left:12.75rem;width:22.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-regular-label { display:block;width:19.875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text { width:19.875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-textarea { width:19.875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select { width:19.875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-checkbox-label { width:27.75rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-radio-label { width:8.75rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp  { width:29.875rem;height:3.75rem;top:33.125rem;left:7.6875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .radio-container { width:20.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp {display:inline-block;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp { width:29.875rem;height:3.75rem;top:33.125rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #vVbbTk1UcNgLpTr734r1BIh0Ha2kTmwH {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #GPJVJ5TQHGJV7ymb8czpskh2XDTxObdy { display:none; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #I609Pc2BKLr2IxyACJMrABUyEil4FvSx {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #JlZOHoi04OQTTGfBHh7UL8BiFwNT9XM4 {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #ULPixMXA68AbQeLhDnGooTJIvo86qvzp {  }
 }@media only screen and (max-width: 763px) { #ig0UPksuxspLZ5peatJwgMI8EFdHf6vp { top:39.3125rem;left:12.15625rem;width:23.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO { display:block; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCxGaWqNP3tZmbFwq14lWUzTQQ51fe2u { top:1.1875rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/59ffeb54-8e71-4318-9daf-484f8b8cd0a4/ChatGPTImage29ott202515_07_50.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #Z6896ezBtqDQKVX3tbML00pCVmcZhATp { display:block; }#Z6896ezBtqDQKVX3tbML00pCVmcZhATp > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVsXRRT9aoPumKxLFkCpFV3TdIyssGdh { width:10rem;height:1.6875rem;top:1.15625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd6m6AUdlx098vMGfWm4zlCkmnehd7IT { width:20rem;height:4.0625rem;top:5.306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh8CCP4U4l36LByFJeF0nw0oGUssDper { width:20rem;height:4.19824375rem;top:9.99609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU { width:18rem;height:5.0625rem;display:flex;top:16.244140625rem;left:1rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #wmCKrsd0FTm85oNE57KLsKJObHKOnFkA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #a46nd6z6sU7OSuKqkyklWCpmkKhkZ3iA {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #OstuTnFBTxhkoUm7U81rQ7wuS7f2xGx9 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #TdiKTOfceWkxTlsCw8yE9g6aTMyNpiL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #mMzgGTfhJZmTMfdk0GhWMGrdcODw1Vo0 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #NUHTlTl8yc2ufTQqP5M1TrGcm0oNMsI4 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #FgyOIZcaXJN5vDD6USXJIHoo38pzrlrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #iZyVrt4CP8zeGM5OBsTZgo7aOqbpIQf4 {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #XRSREu07TaI9FFWnvsowQQH3TIgwa7LZ {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #pWTV6KOeNmnZF5CC5xuVbif1aMTiOT40 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #cUtMAQ2asuR4e74FDILgDeWRHMUa9omM {  }
 }@media only screen and (max-width: 763px) { #pT1UOQQTSz1C9eEwgu19n7vWWiZ3htAU #eJPNTmCZ131C1XmoaDRF2NiHOmVMeSR8 {  }
 }@media only screen and (max-width: 763px) { #mv331CBqb8zJvTP1BHgc115xhGzB6X3c { width:19.3125rem;height:2.2734375rem;top:22.8623046875rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-regular-label { display:block;width:16.25rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text { width:16.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-textarea { width:16.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select { width:16.25rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-input-button { width:16.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-checkbox-label { width:15.375rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .widget-radio-label { width:6.9375rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp  { width:17.5rem;height:auto;top:25.0732421875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:2.5rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp .radio-container { width:16.875rem; }
#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp {display:inline-block;}#eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp { width:17.5rem;height:auto;top:25.0732421875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:2.5rem; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #vVbbTk1UcNgLpTr734r1BIh0Ha2kTmwH {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #GPJVJ5TQHGJV7ymb8czpskh2XDTxObdy { display:none; }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #I609Pc2BKLr2IxyACJMrABUyEil4FvSx {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #JlZOHoi04OQTTGfBHh7UL8BiFwNT9XM4 {  }
 }@media only screen and (max-width: 763px) { #eQywDoDzpZfX2DaITK3aOS5VPkFL2aXp #ULPixMXA68AbQeLhDnGooTJIvo86qvzp {  }
 }@media only screen and (max-width: 763px) { #ig0UPksuxspLZ5peatJwgMI8EFdHf6vp { width:20rem;height:2.92383125rem;top:35.0107421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO { display:block; }#LcKw0TmUrDg5Zx1e4zhPGwo5ef99DpeO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCxGaWqNP3tZmbFwq14lWUzTQQ51fe2u { width:20rem;height:2.6806625rem;top:1.57421875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }