.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:rgba(0,0,0,0.28);background-image:url("https://images.assets-landingi.com/tfvHwHpV/pigulki.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;overflow:visible;position:relative;display:block; }#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:6.125rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { position:absolute;display:block;z-index:100022;background-color:#000a9d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:21.5625rem;top:15.0625rem;left:0rem;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#4f4f4f;display:block;width:26.625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#uuaRthak6qKGHwL0qV4MmT8J34xplaiL { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:11rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#apaJG041ukKHTrQGdVdgPhw4tqB0nKHX { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(226deg, rgba(26,52,127,0.74), #1a347f);background-image: -moz-linear-gradient(226deg, rgba(26,52,127,0.74), #1a347f);background-image: -ms-linear-gradient(226deg, rgba(26,52,127,0.74), #1a347f);background-image: -o-linear-gradient(226deg, rgba(26,52,127,0.74), #1a347f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1a347f', endColorstr='#1a347f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1a347f', endColorstr='#1a347f' );";background-image: linear-gradient(226deg, rgba(26,52,127,0.74), #1a347f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.9375rem;width:11.6875rem;top:16.25rem;left:47.375rem;display:block; }
#TK6GKOiFKWc1HTo580CUzM07NSw0GINt { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:16.3125rem;left:47.5rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#bUCpn6UeLFkaTQLUGtOENK5CTDUWJpgP { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:6.125rem;left:0rem;height:7.5rem;font-style:normal;display:none; }
#Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { box-sizing:content-box;color:#1a347f;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:21.6875rem;left:25.90625rem;display:block; }
#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { background-color: transparent; background-image: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .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); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { border-width: 0; border-radius: 0; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container {  }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;position:relative;display:block; }#dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { position:absolute;display:block;z-index:100032;background-color:#1a347f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:59.8125rem;top:0rem;left:0rem;display:block; }
#ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100034;line-height:.9;letter-spacing:0;top:1.171875rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { color:#1a347f;display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:.9;letter-spacing:0;top:9.3125rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g44xh9nNMunbalOgv9Ll85FsFE81I7Wa { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:8.875rem;left:13.75rem;display:block; }
#Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:.9;letter-spacing:0;top:11.9375rem;left:13.8125rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { color:#4f4f4f;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.875rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LX5OhfhtOe494b92rxQA5Ba1x5Pco96b { color:#1a347f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100043;line-height:.9;letter-spacing:0;top:20.1875rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3F2pJQZpwoN82LBKwRTBhd1hpFZXiCE { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:19.75rem;left:13.8125rem;display:block; }
#Lz41Gez2n94nwkzIUsCImAUEeER6NLsP { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100044;line-height:.9;letter-spacing:0;top:22.8125rem;left:13.8125rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8xqWTvHJrFob9wIZr3bXk4QM2OpJVWS { color:#4f4f4f;display:block;width:39rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100045;line-height:1.4;letter-spacing:0;top:24.75rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V61ER1y5OZUXyh0kF1xKKTTlfdIKEk7r { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:30.875rem;left:13.875rem;display:block; }
#pDSeBhKzsUJWNAV27AbUyGe5i6hTaLhR { color:#1a347f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100047;line-height:.9;letter-spacing:0;top:31.3125rem;left:15.625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrzpONBweXGkO5hRuBuh7fvwsVE7vXvd { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100048;line-height:.9;letter-spacing:0;top:33.9375rem;left:13.875rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EKBRFEDhvS9HcawT0ieonawfV8akq3ZC { color:#4f4f4f;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100049;line-height:1.4;letter-spacing:0;top:35.875rem;left:13.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdyZa2UrkEOWQRAKdx0cBeFsKvMlZGg8 { box-sizing:content-box;color:#db0811;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:62.1875rem;left:29.96875rem;display:none; }
#TSz1T76ZccKrltkNR8XPgBJtHWcJTxqM { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:41.625rem;left:13.875rem;display:block; }
#SJ4TFFq8gLXR82uCVmARuyuqFf0c3tc2 { color:#1a347f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100051;line-height:.9;letter-spacing:0;top:42.0625rem;left:15.625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZsRxvUZsg9LZTqEylD2DQEUgbpeBGkF { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100052;line-height:.9;letter-spacing:0;top:44.6875rem;left:13.875rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofBxp3pOBbvipKwBsWrsFiQdpngnBGpB { color:#4f4f4f;display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100053;line-height:1.4;letter-spacing:0;top:46.625rem;left:13.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W85NXWzSe8nfo17qSK8pMiOI6Jo4xilH { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:52.3125rem;left:13.875rem;display:block; }
#DJKBU43xDFcopfAQt2Tp3f4hsNnhTfki { color:#1a347f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100056;line-height:.9;letter-spacing:0;top:52.75rem;left:15.625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u0cvsuBSyLT64bL3CO8gdqJ5U74Og6hX { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100057;line-height:.9;letter-spacing:0;top:55.375rem;left:13.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSQOx2EVnkpt9Rh9mdTBlBmyQ0oH0uWU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:5.9375rem;top:8.5625rem;left:2.5rem;overflow:hidden;display:block; }
#kdZMA7seDoyfFq9vvPLQvDAOwslQk40G { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:6rem;top:30.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#c5f8ZpkcpmP4GW3UFL5OLmL0SNPaACL4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:5.875rem;top:19.5rem;left:2.5rem;overflow:hidden;display:block; }
#JTzOsiRr1kd8opTq0v8Lgqn6zuadvMz1 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:6.0625rem;top:41.25rem;left:2.4375rem;overflow:hidden;display:block; }
#J1dsagNJOqOeSFXkZXATTcGdyz7bAVEW { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:7.375rem;top:51.9375rem;left:1.75rem;overflow:hidden;display:block; }
#UTg1nNQ7hFkNATcdS3bzUn2DiHeSbTu0 { box-sizing:content-box;color:#1a347f;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:20.0625rem;left:25.90625rem;display:none; }
#WMAOo6BRUHVeR4DPWfENkcnK0ITEB6uz { color:#4f4f4f;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.875rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hmqAOg8iO6TFKKaovg5h0DTP3D4KB27M { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:.9;letter-spacing:0;top:11.9375rem;left:13.8125rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JbNzkFZPmtnHrzQLIrB5hQRypUUJtZgo { color:#1a347f;display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:.9;letter-spacing:0;top:9.3125rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e9cfuxRScfySy5I5czm4mFuRStsDIprt { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:8.875rem;left:13.75rem;display:none; }
#WPG88F778hGUiaP6eo004ruSWGXNMmRF { color:#4f4f4f;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.875rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e2CZTd4fOVwURma71I7DeDaqXdbHGr3W { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:.9;letter-spacing:0;top:11.9375rem;left:13.8125rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HbTh6WXN6JFyKnBzTE3vELdcTMxQX9EW { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:8.875rem;left:13.75rem;display:none; }
#nzqp53F7333lLdVGILT6vnLGtprQkrpV { color:#1a347f;display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:.9;letter-spacing:0;top:9.3125rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pxMv5Ta3ZllxAGC7k2e2oX5Xp93Ws24O { color:#4f4f4f;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.875rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kx0oKvf6dPnBoM6eur1yTfbcHDO39uXN { color:#4f4f4f;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:.9;letter-spacing:0;top:11.9375rem;left:13.8125rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XknTzzlOF2RXKEZwv6JSeUw4P6dPmhuU { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:8.875rem;left:13.75rem;display:none; }
#gDSL3ELbF2QuoJo48EyWRkEyXK9LDIPT { color:#1a347f;display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:.9;letter-spacing:0;top:9.3125rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OaLlqqxW59GTTpHmUOyEKmin1T4KEMpq { color:#4f4f4f;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.875rem;left:13.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vlya0Z2cCkMSOtah8gRgFc9CEVct2gqP { box-sizing:content-box;color:#1a347f;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:8.875rem;left:13.75rem;display:none; }
#pP1y22REbnEo7BK2v5UHwfx91e4JNPE5 { color:#1a347f;display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:.9;letter-spacing:0;top:9.3125rem;left:15.5625rem;height:0.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu { background-color:rgba(0,0,0,0.28);background-image:url("https://images.assets-landingi.com/tfvHwHpV/pigulki.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.adaptive-delivery-prevent-bg, #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.lazyload, #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.lazyloading { background-image: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { background-color: transparent; background-image: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container > .video-iframe-container { display: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row > .video-iframe-container { display: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .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); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { border-width: 0; border-radius: 0; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row > .video-iframe-container {  }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;overflow:visible;position:relative;display:block; }#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-form-header {  }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:24rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:24rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .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:24rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-button { background-color:#1a347f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#252525;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;line-height:1.7; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .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; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-container:first-of-type{padding-top:0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-container:last-of-type{padding-bottom:0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:15.5625rem;left:16.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 {display:block;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:15.5625rem;left:16.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nps4KobSw7c42A3pzA4xI4wH1qG2QqzX { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #IwwbFzoW14RqrVGH60MDETVnWnhceSLS { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #pGp30ASkbmTexnkNyogpNhUyGGM7Bxrv { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #V0ZbSSX6f4JpVNWSPFLiXDAu1ZpxGOEu { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ze0cuih0Ix31llBLIgIMcT8SM5EX07al { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #wUQ8MZdbPIRn7AADyh2g2hmmp51xGT5z { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nk2stSDwP6Cwya9H39aS5oMKUoTG2q3Q { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ecSG9b8fhTGvQ1V9vHWTZJ8Kd5RdwV1H { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #f2dkZTFF1G19xMlO0TV4yKlXf2xGvTsW { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #cNpzRFvagsrrnxpCcSPvalDiMC4auGNN { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #t34TD83RwrGTDCxbJtq6UKf5grb94U9d { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #FXJogXR77csrKe8zwRP6SAQGJeT1fEIs { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #SzDnv0TVP61yXQqeOppoVTXfmqy9E3gS { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #TRlLDzrDlZbSPJJ9TIvMXCdFH5ouwM2u { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Qc3uXlRphxFGDaxy1fO9kot9OAZfmR5N { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #VKQT1koR2mz7yAukn2rUkVu6cbXWH58a { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #LCGgE1XWWz8NZ54qE6kOo5UlHFmOU3Sq { position:relative;z-index:2; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #WQPmgahiW0o1FQh47oVfesTsswCDXPc8 { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #qnaPpp3UvegR8dsQ7qBrD0JPlMTQ9Hxo { position:relative;display:block;z-index:100000; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #a4D4G3AVNwHp2i9gNDivHuTUMmbnZ69s { position:relative;display:block;z-index:100000; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #UpB5u0xeAohSIa2zV7dubzefcFB7URWn { position:relative; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #oQTH4SxZm6qkJlOA16TIbh7KCFw0MQlm { position:relative; }
#SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { color:#000a9d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:2.53125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"pt sans narrow";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"pt sans narrow";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 { top:7.84375rem;left:16.75rem;z-index:100026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.5rem;height:6.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #MQVFU1iMwryJr4P24ZKb2z3L7xi0HJTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #v1I4zKIo205DhrH0Ov0lprMKGeuADmI0 { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #p6s2tThSClSKhxHEqah0AbtVSeXkvpQT { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #i8ufTEv35ePZagMbISPvQW8sToRQVogQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #UI7MsqDlLlHb9sSJKIKwy9oQxEJPXiQT { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #DNJLKBTEz9VivI4SJcHCVTpk7xrRfpHp { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #ZPpdnUoymDZzRL2QMzShBG3ggfUiGZco { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #csrk0p1yJkezy2xfabDo8V7wD9ZMpLZb { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #TTPtmJlugZFJ2xufFeTM7NJx8ehqDCNP { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #Vt84hlenplnaQMaL5CtTJMTT2tPFdS1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uWXzTPayiMshAnXdI16dSnqdB1vOKJJV { display:block; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uTdFQVh8ovATD3rZ9ywp0QfBgJEtXhF7 { display:block; }
#AQNLVugKKNpfL415ueAuEm8EBKgdPVzu { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:49.686458587646rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container {  }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.1375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#drQkpa8yQKTLQ8oNmCpuG3Qg78SFgb3O { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:5.625rem;top:3.8114585876465rem;left:27.1875rem;overflow:hidden;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:6.1864585876465rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:47.75rem;height:7.5rem;top:6.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:21.5625rem;height:0.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:26.625rem;height:3.375rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuaRthak6qKGHwL0qV4MmT8J34xplaiL { top:1.5rem;left:0rem;width:11rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaJG041ukKHTrQGdVdgPhw4tqB0nKHX { top:16.25rem;left:36.0625rem;width:11.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6GKOiFKWc1HTo580CUzM07NSw0GINt { top:16.3125rem;left:36.1875rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUCpn6UeLFkaTQLUGtOENK5CTDUWJpgP { width:47.75rem;height:7.5rem;top:6.125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:8.1875rem;height:8.1875rem;top:21.6875rem;left:19.78125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:47.75rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:47.75rem;height:1.9375rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { width:22rem;height:0.9375rem;top:9.3125rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g44xh9nNMunbalOgv9Ll85FsFE81I7Wa { width:1.8125rem;height:1.8125rem;top:8.875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { width:23.75rem;height:0.9375rem;top:11.9375rem;left:7.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { width:23.8125rem;height:1.75rem;top:13.875rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX5OhfhtOe494b92rxQA5Ba1x5Pco96b { width:23.75rem;height:0.9375rem;top:20.1875rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3F2pJQZpwoN82LBKwRTBhd1hpFZXiCE { width:1.8125rem;height:1.8125rem;top:19.75rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz41Gez2n94nwkzIUsCImAUEeER6NLsP { width:23.75rem;height:0.9375rem;top:22.8125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8xqWTvHJrFob9wIZr3bXk4QM2OpJVWS { width:39rem;height:1.75rem;top:24.75rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V61ER1y5OZUXyh0kF1xKKTTlfdIKEk7r { width:1.8125rem;height:1.8125rem;top:30.875rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSeBhKzsUJWNAV27AbUyGe5i6hTaLhR { width:23.75rem;height:0.9375rem;top:31.3125rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrzpONBweXGkO5hRuBuh7fvwsVE7vXvd { width:23.75rem;height:0.9375rem;top:33.9375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKBRFEDhvS9HcawT0ieonawfV8akq3ZC { width:46.25rem;height:1.75rem;top:35.875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdyZa2UrkEOWQRAKdx0cBeFsKvMlZGg8 { top:62.8125rem;left:24.46875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSz1T76ZccKrltkNR8XPgBJtHWcJTxqM { width:1.8125rem;height:1.8125rem;top:41.625rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4TFFq8gLXR82uCVmARuyuqFf0c3tc2 { width:23.75rem;height:0.9375rem;top:42.0625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsRxvUZsg9LZTqEylD2DQEUgbpeBGkF { width:23.75rem;height:0.9375rem;top:44.6875rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofBxp3pOBbvipKwBsWrsFiQdpngnBGpB { width:40rem;height:1.75rem;top:46.625rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W85NXWzSe8nfo17qSK8pMiOI6Jo4xilH { width:1.8125rem;height:1.8125rem;top:52.3125rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKBU43xDFcopfAQt2Tp3f4hsNnhTfki { width:23.75rem;height:0.9375rem;top:52.75rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0cvsuBSyLT64bL3CO8gdqJ5U74Og6hX { width:23.75rem;height:1.125rem;top:55.375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQOx2EVnkpt9Rh9mdTBlBmyQ0oH0uWU { top:8.5625rem;left:0rem;width:5.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZMA7seDoyfFq9vvPLQvDAOwslQk40G { top:30.5625rem;left:0rem;width:6rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5f8ZpkcpmP4GW3UFL5OLmL0SNPaACL4 { top:19.5rem;left:0rem;width:5.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzOsiRr1kd8opTq0v8Lgqn6zuadvMz1 { top:41.25rem;left:0rem;width:6.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1dsagNJOqOeSFXkZXATTcGdyz7bAVEW { top:51.9375rem;left:0rem;width:7.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1nNQ7hFkNATcdS3bzUn2DiHeSbTu0 { width:8.1875rem;height:8.1875rem;top:20.0625rem;left:19.78125rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMAOo6BRUHVeR4DPWfENkcnK0ITEB6uz { width:13.5625rem;height:2.625rem;top:18.5625rem;left:0.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmqAOg8iO6TFKKaovg5h0DTP3D4KB27M { width:13.5rem;height:0.5625rem;top:18.3125rem;left:0.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbNzkFZPmtnHrzQLIrB5hQRypUUJtZgo { width:6.3125rem;height:0.875rem;top:14.9375rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9cfuxRScfySy5I5czm4mFuRStsDIprt { width:1.8125rem;height:1.8125rem;top:8.875rem;left:7.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPG88F778hGUiaP6eo004ruSWGXNMmRF { width:13.3125rem;height:3.9375rem;top:27.875rem;left:0.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2CZTd4fOVwURma71I7DeDaqXdbHGr3W { width:13rem;height:0.5625rem;top:26.375rem;left:0.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbTh6WXN6JFyKnBzTE3vELdcTMxQX9EW { width:1.8125rem;height:1.8125rem;top:8.875rem;left:7.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzqp53F7333lLdVGILT6vnLGtprQkrpV { width:6.3125rem;height:0.875rem;top:24.0625rem;left:2.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxMv5Ta3ZllxAGC7k2e2oX5Xp93Ws24O { width:13.5625rem;height:2.625rem;top:36.75rem;left:0.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx0oKvf6dPnBoM6eur1yTfbcHDO39uXN { width:13.5rem;height:0.5625rem;top:35.25rem;left:0.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XknTzzlOF2RXKEZwv6JSeUw4P6dPmhuU { width:1.8125rem;height:1.8125rem;top:8.875rem;left:7.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDSL3ELbF2QuoJo48EyWRkEyXK9LDIPT { width:6.3125rem;height:0.875rem;top:33rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaLlqqxW59GTTpHmUOyEKmin1T4KEMpq { width:13.0625rem;height:1.3125rem;top:44.3125rem;left:0.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlya0Z2cCkMSOtah8gRgFc9CEVct2gqP { width:1.8125rem;height:1.8125rem;top:8.875rem;left:7.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP1y22REbnEo7BK2v5UHwfx91e4JNPE5 { width:6.3125rem;height:0.875rem;top:42.1875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu { display:block; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-regular-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8  { width:24rem;height:auto;top:15.5625rem;left:10.6875rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 {display:block;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 { width:24rem;height:auto;top:15.5625rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nps4KobSw7c42A3pzA4xI4wH1qG2QqzX {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #IwwbFzoW14RqrVGH60MDETVnWnhceSLS {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #pGp30ASkbmTexnkNyogpNhUyGGM7Bxrv {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #V0ZbSSX6f4JpVNWSPFLiXDAu1ZpxGOEu {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ze0cuih0Ix31llBLIgIMcT8SM5EX07al {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #wUQ8MZdbPIRn7AADyh2g2hmmp51xGT5z {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nk2stSDwP6Cwya9H39aS5oMKUoTG2q3Q {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ecSG9b8fhTGvQ1V9vHWTZJ8Kd5RdwV1H {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #f2dkZTFF1G19xMlO0TV4yKlXf2xGvTsW {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #cNpzRFvagsrrnxpCcSPvalDiMC4auGNN {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #t34TD83RwrGTDCxbJtq6UKf5grb94U9d {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #FXJogXR77csrKe8zwRP6SAQGJeT1fEIs {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #SzDnv0TVP61yXQqeOppoVTXfmqy9E3gS {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #TRlLDzrDlZbSPJJ9TIvMXCdFH5ouwM2u {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Qc3uXlRphxFGDaxy1fO9kot9OAZfmR5N {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #VKQT1koR2mz7yAukn2rUkVu6cbXWH58a {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #LCGgE1XWWz8NZ54qE6kOo5UlHFmOU3Sq {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #WQPmgahiW0o1FQh47oVfesTsswCDXPc8 {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #qnaPpp3UvegR8dsQ7qBrD0JPlMTQ9Hxo {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #a4D4G3AVNwHp2i9gNDivHuTUMmbnZ69s {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #UpB5u0xeAohSIa2zV7dubzefcFB7URWn {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #oQTH4SxZm6qkJlOA16TIbh7KCFw0MQlm {  }
 }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"pt sans narrow";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"pt sans narrow";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 { top:7.8125rem;left:10.625rem;width:26.5rem;height:6.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #MQVFU1iMwryJr4P24ZKb2z3L7xi0HJTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #v1I4zKIo205DhrH0Ov0lprMKGeuADmI0 {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #p6s2tThSClSKhxHEqah0AbtVSeXkvpQT {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #i8ufTEv35ePZagMbISPvQW8sToRQVogQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #UI7MsqDlLlHb9sSJKIKwy9oQxEJPXiQT {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #DNJLKBTEz9VivI4SJcHCVTpk7xrRfpHp {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #ZPpdnUoymDZzRL2QMzShBG3ggfUiGZco { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #csrk0p1yJkezy2xfabDo8V7wD9ZMpLZb {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #TTPtmJlugZFJ2xufFeTM7NJx8ehqDCNP {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #Vt84hlenplnaQMaL5CtTJMTT2tPFdS1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uWXzTPayiMshAnXdI16dSnqdB1vOKJJV {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uTdFQVh8ovATD3rZ9ywp0QfBgJEtXhF7 {  }
 }@media only screen and (max-width: 763px) { #AQNLVugKKNpfL415ueAuEm8EBKgdPVzu { width:47.75rem;height:1.25rem;top:49.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:47.75rem;height:1.125rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drQkpa8yQKTLQ8oNmCpuG3Qg78SFgb3O { top:3.75rem;left:21.0625rem;width:5.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:47.75rem;height:1.125rem;top:6.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:rgba(0,0,0,0.34);background-image:url("https://images.assets-landingi.com/tfvHwHpV/pigulki.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:18.1875rem;height:0;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#1a347f;display:none; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:10rem;height:0.125rem;top:7.6864585876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:15.3125rem;height:3.4125rem;top:8.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#1a347f;display:block; }
 }@media only screen and (max-width: 763px) { #uuaRthak6qKGHwL0qV4MmT8J34xplaiL { width:7rem;height:2rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaJG041ukKHTrQGdVdgPhw4tqB0nKHX { width:9.4375rem;height:2.9375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6GKOiFKWc1HTo580CUzM07NSw0GINt { width:9.25rem;height:2.7625rem;top:15.0625rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUCpn6UeLFkaTQLUGtOENK5CTDUWJpgP { width:20rem;height:2.875rem;top:3.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#1a347f;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:8.1875rem;height:8.1875rem;top:20.9375rem;left:0.5625rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:20rem;height:3.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:16.3125rem;height:1.5125rem;top:0.91875076293944rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { width:6.3125rem;height:0.9rem;top:5.9375rem;left:8.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g44xh9nNMunbalOgv9Ll85FsFE81I7Wa { width:1.8125rem;height:1.8125rem;top:5.4812498092651rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { width:13.5rem;height:0.61875rem;top:8.168749809265rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { width:13.5625rem;height:1.3125rem;top:9.393750190735rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX5OhfhtOe494b92rxQA5Ba1x5Pco96b { width:19.4375rem;height:0;top:34.1875rem;left:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z3F2pJQZpwoN82LBKwRTBhd1hpFZXiCE { width:1.8125rem;height:1.8125rem;top:65.8125rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lz41Gez2n94nwkzIUsCImAUEeER6NLsP { width:9rem;height:0;top:35.875rem;left:5.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #D8xqWTvHJrFob9wIZr3bXk4QM2OpJVWS { width:13.25rem;height:0;top:39.6875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V61ER1y5OZUXyh0kF1xKKTTlfdIKEk7r { width:1.8125rem;height:1.8125rem;top:102.99895858764rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDSeBhKzsUJWNAV27AbUyGe5i6hTaLhR { width:20rem;height:0;top:106.06145858764rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrzpONBweXGkO5hRuBuh7fvwsVE7vXvd { width:20rem;height:0;top:108.21145858764rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKBRFEDhvS9HcawT0ieonawfV8akq3ZC { width:20rem;height:0;top:110.41770858764rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdyZa2UrkEOWQRAKdx0cBeFsKvMlZGg8 { width:1.625rem;height:1.625rem;top:155.01145858764rem;left:9.1875rem;font-size:1.125rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #TSz1T76ZccKrltkNR8XPgBJtHWcJTxqM { width:1.8125rem;height:1.8125rem;top:126.16770858764rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJ4TFFq8gLXR82uCVmARuyuqFf0c3tc2 { width:20rem;height:0;top:129.23020858764rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZsRxvUZsg9LZTqEylD2DQEUgbpeBGkF { width:20rem;height:0;top:131.38020858764rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofBxp3pOBbvipKwBsWrsFiQdpngnBGpB { width:20rem;height:0;top:133.58645858764rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W85NXWzSe8nfo17qSK8pMiOI6Jo4xilH { width:1.8125rem;height:1.8125rem;top:147.64895858764rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJKBU43xDFcopfAQt2Tp3f4hsNnhTfki { width:20rem;height:0;top:150.71145858764rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0cvsuBSyLT64bL3CO8gdqJ5U74Og6hX { width:20rem;height:0;top:152.86145858764rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSQOx2EVnkpt9Rh9mdTBlBmyQ0oH0uWU { width:5.9375rem;height:7.875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZMA7seDoyfFq9vvPLQvDAOwslQk40G { width:6rem;height:7.9375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5f8ZpkcpmP4GW3UFL5OLmL0SNPaACL4 { width:5.875rem;height:7.8125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzOsiRr1kd8opTq0v8Lgqn6zuadvMz1 { width:6.0625rem;height:8rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1dsagNJOqOeSFXkZXATTcGdyz7bAVEW { width:5.9375rem;height:6.5rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1nNQ7hFkNATcdS3bzUn2DiHeSbTu0 { width:5.5rem;height:5.5rem;top:0rem;left:7.25rem;font-size:3.8125rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #WMAOo6BRUHVeR4DPWfENkcnK0ITEB6uz { width:12.8125rem;height:2.625rem;top:19.625rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #hmqAOg8iO6TFKKaovg5h0DTP3D4KB27M { width:12.625rem;height:0.61875rem;top:18.4375rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:0.6875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #JbNzkFZPmtnHrzQLIrB5hQRypUUJtZgo { width:6.3125rem;height:0.9rem;top:16.25rem;left:8.0625rem;text-align:center;text-align-last:center;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #e9cfuxRScfySy5I5czm4mFuRStsDIprt { width:1.8125rem;height:1.8125rem;top:15.8125rem;left:6.3125rem;font-size:1.25rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #WPG88F778hGUiaP6eo004ruSWGXNMmRF { width:12.625rem;height:3.9375rem;top:30.1875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #e2CZTd4fOVwURma71I7DeDaqXdbHGr3W { width:12.625rem;height:0.61875rem;top:29rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #HbTh6WXN6JFyKnBzTE3vELdcTMxQX9EW { width:1.8125rem;height:1.8125rem;top:26.25rem;left:6.4375rem;font-size:1.25rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #nzqp53F7333lLdVGILT6vnLGtprQkrpV { width:6.3125rem;height:0.9rem;top:26.6875rem;left:8.25rem;text-align:center;text-align-last:center;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #pxMv5Ta3ZllxAGC7k2e2oX5Xp93Ws24O { width:12.875rem;height:2.625rem;top:40.5625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #kx0oKvf6dPnBoM6eur1yTfbcHDO39uXN { width:12.8125rem;height:0.61875rem;top:39.375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.6875rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #XknTzzlOF2RXKEZwv6JSeUw4P6dPmhuU { width:1.8125rem;height:1.8125rem;top:36.75rem;left:6.3125rem;font-size:1.25rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #gDSL3ELbF2QuoJo48EyWRkEyXK9LDIPT { width:6.3125rem;height:0.9rem;top:37.1875rem;left:8.0625rem;text-align:center;text-align-last:center;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #OaLlqqxW59GTTpHmUOyEKmin1T4KEMpq { width:11.5625rem;height:1.3125rem;top:49.6875rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #vlya0Z2cCkMSOtah8gRgFc9CEVct2gqP { width:1.8125rem;height:1.8125rem;top:47.1875rem;left:6.3125rem;font-size:1.25rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #pP1y22REbnEo7BK2v5UHwfx91e4JNPE5 { width:6.3125rem;height:0.9rem;top:47.6875rem;left:8.0625rem;text-align:center;text-align-last:center;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu { background-color:rgba(0,0,0,0.34);background-image:url("https://images.assets-landingi.com/tfvHwHpV/pigulki.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.adaptive-delivery-prevent-bg, #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.lazyload, #mBakCROn8FFTmToJ0PA4uTpTHo93oxTu.lazyloading { background-image: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { background-color: transparent; background-image: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container > .video-iframe-container { display: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row > .video-iframe-container { display: none; }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .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); }#mBakCROn8FFTmToJ0PA4uTpTHo93oxTu > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:3rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8  { width:17.5rem;height:auto;top:7.2625007629394rem;left:0rem; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 {display:block;}#BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 { width:17.5rem;height:auto;top:7.2625007629394rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nps4KobSw7c42A3pzA4xI4wH1qG2QqzX {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #IwwbFzoW14RqrVGH60MDETVnWnhceSLS {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #pGp30ASkbmTexnkNyogpNhUyGGM7Bxrv {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #V0ZbSSX6f4JpVNWSPFLiXDAu1ZpxGOEu {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ze0cuih0Ix31llBLIgIMcT8SM5EX07al {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #wUQ8MZdbPIRn7AADyh2g2hmmp51xGT5z {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Nk2stSDwP6Cwya9H39aS5oMKUoTG2q3Q {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #ecSG9b8fhTGvQ1V9vHWTZJ8Kd5RdwV1H {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #f2dkZTFF1G19xMlO0TV4yKlXf2xGvTsW {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #cNpzRFvagsrrnxpCcSPvalDiMC4auGNN {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #t34TD83RwrGTDCxbJtq6UKf5grb94U9d {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #FXJogXR77csrKe8zwRP6SAQGJeT1fEIs {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #SzDnv0TVP61yXQqeOppoVTXfmqy9E3gS {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #TRlLDzrDlZbSPJJ9TIvMXCdFH5ouwM2u {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #Qc3uXlRphxFGDaxy1fO9kot9OAZfmR5N {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #VKQT1koR2mz7yAukn2rUkVu6cbXWH58a {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #LCGgE1XWWz8NZ54qE6kOo5UlHFmOU3Sq {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #WQPmgahiW0o1FQh47oVfesTsswCDXPc8 {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #qnaPpp3UvegR8dsQ7qBrD0JPlMTQ9Hxo {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #a4D4G3AVNwHp2i9gNDivHuTUMmbnZ69s {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #UpB5u0xeAohSIa2zV7dubzefcFB7URWn {  }
 }@media only screen and (max-width: 763px) { #BOW4ftefhSyHgv8NtWov6ixkX9F4zkm8 #oQTH4SxZm6qkJlOA16TIbh7KCFw0MQlm {  }
 }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:20rem;height:1.1375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.235625rem;margin-bottom:0;margin-left:0.235625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.323125rem;padding-right:0.046875rem;padding-bottom:0;padding-left:0.046875rem;display:block;width:2.735625rem;height:1.846875rem;position:relative;font-size:1.985625rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.046875rem;padding-bottom:0.230625rem;padding-left:0.046875rem;display:block;width:2.735625rem;height:0.508125rem;position:relative;font-size:0.369375rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 { top:3.6375007629394rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:20rem;height:3.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #MQVFU1iMwryJr4P24ZKb2z3L7xi0HJTK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #v1I4zKIo205DhrH0Ov0lprMKGeuADmI0 {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #p6s2tThSClSKhxHEqah0AbtVSeXkvpQT {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #i8ufTEv35ePZagMbISPvQW8sToRQVogQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #UI7MsqDlLlHb9sSJKIKwy9oQxEJPXiQT {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #DNJLKBTEz9VivI4SJcHCVTpk7xrRfpHp {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #ZPpdnUoymDZzRL2QMzShBG3ggfUiGZco { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #csrk0p1yJkezy2xfabDo8V7wD9ZMpLZb {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #TTPtmJlugZFJ2xufFeTM7NJx8ehqDCNP {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #Vt84hlenplnaQMaL5CtTJMTT2tPFdS1I { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uWXzTPayiMshAnXdI16dSnqdB1vOKJJV {  }
 }@media only screen and (max-width: 763px) { #NcxzOqiODol3iBaTbhSx6ApeGf5Orrh7 #uTdFQVh8ovATD3rZ9ywp0QfBgJEtXhF7 {  }
 }@media only screen and (max-width: 763px) { #AQNLVugKKNpfL415ueAuEm8EBKgdPVzu { width:20rem;height:0.975rem;top:38.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:20rem;height:1.95rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drQkpa8yQKTLQ8oNmCpuG3Qg78SFgb3O { width:5.625rem;height:1.6875rem;top:3.59375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:20rem;height:0.975rem;top:5.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }