.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:url("https://images.assets-landingi.com/uc/e1c41e17-3c6b-4fce-bfa3-3ec879665974/TLO_STRONY_BIEL_svg.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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;z-index:auto;display:block; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { background-color: transparent; background-image: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container > .video-iframe-container { display: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row > .video-iframe-container { display: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .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); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { border-width: 0; border-radius: 0; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { font-size:14px;font-family:arial;height:84px;width:1200px;position:relative;display:block; }#Dbb9tAFW2T5OKUKegEqazHxBUDsB1rWM { position:absolute;display:block;z-index:15000;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:55.9896px;width:271.997px;top:13.993056297302px;left:463.99307250977px;overflow:hidden;display:block; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:14px;font-family:arial;height:755px;width:1200px;position:relative;display:block; }#Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:296.969px;width:306.969px;top:472px;left:418px;display:none; }
#qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:291.969px;width:303.969px;top:429px;left:734px;display:none; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(113deg, #ffa44b, #ff5c0b);background-image: -moz-linear-gradient(113deg, #ffa44b, #ff5c0b);background-image: -ms-linear-gradient(113deg, #ffa44b, #ff5c0b);background-image: -o-linear-gradient(113deg, #ffa44b, #ff5c0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );";background-image: linear-gradient(113deg, #ffa44b, #ff5c0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:105px;width:415px;top:52.993041992188px;left:770.00003051758px;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 55px rgba(7,7,7,0.21) ;height:559px;width:415px;top:119px;left:770.00003051758px;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:#ffffff;display:block;width:300px;position:absolute;font-family:poppins;font-size:39px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:65.996520996094px;left:825.98965454102px;height:85.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { color:#ff5c0b;display:block;width:386.997px;position:absolute;font-family:poppins;font-size:26px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:167.99304199219px;left:786.99661254883px;height:33.8021px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:400;color:#002c7a;width:353px;padding-top:0;padding-right:0;padding-bottom:5px;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;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:353px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:353px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:353px;box-sizing:border-box;height:40px;color:#000000;font-family:poppins;font-size:14px;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;background-color:#1e67fd;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:21px;margin-bottom:4px;margin-left:21px;display:block;box-sizing:border-box;font-size:28px;font-weight:bold;color:#ffffff;width:310px;height:65px;font-family:poppins;overflow:hidden;line-height:1.3;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:12px;font-weight:400;color:#002c7a;vertical-align:top;width:336px;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:353px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:187.99304199219px;left:780.98965454102px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:353px;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:poppins;font-size:12px;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:353px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:187.99304199219px;left:780.98965454102px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:41px;width:160px;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:229px;left:1012.986114502px;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:161px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:235.99652099609px;left:1011.9966125488px;height:28px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { position:absolute;display:block;z-index:14997;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:209px;width:209px;top:302.99307250977px;left:885.98965454102px;overflow:hidden;display:block; }
#pvD4VITcqKU4lzxKfbwE1s4d2XxHzyv6 { position:absolute;display:block;z-index:15033;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:106.997px;width:686.997px;top:54.982635498047px;left:30px;overflow:hidden;display:block; }
#cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { box-sizing:content-box;height:642px;width:432px;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:43.993057250977px;left:759.00003051758px;border-top:3px solid #002c7a;border-left:3px solid #002c7a;border-right:3px solid #002c7a;border-bottom:3px solid #002c7a;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow: 4px -1px 20px rgba(193,193,193,0.37) ;display:block; }
#uXIaOGWfBKyMpkQQmnXfGyovbFpfotRt { position:absolute;display:block;z-index:15034;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:86px;width:523px;top:180.98959350586px;left:130.98611450195px;overflow:hidden;display:block; }
#UkHg19HU1DayZy8GvQ1TOyN3paKhbzoS { position:absolute;display:block;z-index:15035;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:201.997px;width:291.997px;top:438.95836257935px;left:445.97225952148px;overflow:hidden;display:block; }
#GA2B1dl8lUyFfA42ClrLlT9H4P6Bekxl { position:absolute;display:block;z-index:15036;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:253px;width:332px;top:406.97919464111px;left:0px;overflow:hidden;display:block; }
#ZyEONxAUtLlGTVRXtPRuftQFGTWWXyIu { position:absolute;display:block;z-index:14994;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:317.986px;width:317.986px;top:380.98960876465px;left:15px;overflow:hidden;display:block; }
#xZ3sAs523Z4SJ0E739dxlS8D5wIw4nah { position:absolute;display:block;z-index:14995;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:285.99px;width:285.99px;top:394.98266601562px;left:448.99307250977px;overflow:hidden;display:block; }
#miFy7ETiNXT5DHtqXHUHf6WbVfE6TDRJ { position:absolute;display:block;z-index:15037;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:62.9688px;width:83.9931px;top:509.98266983032px;left:346.99655151367px;overflow:hidden;display:block; }
#WEhhImhBLL5642NXh7OUMsGTQFQ6HcrT { position:absolute;display:block;z-index:15037;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:74px;width:726px;top:303.08335876465px;left:12.010437011719px;overflow:hidden;display:block; }
#RquiSGQ7w61MZHtdudh49VN0eJ15NKyN { position:absolute;display:block;z-index:15036;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:220.99px;width:216.997px;top:513.96183776855px;left:130.97225952148px;overflow:hidden;display:block; }
#Emim6RFdUVZGg8oSaXGBUulU7Q389Xza { position:absolute;display:block;z-index:15037;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:75px;width:75px;top:201.78820800781px;left:107.92361450195px;overflow:hidden;display:block; }
#JpdhcAtHTlCiJQdQbr80G2cDG67JzVT7 { color:#ffffff;display:block;width:300px;position:absolute;font-family:poppins;font-size:39px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:65.996520996094px;left:825.98965454102px;height:85.7638px;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(195deg, #1560da, #0b90f4);background-image: -moz-linear-gradient(195deg, #1560da, #0b90f4);background-image: -ms-linear-gradient(195deg, #1560da, #0b90f4);background-image: -o-linear-gradient(195deg, #1560da, #0b90f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1560da', endColorstr='#0b90f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1560da', endColorstr='#0b90f4' );";background-image: linear-gradient(195deg, #1560da, #0b90f4);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { background-color: transparent; background-image: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .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); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { border-width: 0; border-radius: 0; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { font-size:14px;font-family:arial;height:289px;width:1200px;position:relative;display:block; }#RpAHXe85blEDObrMr7BrA9p96JHFpKNx { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: none;height:210px;width:219px;top:18px;left:0px;display:none; }
#SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { color:#ffffff;display:block;width:711.997px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:51px;left:40px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h46plPazsvuAAL3zaiplpUMTnZvDGhvO { color:#ffffff;display:block;width:611.997px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:140px;left:90px;height:92.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { box-sizing:content-box;height:2.98611px;width:1100px;position:absolute;display:block;z-index:15059;background-color:#ffa44b;background-image:none;top:334.87845516205px;left:58.072906494141px;display:none; }
#u6IXmDbqDwR5SpUJ0bKTeUM2kZbesvW4 { position:absolute;display:block;z-index:15055;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:400px;width:400px;top:751px;left:718px;overflow:hidden;display:none; }
#yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { position:absolute;display:block;z-index:15055;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:275px;width:275px;top:6px;left:792.00001525879px;overflow:hidden;display:block; }
#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { background-color: transparent; background-image: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container > .video-iframe-container { display: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row > .video-iframe-container { display: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .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); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { border-width: 0; border-radius: 0; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { font-size:14px;font-family:arial;height:626px;width:1200px;position:relative;display:block; }#XS1v1sI6lk50CsO5BG27XgQHq0PUT5NU { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: none;height:210px;width:219px;top:18px;left:0px;display:none; }
#iUqnartgnqamb8TVa36o0ZlRmyUV2uLG { box-sizing:content-box;height:2.98611px;width:1100px;position:absolute;display:block;z-index:15059;background-color:#ffa44b;background-image:none;top:334.87845516205px;left:58.072906494141px;display:none; }
#JSwgmBnuZJeywRmFELBy2oCDbwc4O1eO { position:absolute;display:block;z-index:15065;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:347px;width:722px;top:278px;left:0px;overflow:hidden;display:block; }
#y4UMSEx4rb6JB3RLckZarSHQ6GdWqVBJ { color:#031f59;display:block;width:379px;position:absolute;font-family:poppins;font-size:28px;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:249px;left:783px;height:109.2px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Dt9vNx7yfxb2ws3KXRpvVKh8MyWQ6l8N { position:absolute;display:block;z-index:15066;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:240px;width:235px;top:386.09375px;left:75.989593505859px;overflow:hidden;display:block; }
#fGSTFnwpbJSP0Nz3b2yyFcP95Sbq0Ja8 { position:absolute;display:block;z-index:15064;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:96.9875px;width:96.9875px;top:31.962471008301px;left:1026.7874908447px;overflow:hidden;display:block; }
#DwVXQLKigbhvlGMuO9sdvl8FMUcOaIWU { color:#031f59;display:block;width:973.976px;position:absolute;font-family:poppins;font-size:82px;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:55px;left:57.986114501953px;height:90.191px;font-style:italic;text-align:center;text-align-last:center;display:none; }
#bZFrqOHFFhnIa3Xf4xbeGZNrH0SsksTJ { color:#031f59;display:block;width:353.976px;position:absolute;font-family:poppins;font-size:28px;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:283.99304199219px;left:821.97927856445px;height:109.1667px;font-style:italic;text-align:left;text-align-last:left;display:none; }
#SmvqZtalhMZMToHEb4wkTilP4yZcfxwd { position:absolute;display:block;z-index:15065;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:284px;width:541px;top:194px;left:29px;overflow:hidden;display:none; }
#ch1vIi8f7RK7oziTDEoQer1EgPsi96yf { position:absolute;display:block;z-index:15066;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:240px;width:235px;top:339.94790649414px;left:128.97573852539px;overflow:hidden;display:none; }
#wT5hcl5td9MqekNFETJD2Nda9Pqsxzbu { color:#031f59;display:block;width:973.975px;position:absolute;font-family:poppins;font-size:52px;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:51.887474060059px;left:48.824996948242px;height:57.2px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vwNvTTb2VqWqkoqg7rADNdygApeWCSFE { position:absolute;display:block;z-index:15038;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:74px;width:726px;top:128.93753051758px;left:65.474990844727px;overflow:hidden;display:block; }
#pdzFkp9qcNV8zXxcbMMcZJEFTwZlFRwO { color:#031f59;display:block;width:342px;position:absolute;font-family:poppins;font-size:28px;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:385px;left:783px;height:109.2px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { position:absolute;display:block;z-index:15026;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:83px;width:283px;top:509.80000591278px;left:772.57502746582px;overflow:hidden;display:block; }
#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffa44b, #ff5c0b);background-image: -moz-linear-gradient(144deg, #ffa44b, #ff5c0b);background-image: -ms-linear-gradient(144deg, #ffa44b, #ff5c0b);background-image: -o-linear-gradient(144deg, #ffa44b, #ff5c0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );";background-image: linear-gradient(144deg, #ffa44b, #ff5c0b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { background-color: transparent; background-image: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .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); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { border-width: 0; border-radius: 0; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#BC7ETFn6qU5z4WeWzqU8Om2ov7CJJCs0 { color:#ffffff;display:block;width:560.99px;position:absolute;font-family:poppins;font-size:42px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29px;left:135px;height:54.6px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-number { border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:8.59px;padding-right:7.7px;padding-bottom:8.59px;padding-left:7.7px;display:block;align-items:center;width:46.23px;min-width:46.23px;height:46.14px;position:relative;font-family:poppins;font-size:34.35px;font-weight:700;line-height:46.14px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:italic; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.36px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:61.62px;height:18.24px;position:relative;font-family:poppins;font-size:12.88px;font-weight:700;line-height:18.24px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:italic;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:319px;height:88.92px;padding-top:1.07px;padding-right:1.1px;padding-bottom:1.07px;padding-left:1.1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14px;left:726px;z-index:15005; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #A6vAWrCEUC9DDiTpWsC8HPm9ky4usCBT { display:flex;position:relative;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cp7C6LexDWQ7t7rOrAnCPvspbH4XGkiA { width:auto; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #iAFTnFf5wpG7pGfQvLptH6yumBevDdyq {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cAlR3J1uu3RQ7c9FqMWt5GhWntXWg8aR { display:flex;position:relative;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #K1mbDeBxcdK0E2CzoT3VcimREoLDPNfl {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #BW5AyxBRSE7NdSOUAeBu20HIdmb6ZqmD {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #Oqz7rLdz1Hx3mRrzQhh4oCsvoGIhL8ls { display:flex;position:relative;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dLnu68i3h2a6J0WkLFDnZ5Z2xtxxzkPX {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #PMhSsnSuUh6wWb2DTIyumuJCrwr02ito {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #kVbclziu2GEhxayWmutz85nfr0eIaVAr { display:flex;position:relative;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #SsilgfbRivTFOCH24MUGQiImEcUiHXQM {  }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dDpgOvOh0QWQ4fTJozmUn9ta4ol8bLVO {  }
#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/407412d7-15ce-4c6b-973c-c1d387c7eea5/Zasb14.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.adaptive-delivery-prevent-bg, #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.lazyload, #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.lazyloading { background-image: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { background-color: transparent; background-image: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container > .video-iframe-container { display: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container { display: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .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); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { border-width: 0; border-radius: 0; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#l38FZh1sCUhXDOUOZitClPAcIi29qn64 { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-shadow: none;height:497.995px;width:497.995px;top:1033.9843902588px;left:350.99829101562px;display:none; }
#oAauZU3MwOEN3ZrkdGoNzse0fqDAyPgt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#d9lUPPesO3a12ak19MK43hVhgHpLBgkA { color:#031f59;display:block;width:622.986px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:49.131958007812px;left:545.17367553711px;height:190.4px;text-align:right;text-align-last:right;font-style:italic;display:block; }
#MXyPHkuyQNcKaeDdEXA3N7kueauPUHid { color:#1f374a;display:block;width:355.955px;position:absolute;font-family:poppins;font-size:12px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:429.89581298828px;left:813.28128051758px;height:19.2px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uGkhQwAlcZ5MR8KIbcSdaM6LBBRPHGT8 { color:#1e67fd;display:block;width:481.997px;position:absolute;font-family:poppins;font-size:44px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:239.44445800781px;left:687.23965454102px;height:57.2px;text-align:right;text-align-last:right;font-style:italic;display:block; }
#T63G1MQfdZPJEs49XmwhuWcEXIsxUisy { position:absolute;display:block;z-index:15015;background-color:#ffffff;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;border-top-right-radius:0;border-bottom-left-radius:500px;border-bottom-right-radius:0;box-shadow: none;height:448px;width:1155px;top:0px;left:397.5px;display:block; }
#ZL9QBkzTxP2wg1xepVEiINwc8n4sbhcd { position:absolute;display:block;z-index:15020;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:128.993px;width:375px;top:301.99652099609px;left:801.56253051758px;overflow:hidden;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:14px;font-family:arial;height:67px;width:1200px;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:26px;left:524px; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:37px; height:37px; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:24px;left:580px; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:42px; height:42px; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:24px;left:650px; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:42px; height:42px; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:24px;left:466px; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:41px; height:41px; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:14px;font-family:arial;height:54px;width:1200px;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:1200px;position:absolute;font-family:poppins;font-size:12px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.6875px;left:0px;height:15.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/e6410e0c-cae6-4b61-a605-607bd03c7fa5/fotodolnev2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { font-size:14px;font-family:arial;height:577px;width:1200px;position:relative;display:none; }#VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-shadow: none;height:497.995px;width:497.995px;top:1033.9843902588px;left:350.99829101562px;display:none; }
#DFLr5n801XszVO4cK6KI6GBs0K93OIig { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { color:#0a49ca;display:block;width:448px;position:absolute;font-family:poppins;font-size:38px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:50.53125px;left:718.75px;height:49.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { color:#0a49ca;display:block;width:488px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:115.41250610352px;left:698.75001525879px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { color:#0a49ca;display:block;width:416px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:173.5px;left:771.55000305176px;height:57.2px;text-align:right;text-align-last:right;display:block; }
#Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { box-sizing:content-box;height:78px;width:450px;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:34.21875px;left:746px;border-top:2px solid #0a49ca;border-left:2px solid #0a49ca;border-right:2px solid #0a49ca;border-bottom:2px solid #0a49ca;border-top-right-radius:125px;border-bottom-right-radius:125px;border-bottom-left-radius:125px;border-top-left-radius:125px;display:block; }
#H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { position:absolute;display:block;z-index:15018;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:86px;width:358px;top:242.6875px;left:842px;overflow:hidden;display:block; }
#GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { position:absolute;display:block;z-index:15014;background-color:#ffffff;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;border-top-right-radius:0;border-bottom-left-radius:500px;border-bottom-right-radius:0;box-shadow: none;height:448px;width:1155px;top:0px;left:433.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N { display:block; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbb9tAFW2T5OKUKegEqazHxBUDsB1rWM { width:271px;height:55.784371151152px;top:13px;left:245.99307250977px;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:306px;height:296px;top:472px;left:200px;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:303px;height:291px;top:429px;left:461px;display:none; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:52px;left:349px;width:415px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:119px;left:349px;width:415px;height:558px;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:65px;left:464px;width:300px;height:85px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { top:167px;left:378px;width:386px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:352px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:316px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:18px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:336px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:352px;height:454px;top:187px;left:372px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:352px;height:454px;top:187px;left:372px; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:160px;height:40px;top:229px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:235px;left:604px;width:160px;height:27px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:208px;height:208px;top:302px;left:556px;display:block; }
 }@media only screen and (max-width: 763px) { #pvD4VITcqKU4lzxKfbwE1s4d2XxHzyv6 { width:686px;height:106.84172128845px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { width:432px;height:642px;top:43px;left:326px;display:none; }
 }@media only screen and (max-width: 763px) { #uXIaOGWfBKyMpkQQmnXfGyovbFpfotRt { width:522px;height:85.827481423977px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UkHg19HU1DayZy8GvQ1TOyN3paKhbzoS { width:291px;height:201.30729767772px;top:438px;left:227.97225952148px;display:none; }
 }@media only screen and (max-width: 763px) { #GA2B1dl8lUyFfA42ClrLlT9H4P6Bekxl { width:331px;height:252.22627312897px;top:406px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZyEONxAUtLlGTVRXtPRuftQFGTWWXyIu { width:317px;height:317px;top:380px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xZ3sAs523Z4SJ0E739dxlS8D5wIw4nah { width:285px;height:285px;top:394px;left:230.99307250977px;display:none; }
 }@media only screen and (max-width: 763px) { #miFy7ETiNXT5DHtqXHUHf6WbVfE6TDRJ { width:83px;height:62.224282708937px;top:509px;left:128.99655151367px;display:none; }
 }@media only screen and (max-width: 763px) { #WEhhImhBLL5642NXh7OUMsGTQFQ6HcrT { width:726px;height:73.994119202744px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #RquiSGQ7w61MZHtdudh49VN0eJ15NKyN { width:216px;height:219.97465402748px;top:513px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Emim6RFdUVZGg8oSaXGBUulU7Q389Xza { width:75px;height:75px;top:201px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JpdhcAtHTlCiJQdQbr80G2cDG67JzVT7 { top:447px;left:0px;width:320px;height:31px;font-size:39px;display:none; }
 }@media only screen and (max-width: 763px) { #TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpAHXe85blEDObrMr7BrA9p96JHFpKNx { top:18px;left:0px;width:219px;height:210px;display:none; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:711px;height:72px;top:51px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:611px;height:92px;top:140px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { width:764px;height:2px;top:334px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #u6IXmDbqDwR5SpUJ0bKTeUM2kZbesvW4 { width:400px;height:400px;top:751px;left:364px;display:none; }
 }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:275px;height:275px;top:6px;left:489px;display:block; }
 }@media only screen and (max-width: 763px) { #iRemrwDfZ87pbTtpHUJWBE8By67fIR1F { display:block; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XS1v1sI6lk50CsO5BG27XgQHq0PUT5NU { top:18px;left:0px;width:219px;height:210px;display:none; }
 }@media only screen and (max-width: 763px) { #iUqnartgnqamb8TVa36o0ZlRmyUV2uLG { width:764px;height:2px;top:334px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JSwgmBnuZJeywRmFELBy2oCDbwc4O1eO { width:722px;height:347px;top:278px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y4UMSEx4rb6JB3RLckZarSHQ6GdWqVBJ { width:379px;height:109px;top:249px;left:385px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9vNx7yfxb2ws3KXRpvVKh8MyWQ6l8N { width:235px;height:240px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fGSTFnwpbJSP0Nz3b2yyFcP95Sbq0Ja8 { width:96px;height:96px;top:31px;left:668px;display:none; }
 }@media only screen and (max-width: 763px) { #DwVXQLKigbhvlGMuO9sdvl8FMUcOaIWU { width:278px;height:154px;top:24px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #bZFrqOHFFhnIa3Xf4xbeGZNrH0SsksTJ { width:353px;height:109px;top:283px;left:411px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #SmvqZtalhMZMToHEb4wkTilP4yZcfxwd { width:542px;height:285px;top:194px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ch1vIi8f7RK7oziTDEoQer1EgPsi96yf { width:235px;height:240px;top:339px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wT5hcl5td9MqekNFETJD2Nda9Pqsxzbu { width:764px;height:57px;top:51px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #vwNvTTb2VqWqkoqg7rADNdygApeWCSFE { width:726px;height:74px;top:128px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pdzFkp9qcNV8zXxcbMMcZJEFTwZlFRwO { width:342px;height:109px;top:385px;left:422px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { width:283px;height:83px;top:509px;left:481px;display:block; }
 }@media only screen and (max-width: 763px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BC7ETFn6qU5z4WeWzqU8Om2ov7CJJCs0 { width:560px;height:54px;top:29px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b { width:296px;height:83px;display:flex;top:98px;left:205px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #A6vAWrCEUC9DDiTpWsC8HPm9ky4usCBT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cp7C6LexDWQ7t7rOrAnCPvspbH4XGkiA {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #iAFTnFf5wpG7pGfQvLptH6yumBevDdyq {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cAlR3J1uu3RQ7c9FqMWt5GhWntXWg8aR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #K1mbDeBxcdK0E2CzoT3VcimREoLDPNfl {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #BW5AyxBRSE7NdSOUAeBu20HIdmb6ZqmD {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #Oqz7rLdz1Hx3mRrzQhh4oCsvoGIhL8ls { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dLnu68i3h2a6J0WkLFDnZ5Z2xtxxzkPX {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #PMhSsnSuUh6wWb2DTIyumuJCrwr02ito {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #kVbclziu2GEhxayWmutz85nfr0eIaVAr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #SsilgfbRivTFOCH24MUGQiImEcUiHXQM {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dDpgOvOh0QWQ4fTJozmUn9ta4ol8bLVO {  }
 }@media only screen and (max-width: 763px) { #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm { display:block; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l38FZh1sCUhXDOUOZitClPAcIi29qn64 { top:1033px;left:132.99829101562px;width:497px;height:497px;display:none; }
 }@media only screen and (max-width: 763px) { #oAauZU3MwOEN3ZrkdGoNzse0fqDAyPgt { display:none; }
 }@media only screen and (max-width: 763px) { #d9lUPPesO3a12ak19MK43hVhgHpLBgkA { width:622px;height:190px;top:49px;left:142px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #MXyPHkuyQNcKaeDdEXA3N7kueauPUHid { top:429px;left:409px;width:355px;height:19px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #uGkhQwAlcZ5MR8KIbcSdaM6LBBRPHGT8 { width:481px;height:57px;top:239px;left:282px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T63G1MQfdZPJEs49XmwhuWcEXIsxUisy { width:764px;height:448px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9QBkzTxP2wg1xepVEiINwc8n4sbhcd { width:375px;height:128.993px;top:301px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:37px;height:37px;top:26px;left:306px;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:37px; height:37px; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:42px;height:42px;top:24px;left:362px;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:42px; height:42px; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:42px;height:42px;top:24px;left:432px;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:42px; height:42px; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:41px;height:41px;top:24px;left:248px;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:41px; height:41px; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:764px;height:15px;top:25px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { top:1033px;left:132.99829101562px;width:497px;height:497px;display:none; }
 }@media only screen and (max-width: 763px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { display:none; }
 }@media only screen and (max-width: 763px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:448px;height:49px;top:50px;left:316px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:488px;height:39px;top:115px;left:276px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:416px;height:57px;top:173px;left:348px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:450px;height:78px;top:34px;left:310px;display:block; }
 }@media only screen and (max-width: 763px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:358px;height:86px;top:242px;left:406px;display:block; }
 }@media only screen and (max-width: 763px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:764px;height:448px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N { position:relative;z-index:auto;background-color:#1e67fd;background-image:none;display:block; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { background-color: transparent; background-image: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container > .video-iframe-container { display: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row > .video-iframe-container { display: none; }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .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); }#V8TOqbb0NOmr9lJC8McLyXcZzpHWG73N > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbb9tAFW2T5OKUKegEqazHxBUDsB1rWM { width:143px;height:30px;top:10px;left:89.351906690696px;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:320px;height:905px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:267.986px;height:256.997px;top:105px;left:25.989583015442px;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:267.986px;height:256.997px;top:675.98962402344px;left:25.989583015442px;display:none; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:320px;height:53px;top:319px;left:0px;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #ffa44b, #ff5c0b);background-image: -moz-linear-gradient(107deg, #ffa44b, #ff5c0b);background-image: -ms-linear-gradient(107deg, #ffa44b, #ff5c0b);background-image: -o-linear-gradient(107deg, #ffa44b, #ff5c0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ff5c0b' );";background-image: linear-gradient(107deg, #ffa44b, #ff5c0b);background-size:auto !important;box-shadow: 1px 17px 55px rgba(86,101,120,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:320px;height:523px;top:346px;left:0px;box-shadow: 1px 1px 55px rgba(7,7,7,0.21) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:320px;height:0;top:437.96878051758px;left:0px;font-size:24px;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { width:286.997px;height:27.309px;top:384.79864120483px;left:20.493056297302px;font-size:21px;line-height:1.3;color:#ff5c0b;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:11px;overflow:hidden;height:auto;color:#002c7a; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:252px;margin-top:4px;margin-right:14px;margin-bottom:4px;margin-left:14px;background-color:#1e67fd;background-image:none;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;font-size:24px;overflow:hidden;height:55px;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:280px;height:auto;top:411px;left:0px; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:10px;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:280px;height:auto;top:411px;left:0px; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:160px;height:40px;top:435px;left:139px;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:3px;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:150.969px;height:24px;top:443px;left:141px;font-size:10px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:59px;height:59px;top:966px;left:26px;display:none; }
 }@media only screen and (max-width: 763px) { #pvD4VITcqKU4lzxKfbwE1s4d2XxHzyv6 { width:308.993px;height:45px;top:15.989582061768px;left:10.48611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { width:314px;height:610px;top:1199.5659484863px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uXIaOGWfBKyMpkQQmnXfGyovbFpfotRt { width:275.99px;height:41.9965px;top:69.965282440186px;left:26.961808204651px;display:block; }
 }@media only screen and (max-width: 763px) { #UkHg19HU1DayZy8GvQ1TOyN3paKhbzoS { width:127px;height:86px;top:174px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #GA2B1dl8lUyFfA42ClrLlT9H4P6Bekxl { width:151px;height:113px;top:165px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEONxAUtLlGTVRXtPRuftQFGTWWXyIu { width:144px;height:144px;top:154px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xZ3sAs523Z4SJ0E739dxlS8D5wIw4nah { width:125.99px;height:125.99px;top:154px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #miFy7ETiNXT5DHtqXHUHf6WbVfE6TDRJ { width:40.9896px;height:28.9931px;top:216.97918319702px;left:152.4791765213px;display:block; }
 }@media only screen and (max-width: 763px) { #WEhhImhBLL5642NXh7OUMsGTQFQ6HcrT { width:308.993px;height:33.9931px;top:122.04516601562px;left:5.4861116409302px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RquiSGQ7w61MZHtdudh49VN0eJ15NKyN { width:110px;height:112.986px;top:208.03126144409px;left:188.1041765213px;display:block; }
 }@media only screen and (max-width: 763px) { #Emim6RFdUVZGg8oSaXGBUulU7Q389Xza { width:38.9931px;height:38.9931px;top:919.47918319702px;left:91.475697517395px;display:none; }
 }@media only screen and (max-width: 763px) { #JpdhcAtHTlCiJQdQbr80G2cDG67JzVT7 { width:320px;height:31.1806px;top:332px;left:0px;font-size:24px;line-height:1.3;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #1e67fd, #0b90f4);background-image: -moz-linear-gradient(107deg, #1e67fd, #0b90f4);background-image: -ms-linear-gradient(107deg, #1e67fd, #0b90f4);background-image: -o-linear-gradient(107deg, #1e67fd, #0b90f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e67fd', endColorstr='#0b90f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e67fd', endColorstr='#0b90f4' );";background-image: linear-gradient(107deg, #1e67fd, #0b90f4);background-size:initial !important;display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { background-color: transparent; background-image: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .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); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpAHXe85blEDObrMr7BrA9p96JHFpKNx { width:267.986px;height:260.99px;top:383.10765075684px;left:25.989583015442px;display:none; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:296.997px;height:85.7813px;top:30px;left:11.493056297302px;font-size:22px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:265.99px;height:111.979px;top:387.98959350586px;left:26.996529579163px;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { width:320px;height:2px;top:681px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #u6IXmDbqDwR5SpUJ0bKTeUM2kZbesvW4 { width:250.988px;height:250px;top:138.77499389648px;left:34.500000953674px;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:250.988px;height:250px;top:634.08749389648px;left:57.262497901917px;display:none; }
 }@media only screen and (max-width: 763px) { #iRemrwDfZ87pbTtpHUJWBE8By67fIR1F { background-color:#ffffff;background-image:none;display:block; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { background-color: transparent; background-image: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container > .video-iframe-container { display: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row > .video-iframe-container { display: none; }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .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); }#iRemrwDfZ87pbTtpHUJWBE8By67fIR1F > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XS1v1sI6lk50CsO5BG27XgQHq0PUT5NU { width:267.986px;height:260.99px;top:383.10765075684px;left:25.989583015442px;display:none; }
 }@media only screen and (max-width: 763px) { #iUqnartgnqamb8TVa36o0ZlRmyUV2uLG { width:320px;height:2px;top:681px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JSwgmBnuZJeywRmFELBy2oCDbwc4O1eO { width:295px;height:143px;top:264.98266601562px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #y4UMSEx4rb6JB3RLckZarSHQ6GdWqVBJ { width:320px;height:74.0625px;top:169.97500610352px;left:0px;font-size:19px;color:#002c7a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9vNx7yfxb2ws3KXRpvVKh8MyWQ6l8N { width:132px;height:135px;top:364.9757232666px;left:7.9861116409302px;z-index:15068;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fGSTFnwpbJSP0Nz3b2yyFcP95Sbq0Ja8 { width:35.9896px;height:35.9896px;top:73.03125px;left:41.982640266418px;display:none; }
 }@media only screen and (max-width: 763px) { #DwVXQLKigbhvlGMuO9sdvl8FMUcOaIWU { width:278.975px;height:65.9722px;top:12.9375px;left:20.512501716614px;font-size:30px;color:#002c7a;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #bZFrqOHFFhnIa3Xf4xbeGZNrH0SsksTJ { width:246.988px;height:0;top:298.50000762939px;left:36.500000953674px;font-size:20px;color:#002c7a;z-index:15059;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SmvqZtalhMZMToHEb4wkTilP4yZcfxwd { width:314px;height:163px;top:402px;left:0px;overflow:hidden;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #ch1vIi8f7RK7oziTDEoQer1EgPsi96yf { width:132px;height:135px;top:323.97573176026px;left:8.9930562973022px;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wT5hcl5td9MqekNFETJD2Nda9Pqsxzbu { width:278.976px;height:0;top:38.975708007812px;left:25.989583015442px;font-size:35px;color:#002c7a;display:none; }
 }@media only screen and (max-width: 763px) { #vwNvTTb2VqWqkoqg7rADNdygApeWCSFE { width:320px;height:32.6125px;top:99.975006103516px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pdzFkp9qcNV8zXxcbMMcZJEFTwZlFRwO { width:264px;height:74.0625px;top:259.98751831055px;left:28.000000953674px;font-size:19px;color:#002c7a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { width:251.988px;height:75.9875px;top:579.01251220703px;left:34.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BC7ETFn6qU5z4WeWzqU8Om2ov7CJJCs0 { width:320px;height:27.309px;top:14.565979003906px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-number { padding-top:5.36px;padding-right:4.87px;padding-bottom:5.36px;padding-left:4.87px;width:29.21px;min-width:29.21px;height:28.83px;font-size:21.46px;line-height:28.83px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.35px;margin-right:0;margin-bottom:0;margin-left:0;width:38.93px;height:11.4px;font-size:8.05px;line-height:11.4px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b { width:228px;height:56.3px;display:flex;top:53.663208007812px;left:45.295140266418px;z-index:15001;padding-top:0.67px;padding-right:0.69px;padding-bottom:0.67px;padding-left:0.69px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #A6vAWrCEUC9DDiTpWsC8HPm9ky4usCBT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cp7C6LexDWQ7t7rOrAnCPvspbH4XGkiA {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #iAFTnFf5wpG7pGfQvLptH6yumBevDdyq {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #cAlR3J1uu3RQ7c9FqMWt5GhWntXWg8aR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #K1mbDeBxcdK0E2CzoT3VcimREoLDPNfl {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #BW5AyxBRSE7NdSOUAeBu20HIdmb6ZqmD {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #Oqz7rLdz1Hx3mRrzQhh4oCsvoGIhL8ls { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dLnu68i3h2a6J0WkLFDnZ5Z2xtxxzkPX {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #PMhSsnSuUh6wWb2DTIyumuJCrwr02ito {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #kVbclziu2GEhxayWmutz85nfr0eIaVAr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #SsilgfbRivTFOCH24MUGQiImEcUiHXQM {  }
 }@media only screen and (max-width: 763px) { #bfUw9s8GLNctJv48AbU9Ml0nHVZ4lw0b #dDpgOvOh0QWQ4fTJozmUn9ta4ol8bLVO {  }
 }@media only screen and (max-width: 763px) { #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/37bc85be-3f4f-48ac-9883-07e0b9b0ea28/fotkamobiledol_1.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.adaptive-delivery-prevent-bg, #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.lazyload, #E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm.lazyloading { background-image: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { background-color: transparent; background-image: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container > .video-iframe-container { display: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container { display: none; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .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); }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { border-width: 0; border-radius: 0; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4ep0bcxxPNFKlIa5ZRWZXhfyNt7SFWm > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l38FZh1sCUhXDOUOZitClPAcIi29qn64 { width:320px;height:282px;top:0px;left:0px;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 763px) { #oAauZU3MwOEN3ZrkdGoNzse0fqDAyPgt { top:0px;left:0px;width:319px;height:79px;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #d9lUPPesO3a12ak19MK43hVhgHpLBgkA { width:286px;height:95.1389px;top:31.453125px;left:17px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXyPHkuyQNcKaeDdEXA3N7kueauPUHid { width:251px;height:14.375px;top:167.765625px;left:34.5px;font-size:9px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGkhQwAlcZ5MR8KIbcSdaM6LBBRPHGT8 { width:320px;height:26px;top:131.25px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T63G1MQfdZPJEs49XmwhuWcEXIsxUisy { width:320px;height:511px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZL9QBkzTxP2wg1xepVEiINwc8n4sbhcd { width:285.99px;height:96.9965px;top:182.13542175293px;left:16.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:28px;height:28px;top:22px;left:120px;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:28px; height:28px; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:32px;height:32px;top:19px;left:171px;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:31px;height:31px;top:19px;left:224px;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:28px;height:28px;top:22px;left:64px;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:28px; height:28px; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:315.955px;height:31.9792px;top:0px;left:0px;font-size:10px;color:#343a40;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61cdf8f2-c7bc-4bfc-b4b2-ac45be281fed/fotodolnemobilev2.png");background-position:top center !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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:320px;height:820px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { width:320px;height:352px;top:0px;left:0px;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:400px;border-bottom-right-radius:400px;display:block; }
 }@media only screen and (max-width: 763px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { top:0px;left:0px;width:319px;height:79px;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:320px;height:32.5px;top:33.3125px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:217px;height:65px;top:78.0625px;left:51.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:320px;height:39px;top:156.5px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:278px;height:53px;top:21.0625px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:285px;height:61px;top:203.625px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:320px;height:511px;top:0px;left:0px;display:none; }
 }