.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fdf5f5;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:#2d389d;display:block;width:46.0625rem;position:absolute;font-family:anybody;font-size:3.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4915366172791rem;left:0.5625rem;height:4.30625rem;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; }
#nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.0625rem;width:21.4375rem;top:13.498687744141rem;left:46.374348640442rem;display:block; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:#142c4f;display:block;width:30.0625rem;position:absolute;font-family:"istok web";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.947916984558rem;left:0.5625rem;height:;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; }
#tZJ3LGzF6ceyMgmr9UJNXT1OndM7R7uf { color:#ef2222;display:block;width:46.0625rem;position:absolute;font-family:"istok web";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6686201095581rem;left:0.5625rem;height:3.25rem;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; }
#RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { background-color:#ef2222;background-image:none;background-position:top left !important;background-repeat: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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.41015625rem;left:49.250000953674rem;display:block; }
#hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTeT8rPezigkqM6qJxrDJzP7dcyZy0lg { color:#ff0202;display:block;width:15.9375rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.75rem;left:48.843098640442rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#d39p7tRIEwgZTMrw2eQauvNf2kdRRQ5b { color:#142c4f;display:block;width:30.0625rem;position:absolute;font-family:"istok web";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.947916984558rem;left:0.5625rem;height:15.5989375rem;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:none; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { background-color: transparent; background-image: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .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); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { color:#1b0a5d;display:block;width:60rem;position:absolute;font-family:anybody;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { color:#ff0202;display:block;width:60rem;position:absolute;font-family:"istok web";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.9375rem;left:20.625rem; }
#lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.9375rem;left:24.625rem; }
#nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:2rem;left:28.625rem; }
#OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:2rem;left:32.625rem; }
#ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.9375rem;left:36.625rem; }
#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { background-color: transparent; background-image: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .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); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { border-width: 0; border-radius: 0; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { position:absolute;display:block;z-index:15000;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.05) ;height:13.25rem;width:29.375rem;top:0.8125rem;left:30.625000953674rem;display:block; }
#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a3256f1-661e-4a8e-8e7e-471fed482955/DSC_8383kopia.crop_2670x2488_0,1512.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:10.40625rem;display:block; }#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.adaptive-delivery-prevent-bg, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyload, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyloading { background-image: none; }
#vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { 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:2.75rem;width:3.25rem;top:10.625rem;left:4.53125rem;overflow:hidden;display:block; }
#slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { 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:2.8125rem;width:3.25rem;top:5.4375rem;left:21.34375rem;overflow:hidden;display:block; }
#u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.6875rem;left:35rem;overflow:hidden;display:block; }
#zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.5rem;left:51.8125rem;overflow:hidden;display:block; }
#NSSuHM7iioRGAv4STGDnzb5WfQ92x6vu { position:absolute;display:block;z-index:15001;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.05) ;height:13.25rem;width:29.375rem;top:0.8125rem;left:0.3125rem;display:block; }
#Q4OmPNSyAoZEQT5tuDLTqgWGzD3K7CRC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:29.6875rem;top:15.75rem;left:30.000000953674rem;overflow:hidden;display:block; }
#QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8698bd08-aa6d-439c-b5ba-2af4113b2594/DSC_8176kopia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:41.593750953674rem;display:block; }#QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH.adaptive-delivery-prevent-bg, #QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH.lazyload, #QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH.lazyloading { background-image: none; }
#tZI1xSohFsLaqWAntEbanXRfBDlrFhwQ { position:absolute;display:block;z-index:15012;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.4375rem;width:28.6875rem;top:14.9375rem;left:1.375rem;overflow:hidden;display:block; }
#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { background-color: transparent; background-image: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .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); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { border-width: 0; border-radius: 0; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-form-header {  }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"istok web";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"istok web";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ef2222;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.1875rem;margin-bottom:0.25rem;margin-left:5.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:13.75rem;height:3.8125rem;font-family:comfortaa;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-moz-placeholder { color:#5d5656;font-family:"istok web";font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-moz-placeholder { color:#5d5656;font-family:"istok web";font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-ms-input-placeholder { color:#5d5656;font-family:"istok web";font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-webkit-input-placeholder { color:#5d5656;font-family:"istok web";font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .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:"istok web";font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:23.125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .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; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:first-of-type{padding-top:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:last-of-type{padding-bottom:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.0601577758789rem;left:16.655469894409rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem;display:block;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-info-text { display:block;height:auto;font-family:"istok web";font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.0601577758789rem;left:16.655469894409rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { position:relative;display:none; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #nWsX0Re9lJFvzuQKKJ8f8gBCfJ6i9SSy { position:relative;display:block;z-index:15000; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #I2TEw8qxORveTFtoZSslssIgDN7nAsXb { position:relative;display:block;z-index:15000; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s { position:relative;z-index:2; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya { position:relative; }
#AALKM9e7SGy4vLCxSfEPUtCMhhOW4wt4 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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:24.9375rem;width:35.9375rem;top:2.0625rem;left:12.031250953674rem;display:block; }
#orhJtH3fcaSPo6MT4HvdQc3RTuxRZfRi { color:#2d389d;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.971351623535rem;left:19.406250953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:23.125rem;height:19.5rem;top:14.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJ3LGzF6ceyMgmr9UJNXT1OndM7R7uf { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:16.125rem;height:4.375rem;top:21.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }@media only screen and (max-width: 763px) { #pTeT8rPezigkqM6qJxrDJzP7dcyZy0lg { top:15.75rem;left:31.8125rem;width:15.9375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d39p7tRIEwgZTMrw2eQauvNf2kdRRQ5b { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:47.75rem;height:1.4375rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.75rem;height:2.75rem;top:1.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.75rem;height:2.75rem;top:1.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.75rem;height:2.75rem;top:2rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.75rem;height:2.75rem;top:2rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.75rem;height:2.75rem;top:1.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:29.375rem;height:13.25rem;top:0.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:10.625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:5.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:10.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSuHM7iioRGAv4STGDnzb5WfQ92x6vu { width:29.375rem;height:13.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4OmPNSyAoZEQT5tuDLTqgWGzD3K7CRC { top:15.75rem;left:18.0625rem;width:29.6875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:32.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZI1xSohFsLaqWAntEbanXRfBDlrFhwQ { top:14.9375rem;left:0rem;width:28.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:20rem;height:auto;top:21rem;left:24.8125rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:20rem;height:auto;top:21rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { display:none; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #nWsX0Re9lJFvzuQKKJ8f8gBCfJ6i9SSy {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #I2TEw8qxORveTFtoZSslssIgDN7nAsXb {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #AALKM9e7SGy4vLCxSfEPUtCMhhOW4wt4 { top:2.0625rem;left:5.9062509536743rem;width:35.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orhJtH3fcaSPo6MT4HvdQc3RTuxRZfRi { top:22.9375rem;left:13.281250953674rem;width:21.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:3.4125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:18rem;height:12.8125rem;top:26.53125rem;left:1.0000000596046rem;box-shadow: none;background-color:#dedede;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:19.125rem;height:0;top:7.599609375rem;left:0.43750005960464rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZJ3LGzF6ceyMgmr9UJNXT1OndM7R7uf { width:20rem;height:1.7875rem;top:4.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:12.6875rem;height:3.25rem;top:34.625rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }@media only screen and (max-width: 763px) { #pTeT8rPezigkqM6qJxrDJzP7dcyZy0lg { width:14.375rem;height:5.3625rem;top:27.849609375rem;left:2.8125000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d39p7tRIEwgZTMrw2eQauvNf2kdRRQ5b { width:19.125rem;height:;top:7.60546875rem;left:0.43750005960464rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:20rem;height:1.95rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:anybody;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:20rem;height:1.4625rem;top:3.94921875rem;left:0rem;text-align:center;text-align-last:center;font-family:"istok web";font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.0625rem;height:2.0625rem;top:0.84375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.0625rem;height:2.0625rem;top:0.84375rem;left:5.7916668057442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.0625rem;height:2.0625rem;top:0.84375rem;left:8.3750002980231rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.0625rem;height:2.0625rem;top:0.84375rem;left:11.354167282581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.0625rem;height:2.0625rem;top:0.84375rem;left:14.500000298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:20rem;height:11.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:0.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:7.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:0.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:38.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:31rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSuHM7iioRGAv4STGDnzb5WfQ92x6vu { width:20rem;height:10.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4OmPNSyAoZEQT5tuDLTqgWGzD3K7CRC { width:19.125rem;height:13.125rem;top:13.729164123535rem;left:0.87434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTF6CLdqm9ECsPfdsJeZHtJGHM0VxzbH { width:9.1875rem;height:9.1875rem;top:31rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZI1xSohFsLaqWAntEbanXRfBDlrFhwQ { width:20rem;height:21.220043572985rem;top:43.054040431976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem;height:3.375rem;font-size:1.375rem;overflow:hidden; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:17.5rem;height:auto;top:1.8476572036743rem;left:0rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:17.5rem;height:auto;top:1.8476572036743rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { display:none; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #nWsX0Re9lJFvzuQKKJ8f8gBCfJ6i9SSy {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #I2TEw8qxORveTFtoZSslssIgDN7nAsXb {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #AALKM9e7SGy4vLCxSfEPUtCMhhOW4wt4 { width:20rem;height:30.875rem;top:1.8483085632324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orhJtH3fcaSPo6MT4HvdQc3RTuxRZfRi { width:18.5rem;height:4.3875rem;top:27.416016578674rem;left:0.75000005960463rem;font-size:1.125rem;display:block; }
 }