.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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:#181818;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#loX5TC3elza2RAE92vcpRunHtvFJIPG7 { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:3.75rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.0625rem;left:21.25rem;display:block; }
#bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { background-color:#219df3;background-image:none;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:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.0625rem;left:3.75rem;display:block; }
#kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { color:rgba(255,255,255,0.4);display:block;width:45.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.25rem;left:3.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container { background-color: transparent; background-image: none; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container > .video-iframe-container { display: none; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row > .video-iframe-container { display: none; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .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); }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container { border-width: 0; border-radius: 0; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { background-color: transparent; background-image: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .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); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { border-width: 0; border-radius: 0; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { background-color: transparent; background-image: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .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); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { border-width: 0; border-radius: 0; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#C0bAwIkMGJGuyn96xkfGXmq5Op8ma4FV { color:#181818;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:15rem;left:8.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rJkAdsPSlGeTxhuZvGLoEuViAlBtliVt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15rem;left:5rem; }
#GGuDP9MZvfCrGn3xekhAinCSPI3lO6TO { color:#181818;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:25rem;left:8.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kyIKcoNOrAXlfnV2cH2JKIInatIVNqx8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25rem;left:5rem; }
#CLRseKmQOVnou4AP4929vEiVhAmvIokO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35rem;left:5rem; }
#SLknmTNIa1FT7GdzfIW1rpAUDyf3LIbn { color:#181818;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:35rem;left:8.75rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { color:#181818;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.4375rem;left:5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KSWLZO5stOEOdFusWGqZqFdcHVa4cq1a { color:#181818;display:block;width:25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:5rem;left:5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNmNRBPa5peJtAlgu2mmNipqVebJLr7z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:45rem;left:5rem; }
#T28LQEfQlHSAFT1Kf5nGcTMrIIpBQq9b { color:#181818;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:45rem;left:8.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { background-color: transparent; background-image: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .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); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { border-width: 0; border-radius: 0; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { background-color:#219df3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:53.75rem;display:block; }
#ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { color:#181818;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:3.5rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;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; }
#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container { background-color: transparent; background-image: none; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container > .video-iframe-container { display: none; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row > .video-iframe-container { display: none; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .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); }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container { border-width: 0; border-radius: 0; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#T47QIUSySSTDME7AW654tO15xVE0JVnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container { background-color: transparent; background-image: none; }#T47QIUSySSTDME7AW654tO15xVE0JVnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container > .video-iframe-container { display: none; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row > .video-iframe-container { display: none; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .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); }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container { border-width: 0; border-radius: 0; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { background-color: transparent; background-image: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container > .video-iframe-container { display: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container { display: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .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); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { border-width: 0; border-radius: 0; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { color:#181818;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.25rem;left:5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZC9EDu7JbaFGnCOWXxR4ONe2TVTpzwb { color:#181818;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5rem;left:5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container { background-color: transparent; background-image: none; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container > .video-iframe-container { display: none; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row > .video-iframe-container { display: none; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .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); }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container { border-width: 0; border-radius: 0; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#vZnun0rZtx9Sp1VbNLVmRTpzFoLe6zD0 { color:#181818;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.75rem;left:4.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1dbJ8Nb7pxeiwooBJpM2Z1RsqNUCAub { color:#181818;display:block;width:17rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:8.375rem;left:29rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsZ4PvdBklBz126EwWF58PPlg1JAKc4a { color:#181818;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.125rem;left:54.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VctIsrE20efdPWQV41iw3q6fcG4SlIW7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.625rem;left:35.875rem; }
#o4P1VTe8J3JXx5moaM7i9Qk8quQVUiuI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5rem;left:11.25rem; }
#TsUuDDah0LI8089PvnefsA8xlmRuuatv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.375rem;left:61.25rem; }
#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container { background-color: transparent; background-image: none; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container > .video-iframe-container { display: none; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row > .video-iframe-container { display: none; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .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); }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container { border-width: 0; border-radius: 0; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#a7vFynxJM0u6OHtGs21owVVRcEhZGLbQ { color:#181818;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.375rem;left:4.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRgN6Z7XlhFAhv540kgSqklFDCidEwBg { color:#181818;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:8.125rem;left:29.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fizDq7vgtARbTQhG0IvdRHEQK9fCc6gu { color:#181818;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:7.375rem;left:54.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSMxKkLg7it7TcUJ7JlCaGvK8W7OvtVq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.375rem;left:36.25rem; }
#kmd4f89Chl0gk3yUfA6NczK5VT3VTVyk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:11.25rem; }
#gdaByv8TeU4B17s9pV09Ad9XuUP8H93x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:61.25rem; }
#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container { background-color: transparent; background-image: none; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container > .video-iframe-container { display: none; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row > .video-iframe-container { display: none; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .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); }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container { border-width: 0; border-radius: 0; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container { background-color: transparent; background-image: none; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container > .video-iframe-container { display: none; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row > .video-iframe-container { display: none; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .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); }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container { border-width: 0; border-radius: 0; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container { background-color: transparent; background-image: none; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container > .video-iframe-container { display: none; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row > .video-iframe-container { display: none; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .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); }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container { border-width: 0; border-radius: 0; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#WZ0h1vRFUeZZ0tvAA39C0hAFb9Mpi42H { color:#181818;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5rem;left:35rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vrim3RVEQzheKGLG1ldTi2zH6DvFV7wE { color:#181818;display:block;width:35rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.187498092651rem;left:35.000001907349rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aea38b4-0e45-4a27-973c-253bbe64cf79/ObrazartursafronovvvvnaFreepik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30rem;width:23.75rem;top:5rem;left:5rem;display:block; }#wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe.adaptive-delivery-prevent-bg, #wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe.lazyload, #wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe.lazyloading { background-image: none; }
#wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,24,24,0.2); }#OpEvMlVySPecHJnAfTfHI9ZlpnOf2LG5 { color:#181818;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5rem;left:35rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPRtGCDrXk3ZMe95Zlc5XKaQ82NmKMGz { color:#219df3;display:block;width:35rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:31.062500596046rem;left:35.000001907349rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 { color:#219df3;display:block;width:38.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:20.624999046326rem;left:35.000001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 li:before{  }
#COnimkxvU78iTWHxkKyaBs4f8JARTwkM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container { background-color: transparent; background-image: none; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container > .video-iframe-container { display: none; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row > .video-iframe-container { display: none; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .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); }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container { border-width: 0; border-radius: 0; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181818;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { background-color: transparent; background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .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); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { border-width: 0; border-radius: 0; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.25rem;left:37.500000953674rem;height:7.048625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TO5TXMs60iFNUTVUQoyxo2By0Va0Tk0o { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.4375rem;width:24.9375rem;top:3.7500123977661rem;left:8.749218940735rem;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-form-header {  }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.1;overflow:hidden; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.875rem;color:#181818;font-size:0.9375rem;overflow:hidden;font-family:poppins; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#181818;font-size:0.9375rem;overflow:hidden;font-family:poppins; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#219df3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]:-moz-placeholder { color:#181818;font-family:poppins;font-size:0.9375rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]::-moz-placeholder { color:#181818;font-family:poppins;font-size:0.9375rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]:-ms-input-placeholder { color:#181818;font-family:poppins;font-size:0.9375rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]::-webkit-input-placeholder { color:#181818;font-family:poppins;font-size:0.9375rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.7;font-size:0.5625rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container:first-of-type{padding-top:0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container:last-of-type{padding-bottom:0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:11.25rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:11.25rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC { position:relative;z-index:2; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz { position:relative; }
#PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.75rem;left:37.500000953674rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625123977661rem;left:19.999218940735rem;overflow:hidden;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loX5TC3elza2RAE92vcpRunHtvFJIPG7 { width:47.75rem;height:11.25rem;top:11.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { width:16.25rem;height:3.4375rem;top:29.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block; }
 }@media only screen and (max-width: 763px) { #eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { width:16.25rem;height:3.4375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block; }
 }@media only screen and (max-width: 763px) { #AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { width:45.25rem;height:3rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHis388AlFpkkpm0vNbFK3p7mpTM1Fb { display:block; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHB224rPRnmkC7M7SBE92a7aKZ1roacs { display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0bAwIkMGJGuyn96xkfGXmq5Op8ma4FV { width:33.75rem;height:6rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJkAdsPSlGeTxhuZvGLoEuViAlBtliVt { width:2.5rem;height:2.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuDP9MZvfCrGn3xekhAinCSPI3lO6TO { width:33.75rem;height:6rem;top:25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyIKcoNOrAXlfnV2cH2JKIInatIVNqx8 { width:2.5rem;height:2.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRseKmQOVnou4AP4929vEiVhAmvIokO { width:2.5rem;height:2.5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLknmTNIa1FT7GdzfIW1rpAUDyf3LIbn { width:33.75rem;height:7.5rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { width:24.6875rem;height:6rem;top:6.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSWLZO5stOEOdFusWGqZqFdcHVa4cq1a { width:25rem;height:1.5rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNmNRBPa5peJtAlgu2mmNipqVebJLr7z { width:2.5rem;height:2.5rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28LQEfQlHSAFT1Kf5nGcTMrIIpBQq9b { width:33.75rem;height:6rem;top:45rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { display:block; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { width:16.25rem;height:3.4375rem;top:2.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block; }
 }@media only screen and (max-width: 763px) { #pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { width:47.75rem;height:6rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO { display:block; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T47QIUSySSTDME7AW654tO15xVE0JVnP { display:block; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { width:35rem;height:6rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZC9EDu7JbaFGnCOWXxR4ONe2TVTpzwb { width:31.25rem;height:1.5rem;top:5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp { display:block; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZnun0rZtx9Sp1VbNLVmRTpzFoLe6zD0 { width:16.25rem;height:4.5rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1dbJ8Nb7pxeiwooBJpM2Z1RsqNUCAub { width:17rem;height:4.5rem;top:8.375rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsZ4PvdBklBz126EwWF58PPlg1JAKc4a { width:16.25rem;height:3rem;top:9.125rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctIsrE20efdPWQV41iw3q6fcG4SlIW7 { width:2.5rem;height:2.5rem;top:4.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4P1VTe8J3JXx5moaM7i9Qk8quQVUiuI { width:2.5rem;height:2.5rem;top:5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUuDDah0LI8089PvnefsA8xlmRuuatv { width:2.5rem;height:2.5rem;top:5.375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ { display:block; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7vFynxJM0u6OHtGs21owVVRcEhZGLbQ { width:16.25rem;height:6rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRgN6Z7XlhFAhv540kgSqklFDCidEwBg { width:16.25rem;height:4.5rem;top:8.125rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizDq7vgtARbTQhG0IvdRHEQK9fCc6gu { width:16.25rem;height:4.5rem;top:7.375rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSMxKkLg7it7TcUJ7JlCaGvK8W7OvtVq { width:2.5rem;height:2.5rem;top:4.375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmd4f89Chl0gk3yUfA6NczK5VT3VTVyk { width:2.5rem;height:2.5rem;top:3.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaByv8TeU4B17s9pV09Ad9XuUP8H93x { width:2.5rem;height:2.5rem;top:3.625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo { display:block; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb { display:block; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niSObBI9DJEAxIzo4eKmdidOuW4TKqpd { display:block; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZ0h1vRFUeZZ0tvAA39C0hAFb9Mpi42H { width:31.25rem;height:3rem;top:6.5rem;left:16.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrim3RVEQzheKGLG1ldTi2zH6DvFV7wE { width:35rem;height:7.5rem;top:11.125rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe { width:23.75rem;height:30rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpEvMlVySPecHJnAfTfHI9ZlpnOf2LG5 { width:31.25rem;height:1.5rem;top:5rem;left:16.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRtGCDrXk3ZMe95Zlc5XKaQ82NmKMGz { width:35rem;height:6rem;top:31.0625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 { width:38.6875rem;height:;top:20.5625rem;left:9.0625rem;font-size:0.875rem;display:block; }#CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 li:before{  }
 }@media only screen and (max-width: 763px) { #COnimkxvU78iTWHxkKyaBs4f8JARTwkM { display:block; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { width:34.4375rem;height:7rem;top:10.25rem;left:13.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5TXMs60iFNUTVUQoyxo2By0Va0Tk0o { width:24.9375rem;height:32.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { width:17.5rem;height:auto;top:8.75rem;left:0rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { width:17.5rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz {  }
 }@media only screen and (max-width: 763px) { #PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { width:31.25rem;height:7.5rem;top:18.75rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { width:2.5rem;height:2.5rem;top:5.5625rem;left:6.374218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e3cb6e2-5f94-420a-ae09-087d3ebad1f3/ObrazFreepiknaFreepik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#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.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loX5TC3elza2RAE92vcpRunHtvFJIPG7 { width:15rem;height:12.375rem;top:5rem;left:2.5000000596046rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { width:17.5rem;height:3.4375rem;top:32.8125rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block; }
 }@media only screen and (max-width: 763px) { #eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { width:17.5rem;height:3.4375rem;top:28.75rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block; }
 }@media only screen and (max-width: 763px) { #AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { width:17.5rem;height:1.225rem;top:2.5000152587891rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #phHis388AlFpkkpm0vNbFK3p7mpTM1Fb { display:block; }#phHis388AlFpkkpm0vNbFK3p7mpTM1Fb > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHB224rPRnmkC7M7SBE92a7aKZ1roacs { display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0bAwIkMGJGuyn96xkfGXmq5Op8ma4FV { width:13.75rem;height:16.8rem;top:10rem;left:3.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJkAdsPSlGeTxhuZvGLoEuViAlBtliVt { width:2.5rem;height:2.5rem;top:10rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuDP9MZvfCrGn3xekhAinCSPI3lO6TO { width:15rem;height:15.4rem;top:28.75rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kyIKcoNOrAXlfnV2cH2JKIInatIVNqx8 { width:2.5rem;height:2.5rem;top:28.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRseKmQOVnou4AP4929vEiVhAmvIokO { width:2.5rem;height:2.5rem;top:46.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLknmTNIa1FT7GdzfIW1rpAUDyf3LIbn { width:15rem;height:12.6rem;top:46.25rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { width:17.5rem;height:3.9rem;top:3.75rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSWLZO5stOEOdFusWGqZqFdcHVa4cq1a { width:20rem;height:1.4rem;top:2.3500003814698rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNmNRBPa5peJtAlgu2mmNipqVebJLr7z { width:2.5rem;height:2.5rem;top:61.25rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28LQEfQlHSAFT1Kf5nGcTMrIIpBQq9b { width:15rem;height:15.4rem;top:61.25rem;left:3.7492190003395rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { display:block; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { width:17.5rem;height:3.4375rem;top:11.5625rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block; }
 }@media only screen and (max-width: 763px) { #pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { width:17.5rem;height:7.8rem;top:2.5rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO { display:block; }#MdsldvbtoVpcpdw8TAdsTz4M3cvV1aMO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T47QIUSySSTDME7AW654tO15xVE0JVnP { display:block; }#T47QIUSySSTDME7AW654tO15xVE0JVnP > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { width:17.5rem;height:5.4rem;top:3.75rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZC9EDu7JbaFGnCOWXxR4ONe2TVTpzwb { width:20rem;height:1.3rem;top:2.44921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp { display:block; }#f1S7wtVU6F6EXTBSbvKTxtCBbIcZwaRp > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZnun0rZtx9Sp1VbNLVmRTpzFoLe6zD0 { width:13.75rem;height:9.8rem;top:2.5rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g1dbJ8Nb7pxeiwooBJpM2Z1RsqNUCAub { width:13.75rem;height:9.8rem;top:15rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsZ4PvdBklBz126EwWF58PPlg1JAKc4a { width:13.75rem;height:9.8rem;top:27.5rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VctIsrE20efdPWQV41iw3q6fcG4SlIW7 { width:2.5rem;height:2.5rem;top:15rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4P1VTe8J3JXx5moaM7i9Qk8quQVUiuI { width:2.5rem;height:2.5rem;top:2.5rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUuDDah0LI8089PvnefsA8xlmRuuatv { width:2.5rem;height:2.5rem;top:27.5rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ { display:block; }#qzcaGq0h7OWTXCXvlKL2SeHqb6tBh2MQ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7vFynxJM0u6OHtGs21owVVRcEhZGLbQ { width:13.75rem;height:9.8rem;top:1.25rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRgN6Z7XlhFAhv540kgSqklFDCidEwBg { width:13.75rem;height:9.8rem;top:13.75rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fizDq7vgtARbTQhG0IvdRHEQK9fCc6gu { width:13.75rem;height:9.8rem;top:26.25rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSMxKkLg7it7TcUJ7JlCaGvK8W7OvtVq { width:2.5rem;height:2.5rem;top:13.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmd4f89Chl0gk3yUfA6NczK5VT3VTVyk { width:2.5rem;height:2.5rem;top:1.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaByv8TeU4B17s9pV09Ad9XuUP8H93x { width:2.5rem;height:2.5rem;top:26.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo { display:block; }#f63ent7AwCNiIxsk3wAc6z3TPCSBkHbo > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb { display:block; }#IeTtzeSaAPZqUPGGOhtzRI4JU6kQdibb > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niSObBI9DJEAxIzo4eKmdidOuW4TKqpd { display:block; }#niSObBI9DJEAxIzo4eKmdidOuW4TKqpd > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZ0h1vRFUeZZ0tvAA39C0hAFb9Mpi42H { width:17.5rem;height:2.25rem;top:3.75rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vrim3RVEQzheKGLG1ldTi2zH6DvFV7wE { width:17.5rem;height:18.2rem;top:28.75rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHX9uUMTkGTBgeaH8y0kTqWHQDsTn8oe { width:17.5rem;height:17.5rem;top:8.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpEvMlVySPecHJnAfTfHI9ZlpnOf2LG5 { width:20rem;height:1.3rem;top:2.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPRtGCDrXk3ZMe95Zlc5XKaQ82NmKMGz { width:17.5rem;height:12.45rem;top:50.5rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 { width:20rem;height:0;top:64.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#CGJ5b9HfZdWXBfgT6BhkSTeh7kwqCxE3 li:before{  }
 }@media only screen and (max-width: 763px) { #COnimkxvU78iTWHxkKyaBs4f8JARTwkM { display:block; }#COnimkxvU78iTWHxkKyaBs4f8JARTwkM > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { background-color:#181818;background-image:none;display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { background-color: transparent; background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .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); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { width:17.5rem;height:3.6rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5TXMs60iFNUTVUQoyxo2By0Va0Tk0o { width:17.4375rem;height:33.75rem;top:15rem;left:1.25rem;z-index:14993;background-color:rgba(255,255,255,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-checkbox-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.9;text-align:left;text-align-last:left; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { width:13.75rem;height:auto;top:17.5rem;left:1.8125rem;z-index:14994; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { width:13.75rem;height:auto;top:20rem;left:1.8125rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz {  }
 }@media only screen and (max-width: 763px) { #PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { width:18.75rem;height:5.6rem;top:7.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { width:2.5rem;height:2.5rem;top:16.25rem;left:8.75rem;display:block; }
 }