.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/a5e9f279-944d-42f9-bb29-49d1efeb5ccc/Rudazlewejpatrzywprawo.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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;z-index:auto;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#002856;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3709487915037rem;left:21.873554706574rem;height:8.24870625rem;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.151039123535rem;left:22.685474872589rem;height:6.33463125rem;font-style:normal;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-form-header {  }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f58220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.875rem;margin-bottom:0.25rem;margin-left:1.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:14rem;height:2.5rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]:-moz-placeholder { color:rgba(128,128,128,0.96);font-family:montserrat;font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]::-moz-placeholder { color:rgba(128,128,128,0.96);font-family:montserrat;font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]:-ms-input-placeholder { color:rgba(128,128,128,0.96);font-family:montserrat;font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]::-webkit-input-placeholder { color:rgba(128,128,128,0.96);font-family:montserrat;font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .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:montserrat;line-height:1.3;font-size:0.5625rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container:first-of-type{padding-top:0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container:last-of-type{padding-bottom:0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { background-color:#002856;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15004;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:4.6678242683411rem;left:54.782988071442rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { background-color:#002856;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15004;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:4.6678242683411rem;left:54.782988071442rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 { position:relative;z-index:2; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x { position:relative; }
#qZ3P48cg61TIboiIy9ng3FOEf8GzK94T { color:#f58220;display:block;width:64.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.447193145752rem;left:6.683304309845rem;height:2.03125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TOAQnB69mNfrDgMwVGFid1nXqosTlUGO { position:absolute;display:block;z-index:15008;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:4rem;width:12.9375rem;top:0.779079914093rem;left:0.061631679534912rem;overflow:hidden;display:block; }
#Kw9ahK6sSe6QkwUXr1um5I8wahXTyGZG { box-sizing:content-box;height:4.1875rem;width:71.5625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(172deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(172deg, #ffffff, #ffffff);background-image: -o-linear-gradient(172deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(172deg, #ffffff, #ffffff);background-size:auto !important;top:34.312213897705rem;left:3.2284436225891rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { position:relative;display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { background-color: transparent; background-image: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container > .video-iframe-container { display: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row > .video-iframe-container { display: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .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); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { border-width: 0; border-radius: 0; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PcSrCLcV5kbdOVEV7lea3gta25fgPDk2 { 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:35.875rem;width:43.0625rem;top:0.81018733978269rem;left:15.967882633209rem;overflow:hidden;display:block; }
#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#def6f7;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; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { background-color: transparent; background-image: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container > .video-iframe-container { display: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container { display: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .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); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { border-width: 0; border-radius: 0; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { color:#002856;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9739608764649rem;left:0rem;height:3.0866625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { position:relative;display:block; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { background-color: transparent; background-image: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container > .video-iframe-container { display: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row > .video-iframe-container { display: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .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); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { border-width: 0; border-radius: 0; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { color:#002856;display:block;width:21.124875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.210939407349rem;left:1.9364876747131rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:2.51953125rem;left:8.8433165550231rem;overflow:hidden;display:block; }
#yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { color:#002856;display:block;width:21.124875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.213109016419rem;left:26.937212467194rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:2.5528059005738rem;left:33.873697757721rem;overflow:hidden;display:block; }
#xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { position:absolute;display:block;z-index:15007;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:7.4375rem;width:7.4375rem;top:2.4544267654419rem;left:58.778940677643rem;overflow:hidden;display:block; }
#NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { color:#002856;display:block;width:21.124875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.209492683411rem;left:51.936491489411rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRPSCMJrtKy1e8ZvTWxsMmDyJJN8Pevn { color:#002856;display:block;width:19.1869375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.268953323364rem;left:3.9199938774109rem;height:11.695625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { color:#002856;display:block;width:19.1869375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.267506837845rem;left:27.905817508697rem;height:11.695625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#If90hoh9DklbZmehWD2I89cwAKEIaZUe { color:#002856;display:block;width:20.2495625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.266782999039rem;left:51.936491489411rem;height:11.6955875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 { position:relative;display:block; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 { background-color: transparent; background-image: none; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container > .video-iframe-container { display: none; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row > .video-iframe-container { display: none; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .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); }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 { border-width: 0; border-radius: 0; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#def6f7;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; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { background-color: transparent; background-image: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container > .video-iframe-container { display: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container { display: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .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); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { border-width: 0; border-radius: 0; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { color:#002856;display:block;width:74.999375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5844879150391rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { position:relative;display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { background-color: transparent; background-image: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container > .video-iframe-container { display: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row > .video-iframe-container { display: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .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); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { border-width: 0; border-radius: 0; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aAxtDz7ufUqRX1aoEB1kw8kbnOeOPIIi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:56.6875rem;top:1.2174396514893rem;left:9.1239876747131rem;overflow:hidden;display:block; }
#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#def6f7;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; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container { background-color: transparent; background-image: none; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container > .video-iframe-container { display: none; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row > .video-iframe-container { display: none; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .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); }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container { border-width: 0; border-radius: 0; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#mX7bcPaTz5FkVUlc4MhO6Z7TZMbUkVBb { color:#002856;display:block;width:74.999375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7366943359375rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { position:relative;display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { background-color: transparent; background-image: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container > .video-iframe-container { display: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row > .video-iframe-container { display: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .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); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { border-width: 0; border-radius: 0; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #002856;border-left:0.0625rem solid #002856;border-right:0.0625rem solid #002856;border-bottom:0.0625rem solid #002856;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:35rem;top:1.6226844787598rem;left:1.1856193542481rem;overflow:hidden;display:block; }
#y17p7VrL8txT6umCQBqJZ5GK9sKEMWts { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #002856;border-left:0.0625rem solid #002856;border-right:0.0625rem solid #002856;border-bottom:0.0625rem solid #002856;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.625rem;width:34.75rem;top:1.6526298522949rem;left:38.873697757721rem;overflow:hidden;display:block; }
#mx8Uqn3SBdNM8WErU0zSJ5TdbGnbo7wK { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #002856;border-left:0.0625rem solid #002856;border-right:0.0625rem solid #002856;border-bottom:0.0625rem solid #002856;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5625rem;width:34.6875rem;top:15.995801925659rem;left:1.405526638031rem;overflow:hidden;display:block; }
#v2sK2pUW0qgMKHQGIoFxtXSEzuTF25hg { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #002856;border-left:0.0625rem solid #002856;border-right:0.0625rem solid #002856;border-bottom:0.0625rem solid #002856;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:34.4375rem;top:16.025753259659rem;left:38.983652591706rem;overflow:hidden;display:block; }
#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#def6f7;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; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container { background-color: transparent; background-image: none; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container > .video-iframe-container { display: none; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row > .video-iframe-container { display: none; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .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); }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container { border-width: 0; border-radius: 0; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#Rgk3rvOkVN1v3RCzsiv2bzDlyprqrnrR { color:#002856;display:block;width:71.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4809026718139rem;left:1.779513835907rem;height:4.22309375rem;text-align:justify;text-align-last:initial;display:block; }
#frJ4RCfywDPToSqLBDKblOxv89xsTLcU { position:relative;display:block; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU { background-color: transparent; background-image: none; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container > .video-iframe-container { display: none; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row > .video-iframe-container { display: none; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .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); }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU { border-width: 0; border-radius: 0; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { color:#f58220;display:block;width:26.3121875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.0072336196899rem;left:24.342449665069rem;height:15.9903125rem;font-style:normal;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
#J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { color:#f58220;display:block;width:35.0621875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4351806640625rem;left:19.968895435333rem;height:2.27430625rem;font-style:normal;display:block; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002856;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; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.0925903320312rem;left:0rem;height:6.1863375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { color:#f58220;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.589416503906rem;left:3.8816552162171rem;height:1.21816875rem;display:block; }
#v6WpN773a5ep80JrdLznnG2EMRkTugfx { color:#f58220;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.670867919922rem;left:19.382235050201rem;height:1.0554125rem;text-align:right;text-align-last:right;display:block; }
#A8KtUEzGLMI3wvCOgoTUmTQA0PP0FZAw { color:#ffffff;display:block;width:21.8120625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3389739990234rem;left:3.2566552162171rem;height:1.2991875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:8.3125rem;left:8.2485547065737rem;width:31.0625rem;height:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:23.125rem;left:9.0604748725894rem;width:31.5625rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { width:17.625rem;height:auto;top:4.625rem;left:27.5rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { width:17.625rem;height:auto;top:4.625rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x {  }
 }@media only screen and (max-width: 763px) { #qZ3P48cg61TIboiIy9ng3FOEf8GzK94T { top:35.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOAQnB69mNfrDgMwVGFid1nXqosTlUGO { top:0.75rem;left:0rem;width:12.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9ahK6sSe6QkwUXr1um5I8wahXTyGZG { top:34.25rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcSrCLcV5kbdOVEV7lea3gta25fgPDk2 { top:0.75rem;left:2.3428826332092rem;width:43.0625rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { display:block; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { top:1.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { display:block; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { top:11.1875rem;left:0rem;width:21.0625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { top:2.5rem;left:4.2808165550232rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { top:11.1875rem;left:10.6875rem;width:21.0625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { top:2.5rem;left:20.186197757721rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { top:2.4375rem;left:35.966440677643rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { top:11.1875rem;left:26.5625rem;width:21.0625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPSCMJrtKy1e8ZvTWxsMmDyJJN8Pevn { top:18.25rem;left:0rem;width:19.125rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { top:18.25rem;left:12.625rem;width:19.125rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If90hoh9DklbZmehWD2I89cwAKEIaZUe { top:18.25rem;left:27.4375rem;width:20.1875rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 { display:block; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { display:block; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxtDz7ufUqRX1aoEB1kw8kbnOeOPIIi { top:1.1875rem;left:0rem;width:47.75rem;height:27.481256890849rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctLckBzBsly1sUN1VQNhvg9mOQqqx6M { display:block; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX7bcPaTz5FkVUlc4MhO6Z7TZMbUkVBb { top:1.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { top:1.5625rem;left:0rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y17p7VrL8txT6umCQBqJZ5GK9sKEMWts { top:1.625rem;left:13rem;width:34.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx8Uqn3SBdNM8WErU0zSJ5TdbGnbo7wK { top:15.9375rem;left:0rem;width:34.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sK2pUW0qgMKHQGIoFxtXSEzuTF25hg { top:16rem;left:13.1875rem;width:34.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #figNrm2qfWdL8waaP9PPZS9OAD2ofCZL { display:block; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgk3rvOkVN1v3RCzsiv2bzDlyprqrnrR { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frJ4RCfywDPToSqLBDKblOxv89xsTLcU { display:block; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { top:5rem;left:10.717449665069rem;width:26.25rem;height:15.9375rem;font-size:1.0625rem;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
 }@media only screen and (max-width: 763px) { #J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { top:1.375rem;left:6.3438954353331rem;width:35rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { top:4.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { top:13.5625rem;left:0rem;width:13.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WpN773a5ep80JrdLznnG2EMRkTugfx { top:13.625rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8KtUEzGLMI3wvCOgoTUmTQA0PP0FZAw { top:1.3125rem;left:0rem;width:21.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/a5e9f279-944d-42f9-bb29-49d1efeb5ccc/Rudazlewejpatrzywprawo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:12.125rem;height:3.71094375rem;top:2.0321180820465rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:16.6869375rem;height:3.1662375rem;top:8.7110824584963rem;left:1.6543692350387rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { width:17.4375rem;height:auto;top:15.989583969116rem;left:-0.061487257480621rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { width:17.4375rem;height:auto;top:15.989583969116rem;left:-0.061487257480621rem; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x {  }
 }@media only screen and (max-width: 763px) { #qZ3P48cg61TIboiIy9ng3FOEf8GzK94T { width:19.99925rem;height:2.110825rem;top:12.916667938233rem;left:0rem;font-size:0.8125rem;color:#f58220;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOAQnB69mNfrDgMwVGFid1nXqosTlUGO { width:3.87441875rem;height:1.18706875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9ahK6sSe6QkwUXr1um5I8wahXTyGZG { width:20rem;height:0.4375rem;top:41.829992719604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcSrCLcV5kbdOVEV7lea3gta25fgPDk2 { width:17.875rem;height:14.875rem;top:0rem;left:1.3006366491318rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { display:block; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { width:19.9375rem;height:4.22309375rem;top:0.49811923503876rem;left:0.060040533542633rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { display:block; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { width:19.99925rem;height:4.8741375rem;top:9.8755625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { width:7.4375rem;height:7.375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { width:19.99925rem;height:4.8741375rem;top:37.203820848465rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { width:7.3125rem;height:7.3125rem;top:28.64117565155rem;left:6.2492767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { width:7.4375rem;height:7.4375rem;top:56.57911028862rem;left:6.2492767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { width:19.99925rem;height:4.8741375rem;top:65.453531646731rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPSCMJrtKy1e8ZvTWxsMmDyJJN8Pevn { width:19.75rem;height:9.6665rem;top:43.386835479736rem;left:0.12528944015503rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { width:19.75rem;height:9.6665rem;top:15.9375rem;left:0.12528944015503rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If90hoh9DklbZmehWD2I89cwAKEIaZUe { width:19.9985625rem;height:11.047425rem;top:71.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 { display:block; }#knSmJgoVDR3w2r2MZOLOvbOAA5acv8K5 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { display:block; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { width:19.99925rem;height:6.8229375rem;top:0.2484130859375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxtDz7ufUqRX1aoEB1kw8kbnOeOPIIi { width:19.125rem;height:11rem;top:0.43619537353516rem;left:0.41377317905426rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctLckBzBsly1sUN1VQNhvg9mOQqqx6M { display:block; }#XctLckBzBsly1sUN1VQNhvg9mOQqqx6M > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX7bcPaTz5FkVUlc4MhO6Z7TZMbUkVBb { width:19.99925rem;height:4.5486125rem;top:0.18533325195312rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { width:19.9375rem;height:7.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y17p7VrL8txT6umCQBqJZ5GK9sKEMWts { width:19.875rem;height:7.220773381295rem;top:18.318827828125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx8Uqn3SBdNM8WErU0zSJ5TdbGnbo7wK { width:19.875rem;height:7.197972972973rem;top:9.778610203125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sK2pUW0qgMKHQGIoFxtXSEzuTF25hg { width:19.875rem;height:7.2141560798548rem;top:26.881482953125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #figNrm2qfWdL8waaP9PPZS9OAD2ofCZL { display:block; }#figNrm2qfWdL8waaP9PPZS9OAD2ofCZL > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgk3rvOkVN1v3RCzsiv2bzDlyprqrnrR { width:19.99925rem;height:9.74825rem;top:1.3738427162171rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frJ4RCfywDPToSqLBDKblOxv89xsTLcU { display:block; }#frJ4RCfywDPToSqLBDKblOxv89xsTLcU > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { width:19.9985625rem;height:15.2401875rem;top:7.5747985839844rem;left:0.00072342157363894rem;font-size:1.0625rem;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
 }@media only screen and (max-width: 763px) { #J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { width:19.9985625rem;height:3.73698125rem;top:1.9849662780762rem;left:0.00072342157363894rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { width:16.6875rem;height:3.9388rem;top:1.2492752075195rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { width:18.25rem;height:1.137875rem;top:12.309173583984rem;left:0.87196218967437rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6WpN773a5ep80JrdLznnG2EMRkTugfx { width:19.99925rem;height:2.92535rem;top:7.7962951660156rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8KtUEzGLMI3wvCOgoTUmTQA0PP0FZAw { width:19.99925rem;height:0.97511875rem;top:14.971641540528rem;left:0rem;font-size:0.75rem;display:block; }
 }