.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-input-select option {
  color: #000;
}
.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 {
  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:rgba(0,0,0,0);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:transparent;background-image:url("https://images.assets-landingi.com/XsFUb07T/01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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.15); }#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.15); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;overflow:visible;position:relative;display:block; }#gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:16.5625rem;top:0.59375rem;left:21.71875rem;overflow:hidden;display:block; }
#CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { background-color:#dcbd8f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"koneser font";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125rem;left:46.125rem;display:block; }
#T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#edb96a;display:block;width:60rem;position:absolute;font-family:chalk;font-size:6.1875rem;font-weight:400;z-index:14993;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0e96ac5-4b63-4b3b-8b75-02127b457931/Projektbeztytuu4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #494949;border-left:0.0625rem solid #494949;border-right:0.0625rem solid #494949;border-bottom:0.0625rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:24.125rem;width:26.5625rem;top:39.375rem;left:16.71875rem;display:block; }#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.adaptive-delivery-prevent-bg, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyload, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyloading { background-image: none; }
#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YrtFlrLo2DQ/unsplash/marcela-laskoski-YrtFlrLo2DQ-photo-1470225620780-dba8ba36b745.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #494949;border-left:0.0625rem solid #494949;border-right:0.0625rem solid #494949;border-bottom:0.0625rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:0rem;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.adaptive-delivery-prevent-bg, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyload, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyloading { background-image: none; }
#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/020046c9-34d0-4375-8938-f03b7dabfaab/IMG_20220604_212643.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #494949;border-left:0.0625rem solid #494949;border-right:0.0625rem solid #494949;border-bottom:0.0625rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:42.75rem;display:block; }#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.adaptive-delivery-prevent-bg, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyload, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyloading { background-image: none; }
#qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.875rem;top:40.90625rem;left:18.03125rem;overflow:hidden;display:block; }
#Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:42.96875rem;left:17.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:59.34375rem;left:7.96875rem;overflow:hidden;display:block; }
#MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { color:#e6e6e6;display:block;width:23.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:59.40625rem;left:9.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"koneser font";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:1.6875rem;left:0rem;display:block; }
#eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"koneser font";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:1.75rem;left:6.65625rem;display:block; }
#VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .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; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:1.33rem;padding-right:1.16rem;padding-bottom:1.33rem;padding-left:1.16rem;display:block;align-items:center;width:6.96125rem;min-width:6.96125rem;height:7.15125rem;position:relative;font-family:"koneser font";font-size:5.323125rem;font-weight:400;line-height:114.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.83125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.28125rem;height:2.828125rem;position:relative;font-family:"koneser font";font-size:1.995625rem;font-weight:400;line-height:45.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:41.125rem;height:13.470625rem;padding-top:1.663125rem;padding-right:1.6575rem;padding-bottom:1.663125rem;padding-left:1.6575rem;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:20.5rem;left:7.7802085876462rem;z-index:15013; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { background-color: transparent; background-image: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container > .video-iframe-container { display: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container { display: none; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .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); }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { border-width: 0; border-radius: 0; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row > .video-iframe-container {  }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { position:absolute;display:block;z-index:15000;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.4375rem;width:13.875rem;top:0.25rem;left:0.4375rem;display:block; }
#iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:0.03125rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yunXUk3QUXTfsUyvki6viGIr19vlB4vw { position:absolute;display:block;z-index:15006;background-color:#dcbd8f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:2.8125rem;top:9.8125rem;left:6.09375rem;display:block; }
#TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { color:#859fb3;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:0.03125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { position:absolute;display:block;z-index:15005;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.4375rem;width:13.875rem;top:0.25rem;left:15.4375rem;display:block; }
#qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { color:#859fb3;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:15.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { position:absolute;display:block;z-index:15011;background-color:#dcbd8f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:2.8125rem;top:9.8125rem;left:21.125rem;display:block; }
#Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:15.0625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCVQG12cvne7cq28gWGbn76niTTwJkKK { position:absolute;display:block;z-index:15010;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.4375rem;width:13.875rem;top:0.25rem;left:30.4375rem;display:block; }
#gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { color:#859fb3;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11rem;left:30.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { position:absolute;display:block;z-index:15016;background-color:#dcbd8f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:2.8125rem;top:9.8125rem;left:36.125rem;display:block; }
#QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7rem;left:30.0625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { position:absolute;display:block;z-index:15015;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.4375rem;width:13.875rem;top:0.25rem;left:45.4375rem;display:block; }
#iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { color:#859fb3;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11rem;left:45.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { position:absolute;display:block;z-index:15021;background-color:#dcbd8f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:2.8125rem;top:9.8125rem;left:51.125rem;display:block; }
#hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7rem;left:45.0625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4x20N45uOQ5qzCcDWZe07MfxKHGHlmD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.25rem;left:20.5625rem; }
#X9l9vrDfuJpJ3SA6gAHZh8wkps7KAKaM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.625rem;left:50.9375rem; }
#T1MzNeo6ETH58DNF8gOSJiRpyX5sPCIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.0625rem;left:35.375rem; }
#tOUTthUeANf7ApN5XBnHPS5kOG5qJhhN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.4375rem;left:5.75rem; }
#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { border-width: 0; border-radius: 0; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container {  }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"koneser font";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { color:#c77094;display:block;width:59.9375rem;position:absolute;font-family:"koneser font";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:2.2;letter-spacing:0;top:6.375rem;left:0.0625rem;height:6.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-form-header {  }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { display:block;width:14.4375rem;height:auto;font-size:0.875rem;font-family:"koneser font";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:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.4375rem;width:14.4375rem;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:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:2.9375rem;width:14.4375rem;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:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:14.4375rem;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:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:rgba(242,249,255,0.34);background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;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; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"koneser font";font-weight:bold;text-align:center;text-align-last:center;font-size:1.4375rem;background-color:#dcbd8f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:0.9375rem;font-family:"koneser font";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:0.9375rem;font-family:"koneser font";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem;font-family:"koneser font";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem;font-family:"koneser font";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:44.5625rem;height:auto;font-size:0.75rem;font-family:"open sans";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:rgba(133,159,179,0.7); }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;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; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .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:6.21875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .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; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { 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:46.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.5rem;top:13.3125rem;z-index:15013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:15.0625rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { 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:46.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.5rem;top:13.3125rem;z-index:15013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { position:relative;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #FCVWbGKndl6At6av5m1otEHH9sxBcJyp { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #BAoAkZ7HOKVIhJ7poXafm50md9cwIM0Z { position:relative;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #xTnONstMtlskCnXQRn3VhJztkgPVKTub { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q { position:relative; }
#HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { position:absolute;display:block;z-index:15014;background-color:#494949;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;height:0.125rem;width:60rem;top:26.4375rem;left:0rem;display:block; }
#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { background-color: transparent; background-image: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .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); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { border-width: 0; border-radius: 0; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container {  }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { color:#ffffff;display:block;width:60rem;position:absolute;font-family:chalk;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { color:#dcbd8f;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.25rem;left:0.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { background-color: transparent; background-image: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container > .video-iframe-container { display: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container { display: none; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .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); }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { border-width: 0; border-radius: 0; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row > .video-iframe-container {  }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#rVhf7pve87w6yakAKtkl7rhUUZln8weH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:33.375rem;width:59.9375rem;top:1.5rem;left:0rem;display:block; }
#IIVmq0DO738ISE1rspXJ9gad1kFyHur5 { position:absolute;display:block;z-index:15015;background-color:#494949;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;height:0.125rem;width:60rem;top:39.875rem;left:0rem;display:block; }
#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { background-color: transparent; background-image: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container > .video-iframe-container { display: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container { display: none; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .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); }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { border-width: 0; border-radius: 0; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row > .video-iframe-container {  }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#ziXdHPJgEv19LMrGEUnSdcKl0TQXTkJ7 { color:#dcbd8f;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.375rem;left:20.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPMCHFZO9lkaOkyJMvzD25TZ6OR2oyTf { position:absolute;display:block;z-index:15013;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:32.3125rem;width:38.75rem;top:5.25rem;left:11.125rem;display:block; }
#qBDQDDxlSO39BTEXQADNm4JpS7JgbL9T { color:#859fb3;display:block;width:39.0625rem;position:absolute;font-family:"koneser font";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:16.1875rem;left:11.09375rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTQGCADJDdNqWOHXiO7o3IxqWq3X1mUJ { position:absolute;display:block;z-index:15022;background-color:#494949;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;height:0.125rem;width:18.9375rem;top:15.4375rem;left:21.15625rem;display:block; }
#OBbx3xczvcrn6rzRLgE23UwZu5Kw14yO { color:#6195f5;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:20rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEBCxT8yqPHJRErgfN89uH8iph4q2Uqr { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"koneser font";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4W98otTTJIE5AicVBcVGCEaXWE1QyEz { position:absolute;display:block;z-index:15020;background-color:#dcbd8f;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.3125rem;width:38.875rem;top:5.25rem;left:11.1875rem;display:block; }
#a14qoJ6olkLvUPxmJAluW37PhGoPk0tK { color:#000000;display:block;width:20rem;position:absolute;font-family:"koneser font";font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwfrQuzBknP0SfTaRmaksu73s6xnTtoH { color:#ff2160;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:40rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scILPr1i7VwwhUTGXBkMD9n07zAt6RDP { position:absolute;display:block;z-index:15016;background-color:#494949;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;height:0.125rem;width:60rem;top:42.5625rem;left:0rem;display:block; }
#bCyJPHtUoSM6R1VzQvDMZI4htCaK2DLh { position:absolute;display:block;z-index:15023;background-color:#494949;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;height:0.125rem;width:18.9375rem;top:36.0625rem;left:21.125rem;display:block; }
#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:none;position:relative;display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { background-color: transparent; background-image: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .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); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { border-width: 0; border-radius: 0; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container {  }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:chalk;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { color:#dcbd8f;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBK0my6rqTcUa5uUZxvoKe6VM2hNHI0K { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.3125rem;width:50.875rem;top:16.8125rem;left:4.5625rem;display:block; }
#MmTpMgm7vI0wXhprX5sVszAFIRMTaRxg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:chalk;font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:52rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQu7d5p746cWiJyGmCdUf3b9WOBWNFwH { color:#dcbd8f;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:56.1875rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14091e;background-image:url("https://images.assets-landingi.com/q3bREOue/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.adaptive-delivery-prevent-bg, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyload, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyloading { background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { border-width: 0; border-radius: 0; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container {  }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { position:absolute;display:block;z-index:15006;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:11.75rem;width:19rem;top:3.1875rem;left:0.375rem;display:block; }
#yE7813R6TvA63HBaWKR566D4qNpyhJ3t { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"koneser font";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"koneser font";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { position:absolute;display:block;z-index:15010;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:11.75rem;width:19rem;top:3.1875rem;left:20.375rem;display:block; }
#Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"koneser font";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.6875rem;left:20.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"koneser font";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { position:absolute;display:block;z-index:15014;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:11.75rem;width:19rem;top:3.1875rem;left:40.375rem;display:block; }
#EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"koneser font";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"koneser font";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:15.1875rem;top:18.125rem;left:22.4375rem;overflow:hidden;display:block; }
#tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:27rem;left:26.5rem; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; }#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:27rem;left:29.25rem; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; }#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:27rem;left:32rem; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; }#qP217XelrfZDKL9fUTZsf9xiRyDogdf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.40625rem;left:28.375rem; }
#qP217XelrfZDKL9fUTZsf9xiRyDogdf1 > img { max-width: 100%;max-height:100%; }#miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:5.28125rem;left:8.25rem; }
#miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k > img { max-width: 100%;max-height:100%; }#Br6OzCdJdBukt4HVTvvvTGdhf4MBWxnr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.46875rem;left:48.4375rem; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:16.5625rem;height:6.125rem;top:0.5625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:47.75rem;height:1.25rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:13.875rem;height:3.0625rem;top:1.8125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:47.75rem;height:8rem;top:10rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:47.75rem;height:;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:26.5625rem;height:24.125rem;top:39.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:41.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { width:1.875rem;height:1.75rem;top:40.875rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { width:42.3125rem;height:1.25rem;top:42.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { width:1.3125rem;height:1.3125rem;top:59.3125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { width:23.1875rem;height:1.25rem;top:59.375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { width:5.5625rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block; }
 }@media only screen and (max-width: 763px) { #cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { width:8.125rem;height:3.4375rem;top:1.75rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:16.4375rem;height:4.493125rem;top:20.5rem;left:1.6552085876465rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { display:block; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { width:13.875rem;height:15.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { width:14.9375rem;height:1.8125rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yunXUk3QUXTfsUyvki6viGIr19vlB4vw { width:2.8125rem;height:0.125rem;top:9.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { width:14.9375rem;height:4.125rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { width:13.875rem;height:15.4375rem;top:0.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { width:14.9375rem;height:2.75rem;top:11rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { width:2.8125rem;height:0.125rem;top:9.8125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { width:14.9375rem;height:1.8125rem;top:7rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCVQG12cvne7cq28gWGbn76niTTwJkKK { width:13.875rem;height:15.4375rem;top:0.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { width:14.9375rem;height:2.75rem;top:11rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { width:2.8125rem;height:0.125rem;top:9.8125rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { width:14.9375rem;height:1.8125rem;top:7rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { width:13.875rem;height:15.4375rem;top:0.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { width:14.9375rem;height:2.75rem;top:11rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { width:2.8125rem;height:0.125rem;top:9.8125rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { width:14.9375rem;height:1.8125rem;top:7rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4x20N45uOQ5qzCcDWZe07MfxKHGHlmD { top:2.25rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9l9vrDfuJpJ3SA6gAHZh8wkps7KAKaM { top:2.625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MzNeo6ETH58DNF8gOSJiRpyX5sPCIo { top:2.0625rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUTthUeANf7ApN5XBnHPS5kOG5qJhhN { top:2.4375rem;left:4.21875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:47.75rem;height:4.1875rem;top:0.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:47.75rem;height:6.9375rem;top:6.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:13.8125rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:13.8125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:13.8125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:13.8125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:43.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:5.90625rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:45.25rem;height:auto;top:13.3125rem;left:0rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:14.4375rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:45.25rem;height:auto;top:13.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #FCVWbGKndl6At6av5m1otEHH9sxBcJyp {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #BAoAkZ7HOKVIhJ7poXafm50md9cwIM0Z {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #xTnONstMtlskCnXQRn3VhJztkgPVKTub {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { width:47.75rem;height:0.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:47.75rem;height:4.875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:47.75rem;height:1.875rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVhf7pve87w6yakAKtkl7rhUUZln8weH { width:47.75rem;height:26.588633993744rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVmq0DO738ISE1rspXJ9gad1kFyHur5 { width:47.75rem;height:0.125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziXdHPJgEv19LMrGEUnSdcKl0TQXTkJ7 { width:20rem;height:1.125rem;top:13.375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPMCHFZO9lkaOkyJMvzD25TZ6OR2oyTf { width:38.75rem;height:32.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBDQDDxlSO39BTEXQADNm4JpS7JgbL9T { width:39.0625rem;height:21rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTQGCADJDdNqWOHXiO7o3IxqWq3X1mUJ { width:18.9375rem;height:0.125rem;top:15.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBbx3xczvcrn6rzRLgE23UwZu5Kw14yO { width:20rem;height:1.125rem;top:13.375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBCxT8yqPHJRErgfN89uH8iph4q2Uqr { width:21.75rem;height:1.625rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W98otTTJIE5AicVBcVGCEaXWE1QyEz { width:38.875rem;height:4.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14qoJ6olkLvUPxmJAluW37PhGoPk0tK { width:20rem;height:2.625rem;top:6.0625rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfrQuzBknP0SfTaRmaksu73s6xnTtoH { width:20rem;height:1.125rem;top:13.375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scILPr1i7VwwhUTGXBkMD9n07zAt6RDP { width:47.75rem;height:0.125rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyJPHtUoSM6R1VzQvDMZI4htCaK2DLh { width:18.9375rem;height:0.125rem;top:36.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:47.75rem;height:4.875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { width:47.75rem;height:1.875rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBK0my6rqTcUa5uUZxvoKe6VM2hNHI0K { top:16.8125rem;left:0rem;width:47.75rem;height:26.573402948403rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTpMgm7vI0wXhprX5sVszAFIRMTaRxg { width:47.75rem;height:4.875rem;top:52rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQu7d5p746cWiJyGmCdUf3b9WOBWNFwH { width:47.75rem;height:1.875rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { width:19rem;height:11.75rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE7813R6TvA63HBaWKR566D4qNpyhJ3t { width:20rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { width:19.9375rem;height:1.375rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { width:19rem;height:11.75rem;top:3.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:19.9375rem;height:1.375rem;top:11.6875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.625rem;top:9.375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:19rem;height:11.75rem;top:3.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:1.375rem;top:11.6875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.625rem;top:9.375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:15.1875rem;height:5.5625rem;top:18.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { width:47.75rem;height:1.25rem;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:27rem;left:20.3125rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:27rem;left:23.0625rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:27rem;left:25.8125rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qP217XelrfZDKL9fUTZsf9xiRyDogdf1 { top:5.375rem;left:22.1875rem;width:3.25rem;height:3.25rem;display:block; }
#qP217XelrfZDKL9fUTZsf9xiRyDogdf1 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k { top:5.25rem;left:6.1875rem;width:3.5rem;height:3.5rem;display:block; }
#miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Br6OzCdJdBukt4HVTvvvTGdhf4MBWxnr { top:5.4375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:10rem;height:3.0625rem;top:1.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:15.875rem;height:1.25rem;top:6.3125rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:13.875rem;height:3.4375rem;top:15.25rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:20rem;height:3.25rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:4rem;top:12.9169921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:20rem;height:24.125rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:39.9375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:85.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { width:1.875rem;height:1.75rem;top:26.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { width:19rem;height:1.25rem;top:28.4375rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { width:1.3125rem;height:1.3125rem;top:46.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { width:19.625rem;height:1.25rem;top:46.53125rem;left:0rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { width:8.5rem;height:3.4375rem;top:50.1875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block; }
 }@media only screen and (max-width: 763px) { #cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { width:8.125rem;height:3.4375rem;top:54.875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .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; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .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; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:18rem;height:5.0625rem;top:16.855209350586rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza { display:block; }#Uz0beVDFLgKZ6cJQ1wbUTTdw9fIAHmza > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuUWLIx0moOoueSeM0a7Cweiwy4Z5f2R { width:13.875rem;height:15.4375rem;top:0.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQU5zJ46ThaccA6bWOcb91bhFBmibo { width:20rem;height:1.25rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yunXUk3QUXTfsUyvki6viGIr19vlB4vw { width:2.8125rem;height:0.125rem;top:10.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnEtEsfhH6Xclp3qkNwGMDzzI9Fohb9 { width:14.9375rem;height:3.75rem;top:11.1875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTKvUJmIAevTq19zOvmcEPtTlcaFme4H { width:13.875rem;height:15.4375rem;top:18.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAGBgxkAKHAfsVTIGeydZ4yWqT5J8e1 { width:14.9375rem;height:2.5rem;top:29.4375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtOzINaL6nsVfwLGHgHN1scIqyQ2TGQv { width:2.8125rem;height:0.125rem;top:28.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ZsLRd21KLX2TJZayHvNICChZy2XS1 { width:20rem;height:1.25rem;top:25.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCVQG12cvne7cq28gWGbn76niTTwJkKK { width:13.875rem;height:15.4375rem;top:36.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaiIsBMbgFV2zspnAqQ9Fr0k0eg0JU96 { width:14.125rem;height:2.5rem;top:47.3125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmwuHAmKVx0QlRRxpooVJF1kvCXJsbsM { width:2.8125rem;height:0.125rem;top:46rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBy4C1dnamdcCu5XTLfs14EgNpo7h9rR { width:20rem;height:1.25rem;top:43.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXME965l2eD2ffux1Z4tfUo1k9ALBSRp { width:13.875rem;height:15.4375rem;top:54.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaexBe9hCh4hANIfkldAEL1Zng3kZy4W { width:14.9375rem;height:2.5rem;top:65.4375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLRtVydTnFT246nTVPe0nrTtEXK2T8hu { width:2.8125rem;height:0.125rem;top:63.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWP6hkBKaWPfb2bqdE5tGDzgk6OTIEmH { width:20rem;height:1.25rem;top:61rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4x20N45uOQ5qzCcDWZe07MfxKHGHlmD { width:3.875rem;height:3.875rem;top:20.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9l9vrDfuJpJ3SA6gAHZh8wkps7KAKaM { width:3.125rem;height:3.125rem;top:56.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MzNeo6ETH58DNF8gOSJiRpyX5sPCIo { width:4.25rem;height:4.25rem;top:38.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUTthUeANf7ApN5XBnHPS5kOG5qJhhN { width:3.5rem;height:3.5rem;top:3.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:20rem;height:5.125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:20rem;height:9.0625rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:15.875rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:15.875rem;font-family:"koneser font";height:2.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:15.875rem;font-family:"koneser font"; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:15.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { width:15.875rem;height:3.1875rem;line-height:1;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:15.1875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:6.96875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:16.5rem;height:auto;top:16.5rem;left:0.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:16.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:16.5rem;height:auto;top:16.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #FCVWbGKndl6At6av5m1otEHH9sxBcJyp {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #BAoAkZ7HOKVIhJ7poXafm50md9cwIM0Z { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #xTnONstMtlskCnXQRn3VhJztkgPVKTub {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { width:20rem;height:0.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:20rem;height:1.5625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTR8RrksUieZntkIkyQHBtEIpPnhxsA { display:block; }#RDTR8RrksUieZntkIkyQHBtEIpPnhxsA > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVhf7pve87w6yakAKtkl7rhUUZln8weH { height:11.225806451613rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVmq0DO738ISE1rspXJ9gad1kFyHur5 { width:20rem;height:0.125rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg { display:block; }#xsHWfvFWrnzNPpPd2IieC2OOeTOF2ddg > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziXdHPJgEv19LMrGEUnSdcKl0TQXTkJ7 { width:20rem;height:1.25rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPMCHFZO9lkaOkyJMvzD25TZ6OR2oyTf { width:19rem;height:32.375rem;top:2.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBDQDDxlSO39BTEXQADNm4JpS7JgbL9T { width:19.9375rem;height:20.25rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CTQGCADJDdNqWOHXiO7o3IxqWq3X1mUJ { width:12.5rem;height:0.125rem;top:12.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBbx3xczvcrn6rzRLgE23UwZu5Kw14yO { width:20rem;height:1.25rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEBCxT8yqPHJRErgfN89uH8iph4q2Uqr { width:20rem;height:1.25rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4W98otTTJIE5AicVBcVGCEaXWE1QyEz { width:19.25rem;height:4.3125rem;top:2.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14qoJ6olkLvUPxmJAluW37PhGoPk0tK { width:20rem;height:1.4375rem;top:4.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfrQuzBknP0SfTaRmaksu73s6xnTtoH { width:20rem;height:1.125rem;top:135.4375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #scILPr1i7VwwhUTGXBkMD9n07zAt6RDP { width:20rem;height:0.125rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyJPHtUoSM6R1VzQvDMZI4htCaK2DLh { width:12.5rem;height:0.125rem;top:33.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:20rem;height:2.4375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37IDK5qXCRIeRQlNk3AylKFLkiaMINR { width:20rem;height:1.5625rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBK0my6rqTcUa5uUZxvoKe6VM2hNHI0K { height:11.130221130221rem;width:20rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTpMgm7vI0wXhprX5sVszAFIRMTaRxg { width:20rem;height:2.4375rem;top:21.0673828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQu7d5p746cWiJyGmCdUf3b9WOBWNFwH { width:20rem;height:1.5625rem;top:24.7548828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { width:19rem;height:11.75rem;top:2.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE7813R6TvA63HBaWKR566D4qNpyhJ3t { width:20rem;height:1.25rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { width:19.9375rem;height:1.25rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { width:19rem;height:11.75rem;top:15.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:19.9375rem;height:1.25rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.25rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:19rem;height:11.75rem;top:29.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:1.25rem;top:38.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.25rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:9.5625rem;height:3.5rem;top:43.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { width:20rem;height:1.25rem;top:48.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:50.375rem;left:6.4375rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:50.375rem;left:9.1875rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:50.375rem;left:12.0625rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qP217XelrfZDKL9fUTZsf9xiRyDogdf1 { width:3.25rem;height:3.25rem;top:17.625rem;left:8.375rem;display:block; }
#qP217XelrfZDKL9fUTZsf9xiRyDogdf1 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k { width:3.5rem;height:3.5rem;top:3.75rem;left:8.25rem;display:block; }
#miFJC5hn3SHDyaBy0BzTrm4oJm0EH73k > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Br6OzCdJdBukt4HVTvvvTGdhf4MBWxnr { width:3.125rem;height:3.125rem;top:31.125rem;left:8.4375rem;display:block; }
 }