.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); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ca0000, #760000);background-image: -moz-linear-gradient(90deg, #ca0000, #760000);background-image: -ms-linear-gradient(90deg, #ca0000, #760000);background-image: -o-linear-gradient(90deg, #ca0000, #760000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0000', endColorstr='#760000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0000', endColorstr='#760000' );";background-image: linear-gradient(90deg, #ca0000, #760000);background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { background-color: transparent; background-image: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container > .video-iframe-container { display: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row > .video-iframe-container { display: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .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); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { border-width: 0; border-radius: 0; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#lZJFWvK7X2Jeknho5VJiMcHATSGNlZKL { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:53.4375rem;display:block; }
#VCcTs4aA399uFH0bvIU7MUATRDOxXAuS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOcqfWClCqcJ8wBWkkdlTKis9WF1doAb { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.375rem;left:10rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39f23b65-58c5-45ae-8828-33909dc75e0f/DanielSiwiecWarsztatyzFlipw.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L.adaptive-delivery-prevent-bg, #qlpdXORuqoRrAT0DczmLXMoP1DdmP85L.lazyload, #qlpdXORuqoRrAT0DczmLXMoP1DdmP85L.lazyloading { background-image: none; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container { background-color: transparent; background-image: none; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,98,0.83); }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container > .video-iframe-container { display: none; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,98,0.83); }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row > .video-iframe-container { display: none; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .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); }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container { border-width: 0; border-radius: 0; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#V07dT49wH8mqwmpeuztW42lZ5vtbtLXp { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:poppins-extramediumsemibold;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:17.375rem;height:8.125rem;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; }
#Q4OZo3SmKqkRAQ7Biybtsdaoez7xHQvh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.75rem;left:15.25rem;overflow:hidden;display:block; }
#iFt5nLd0R3GgPiEgwknp8m4xWJhOU2uQ { position:absolute;display:block;z-index:14999;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:1.25rem;width:29.125rem;top:11.125rem;left:22.8125rem;overflow:hidden;display:block; }
#BW4HzqsGoJkq6zLrUKTk7xd3O9pENxks { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:poppins-extramediumsemibold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:13.8125rem;left:21.03125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJx7Wm5A6Jd8v3ecq8B7lJ5IadnkKiu1 { background-color:#860000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.1875rem;left:23.6875rem;display:block; }
#gyGy1ZvxefqBhGVmQ2m5CNcp3X4NxX9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxHwhEr4RATZBLPC1D6lqoRU36kvwvMF { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins-extramediumsemibold;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.25rem;left:38.8125rem;display:block; }
#Fb4KDGUKgTfSR3ofny8b3U0m96awP2K8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3LysG6ITGRFGTpQX5GVLwmaNVrFSnBG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.0625rem;width:75rem;top:33.0625rem;left:0rem;display:none; }
#qGANCoIPwmleCsVkGQ67se1sHrB0y5c9 { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:19.90625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWXyJdl5WGfyRKrXMPKaa0rUUaw8LMzd { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.5625rem;left:30.875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ttytxu5EXpqZcAehiiQhAoZU1RyTJTtN { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.5625rem;left:41.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fh3IW9qnU80SrgAU9Wdpds9x5JeSi53D { position:absolute;display:block;z-index:15045;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.875rem;width:0.875rem;top:18.125rem;left:39.8125rem;display:block; }
#BtkurO6lO76RgkxBuplqCkfOykg5wMtq { position:absolute;display:block;z-index:15004;background-color:#ec0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.9375rem;top:17.5rem;left:39.25rem;display:block; }
#CecBMRNmhKo25n1gl6H9v7ZUB6JPEpEW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:38.625rem;width:68.8125rem;top:39.25rem;left:2.9375rem;display:block; }
#Zu42nk664NSPs9TaXaPTxXtIgbMCENL1 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:31.5625rem;left:21.625rem;height:2.4433625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VJfl1KBGCCNf707eDLHDqhKMC84xVOll { box-sizing:content-box;height:3rem;width:68.8125rem;position:absolute;display:block;z-index:15053;background-color:#2a7d2e;background-image:none;top:36.3125rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BUkIzgam55gogeRUUlmmuinXEm9F42Rd { color:#ffffff;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:37.125rem;left:15.375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mh3S2HPrUES6tQ6rudZX8T0ZvQ8PioNd { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.125rem;top:38.1875rem;left:36.8125rem;overflow:hidden;display:block; }
#l9iEessMdxz9MxEWEbyHX0rtossu3T1T { position:relative;display:block; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T { background-color: transparent; background-image: none; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row .container > .video-iframe-container { display: none; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row > .video-iframe-container { display: none; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .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); }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T { border-width: 0; border-radius: 0; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .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; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .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.75rem;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; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD { 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; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container { background-color: transparent; background-image: none; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container > .video-iframe-container { display: none; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row > .video-iframe-container { display: none; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .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); }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container { border-width: 0; border-radius: 0; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#EHTy85oS8tEI5yd79Q5ZVkZ3ufHlZXRX { color:#404841;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19rem;left:0rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSFPtiJdS6TkBuUMOJkUSsupIthpvXLS { color:#404841;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:35.75rem;left:22.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fkKw8tlfe3zdvLS82TohbLORahlI4QWN { color:#052e26;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.6875rem;left:22.125rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTEeoKvn8prnxet9LNWQk5D8WI34XPGB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:4.375rem;top:33.125rem;left:16.8125rem;overflow:hidden;display:block; }
#DXV5b3JsvAxmzhwrL2UrUqDzJcAkVJyw { background-color:#860000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.6875rem;left:0rem;display:block; }
#HtHHWritSTse5SUtnuW4Is8NDnswPSqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBGBNdJ0wfuUcT2VE99JaHMubcJWg0ru { color:#252525;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lHK6qeWaZoJctP3CIugP8dt5QdPBECcL { position:absolute;display:block;z-index:15002;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.8125rem;top:9.8125rem;left:7.8125rem;display:block; }
#Kdx02Nkh781MHNM8iTm2EIADbTlZGDvk { color:#404841;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRmkvwKxt2KTXA13opbplfTd7yTGH0kd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:17.875rem;top:2.375rem;left:36.375rem;overflow:hidden;display:block; }
#rxQSxRBrkr3mVwrqzvTctoGRx1IRTORw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:22.75rem;left:38.75rem;overflow:hidden;display:block; }
#Cq8NI4xEMRxRNGHxV0Q5SwBITB717Bmr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:7.1875rem;left:56.125rem;overflow:hidden;display:block; }
#RIpA6vccv55IO9AbTxGVuOrMBgvGaTUo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:17.875rem;top:24.625rem;left:55.5rem;overflow:hidden;display:block; }
#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39f23b65-58c5-45ae-8828-33909dc75e0f/DanielSiwiecWarsztatyzFlipw.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN.adaptive-delivery-prevent-bg, #wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN.lazyload, #wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN.lazyloading { background-image: none; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container { background-color: transparent; background-image: none; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,46,38,0.88); }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container > .video-iframe-container { display: none; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,46,38,0.88); }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row > .video-iframe-container { display: none; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .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); }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container { border-width: 0; border-radius: 0; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#n72aaT0BsOQ9TKcMbLIIeDOTidrG4ZNO { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:6.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0eN0GKHaM8Z9DDEcwpZ68TZeuHJTl5x { position:absolute;display:block;z-index:15004;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:17.1875rem;width:21.25rem;top:12.4375rem;left:1.875rem;display:block; }
#khkFNg9TSfxLTAvNRAD5fVJROM1iRLn7 { position:absolute;display:block;z-index:15008;background-color:#052e26;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:14.125rem;left:3.125rem;display:block; }
#AwQehPUSVI74RkU2aIcpPUhnKa19H3h7 { position:absolute;display:block;z-index:15009;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:17.1875rem;width:21.25rem;top:12.4375rem;left:26.875rem;display:block; }
#XTn647PTvv68qKBCArToeSkf9LOzEDHc { position:absolute;display:block;z-index:15013;background-color:#052e26;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:14.125rem;left:28.125rem;display:block; }
#Z5i2arnIcvUTzybNNtQQa3bDydxZKwyb { color:#1d1d21;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.125rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sBZEpF05ro0Ph1Qldt6pvDJCDHfu5IWx { position:absolute;display:block;z-index:15000;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:13.125rem;top:8.8125rem;left:35.0625rem;display:block; }
#dVR4KFNXgeTfggWh0l8DI8DiwzbO8azG { color:#1d1d21;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:28.125rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bxry0eKnClx4HnL1Qe5oyN0uATQAVN89 { color:#1d1d21;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.125rem;left:3.125rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nVou3or8M7vGZKKbQfVle3IcwLIXl4Iz { color:#1d1d21;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:28.125rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KyCX4RdrpAWkCJHRagNSnMuuhMqzTaRE { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,39,98,0.25) ;height:17.1875rem;width:21.25rem;top:12.4375rem;left:51.875rem;display:block; }
#arOHTF2gf7V1MR8fK29BI3OHfJt305vd { color:#1d1d21;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.125rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IEmyDLM9GGC3XgrRiaEbJtNygEpubn93 { color:#1d1d21;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6875rem;left:53.125rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vCifTihTeHp7xL5ZN8QDCRbaOpDnMPm7 { position:absolute;display:block;z-index:15018;background-color:#052e26;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.625rem;width:4.625rem;top:14.125rem;left:53.125rem;display:block; }
#sNUspnS5AGtqW5D35XB4B9o8cOxBebTf { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:11.8125rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PvNWKD1pCwuABGFnh5Wgm4TNWmdeLCGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.875rem;left:3.875rem; }
#NhTV55gnm0MSFumgTIsN9x5Kpi3TBlZH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.875rem;left:28.875rem; }
#WpPxp7JZmOcMQqZu8UNMAM1UtXxxpMkP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.875rem;left:53.875rem; }
#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz { 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; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container { background-color: transparent; background-image: none; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container > .video-iframe-container { display: none; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row > .video-iframe-container { display: none; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .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); }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container { border-width: 0; border-radius: 0; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ObxiCbZbgLZ6T26dQyMMqMa0OEyqPtiZ { color:#1d1d21;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:11.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ecKRsuZPbn6xdHp9pOLUu867CWLn4Jfv { position:absolute;display:block;z-index:15010;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:6.0625rem;left:33.125rem;display:block; }
#d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection { 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; } #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection *:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="text"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="email"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="tel"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection textarea:focus-visible { outline: none; } #c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container { background-color: transparent; background-image: none; }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container > .video-iframe-container { display: none; }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row > .video-iframe-container { display: none; }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .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); }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container { border-width: 0; border-radius: 0; }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz { 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; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container { background-color: transparent; background-image: none; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container > .video-iframe-container { display: none; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row > .video-iframe-container { display: none; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .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); }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container { border-width: 0; border-radius: 0; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#FQbmWxNOiPGXDKG2kXBTOvrisABXsRTp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.125rem;top:0rem;left:22.4375rem;display:block; }
#b0Dci2KE4SwVCURkJT2ExgsFFwTlmTBb { position:absolute;display:block;z-index:14999;background-color:#052e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:0rem;left:17.625rem;display:block; }
#weTQvm0MpFtGO8EsyUk3oKedSpTXatQz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.25rem solid #ed9602;border-left:0.25rem solid #ed9602;border-right:0.25rem solid #ed9602;border-bottom:0.25rem solid #ed9602;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:1.34375rem;left:22.09375rem;display:block; }
#Xb9AJV5kOGtBimkBT8faaNdV33B6JZdu { color:#2e2e2e;display:block;width:13.4375rem;position:absolute;font-family:poppins-extramediumsemibold;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.4375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PpBN2gThtvF01xMSqPIR5pdupF216DWG { color:#003c79;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:10.0625rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TyTfbLaV6KowMmy176XZJ3OFA8pxsDIp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.8125rem;left:18.4375rem; }
#q9e331883d7648c05e010333ca291437.widget-smartsection { 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; } #q9e331883d7648c05e010333ca291437.widget-smartsection *:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="text"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="email"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="tel"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection textarea:focus-visible { outline: none; } #cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container { background-color: transparent; background-image: none; }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container > .video-iframe-container { display: none; }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row > .video-iframe-container { display: none; }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .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); }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container { border-width: 0; border-radius: 0; }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD { 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; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container { background-color: transparent; background-image: none; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container > .video-iframe-container { display: none; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row > .video-iframe-container { display: none; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .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); }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container { border-width: 0; border-radius: 0; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#KIzMM7tUHoDZdmQa9VX91vMmDf78mxNh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.125rem;top:0rem;left:22.4375rem;display:block; }
#ibccy6L4X2oZN9eyyo28KcNsxASRFuAR { position:absolute;display:block;z-index:14999;background-color:#052e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:0rem;left:17.625rem;display:block; }
#LGcE7KMv4iKimrDUiFHk6M6xANwNVW0R { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.25rem solid #ed9602;border-left:0.25rem solid #ed9602;border-right:0.25rem solid #ed9602;border-bottom:0.25rem solid #ed9602;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:1.34375rem;left:22.09375rem;display:block; }
#CxHkV2NT51xxXKecakUWrpCNJrtyUWn9 { color:#2e2e2e;display:block;width:14.125rem;position:absolute;font-family:poppins-extramediumsemibold;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.3125rem;left:2.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pk3wkzPv8Kb4y7E8DCxVS5Znamo5nhcV { color:#003c79;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:10.0625rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pDqwE5McW5eiOquz5HPdvlXyon9xmO7t { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.8125rem;left:18.4375rem; }
#i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection { 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; } #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection *:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="text"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="email"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="tel"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection textarea:focus-visible { outline: none; } #MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container { background-color: transparent; background-image: none; }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container > .video-iframe-container { display: none; }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row > .video-iframe-container { display: none; }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .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); }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container { border-width: 0; border-radius: 0; }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK { 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; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container { background-color: transparent; background-image: none; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container > .video-iframe-container { display: none; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row > .video-iframe-container { display: none; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .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); }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container { border-width: 0; border-radius: 0; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#T3H60A8mTyKB3mx9uhzTKJc6IRBTOVGb { color:#1d1d21;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HCTzEd1eXFw4HJyBTCMhQIKWpiq4AZXt { color:#252525;display:block;width:24rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlLaf0sbSntEq212Zty21PwcRbdR2cUx { position:absolute;display:block;z-index:15002;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:13.125rem;top:8.75rem;left:8rem;display:block; }
#DdNitQZdzMPt7pSXw6ivwKU7aWol5Exq { color:#1d1d21;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.1875rem;left:0rem;height:6.7995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sdcH1FLe5LCe5pZ4vFECsMph4BLUO5Ju { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.9375rem;width:16.5rem;top:26.875rem;left:44.25rem;overflow:hidden;display:block; }
#iSHJ4A6EuzslILiVyl5TFGQg6eckGCxy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.25rem;width:17.25rem;top:13.5rem;left:57.75rem;overflow:hidden;display:block; }
#KxTurRryDSai0wIN6nOqJuTUNxqQPSpm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.9375rem;width:21rem;top:7.875rem;left:40.5625rem;overflow:hidden;display:block; }
#W4TTHzi5ArzzZwLuytNr96uNlITsa5Uk { background-color:#860000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.3125rem;left:0rem;display:block; }
#v38KgKR0fFRcCTkqoA7RUZWhTMPZT41X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gE88yWJrgzd5nD9umeQUeUL2QTFlVzux { 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.125rem solid #1d1d21;border-left:0.125rem solid #1d1d21;border-right:0.125rem solid #1d1d21;border-bottom:0.125rem solid #1d1d21;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d1d21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.3125rem;left:15.3125rem;display:block; }
#epfWuhAJ8vK4190e3qICx73AMh9SJgcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMozG0iRthAm5SeEn0d1ze4RMW6AvQTN { color:#1d1d21;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:19.5rem;left:0rem;height:16.9987rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d { position:relative;display:block; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d { background-color: transparent; background-image: none; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container > .video-iframe-container { display: none; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row > .video-iframe-container { display: none; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .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); }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d { border-width: 0; border-radius: 0; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#052e26;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#w7TGPQDxfh3XHVF2x2JxdgWdNLA4pOt0 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8779296875rem;left:18.8125rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MqzV5lKUChXSW32a4OLReEOmVfvitfSF { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8779296875rem;left:56.3125rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oh9mf3JsfEQLxR6tvUn4WPLt1G3UzdPS { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:6.0029296875rem;left:2.875rem;height:2.4433625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IhqRpHrToxNmUH3RblekwTzedpc44o6V { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:6.0029296875rem;left:45.40625rem;height:2.4433625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZfvxIJoPVM7geSI1kEz8avb85aD5Bf1p { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4462890625rem;left:4.625rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IWTy5CJDvQJ5nKERDT7RAlrOEwbdg6oF { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8.4462890625rem;left:38.34375rem;height:4.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yGkUWgpeZJDJTUdQuZ55trJDdX1Dkp1S { position:absolute;display:block;z-index:15010;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:3.4375rem;width:3.4375rem;top:1.875rem;left:14.75rem;overflow:hidden;display:block; }
#r42nZVasRwrxTTKWkURyUdRIK4VUTJ5A { position:absolute;display:block;z-index:15011;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:3.4375rem;width:3.4375rem;top:1.8779296875rem;left:52.1875rem;overflow:hidden;display:block; }
#gTLW0D6nbLoGq0ISoRT2IS7uCg1ISTNo { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:0.125rem;top:0rem;left:37.4375rem;display:block; }
#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 { position:relative;display:block; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 { background-color: transparent; background-image: none; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row .container > .video-iframe-container { display: none; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row > .video-iframe-container { display: none; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .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); }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 { border-width: 0; border-radius: 0; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .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; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .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:6.8125rem;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; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9ff;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; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container { background-color: transparent; background-image: none; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container > .video-iframe-container { display: none; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row > .video-iframe-container { display: none; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .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); }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container { border-width: 0; border-radius: 0; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#saARTUDfTde3glTQ0dnfWSIOKw5gz28B { color:#1d1d21;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T4LPfMApUNUcW0V1zHgqNDKaL9o4VJRz { position:absolute;display:block;z-index:15010;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:5.5625rem;left:33.125rem;display:block; }
#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container { background-color: transparent; background-image: none; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container > .video-iframe-container { display: none; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row > .video-iframe-container { display: none; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .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); }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container { border-width: 0; border-radius: 0; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#Es71isfIZI6V7DShkX2Cc0CZLhoW3t3w { position:absolute;display:block;z-index:15003;background-color:#ed9602;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5rem;width:5rem;top:2.625rem;left:2.9375rem;display:block; }
#vgMImkhFrcbSE34Hk1iId4mbIakLlp8C { position:absolute;display:block;z-index:15002;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:18.75rem;width:33.625rem;top:0rem;left:1.9375rem;display:block; }
#XGarIcxFfN1izmLECQ42cQhpa9TGmRao { color:#253045;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.38671875rem;left:8.5625rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJICDNDKDKeml45CwMgByW1OGeXCryZH { color:#333333;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.875rem;left:2.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TJICDNDKDKeml45CwMgByW1OGeXCryZH li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJICDNDKDKeml45CwMgByW1OGeXCryZH li:before{  }
#lHsg9U0k1Ggdr3n8o379FRlAFnOU1M2H { 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:2.8125rem;width:2.8125rem;top:3.75rem;left:4.0625rem;overflow:hidden;display:block; }
#SpEpiSbzmibhTDAdfvG8NbmsGQoKhFEb { position:absolute;display:block;z-index:15003;background-color:#ed9602;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5rem;width:5rem;top:2.625rem;left:40.6875rem;display:block; }
#qCE6Lhc8cyvKVd5DwWQJb8zQhiiwtfPO { position:absolute;display:block;z-index:15002;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:18.75rem;width:33.625rem;top:0rem;left:39.4375rem;display:block; }
#g2OaWcrh8ESam4WBbmR0OQ71Gxq9flVl { 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:2.8125rem;width:2.8125rem;top:3.75rem;left:41.8125rem;overflow:hidden;display:block; }
#KaFT9Peux3BV2es5QyLq523RnHr1M5Kw { color:#253045;display:block;width:25.5625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.400390625rem;left:46.3125rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6y7tzeSGAZmuekskmepQUCNVTWb4MJo { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.875rem;left:40.6875rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#x6y7tzeSGAZmuekskmepQUCNVTWb4MJo li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#x6y7tzeSGAZmuekskmepQUCNVTWb4MJo li:before{  }
#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container { background-color: transparent; background-image: none; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container > .video-iframe-container { display: none; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row > .video-iframe-container { display: none; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .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); }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container { border-width: 0; border-radius: 0; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#XbJrRxGXhhFoBsAZO6HVf1WKmhK01OII { position:absolute;display:block;z-index:15003;background-color:#ed9602;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5rem;width:5rem;top:2.625rem;left:3.1875rem;display:block; }
#p6VfNOkQ0fQtaMk0ldogSgwlQIvG6lhF { position:absolute;display:block;z-index:15002;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:18.75rem;width:33.625rem;top:0rem;left:1.9375rem;display:block; }
#vaAfGpsyIrRXyFN6KWbEACoCI3M4yALv { 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:2.8125rem;width:2.8125rem;top:3.75rem;left:4.3125rem;overflow:hidden;display:block; }
#ORbFpqBVO18vRV7vTK7TmWhE0v6Kn3Mf { color:#253045;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.537109375rem;left:8.8125rem;height:5.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt { color:#333333;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.875rem;left:3.1875rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt li:before{  }
#DxSKKaQTbL8q9lZZSymspE75Qk62iump { position:absolute;display:block;z-index:15003;background-color:#ed9602;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5rem;width:5rem;top:2.625rem;left:40.6875rem;display:block; }
#zpIfMUTVz5LTl5ER61FJ9uNIFL7db7VH { color:#253045;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.400390625rem;left:46.3125rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR { color:#333333;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.875rem;left:40.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR li:before{  }
#zErQ40LT5aRZMvZzlCCcVTdAtB0qCz6W { 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:2.8125rem;width:2.8125rem;top:3.75rem;left:41.8125rem;overflow:hidden;display:block; }
#UP3Ft4C4CGLTMawFldGv17y9lMuGzV4c { position:absolute;display:block;z-index:15002;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:18.75rem;width:33.625rem;top:0rem;left:39.4375rem;display:block; }
#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND { 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; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container { background-color: transparent; background-image: none; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container > .video-iframe-container { display: none; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row > .video-iframe-container { display: none; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .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); }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container { border-width: 0; border-radius: 0; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#x7bz4GyGxJh8lHk0megbtnaaQZ0k0hnq { color:#1d1d21;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kifcBclZZc1fTNi7QXXBAGU3uX8RXE5T { position:absolute;display:block;z-index:15010;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:5.5625rem;left:33.125rem;display:block; }
#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L { 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; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container { background-color: transparent; background-image: none; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container > .video-iframe-container { display: none; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row > .video-iframe-container { display: none; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .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); }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container { border-width: 0; border-radius: 0; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#L4nMKGaNsdobEMuc2OmWymwpeTo85qKZ { color:#333333;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:4.9375rem;left:1.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRfNVF1mRTNkw99FxeN1kD9exrumcTCs { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.7744140625rem;left:2.34375rem; }
#HGN4pFBxby67pHFv5DCPMnPJeJtT7Thf { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.375rem;left:6.375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPmnm9wvJeOchcOgEGHbPpVwVOOwZQVn { 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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:0.625rem;left:0.875rem;display:block; }
#pEx2hMngo96JTLUOWzngWImA0aPrz3Fk { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14998;background-color:#052e26;background-image:none;top:1.3369140625rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#FwirwnlvrT2ORepqwBPtR9vAqhQK8ADq { position:absolute;display:block;z-index:15003;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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:0.625rem;left:25.9375rem;display:block; }
#aIINUTPnKSE1un64yypdMPKxx1c9r8d6 { color:#333333;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:4.9375rem;left:26.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UveUwsPsVfHc6E6w3I8NHPFCf9IB9EN0 { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.375rem;left:31.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAfy4PscRyFluIlqHGa3nzUuxn5MzXPP { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.75rem;left:27.375rem; }
#Ltsfi2lWlBZeNhMiX2qtGwQwDWpm8sIn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#052e26;background-image:none;top:1.3125rem;left:26.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#uvfkOts7tzi9e5S9NTKNUsST7EVQlCtX { color:#333333;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:4.9375rem;left:51.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OryMQGtHnHpP5r1nym1ddp1uDqsPyuos { position:absolute;display:block;z-index:15003;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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:0.625rem;left:50.9375rem;display:block; }
#pm7FzBkx9q7NQ5cPnM5KuQwUpqUCrLy9 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#052e26;background-image:none;top:1.3125rem;left:51.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#sZNN4AKRimEt2gXTmOcck2spnwIpK7r2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.8994140625rem;left:52.4375rem; }
#i5GsyOrWGzT4nGaBMJ20r02ZzCEsReri { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.375rem;left:56.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6eOclbTotXArCol1egdkEADBvpuL3pB { 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; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container { background-color: transparent; background-image: none; }#q6eOclbTotXArCol1egdkEADBvpuL3pB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container > .video-iframe-container { display: none; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row > .video-iframe-container { display: none; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .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); }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container { border-width: 0; border-radius: 0; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#vgnt2l7UEX6CDvoiQx32AnCTTaGBqROC { background-color:#860000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:10.8125rem;left:22.8125rem;display:block; }
#SQOr9eBdqfJfUhi2NyT4T19ZhB1TOFKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMWBnuhtgwsMMRMeayEb9MWstACVztzy { 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.125rem solid #1d1d21;border-left:0.125rem solid #1d1d21;border-right:0.125rem solid #1d1d21;border-bottom:0.125rem solid #1d1d21;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d1d21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:10.8125rem;left:38.125rem;display:block; }
#wDwV8Z382x6EoZt3QNB8ftrvoEQ3abVB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKKDM9510icweC4HbJODWpmbeH3a4D4f { color:#333333;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:5.5625rem;left:1.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHRwP7C3yoCzVKIk6EZ9nZrZ8o9RnsiM { position:absolute;display:block;z-index:15013;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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:1.25rem;left:0.875rem;display:block; }
#J0sQAVvbkJrg6aPkzx5yZkcXK9fRttEN { position:absolute;display:block;z-index:15018;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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:1.25rem;left:25.9375rem;display:block; }
#CuFtIBWngd6nXQQINdfpr6wzIRgTvIvv { color:#333333;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5.5625rem;left:26.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s90uA0W72MzcBG4gHUf7TTzZMGf3s3FG { color:#333333;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5.5625rem;left:51.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knSV2wFgryRpWmRqdVKo3WyCC15n0twc { position:absolute;display:block;z-index:15018;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.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;height:7.8125rem;width:23.125rem;top:1.25rem;left:50.9375rem;display:block; }
#s9rB6asZQwWK9PPRzuC4EAMoTq0hCWEq { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:#052e26;background-image:none;top:1.9375rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#JzT0dHefo6vHKwORgN3tf8yyD6tXz2Ex { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15018;background-color:#052e26;background-image:none;top:1.9375rem;left:26.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#UaGN8cZnlMWKbzFS5vXl2O0AkTwtN6t2 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15018;background-color:#052e26;background-image:none;top:1.9375rem;left:51.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#praUkx1BLn5FDlVDbVlDUf0bo3pZaggE { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.375rem;left:2.375rem; }
#opK7rgz7WxzuT4faTPrgL86WNfVRRzn2 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.375rem;left:27.375rem; }
#WtJdkZOIU1XfIiHlqzDf9F2URWhBiNRB { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.375rem;left:52.375rem; }
#pGBmiDzyA8a1HcTmtsFNhmduzK0VbcdM { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:3rem;left:6.375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGfcGL5BTa2I320nUXqZtRXNhZea3Nfp { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:3rem;left:31.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toCtTu4gOpixWF1lqKAzzUTi2tWwJo0r { color:#253045;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:3rem;left:56.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container { background-color: transparent; background-image: none; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container > .video-iframe-container { display: none; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row > .video-iframe-container { display: none; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .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); }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container { border-width: 0; border-radius: 0; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#Vf9TPNyqTrL89bET7GPrAgcS7tbGExRH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.125rem;width:20.75rem;top:4.625rem;left:7.90625rem;overflow:hidden;display:block; }
#ernJG4o7U6igiI8XUVaD8rusmBTPEPvV { position:absolute;display:block;z-index:15000;background-color:rgba(2,85,170,0.27);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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.5rem;width:24.0625rem;top:3.625rem;left:6.25rem;display:block; }
#tyvEZ7iRHJ6Ot1KUK6XWJoC6gLIPgTnE { position:absolute;display:block;z-index:15009;background-color:#052e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.4375rem;width:20.5625rem;top:29.625rem;left:7.9375rem;display:block; }
#qaRrO6nvUnJ2oEA7zWTWUoxEVKFUUmDQ { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3125rem;left:7.75rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F8E6XT4XZJ8TbTeJoKo6CrlH054FPFon { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.5625rem;left:7.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK { color:#333333;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:13.3125rem;left:30.9375rem;height:17.7988125rem;display:block; }#ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK li:before{  }
#avor25s5Wsk00Km71iwe02rTDbfHZKyW { color:#1d1d21;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.6875rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XoGKVNlVClAULyolFwTESkkJWPwnXgZI { color:#ed9602;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.375rem;left:32.6875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zVuz8mRFyyIF40TbT7wgTTMAhkPeGcpA { background-color:#860000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.0625rem 0.9375rem rgba(0,0,0,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.375rem;left:32.6875rem;display:block; }
#gHP6vroI4TVyr1Mua0XdNTU2UselIq7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57baadfe-686e-47e0-9ff2-4dc91b50e7e0/VademecumSpek2022to.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP.adaptive-delivery-prevent-bg, #CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP.lazyload, #CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP.lazyloading { background-image: none; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container { background-color: transparent; background-image: none; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #052e26; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container > .video-iframe-container { display: none; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #052e26; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row > .video-iframe-container { display: none; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .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); }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container { border-width: 0; border-radius: 0; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#zVOAgPMCqmrf8ykO7lJDXZOxqo9CdtNV { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:11.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.33625rem;padding-right:0.33rem;padding-bottom:0.33625rem;padding-left:0.33rem;display:block;align-items:center;width:1.978125rem;min-width:1.978125rem;height:1.8025rem;position:relative;font-family:poppins;font-size:1.34375rem;font-weight:700;line-height:28.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.210625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.639375rem;height:0.711875rem;position:relative;font-family:poppins;font-size:0.50375rem;font-weight:400;line-height:11.39px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.5625rem;height:3.3975rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.5625rem;left:30.375rem;z-index:15037; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #BWkHzS1U7f4HZupyotVD1HoU8SC9ST6O { display:flex;position:relative;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #AWTDk3ZSbwvXy3vnfgod15OTTuLdGgTA { width:auto; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #DvBf1QkGBImBTJlJ01VvJXOIofyvuO3U {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #FkHb6Td2iLz6HTLfagTvO3TQHT4Vt0zb { display:flex;position:relative;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #y59HTGSewaqdrzslcFtJwiqRIi1uZQc1 {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #bUGPKepfhmhFwRoQ3JSVtSSNT4eO8BSC {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #z5CUsi15sIVNewOy4ruzbuAm9KXQAwTl { display:flex;position:relative;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #PpiZ1BReR9xcMQvOVO5HlNw8469kCon6 {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #A4m5XM5pNkWIsTTyM1sZAVlmiCT8pKDB {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #RQIWTFNNW6dF3T0VAOzR70XLRErxvrgy { display:flex;position:relative;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #oTGx0wzQXJHqsbiNIVBGv8A43xpcFbQ6 {  }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ #Tbtib2Q8oRvMGnICJE3owKIcD8T6ttEz {  }
#eiwlIX9JvTpdUvKVQWbQCu5o476GaD2K { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:6.375rem;left:31.4375rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hI1oxQ7FZTI8EMtFloiAKW3s0J9zcBAX { position:absolute;display:block;z-index:15011;background-color:#ed9602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:4.875rem;left:33.125rem;display:block; }
#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S { position:relative;display:block; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S { background-color: transparent; background-image: none; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row .container > .video-iframe-container { display: none; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row > .video-iframe-container { display: none; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .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); }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S { border-width: 0; border-radius: 0; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .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; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .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:47rem;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; }#Q9LsCCcvHyQyG2JwtaN27CdaVTBQ3FeH { color:#333333;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.375rem;height:2.11230625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#XPdGG86Z5idnPCrco6QOe6ixbXUBwRuQ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #0255aa;border-left:0.0625rem solid #0255aa;border-right:0.0625rem solid #0255aa;border-bottom:0.0625rem solid #0255aa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.0625rem;width:23.125rem;top:1.3125rem;left:0rem;display:block; }
#sNrplPLm9ovVublc5JPIK8EQABwLzxeT { color:#1d1d21;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:9.5rem;left:3.25rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MT8MH5alJEhWnlaSZ1XqS3uT78UrMVUP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:9.8125rem;left:1.375rem; }
#CFuTQO6cqdzhIC6rvQtMkIDtk0IArVF6 { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:7.125rem;left:3.25rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lwtWUFZOWiOhJw3dbtaymUoXAe3eupiw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.375rem;left:1.375rem; }
#ugNcLqdHgmAuJ3wqTGISQs5zueZiX4dG { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:11.9375rem;left:3.25rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRRiE96ypaomzwXoueygzqRiMMIIQNXS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.1875rem;left:1.375rem; }
#RRiSl8CMa44L1RDMlyOFi80purDxbBJa { color:#0255aa;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:15.5625rem;left:1.375rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXaSE4f4XSdcbhEs0m2PouRaoUTwx1nT { position:absolute;display:block;z-index:15060;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:0.125rem;width:20.625rem;top:15.125rem;left:1.375rem;display:block; }
#xXX3CoxhCw4srEa080lLTefO1NHzcJoH { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.400390625rem;left:7.4375rem;height:2.76236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDDA5d4MfpmEcGTwAV6TyvXf9ivQXcOf { color:#b50000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:20.125rem;left:1.375rem;height:1.69986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnN1HloPPr5hcvLST07mR3mbekq15zib { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002762, #0255aa);background-image: -moz-linear-gradient(180deg, #002762, #0255aa);background-image: -ms-linear-gradient(180deg, #002762, #0255aa);background-image: -o-linear-gradient(180deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(180deg, #002762, #0255aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:23.3125rem;left:1.375rem;display:block; }
#SKcRg5iW3ybXSORvrCZuhhtquh5fcC3x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiR43PdvdA2f9CGQeud9sJwMhCyFdlHm { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.75rem;width:23.125rem;top:1.3125rem;left:51.625rem;display:block; }
#sCDTlFAygW7FhWILEMA7qOLJrTCZobiO { color:#1d1d21;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.5rem;left:54.875rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVx62KKEGHOgOOFFeDZvBmno4aGD4fHq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9.8125rem;left:53rem; }
#smZBNFQexc3PJbfHz4QyCJddJF7am7WA { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:7.125rem;left:54.875rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h6w1ipeUL5AXUuNNkIe3Wqcb959BVa79 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.375rem;left:53rem; }
#bWfOxzq6VmXkSGDOfnIBegA9XwGqEZQp { color:#1d1d21;display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:2.125rem;left:53.125rem;height:2.76236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xshz5QoqdTLHk23E16i0clgeDEGiyKaO { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:24.73828125rem;left:64.375rem;height:2.76236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOWJoFKBiqCRcZBlMXuqEIRxz3ZnzER8 { color:#0255aa;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15059;line-height:1.7;letter-spacing:0;top:23rem;left:53rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q3ixw8BggJV6xDUFcysL4IgidQ2KNeKk { position:absolute;display:block;z-index:15075;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:0.125rem;width:20.625rem;top:22.625rem;left:53rem;display:block; }
#nMJHT4Z0xHxTZHOQDLrVA2ah5RfydMqm { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.9375rem;left:54.875rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iK4ZVWlCXpMGTMFsEun1ciwT4rU3pyUk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:53rem; }
#eLDXsQ9MumXC5esOdSU8Dzq4IynuyO5t { color:#1d1d21;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:14.4375rem;left:54.875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nDDreqhMeiypaOAJfn0GqXKcUClw6qqv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:14.6875rem;left:53rem; }
#T2Mw40EnamSRz2RHCoA6TkwLXzXJ100o { color:#1d1d21;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.5;letter-spacing:0;top:18.3125rem;left:54.875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztCWtdGWP85d7JCLRo0Ahkfke7cF8Mh0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5625rem;left:53rem; }
#ZmcFk5pnKWCcslTa90eDSfGE23A36tSR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002762, #0255aa);background-image: -moz-linear-gradient(180deg, #002762, #0255aa);background-image: -ms-linear-gradient(180deg, #002762, #0255aa);background-image: -o-linear-gradient(180deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(180deg, #002762, #0255aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.9375rem;left:53rem;display:block; }
#meRhMyvM2hXkcEzkU6bI4onbqW8ZPhr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrUvv3tlI9VSEAu3Ct5cAuE7VQMPwm2Q { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #dba514;border-left:0.0625rem solid #dba514;border-right:0.0625rem solid #dba514;border-bottom:0.0625rem solid #dba514;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.0625rem;width:23.125rem;top:1.3125rem;left:25.8125rem;display:block; }
#eiINKkTrWxC8DGTZ2Aormq7qZlB8nzO5 { color:#1d1d21;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.5rem;left:29.0625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqg8OFx5X1X6GfN1bqUgmaPxSdC3Sgvk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9.8125rem;left:27.1875rem; }
#HhT8iwvGB2zU7tJ0n8e9J8y37nefZnVz { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:7.125rem;left:29.0625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcT2te71mNnma4wQFEGE4mpOUgldQQxi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.375rem;left:27.1875rem; }
#yXWBz87W9S660rS5Xsqm4vsAU0mWFTai { color:#1d1d21;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:2.125rem;left:27.3125rem;height:2.76236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5lhnH2PgBvQDiguTz314FHid1FnOrAD { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.9375rem;left:29.0625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhIeEGm5Cgpgv9EIM68fM90NAZVxz91z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:27.1875rem; }
#rzZbqbNvnttucOkUkE04qTx1xmnO6xAM { color:#0255aa;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15059;line-height:1.7;letter-spacing:0;top:21.375rem;left:27.1875rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRrEbsHT0l3goNszHsXukahPTHGvK31Q { position:absolute;display:block;z-index:15075;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:0.125rem;width:20.625rem;top:21.0625rem;left:27.1875rem;display:block; }
#RhfH76vtN1XoJgh4gB7zPT4e08FwTKL1 { color:#1d1d21;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:14.4375rem;left:29.0625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xt4nBQSpWZHW1ooAwNeTL2ygIPPDUNIq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:14.6875rem;left:27.1875rem; }
#w737lTXEPoZBuPgeGuNg5rVc7AAE6oxf { color:#1d1d21;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:18.375rem;left:29.0625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mw6ukngWX0iMgTTqwGUlSLEXKid9dTuH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5625rem;left:27.1875rem; }
#e0gQV59BxkDOoMOgD6tKQScvhnD8oEmc { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:23.11328125rem;left:36.59375rem;height:2.76236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqZzmce53G60bLeWmAHVWP9d5miN8rKw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002762, #0255aa);background-image: -moz-linear-gradient(180deg, #002762, #0255aa);background-image: -ms-linear-gradient(180deg, #002762, #0255aa);background-image: -o-linear-gradient(180deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(180deg, #002762, #0255aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.3125rem;left:27.1875rem;display:block; }
#TM7pbdWekd9Widb9FhwL0FPUApG5Sp1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 { position:relative;display:none; }#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 { border-width: 0; border-radius: 0; }#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 > .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; }#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 > .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:47rem;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:none; }#rQLTWTPXmMPN3RkLTCQ1NGlqGXxKSDPW { color:#333333;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.375rem;height:2.11230625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#XzbCmE6t9PN7ODXUpLTuxJltpLapHRAq { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #0255aa;border-left:0.0625rem solid #0255aa;border-right:0.0625rem solid #0255aa;border-bottom:0.0625rem solid #0255aa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.0625rem;width:23.125rem;top:1.3125rem;left:0rem;display:block; }
#MBPLSacr0TPB30PMXS7XVdkFLFhThG58 { color:#1d1d21;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:9.5rem;left:3.25rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z07OTqygKB31ZwgPdrIz8PKs38Pmgfb2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:9.8125rem;left:1.375rem; }
#FzqkPgadgstrAKqKJkTnaprsHmwS0ZSv { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:7.125rem;left:3.25rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9f0xdlWF9WQKSllHwERsUoDubm3EfVl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.375rem;left:1.375rem; }
#LNH3cQIGtKI2PHvVxVM1bx0y83xpfOR9 { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:11.9375rem;left:3.25rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qEolZZdGRChy2sTap4ez6RZLJpZlqRXg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.1875rem;left:1.375rem; }
#uPxoofnTpMz55TFagrK23xlNk4XOgRII { color:#0255aa;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:15.5625rem;left:1.375rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wF2osiErd4pHdO1rh65EC6Jxdg5Ni9rh { position:absolute;display:block;z-index:15060;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:0.125rem;width:20.625rem;top:15.125rem;left:1.375rem;display:block; }
#OG4oezQ598qdgiFgA3zrrLLp5QicgZEt { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.400390625rem;left:7.4375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HAErMQgpfrnRodtxKLT9kTVTRwo0brCF { color:#b50000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:20.125rem;left:1.375rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vtWzF7SvsCbddB47r9ZFxQkU8PKefTUT { background-color:#767676;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:23.3125rem;left:1.375rem;display:block; }
#fZTO2aEQE6Iw3Oe0DRSteT5zdTWKHa8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfuK8hKbDIhNAk8wzI3JKG4JBADRnJiw { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.75rem;width:23.125rem;top:1.3125rem;left:51.625rem;display:block; }
#Ww6iF1FFVGKJNOsqsthrU6Tf6V7di3NJ { color:#1d1d21;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.5rem;left:54.875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#humOgTk1p1mJOocvutJyMGWV3QdBmRDy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9.8125rem;left:53rem; }
#UNVDDsAhW8yiPS75m7b28H3MLbnKnJQH { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:7.125rem;left:54.875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GArz3Tk28310nBFmSkF2iB4GiEARtSaN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.375rem;left:53rem; }
#Om0FsdIJm8O2P3C7MZCPTlSLtMQ5QT71 { color:#1d1d21;display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:2.125rem;left:53.125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GT5K2RZBxfWGTlmI8JHHO6r3TPJQn44o { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:24.73828125rem;left:64.375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHOibFOG2d7ryIJiQJNb153WrT6kmrNc { color:#0255aa;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15059;line-height:1.7;letter-spacing:0;top:23rem;left:53rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#niiesxeSTIF0i8XpAbXX6S2OueoqCqVT { position:absolute;display:block;z-index:15075;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:0.125rem;width:20.625rem;top:22.625rem;left:53rem;display:block; }
#p3WHW9GqN9L4RUaQSAZpcUl6tC10wqOo { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.9375rem;left:54.875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iStNTDMLWGWXASoTHVEhJdT871mweeWk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:53rem; }
#pa9fgCIkH2Bnbx9GIfZOy27hNsBdOZOo { color:#1d1d21;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:14.4375rem;left:54.875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHMTGIrFJnqyLGKxiblnUT6N43gxefil { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:14.6875rem;left:53rem; }
#aNdKco9fFXlGfNaEBqDI3LJETTBafbVB { color:#1d1d21;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.5;letter-spacing:0;top:18.3125rem;left:54.875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXlb2u3bi022SGvi9CHIHgf3QogiXKn3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5625rem;left:53rem; }
#AsfM95XyWi17wNvLMGhhRnW8dD9XDZew { background-color:#767676;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.9375rem;left:53rem;display:block; }
#lxKQOK2FDmNaMF8ce3P8dEM2T3lOwKWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZfrg66hNDKCzSHoF8gOkrzAqG6Vnvue { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #dba514;border-left:0.0625rem solid #dba514;border-right:0.0625rem solid #dba514;border-bottom:0.0625rem solid #dba514;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.0625rem;width:23.125rem;top:1.3125rem;left:25.8125rem;display:block; }
#WBz57TZ4FuXSIggreP2vCfNEkikaLrBX { color:#1d1d21;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.5rem;left:29.0625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo5thS3SlGVOdm71mzKcmu7mkoI9OruS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9.8125rem;left:27.1875rem; }
#BQWmxNWoTz34bvrgntMMyECBwTBJNSl4 { color:#1d1d21;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:7.125rem;left:29.0625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nXuKWmFEgn00EeQKtdTcQIamcekRmbKA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.375rem;left:27.1875rem; }
#qDzKT7AvSQpUhk5Re5WDnDd7oeL7ypPg { color:#1d1d21;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:2.125rem;left:27.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUWiTftJ7KZiTqIi6q6z24vOz4iJhTTM { color:#1d1d21;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.9375rem;left:29.0625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2Mcg6eqmR4OoVe04NnyTrpsnSSqsi0C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:27.1875rem; }
#GFQ0Ng24BDwPTIsTDUzWug24SMh16b7T { color:#0255aa;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15059;line-height:1.7;letter-spacing:0;top:21.375rem;left:27.1875rem;height:5.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVfkEtitmFbFDerX90xDXNEXVqJO7qxd { position:absolute;display:block;z-index:15075;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:0.125rem;width:20.625rem;top:21.0625rem;left:27.1875rem;display:block; }
#wfWcIJygV7r0Xxb004JXQDsSSEtnbFMC { color:#1d1d21;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:14.4375rem;left:29.0625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SgS9Tlo1AHRJaxvFe9RQca11DZG1kCkn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:14.6875rem;left:27.1875rem; }
#lvEsSkZ5yiqNS1CzhSNiluOSLgcch6UR { color:#1d1d21;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:18.375rem;left:29.0625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cxEU9kVEPFOh4w6TaBS0UcIZMom1dpUc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5625rem;left:27.1875rem; }
#eye7LTBMwSrE3JWQ9znO6rap9W6Tn83q { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:23.11328125rem;left:36.59375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFPbJxvxFwy7a6WTrOp97ukMwnMlumm0 { background-color:#767676;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.3125rem;left:27.1875rem;display:block; }
#MiDENqSgimN6W3klHdC5bNOwJRfhrd4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6ebff;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; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container { background-color: transparent; background-image: none; }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container > .video-iframe-container { display: none; }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row > .video-iframe-container { display: none; }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .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); }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container { border-width: 0; border-radius: 0; }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZJFWvK7X2Jeknho5VJiMcHATSGNlZKL { width:11.5625rem;height:2.5rem;top:1.65625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCcTs4aA399uFH0bvIU7MUATRDOxXAuS { display:block; }
 }@media only screen and (max-width: 763px) { #hOcqfWClCqcJ8wBWkkdlTKis9WF1doAb { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpdXORuqoRrAT0DczmLXMoP1DdmP85L { display:block; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V07dT49wH8mqwmpeuztW42lZ5vtbtLXp { width:40.25rem;height:8.125rem;top:3.375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4OZo3SmKqkRAQ7Biybtsdaoez7xHQvh { width:2.9375rem;height:2.9375rem;top:1.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFt5nLd0R3GgPiEgwknp8m4xWJhOU2uQ { width:29.125rem;height:1.25rem;top:11.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW4HzqsGoJkq6zLrUKTk7xd3O9pENxks { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJx7Wm5A6Jd8v3ecq8B7lJ5IadnkKiu1 { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGy1ZvxefqBhGVmQ2m5CNcp3X4NxX9w { display:block; }
 }@media only screen and (max-width: 763px) { #NxHwhEr4RATZBLPC1D6lqoRU36kvwvMF { width:12.5rem;height:3.125rem;top:25.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb4KDGUKgTfSR3ofny8b3U0m96awP2K8 { display:block; }
 }@media only screen and (max-width: 763px) { #m3LysG6ITGRFGTpQX5GVLwmaNVrFSnBG { width:47.75rem;height:26.779791666667rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGANCoIPwmleCsVkGQ67se1sHrB0y5c9 { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWXyJdl5WGfyRKrXMPKaa0rUUaw8LMzd { width:40.8125rem;height:1.48730625rem;top:16.25rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttytxu5EXpqZcAehiiQhAoZU1RyTJTtN { width:40.8125rem;height:1.48730625rem;top:16.25rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3IW9qnU80SrgAU9Wdpds9x5JeSi53D { width:0.875rem;height:0.875rem;top:18.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtkurO6lO76RgkxBuplqCkfOykg5wMtq { width:4.9375rem;height:1.875rem;top:17.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CecBMRNmhKo25n1gl6H9v7ZUB6JPEpEW { width:47.75rem;height:26.802452316076rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu42nk664NSPs9TaXaPTxXtIgbMCENL1 { width:31.75rem;height:2.4375rem;top:31.5625rem;left:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJfl1KBGCCNf707eDLHDqhKMC84xVOll { width:47.75rem;height:3rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkIzgam55gogeRUUlmmuinXEm9F42Rd { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh3S2HPrUES6tQ6rudZX8T0ZvQ8PioNd { width:1.125rem;height:2.1875rem;top:38.1875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9iEessMdxz9MxEWEbyHX0rtossu3T1T { display:block; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBN88zv531gpGPqL9vuhFlygyRXRzGPD { display:block; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHTy85oS8tEI5yd79Q5ZVkZ3ufHlZXRX { width:33.4375rem;height:12rem;top:19rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSFPtiJdS6TkBuUMOJkUSsupIthpvXLS { width:11.375rem;height:1.1875rem;top:35.75rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkKw8tlfe3zdvLS82TohbLORahlI4QWN { width:9.25rem;height:1.9375rem;top:33.6875rem;left:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTEeoKvn8prnxet9LNWQk5D8WI34XPGB { width:4.375rem;height:4.375rem;top:33.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXV5b3JsvAxmzhwrL2UrUqDzJcAkVJyw { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtHHWritSTse5SUtnuW4Is8NDnswPSqf { display:block; }
 }@media only screen and (max-width: 763px) { #XBGBNdJ0wfuUcT2VE99JaHMubcJWg0ru { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHK6qeWaZoJctP3CIugP8dt5QdPBECcL { width:12.8125rem;height:0.375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdx02Nkh781MHNM8iTm2EIADbTlZGDvk { width:33.4375rem;height:6rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRmkvwKxt2KTXA13opbplfTd7yTGH0kd { width:17.875rem;height:17.875rem;top:2.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxQSxRBrkr3mVwrqzvTctoGRx1IRTORw { width:14.9375rem;height:14.9375rem;top:22.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8NI4xEMRxRNGHxV0Q5SwBITB717Bmr { width:14.9375rem;height:14.9375rem;top:7.1875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpA6vccv55IO9AbTxGVuOrMBgvGaTUo { width:17.875rem;height:17.875rem;top:24.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN { display:block; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n72aaT0BsOQ9TKcMbLIIeDOTidrG4ZNO { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0eN0GKHaM8Z9DDEcwpZ68TZeuHJTl5x { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khkFNg9TSfxLTAvNRAD5fVJROM1iRLn7 { width:4.625rem;height:4.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQehPUSVI74RkU2aIcpPUhnKa19H3h7 { width:21.25rem;height:17.1875rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTn647PTvv68qKBCArToeSkf9LOzEDHc { width:4.625rem;height:4.625rem;top:14.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i2arnIcvUTzybNNtQQa3bDydxZKwyb { width:13.5rem;height:1.6875rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZEpF05ro0Ph1Qldt6pvDJCDHfu5IWx { width:13.125rem;height:0.5rem;top:8.8125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVR4KFNXgeTfggWh0l8DI8DiwzbO8azG { width:13.5rem;height:1.6875rem;top:19.6875rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxry0eKnClx4HnL1Qe5oyN0uATQAVN89 { width:19.3125rem;height:5.625rem;top:22.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVou3or8M7vGZKKbQfVle3IcwLIXl4Iz { width:19.3125rem;height:4.1875rem;top:22.125rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyCX4RdrpAWkCJHRagNSnMuuhMqzTaRE { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arOHTF2gf7V1MR8fK29BI3OHfJt305vd { width:18.8125rem;height:7rem;top:22.125rem;left:28.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmyDLM9GGC3XgrRiaEbJtNygEpubn93 { width:15.5625rem;height:1.6875rem;top:19.6875rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCifTihTeHp7xL5ZN8QDCRbaOpDnMPm7 { width:4.625rem;height:4.625rem;top:14.125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUspnS5AGtqW5D35XB4B9o8cOxBebTf { width:47.75rem;height:1.75rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNWKD1pCwuABGFnh5Wgm4TNWmdeLCGT { width:3.125rem;height:3.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTV55gnm0MSFumgTIsN9x5Kpi3TBlZH { width:3.125rem;height:3.125rem;top:14.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPxp7JZmOcMQqZu8UNMAM1UtXxxpMkP { width:3.125rem;height:3.125rem;top:14.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz { display:block; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObxiCbZbgLZ6T26dQyMMqMa0OEyqPtiZ { width:47.75rem;height:1.7871125rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKRsuZPbn6xdHp9pOLUu867CWLn4Jfv { width:8.75rem;height:0.1875rem;top:6.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection { display:block; } #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection *:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="text"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="email"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="tel"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection textarea:focus-visible { outline: none; } #c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz { display:block; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQbmWxNOiPGXDKG2kXBTOvrisABXsRTp { width:0.125rem;height:5.5rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Dci2KE4SwVCURkJT2ExgsFFwTlmTBb { width:3.5rem;height:3.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTQvm0MpFtGO8EsyUk3oKedSpTXatQz { width:0.3125rem;height:0.3125rem;top:1.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9AJV5kOGtBimkBT8faaNdV33B6JZdu { width:13.4375rem;height:1.625rem;top:0.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpBN2gThtvF01xMSqPIR5pdupF216DWG { width:6.6875rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTfbLaV6KowMmy176XZJ3OFA8pxsDIp { width:1.9375rem;height:1.9375rem;top:0.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9e331883d7648c05e010333ca291437.widget-smartsection { display:block; } #q9e331883d7648c05e010333ca291437.widget-smartsection *:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="text"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="email"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="tel"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection textarea:focus-visible { outline: none; } #cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD { display:block; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIzMM7tUHoDZdmQa9VX91vMmDf78mxNh { width:0.125rem;height:5.5rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibccy6L4X2oZN9eyyo28KcNsxASRFuAR { width:3.5rem;height:3.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcE7KMv4iKimrDUiFHk6M6xANwNVW0R { width:0.3125rem;height:0.3125rem;top:1.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxHkV2NT51xxXKecakUWrpCNJrtyUWn9 { width:14.125rem;height:1.625rem;top:0.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk3wkzPv8Kb4y7E8DCxVS5Znamo5nhcV { width:6.6875rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDqwE5McW5eiOquz5HPdvlXyon9xmO7t { width:1.9375rem;height:1.9375rem;top:0.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection { display:block; } #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection *:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="text"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="email"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="tel"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection textarea:focus-visible { outline: none; } #MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK { display:block; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3H60A8mTyKB3mx9uhzTKJc6IRBTOVGb { width:24.6875rem;height:1.6875rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTzEd1eXFw4HJyBTCMhQIKWpiq4AZXt { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlLaf0sbSntEq212Zty21PwcRbdR2cUx { width:13.125rem;height:0.5rem;top:8.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNitQZdzMPt7pSXw6ivwKU7aWol5Exq { width:33.75rem;height:6.75rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcH1FLe5LCe5pZ4vFECsMph4BLUO5Ju { width:16.5rem;height:10.9375rem;top:26.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHJ4A6EuzslILiVyl5TFGQg6eckGCxy { width:17.25rem;height:20.25rem;top:13.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTurRryDSai0wIN6nOqJuTUNxqQPSpm { width:21rem;height:13.9375rem;top:7.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TTHzi5ArzzZwLuytNr96uNlITsa5Uk { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38KgKR0fFRcCTkqoA7RUZWhTMPZT41X { display:block; }
 }@media only screen and (max-width: 763px) { #gE88yWJrgzd5nD9umeQUeUL2QTFlVzux { width:14.0625rem;height:3.125rem;top:38.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfWuhAJ8vK4190e3qICx73AMh9SJgcD { display:block; }
 }@media only screen and (max-width: 763px) { #kMozG0iRthAm5SeEn0d1ze4RMW6AvQTN { width:33.75rem;height:16.9375rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d { display:block; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7TGPQDxfh3XHVF2x2JxdgWdNLA4pOt0 { width:4rem;height:1.4619125rem;top:2.875rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqzV5lKUChXSW32a4OLReEOmVfvitfSF { width:4.0625rem;height:1.4619125rem;top:2.875rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9mf3JsfEQLxR6tvUn4WPLt1G3UzdPS { width:31.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhqRpHrToxNmUH3RblekwTzedpc44o6V { width:21.6875rem;height:2.4433625rem;top:6rem;left:24.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvxIJoPVM7geSI1kEz8avb85aD5Bf1p { width:28.25rem;height:3.1875rem;top:8.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTy5CJDvQJ5nKERDT7RAlrOEwbdg6oF { width:35.8125rem;height:4.78125rem;top:8.4375rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGkUWgpeZJDJTUdQuZ55trJDdX1Dkp1S { width:3.4375rem;height:3.4375rem;top:1.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42nZVasRwrxTTKWkURyUdRIK4VUTJ5A { width:3.4375rem;height:3.4375rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLW0D6nbLoGq0ISoRT2IS7uCg1ISTNo { width:0.125rem;height:15.75rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 { display:block; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC { display:block; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saARTUDfTde3glTQ0dnfWSIOKw5gz28B { width:47.75rem;height:1.7871125rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LPfMApUNUcW0V1zHgqNDKaL9o4VJRz { width:8.75rem;height:0.1875rem;top:5.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOoMvy9EdffkS0TZDARIodqlfdWF5ceG { display:block; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es71isfIZI6V7DShkX2Cc0CZLhoW3t3w { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgMImkhFrcbSE34Hk1iId4mbIakLlp8C { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGarIcxFfN1izmLECQ42cQhpa9TGmRao { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJICDNDKDKeml45CwMgByW1OGeXCryZH { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#TJICDNDKDKeml45CwMgByW1OGeXCryZH li:before{  }
 }@media only screen and (max-width: 763px) { #lHsg9U0k1Ggdr3n8o379FRlAFnOU1M2H { width:2.8125rem;height:2.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpEpiSbzmibhTDAdfvG8NbmsGQoKhFEb { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCE6Lhc8cyvKVd5DwWQJb8zQhiiwtfPO { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2OaWcrh8ESam4WBbmR0OQ71Gxq9flVl { width:2.8125rem;height:2.8125rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFT9Peux3BV2es5QyLq523RnHr1M5Kw { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6y7tzeSGAZmuekskmepQUCNVTWb4MJo { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#x6y7tzeSGAZmuekskmepQUCNVTWb4MJo li:before{  }
 }@media only screen and (max-width: 763px) { #ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH { display:block; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbJrRxGXhhFoBsAZO6HVf1WKmhK01OII { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6VfNOkQ0fQtaMk0ldogSgwlQIvG6lhF { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaAfGpsyIrRXyFN6KWbEACoCI3M4yALv { width:2.8125rem;height:2.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORbFpqBVO18vRV7vTK7TmWhE0v6Kn3Mf { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.8496125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt li:before{  }
 }@media only screen and (max-width: 763px) { #DxSKKaQTbL8q9lZZSymspE75Qk62iump { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpIfMUTVz5LTl5ER61FJ9uNIFL7db7VH { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR { top:6.875rem;left:7.125rem;width:39.25rem;height:6.57425rem;font-size:1.0625rem;display:block; }#Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR li:before{  }
 }@media only screen and (max-width: 763px) { #zErQ40LT5aRZMvZzlCCcVTdAtB0qCz6W { width:2.8125rem;height:2.8125rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3Ft4C4CGLTMawFldGv17y9lMuGzV4c { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND { display:block; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7bz4GyGxJh8lHk0megbtnaaQZ0k0hnq { width:47.75rem;height:1.7871125rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kifcBclZZc1fTNi7QXXBAGU3uX8RXE5T { width:8.75rem;height:0.1875rem;top:5.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L { display:block; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4nMKGaNsdobEMuc2OmWymwpeTo85qKZ { width:15.0625rem;height:1.5rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRfNVF1mRTNkw99FxeN1kD9exrumcTCs { width:2.375rem;height:2.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGN4pFBxby67pHFv5DCPMnPJeJtT7Thf { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmnm9wvJeOchcOgEGHbPpVwVOOwZQVn { width:23.125rem;height:7.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEx2hMngo96JTLUOWzngWImA0aPrz3Fk { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwirwnlvrT2ORepqwBPtR9vAqhQK8ADq { width:23.125rem;height:7.8125rem;top:0.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIINUTPnKSE1un64yypdMPKxx1c9r8d6 { width:19.4375rem;height:1.5rem;top:4.9375rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UveUwsPsVfHc6E6w3I8NHPFCf9IB9EN0 { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAfy4PscRyFluIlqHGa3nzUuxn5MzXPP { width:2.375rem;height:2.375rem;top:1.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltsfi2lWlBZeNhMiX2qtGwQwDWpm8sIn { width:3.125rem;height:3.125rem;top:1.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfkOts7tzi9e5S9NTKNUsST7EVQlCtX { width:19.5rem;height:3rem;top:4.9375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OryMQGtHnHpP5r1nym1ddp1uDqsPyuos { width:23.125rem;height:7.8125rem;top:0.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm7FzBkx9q7NQ5cPnM5KuQwUpqUCrLy9 { width:3.125rem;height:3.125rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZNN4AKRimEt2gXTmOcck2spnwIpK7r2 { width:2.125rem;height:2.125rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5GsyOrWGzT4nGaBMJ20r02ZzCEsReri { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6eOclbTotXArCol1egdkEADBvpuL3pB { display:block; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgnt2l7UEX6CDvoiQx32AnCTTaGBqROC { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOr9eBdqfJfUhi2NyT4T19ZhB1TOFKW { display:block; }
 }@media only screen and (max-width: 763px) { #gMWBnuhtgwsMMRMeayEb9MWstACVztzy { width:14.0625rem;height:3.125rem;top:10.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwV8Z382x6EoZt3QNB8ftrvoEQ3abVB { display:block; }
 }@media only screen and (max-width: 763px) { #sKKDM9510icweC4HbJODWpmbeH3a4D4f { width:20.0625rem;height:3rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRwP7C3yoCzVKIk6EZ9nZrZ8o9RnsiM { width:23.125rem;height:7.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sQAVvbkJrg6aPkzx5yZkcXK9fRttEN { width:23.125rem;height:7.8125rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuFtIBWngd6nXQQINdfpr6wzIRgTvIvv { width:19.4375rem;height:3rem;top:5.5625rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90uA0W72MzcBG4gHUf7TTzZMGf3s3FG { width:19.5rem;height:3rem;top:5.5625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSV2wFgryRpWmRqdVKo3WyCC15n0twc { width:23.125rem;height:7.8125rem;top:1.25rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rB6asZQwWK9PPRzuC4EAMoTq0hCWEq { width:3.125rem;height:3.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT0dHefo6vHKwORgN3tf8yyD6tXz2Ex { width:3.125rem;height:3.125rem;top:1.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGN8cZnlMWKbzFS5vXl2O0AkTwtN6t2 { width:3.125rem;height:3.125rem;top:1.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #praUkx1BLn5FDlVDbVlDUf0bo3pZaggE { width:2.375rem;height:2.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opK7rgz7WxzuT4faTPrgL86WNfVRRzn2 { width:2.375rem;height:2.375rem;top:2.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJdkZOIU1XfIiHlqzDf9F2URWhBiNRB { width:2.375rem;height:2.375rem;top:2.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGBmiDzyA8a1HcTmtsFNhmduzK0VbcdM { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfcGL5BTa2I320nUXqZtRXNhZea3Nfp { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCtTu4gOpixWF1lqKAzzUTi2tWwJo0r { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 { display:block; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf9TPNyqTrL89bET7GPrAgcS7tbGExRH { width:20.75rem;height:31.125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ernJG4o7U6igiI8XUVaD8rusmBTPEPvV { width:24.0625rem;height:33.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvEZ7iRHJ6Ot1KUK6XWJoC6gLIPgTnE { width:20.5625rem;height:6.4375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaRrO6nvUnJ2oEA7zWTWUoxEVKFUUmDQ { width:21.0625rem;height:2.8125rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8E6XT4XZJ8TbTeJoKo6CrlH054FPFon { width:21.0625rem;height:1.25rem;top:33.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK { width:37.5rem;height:17.75rem;top:13.3125rem;left:10.25rem;font-size:0.875rem;display:block; }#ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK li:before{  }
 }@media only screen and (max-width: 763px) { #avor25s5Wsk00Km71iwe02rTDbfHZKyW { width:34.875rem;height:2rem;top:7.4375rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGKVNlVClAULyolFwTESkkJWPwnXgZI { width:34.875rem;height:3.25rem;top:9.375rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVuz8mRFyyIF40TbT7wgTTMAhkPeGcpA { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHP6vroI4TVyr1Mua0XdNTU2UselIq7O { display:block; }
 }@media only screen and (max-width: 763px) { #CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP { display:block; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVOAgPMCqmrf8ykO7lJDXZOxqo9CdtNV { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #BWkHzS1U7f4HZupyotVD1HoU8SC9ST6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #AWTDk3ZSbwvXy3vnfgod15OTTuLdGgTA {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #DvBf1QkGBImBTJlJ01VvJXOIofyvuO3U {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #FkHb6Td2iLz6HTLfagTvO3TQHT4Vt0zb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #y59HTGSewaqdrzslcFtJwiqRIi1uZQc1 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #bUGPKepfhmhFwRoQ3JSVtSSNT4eO8BSC {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #z5CUsi15sIVNewOy4ruzbuAm9KXQAwTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #PpiZ1BReR9xcMQvOVO5HlNw8469kCon6 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #A4m5XM5pNkWIsTTyM1sZAVlmiCT8pKDB {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #RQIWTFNNW6dF3T0VAOzR70XLRErxvrgy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #oTGx0wzQXJHqsbiNIVBGv8A43xpcFbQ6 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #Tbtib2Q8oRvMGnICJE3owKIcD8T6ttEz {  }
 }@media only screen and (max-width: 763px) { #eiwlIX9JvTpdUvKVQWbQCu5o476GaD2K { width:12.125rem;height:1.2744125rem;top:6.375rem;left:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI1oxQ7FZTI8EMtFloiAKW3s0J9zcBAX { width:8.75rem;height:0.1875rem;top:4.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S { display:none; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q9LsCCcvHyQyG2JwtaN27CdaVTBQ3FeH { width:15.1875rem;height:2.125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPdGG86Z5idnPCrco6QOe6ixbXUBwRuQ { width:23.125rem;height:23.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrplPLm9ovVublc5JPIK8EQABwLzxeT { width:15.875rem;height:1.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8MH5alJEhWnlaSZ1XqS3uT78UrMVUP { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFuTQO6cqdzhIC6rvQtMkIDtk0IArVF6 { width:11.6875rem;height:1.75rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwtWUFZOWiOhJw3dbtaymUoXAe3eupiw { width:1.25rem;height:1.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNcLqdHgmAuJ3wqTGISQs5zueZiX4dG { width:19.6875rem;height:1.75rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRRiE96ypaomzwXoueygzqRiMMIIQNXS { width:1.25rem;height:1.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRiSl8CMa44L1RDMlyOFi80purDxbBJa { width:6.5rem;height:5.3125rem;top:15.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXaSE4f4XSdcbhEs0m2PouRaoUTwx1nT { width:20.625rem;height:0.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXX3CoxhCw4srEa080lLTefO1NHzcJoH { width:6rem;height:2.75rem;top:17.375rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDDA5d4MfpmEcGTwAV6TyvXf9ivQXcOf { width:19.8125rem;height:1.6875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnN1HloPPr5hcvLST07mR3mbekq15zib { width:20.625rem;height:3.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcRg5iW3ybXSORvrCZuhhtquh5fcC3x { display:block; }
 }@media only screen and (max-width: 763px) { #ZiR43PdvdA2f9CGQeud9sJwMhCyFdlHm { width:23.125rem;height:28.75rem;top:1.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCDTlFAygW7FhWILEMA7qOLJrTCZobiO { width:16.125rem;height:1.75rem;top:9.5rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVx62KKEGHOgOOFFeDZvBmno4aGD4fHq { width:1.25rem;height:1.25rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smZBNFQexc3PJbfHz4QyCJddJF7am7WA { width:11.6875rem;height:1.75rem;top:7.125rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6w1ipeUL5AXUuNNkIe3Wqcb959BVa79 { width:1.25rem;height:1.25rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfOxzq6VmXkSGDOfnIBegA9XwGqEZQp { width:7.875rem;height:2.75rem;top:2.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xshz5QoqdTLHk23E16i0clgeDEGiyKaO { width:6rem;height:2.75rem;top:24.6875rem;left:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOWJoFKBiqCRcZBlMXuqEIRxz3ZnzER8 { width:12.6875rem;height:5.3125rem;top:23rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ixw8BggJV6xDUFcysL4IgidQ2KNeKk { width:20.625rem;height:0.125rem;top:22.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJHT4Z0xHxTZHOQDLrVA2ah5RfydMqm { width:19.6875rem;height:1.75rem;top:11.9375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK4ZVWlCXpMGTMFsEun1ciwT4rU3pyUk { width:1.25rem;height:1.25rem;top:12.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLDXsQ9MumXC5esOdSU8Dzq4IynuyO5t { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDDreqhMeiypaOAJfn0GqXKcUClw6qqv { width:1.25rem;height:1.25rem;top:14.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Mw40EnamSRz2RHCoA6TkwLXzXJ100o { width:18.625rem;height:3.1875rem;top:18.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztCWtdGWP85d7JCLRo0Ahkfke7cF8Mh0 { width:1.25rem;height:1.25rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmcFk5pnKWCcslTa90eDSfGE23A36tSR { width:20.625rem;height:3.4375rem;top:28.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #meRhMyvM2hXkcEzkU6bI4onbqW8ZPhr9 { display:block; }
 }@media only screen and (max-width: 763px) { #RrUvv3tlI9VSEAu3Ct5cAuE7VQMPwm2Q { width:23.125rem;height:27.0625rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiINKkTrWxC8DGTZ2Aormq7qZlB8nzO5 { width:16.125rem;height:1.75rem;top:9.5rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqg8OFx5X1X6GfN1bqUgmaPxSdC3Sgvk { width:1.25rem;height:1.25rem;top:9.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhT8iwvGB2zU7tJ0n8e9J8y37nefZnVz { width:11.6875rem;height:1.75rem;top:7.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcT2te71mNnma4wQFEGE4mpOUgldQQxi { width:1.25rem;height:1.25rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWBz87W9S660rS5Xsqm4vsAU0mWFTai { width:12.1875rem;height:2.75rem;top:2.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5lhnH2PgBvQDiguTz314FHid1FnOrAD { width:19.6875rem;height:1.75rem;top:11.9375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhIeEGm5Cgpgv9EIM68fM90NAZVxz91z { width:1.25rem;height:1.25rem;top:12.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzZbqbNvnttucOkUkE04qTx1xmnO6xAM { width:10.3125rem;height:5.3125rem;top:21.375rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRrEbsHT0l3goNszHsXukahPTHGvK31Q { width:20.625rem;height:0.125rem;top:21.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfH76vtN1XoJgh4gB7zPT4e08FwTKL1 { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4nBQSpWZHW1ooAwNeTL2ygIPPDUNIq { width:1.25rem;height:1.25rem;top:14.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w737lTXEPoZBuPgeGuNg5rVc7AAE6oxf { width:19.375rem;height:1.625rem;top:18.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6ukngWX0iMgTTqwGUlSLEXKid9dTuH { width:1.25rem;height:1.25rem;top:18.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0gQV59BxkDOoMOgD6tKQScvhnD8oEmc { width:6rem;height:2.75rem;top:23.0625rem;left:22.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZzmce53G60bLeWmAHVWP9d5miN8rKw { width:20.625rem;height:3.4375rem;top:27.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7pbdWekd9Widb9FhwL0FPUApG5Sp1M { display:block; }
 }@media only screen and (max-width: 763px) { #KRk3phJxex4ca0p6knThyuDs7PDf8QL1 { display:none; }#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQLTWTPXmMPN3RkLTCQ1NGlqGXxKSDPW { width:15.1875rem;height:2.125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbCmE6t9PN7ODXUpLTuxJltpLapHRAq { width:23.125rem;height:23.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBPLSacr0TPB30PMXS7XVdkFLFhThG58 { width:15.875rem;height:1.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z07OTqygKB31ZwgPdrIz8PKs38Pmgfb2 { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzqkPgadgstrAKqKJkTnaprsHmwS0ZSv { width:11.6875rem;height:1.75rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9f0xdlWF9WQKSllHwERsUoDubm3EfVl { width:1.25rem;height:1.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNH3cQIGtKI2PHvVxVM1bx0y83xpfOR9 { width:19.6875rem;height:1.75rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEolZZdGRChy2sTap4ez6RZLJpZlqRXg { width:1.25rem;height:1.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxoofnTpMz55TFagrK23xlNk4XOgRII { width:6.5rem;height:5.3125rem;top:15.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF2osiErd4pHdO1rh65EC6Jxdg5Ni9rh { width:20.625rem;height:0.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG4oezQ598qdgiFgA3zrrLLp5QicgZEt { width:6rem;height:2.75rem;top:17.375rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAErMQgpfrnRodtxKLT9kTVTRwo0brCF { width:19.8125rem;height:1.6875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWzF7SvsCbddB47r9ZFxQkU8PKefTUT { width:20.625rem;height:3.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZTO2aEQE6Iw3Oe0DRSteT5zdTWKHa8q { display:block; }
 }@media only screen and (max-width: 763px) { #lfuK8hKbDIhNAk8wzI3JKG4JBADRnJiw { width:23.125rem;height:28.75rem;top:1.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6iF1FFVGKJNOsqsthrU6Tf6V7di3NJ { width:16.125rem;height:1.75rem;top:9.5rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #humOgTk1p1mJOocvutJyMGWV3QdBmRDy { width:1.25rem;height:1.25rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNVDDsAhW8yiPS75m7b28H3MLbnKnJQH { width:11.6875rem;height:1.75rem;top:7.125rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GArz3Tk28310nBFmSkF2iB4GiEARtSaN { width:1.25rem;height:1.25rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om0FsdIJm8O2P3C7MZCPTlSLtMQ5QT71 { width:7.875rem;height:2.75rem;top:2.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT5K2RZBxfWGTlmI8JHHO6r3TPJQn44o { width:6rem;height:2.75rem;top:24.6875rem;left:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHOibFOG2d7ryIJiQJNb153WrT6kmrNc { width:12.6875rem;height:5.3125rem;top:23rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niiesxeSTIF0i8XpAbXX6S2OueoqCqVT { width:20.625rem;height:0.125rem;top:22.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WHW9GqN9L4RUaQSAZpcUl6tC10wqOo { width:19.6875rem;height:1.75rem;top:11.9375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iStNTDMLWGWXASoTHVEhJdT871mweeWk { width:1.25rem;height:1.25rem;top:12.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa9fgCIkH2Bnbx9GIfZOy27hNsBdOZOo { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMTGIrFJnqyLGKxiblnUT6N43gxefil { width:1.25rem;height:1.25rem;top:14.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdKco9fFXlGfNaEBqDI3LJETTBafbVB { width:18.625rem;height:3.1875rem;top:18.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXlb2u3bi022SGvi9CHIHgf3QogiXKn3 { width:1.25rem;height:1.25rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsfM95XyWi17wNvLMGhhRnW8dD9XDZew { width:20.625rem;height:3.4375rem;top:28.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxKQOK2FDmNaMF8ce3P8dEM2T3lOwKWT { display:block; }
 }@media only screen and (max-width: 763px) { #GZfrg66hNDKCzSHoF8gOkrzAqG6Vnvue { width:23.125rem;height:27.0625rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBz57TZ4FuXSIggreP2vCfNEkikaLrBX { width:16.125rem;height:1.75rem;top:9.5rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo5thS3SlGVOdm71mzKcmu7mkoI9OruS { width:1.25rem;height:1.25rem;top:9.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQWmxNWoTz34bvrgntMMyECBwTBJNSl4 { width:11.6875rem;height:1.75rem;top:7.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuKWmFEgn00EeQKtdTcQIamcekRmbKA { width:1.25rem;height:1.25rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzKT7AvSQpUhk5Re5WDnDd7oeL7ypPg { width:12.1875rem;height:2.75rem;top:2.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUWiTftJ7KZiTqIi6q6z24vOz4iJhTTM { width:19.6875rem;height:1.75rem;top:11.9375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Mcg6eqmR4OoVe04NnyTrpsnSSqsi0C { width:1.25rem;height:1.25rem;top:12.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFQ0Ng24BDwPTIsTDUzWug24SMh16b7T { width:10.3125rem;height:5.3125rem;top:21.375rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVfkEtitmFbFDerX90xDXNEXVqJO7qxd { width:20.625rem;height:0.125rem;top:21.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWcIJygV7r0Xxb004JXQDsSSEtnbFMC { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgS9Tlo1AHRJaxvFe9RQca11DZG1kCkn { width:1.25rem;height:1.25rem;top:14.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvEsSkZ5yiqNS1CzhSNiluOSLgcch6UR { width:19.375rem;height:1.625rem;top:18.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEU9kVEPFOh4w6TaBS0UcIZMom1dpUc { width:1.25rem;height:1.25rem;top:18.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eye7LTBMwSrE3JWQ9znO6rap9W6Tn83q { width:6rem;height:2.75rem;top:23.0625rem;left:22.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPbJxvxFwy7a6WTrOp97ukMwnMlumm0 { width:20.625rem;height:3.4375rem;top:27.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDENqSgimN6W3klHdC5bNOwJRfhrd4g { display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ca0000;background-image:none;display:block; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { background-color: transparent; background-image: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container > .video-iframe-container { display: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row > .video-iframe-container { display: none; }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .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); }#cGtahWTKrCT5vef5F4zFIHDe8CJbyAlq > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZJFWvK7X2Jeknho5VJiMcHATSGNlZKL { width:7.0625rem;height:2.25rem;top:1.125rem;left:12.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCcTs4aA399uFH0bvIU7MUATRDOxXAuS { display:block; }
 }@media only screen and (max-width: 763px) { #hOcqfWClCqcJ8wBWkkdlTKis9WF1doAb { width:12.8125rem;height:3.298825rem;top:0.599609375rem;left:0rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlpdXORuqoRrAT0DczmLXMoP1DdmP85L { display:block; }#qlpdXORuqoRrAT0DczmLXMoP1DdmP85L > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V07dT49wH8mqwmpeuztW42lZ5vtbtLXp { width:20rem;height:3.57421875rem;top:6.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4OZo3SmKqkRAQ7Biybtsdaoez7xHQvh { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFt5nLd0R3GgPiEgwknp8m4xWJhOU2uQ { width:9.8125rem;height:0.875rem;top:10.07421875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW4HzqsGoJkq6zLrUKTk7xd3O9pENxks { width:20rem;height:3rem;top:11.494140625rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XJx7Wm5A6Jd8v3ecq8B7lJ5IadnkKiu1 { width:14.375rem;height:3.25rem;top:41.1875rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGy1ZvxefqBhGVmQ2m5CNcp3X4NxX9w { display:block; }
 }@media only screen and (max-width: 763px) { #NxHwhEr4RATZBLPC1D6lqoRU36kvwvMF { width:12.5rem;height:3.125rem;top:45.625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb4KDGUKgTfSR3ofny8b3U0m96awP2K8 { display:block; }
 }@media only screen and (max-width: 763px) { #m3LysG6ITGRFGTpQX5GVLwmaNVrFSnBG { height:11.216666666667rem;width:20rem;top:32.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGANCoIPwmleCsVkGQ67se1sHrB0y5c9 { width:20rem;height:2.2744125rem;top:17.869140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWXyJdl5WGfyRKrXMPKaa0rUUaw8LMzd { width:5.5625rem;height:1.3994125rem;top:15.6875rem;left:4.875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ttytxu5EXpqZcAehiiQhAoZU1RyTJTtN { width:2.5625rem;height:1.69921875rem;top:15.5625rem;left:12.1875rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3IW9qnU80SrgAU9Wdpds9x5JeSi53D { width:0.875rem;height:0.875rem;top:15.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtkurO6lO76RgkxBuplqCkfOykg5wMtq { width:4rem;height:1.875rem;top:15.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CecBMRNmhKo25n1gl6H9v7ZUB6JPEpEW { height:11.2255625rem;width:20rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu42nk664NSPs9TaXaPTxXtIgbMCENL1 { width:20rem;height:1.59375rem;top:21.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJfl1KBGCCNf707eDLHDqhKMC84xVOll { width:20rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkIzgam55gogeRUUlmmuinXEm9F42Rd { width:20rem;height:1.21875rem;top:25.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mh3S2HPrUES6tQ6rudZX8T0ZvQ8PioNd { width:1.125rem;height:2.1875rem;top:47.9375rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9iEessMdxz9MxEWEbyHX0rtossu3T1T { display:none; }#l9iEessMdxz9MxEWEbyHX0rtossu3T1T > .row .container { width:20rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aBN88zv531gpGPqL9vuhFlygyRXRzGPD { display:block; }#aBN88zv531gpGPqL9vuhFlygyRXRzGPD > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHTy85oS8tEI5yd79Q5ZVkZ3ufHlZXRX { width:20rem;height:14.4375rem;top:16.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSFPtiJdS6TkBuUMOJkUSsupIthpvXLS { width:10.75rem;height:1.13671875rem;top:34.125rem;left:7.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkKw8tlfe3zdvLS82TohbLORahlI4QWN { width:9.25rem;height:1.59375rem;top:32.4375rem;left:7.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTEeoKvn8prnxet9LNWQk5D8WI34XPGB { width:4.375rem;height:4.375rem;top:31.6875rem;left:2.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXV5b3JsvAxmzhwrL2UrUqDzJcAkVJyw { width:14.0625rem;height:3.125rem;top:37.75rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtHHWritSTse5SUtnuW4Is8NDnswPSqf { display:block; }
 }@media only screen and (max-width: 763px) { #XBGBNdJ0wfuUcT2VE99JaHMubcJWg0ru { width:14.1875rem;height:2.35546875rem;top:3.875rem;left:2.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHK6qeWaZoJctP3CIugP8dt5QdPBECcL { width:8.75rem;height:0.3125rem;top:5.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdx02Nkh781MHNM8iTm2EIADbTlZGDvk { width:20rem;height:7.875rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRmkvwKxt2KTXA13opbplfTd7yTGH0kd { width:9.375rem;height:9.375rem;top:43.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxQSxRBrkr3mVwrqzvTctoGRx1IRTORw { width:11.4375rem;height:11.4375rem;top:47.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8NI4xEMRxRNGHxV0Q5SwBITB717Bmr { width:8.875rem;height:8.875rem;top:58.85546875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIpA6vccv55IO9AbTxGVuOrMBgvGaTUo { width:17.875rem;height:17.875rem;top:91.23046875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN { display:block; }#wyhfT9f5P9PrM4bBbMxi9crTM0TKHpCN > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n72aaT0BsOQ9TKcMbLIIeDOTidrG4ZNO { width:20rem;height:2.6rem;top:6.037109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0eN0GKHaM8Z9DDEcwpZ68TZeuHJTl5x { width:20rem;height:14.5rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khkFNg9TSfxLTAvNRAD5fVJROM1iRLn7 { width:3.4375rem;height:3.4375rem;top:12.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQehPUSVI74RkU2aIcpPUhnKa19H3h7 { width:20rem;height:14.5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTn647PTvv68qKBCArToeSkf9LOzEDHc { width:3.4375rem;height:3.4375rem;top:29.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i2arnIcvUTzybNNtQQa3bDydxZKwyb { width:9.1875rem;height:1.4625rem;top:16.6875rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBZEpF05ro0Ph1Qldt6pvDJCDHfu5IWx { width:9.25rem;height:0.375rem;top:7.82421875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVR4KFNXgeTfggWh0l8DI8DiwzbO8azG { width:13.5rem;height:1.4625rem;top:33.625rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bxry0eKnClx4HnL1Qe5oyN0uATQAVN89 { width:17.5625rem;height:5.625rem;top:18.75rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVou3or8M7vGZKKbQfVle3IcwLIXl4Iz { width:18.5625rem;height:5.625rem;top:35.6875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyCX4RdrpAWkCJHRagNSnMuuhMqzTaRE { width:20rem;height:14.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arOHTF2gf7V1MR8fK29BI3OHfJt305vd { width:18.8125rem;height:7.03125rem;top:52.75rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEmyDLM9GGC3XgrRiaEbJtNygEpubn93 { width:15.5625rem;height:1.4625rem;top:50.6875rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCifTihTeHp7xL5ZN8QDCRbaOpDnMPm7 { width:3.4375rem;height:3.4375rem;top:46.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUspnS5AGtqW5D35XB4B9o8cOxBebTf { width:20rem;height:1.3rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNWKD1pCwuABGFnh5Wgm4TNWmdeLCGT { display:flex;width:2.5rem;height:2.5rem;top:13.09375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NhTV55gnm0MSFumgTIsN9x5Kpi3TBlZH { display:flex;width:2.5rem;height:2.5rem;top:30.03125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WpPxp7JZmOcMQqZu8UNMAM1UtXxxpMkP { display:flex;width:2.5rem;height:2.5rem;top:47.09375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz { display:block; }#KIom06Wf0aAHK7ozAcJhpXcEOVTB6KHz > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObxiCbZbgLZ6T26dQyMMqMa0OEyqPtiZ { width:20rem;height:1.7875rem;top:2.73046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKRsuZPbn6xdHp9pOLUu867CWLn4Jfv { width:8.75rem;height:0.1875rem;top:5.76758125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection { display:block; } #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection *:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="text"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="email"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection input[type="tel"]:focus-visible, #d93e2c212298a885950a9d4ee0e0e32c.widget-smartsection textarea:focus-visible { outline: none; } #c430a13oPXLnnweEcPAqpDZxyXKLl5qX > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz { display:block; }#Ecs06hpZtDoA2nFnGwu6Kzyyq67EqQmz > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQbmWxNOiPGXDKG2kXBTOvrisABXsRTp { width:0.125rem;height:5.5625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Dci2KE4SwVCURkJT2ExgsFFwTlmTBb { width:2.8125rem;height:2.8125rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTQvm0MpFtGO8EsyUk3oKedSpTXatQz { width:0.3125rem;height:0.3125rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9AJV5kOGtBimkBT8faaNdV33B6JZdu { width:5.5625rem;height:1.21875rem;top:0.125rem;left:5.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PpBN2gThtvF01xMSqPIR5pdupF216DWG { width:6.6875rem;height:1.13671875rem;top:1.5625rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyTfbLaV6KowMmy176XZJ3OFA8pxsDIp { display:flex;width:1.6875rem;height:1.6875rem;top:0.5625rem;left:2.4375rem;z-index:15030;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #q9e331883d7648c05e010333ca291437.widget-smartsection { display:block; } #q9e331883d7648c05e010333ca291437.widget-smartsection *:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="text"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="email"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection input[type="tel"]:focus-visible, #q9e331883d7648c05e010333ca291437.widget-smartsection textarea:focus-visible { outline: none; } #cel6f9XEtqdJNAiFlAZo6UcS35mfiw4B > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD { display:block; }#Gv5qU0ldusiTpThFKJtOsQ8TQozOZVqD > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIzMM7tUHoDZdmQa9VX91vMmDf78mxNh { width:0.125rem;height:5.5625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibccy6L4X2oZN9eyyo28KcNsxASRFuAR { width:2.8125rem;height:2.8125rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcE7KMv4iKimrDUiFHk6M6xANwNVW0R { width:0.3125rem;height:0.3125rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxHkV2NT51xxXKecakUWrpCNJrtyUWn9 { width:12.0625rem;height:1.21875rem;top:0.125rem;left:5.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pk3wkzPv8Kb4y7E8DCxVS5Znamo5nhcV { width:6.6875rem;height:1.13671875rem;top:1.5625rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDqwE5McW5eiOquz5HPdvlXyon9xmO7t { display:flex;width:1.6875rem;height:1.6875rem;top:0.5625rem;left:2.4375rem;z-index:15030;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection { display:block; } #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection *:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="text"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="email"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection input[type="tel"]:focus-visible, #i4d1bf57a7b1e4fee262bdf7357294fc.widget-smartsection textarea:focus-visible { outline: none; } #MTXDT1pOv4ITPTPIIZkD7ENl9NU0stfR > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK { display:block; }#WLlJAO67y2xxEuv55rX7ADVbKKUbVtTK > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3H60A8mTyKB3mx9uhzTKJc6IRBTOVGb { width:20rem;height:1.4625rem;top:3rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCTzEd1eXFw4HJyBTCMhQIKWpiq4AZXt { width:20rem;height:2.6rem;top:4.4609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlLaf0sbSntEq212Zty21PwcRbdR2cUx { width:9.375rem;height:0.375rem;top:6.185546875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNitQZdzMPt7pSXw6ivwKU7aWol5Exq { width:20rem;height:9.5625rem;top:8.498046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdcH1FLe5LCe5pZ4vFECsMph4BLUO5Ju { width:12.75rem;height:8.4375rem;top:34.25rem;left:3rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #iSHJ4A6EuzslILiVyl5TFGQg6eckGCxy { width:10.375rem;height:12.125rem;top:45.25rem;left:9.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KxTurRryDSai0wIN6nOqJuTUNxqQPSpm { width:13.0625rem;height:8.625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TTHzi5ArzzZwLuytNr96uNlITsa5Uk { width:9.6875rem;height:2.8125rem;top:59.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38KgKR0fFRcCTkqoA7RUZWhTMPZT41X { display:block; }
 }@media only screen and (max-width: 763px) { #gE88yWJrgzd5nD9umeQUeUL2QTFlVzux { width:9.6875rem;height:2.8125rem;top:59.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfWuhAJ8vK4190e3qICx73AMh9SJgcD { display:block; }
 }@media only screen and (max-width: 763px) { #kMozG0iRthAm5SeEn0d1ze4RMW6AvQTN { width:20rem;height:20.71875rem;top:19.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d { display:block; }#dmkHxJoxEAEadKDFFKSEHlRQUn21cd0d > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7TGPQDxfh3XHVF2x2JxdgWdNLA4pOt0 { width:15.75rem;height:1.38125rem;top:5.3125rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqzV5lKUChXSW32a4OLReEOmVfvitfSF { width:20rem;height:1.38125rem;top:22.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oh9mf3JsfEQLxR6tvUn4WPLt1G3UzdPS { width:15.125rem;height:3.1875rem;top:7.318359375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhqRpHrToxNmUH3RblekwTzedpc44o6V { width:20rem;height:1.59375rem;top:24.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvxIJoPVM7geSI1kEz8avb85aD5Bf1p { width:18.3125rem;height:4.78125rem;top:11.130859375rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWTy5CJDvQJ5nKERDT7RAlrOEwbdg6oF { width:18.0625rem;height:9.5625rem;top:27.15625rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGkUWgpeZJDJTUdQuZ55trJDdX1Dkp1S { width:2.1875rem;height:2.1875rem;top:2.5rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42nZVasRwrxTTKWkURyUdRIK4VUTJ5A { width:2.1875rem;height:2.1875rem;top:20.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLW0D6nbLoGq0ISoRT2IS7uCg1ISTNo { width:0.125rem;height:17.3125rem;top:38rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 { display:none; }#DNbnTWgIMTsF8OixVlXup0u5KToDVRU0 > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC { display:block; }#s5b8O65kHB5N9o8HDpw8ea8lItNWbbOC > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saARTUDfTde3glTQ0dnfWSIOKw5gz28B { width:20rem;height:3.575rem;top:4.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LPfMApUNUcW0V1zHgqNDKaL9o4VJRz { width:6.25rem;height:0.1875rem;top:9.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOoMvy9EdffkS0TZDARIodqlfdWF5ceG { display:block; }#QOoMvy9EdffkS0TZDARIodqlfdWF5ceG > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es71isfIZI6V7DShkX2Cc0CZLhoW3t3w { width:4rem;height:4rem;top:2.5rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vgMImkhFrcbSE34Hk1iId4mbIakLlp8C { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGarIcxFfN1izmLECQ42cQhpa9TGmRao { width:14.125rem;height:1.2744125rem;top:3.875rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJICDNDKDKeml45CwMgByW1OGeXCryZH { width:20rem;height:7.4375rem;top:7.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TJICDNDKDKeml45CwMgByW1OGeXCryZH li:before{  }
 }@media only screen and (max-width: 763px) { #lHsg9U0k1Ggdr3n8o379FRlAFnOU1M2H { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpEpiSbzmibhTDAdfvG8NbmsGQoKhFEb { width:4rem;height:4rem;top:20rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qCE6Lhc8cyvKVd5DwWQJb8zQhiiwtfPO { width:20rem;height:15.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2OaWcrh8ESam4WBbmR0OQ71Gxq9flVl { width:2.1875rem;height:2.1875rem;top:20.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFT9Peux3BV2es5QyLq523RnHr1M5Kw { width:14.75rem;height:3.82324375rem;top:20.0625rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6y7tzeSGAZmuekskmepQUCNVTWb4MJo { width:20rem;height:7.4375rem;top:24.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#x6y7tzeSGAZmuekskmepQUCNVTWb4MJo li:before{  }
 }@media only screen and (max-width: 763px) { #ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH { display:block; }#ZqbhKlVBw12d0z0JTgOqQS9zGurrsbFH > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbJrRxGXhhFoBsAZO6HVf1WKmhK01OII { width:4rem;height:4rem;top:3.125rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p6VfNOkQ0fQtaMk0ldogSgwlQIvG6lhF { width:20rem;height:15.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaAfGpsyIrRXyFN6KWbEACoCI3M4yALv { width:2.1875rem;height:2.1875rem;top:4.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORbFpqBVO18vRV7vTK7TmWhE0v6Kn3Mf { width:15.375rem;height:3.82324375rem;top:3.1875rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt { width:20rem;height:7.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#HXMU2KFoPlud5AeELEHl4uJmmAhTZPJt li:before{  }
 }@media only screen and (max-width: 763px) { #DxSKKaQTbL8q9lZZSymspE75Qk62iump { width:4rem;height:4rem;top:20.625rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zpIfMUTVz5LTl5ER61FJ9uNIFL7db7VH { width:13.625rem;height:3.82324375rem;top:20.6875rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR { width:20rem;height:10.0625rem;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Wza4q8OZsgbiTmZuVmIeMutoZXlR4PSR li:before{  }
 }@media only screen and (max-width: 763px) { #zErQ40LT5aRZMvZzlCCcVTdAtB0qCz6W { width:2.1875rem;height:2.1875rem;top:21.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3Ft4C4CGLTMawFldGv17y9lMuGzV4c { width:20rem;height:18.125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND { display:block; }#yHTtISp3vtSFDdE1Ohc8N0y3zIyR1lND > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7bz4GyGxJh8lHk0megbtnaaQZ0k0hnq { width:20rem;height:1.7875rem;top:2.73046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kifcBclZZc1fTNi7QXXBAGU3uX8RXE5T { width:6.25rem;height:0.1875rem;top:5.017578125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L { display:block; }#Kae3aWhXAN13OX1AnLwSMwPCSiTZXk4L > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4nMKGaNsdobEMuc2OmWymwpeTo85qKZ { width:15.625rem;height:1.5rem;top:4.3984375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRfNVF1mRTNkw99FxeN1kD9exrumcTCs { width:2.5rem;height:2.5rem;top:2.5859375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGN4pFBxby67pHFv5DCPMnPJeJtT7Thf { width:15.625rem;height:1.2744125rem;top:2.5rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPmnm9wvJeOchcOgEGHbPpVwVOOwZQVn { width:19.875rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEx2hMngo96JTLUOWzngWImA0aPrz3Fk { width:3.125rem;height:3.125rem;top:2.19921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwirwnlvrT2ORepqwBPtR9vAqhQK8ADq { width:19.875rem;height:7.1875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIINUTPnKSE1un64yypdMPKxx1c9r8d6 { width:15.625rem;height:3rem;top:11.6875rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UveUwsPsVfHc6E6w3I8NHPFCf9IB9EN0 { width:15.625rem;height:1.2744125rem;top:9.8125rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vAfy4PscRyFluIlqHGa3nzUuxn5MzXPP { width:2.5rem;height:2.5rem;top:10.125rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltsfi2lWlBZeNhMiX2qtGwQwDWpm8sIn { width:3.125rem;height:3.125rem;top:9.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfkOts7tzi9e5S9NTKNUsST7EVQlCtX { width:15.625rem;height:3rem;top:20.25rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OryMQGtHnHpP5r1nym1ddp1uDqsPyuos { width:19.875rem;height:7.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm7FzBkx9q7NQ5cPnM5KuQwUpqUCrLy9 { width:3.125rem;height:3.125rem;top:18.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZNN4AKRimEt2gXTmOcck2spnwIpK7r2 { width:2.1875rem;height:2.1875rem;top:18.875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5GsyOrWGzT4nGaBMJ20r02ZzCEsReri { width:15.625rem;height:1.2744125rem;top:18.375rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6eOclbTotXArCol1egdkEADBvpuL3pB { display:block; }#q6eOclbTotXArCol1egdkEADBvpuL3pB > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgnt2l7UEX6CDvoiQx32AnCTTaGBqROC { width:9.6875rem;height:2.8125rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOr9eBdqfJfUhi2NyT4T19ZhB1TOFKW { display:block; }
 }@media only screen and (max-width: 763px) { #gMWBnuhtgwsMMRMeayEb9MWstACVztzy { width:9.6875rem;height:2.8125rem;top:28.375rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwV8Z382x6EoZt3QNB8ftrvoEQ3abVB { display:block; }
 }@media only screen and (max-width: 763px) { #sKKDM9510icweC4HbJODWpmbeH3a4D4f { width:15.625rem;height:3rem;top:4.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRwP7C3yoCzVKIk6EZ9nZrZ8o9RnsiM { width:19.875rem;height:7.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sQAVvbkJrg6aPkzx5yZkcXK9fRttEN { width:19.875rem;height:7.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuFtIBWngd6nXQQINdfpr6wzIRgTvIvv { width:15.625rem;height:3rem;top:13rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90uA0W72MzcBG4gHUf7TTzZMGf3s3FG { width:15.625rem;height:3rem;top:21.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSV2wFgryRpWmRqdVKo3WyCC15n0twc { width:19.875rem;height:7.1875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rB6asZQwWK9PPRzuC4EAMoTq0hCWEq { width:3.125rem;height:3.125rem;top:2.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT0dHefo6vHKwORgN3tf8yyD6tXz2Ex { width:3.125rem;height:3.125rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGN8cZnlMWKbzFS5vXl2O0AkTwtN6t2 { width:3.125rem;height:3.125rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #praUkx1BLn5FDlVDbVlDUf0bo3pZaggE { width:2.375rem;height:2.375rem;top:3.0625rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opK7rgz7WxzuT4faTPrgL86WNfVRRzn2 { width:2.375rem;height:2.375rem;top:11.625rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJdkZOIU1XfIiHlqzDf9F2URWhBiNRB { width:2.375rem;height:2.375rem;top:20.1875rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGBmiDzyA8a1HcTmtsFNhmduzK0VbcdM { width:15.625rem;height:1.2744125rem;top:2.6875rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGfcGL5BTa2I320nUXqZtRXNhZea3Nfp { width:15.625rem;height:1.2744125rem;top:11.875rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toCtTu4gOpixWF1lqKAzzUTi2tWwJo0r { width:15.625rem;height:1.2744125rem;top:19.8125rem;left:4.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 { display:block; }#nk87D2qkVyQQlTcJOHoJHb7EA2C6XhQ6 > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf9TPNyqTrL89bET7GPrAgcS7tbGExRH { width:13.9375rem;height:21rem;top:37.625rem;left:3.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ernJG4o7U6igiI8XUVaD8rusmBTPEPvV { width:20rem;height:24.5rem;top:35.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvEZ7iRHJ6Ot1KUK6XWJoC6gLIPgTnE { width:13.9375rem;height:4.25rem;top:55rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaRrO6nvUnJ2oEA7zWTWUoxEVKFUUmDQ { width:20rem;height:1.4619125rem;top:55.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8E6XT4XZJ8TbTeJoKo6CrlH054FPFon { width:20rem;height:1.13671875rem;top:57.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK { width:18.75rem;height:21.8349375rem;top:7.4150390625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ozIG4Qvo8IdaB29VbXcBb8JTFA3HqSTK li:before{  }
 }@media only screen and (max-width: 763px) { #avor25s5Wsk00Km71iwe02rTDbfHZKyW { width:20rem;height:1.625rem;top:3.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoGKVNlVClAULyolFwTESkkJWPwnXgZI { width:20rem;height:1.625rem;top:5.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVuz8mRFyyIF40TbT7wgTTMAhkPeGcpA { width:14.0625rem;height:3.125rem;top:30.82421875rem;left:2.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHP6vroI4TVyr1Mua0XdNTU2UselIq7O { display:block; }
 }@media only screen and (max-width: 763px) { #CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP { display:block; }#CuaS3T4fgz7QfUqeoOZq9K89wtU1yTOP > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVOAgPMCqmrf8ykO7lJDXZOxqo9CdtNV { width:20rem;height:3.575rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ .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; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ydApWmcOGmGl81zHbOinweCKppE1odWJ { display:flex;width:11.75rem;height:2.561875rem;top:9rem;left:4.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #BWkHzS1U7f4HZupyotVD1HoU8SC9ST6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #AWTDk3ZSbwvXy3vnfgod15OTTuLdGgTA {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #DvBf1QkGBImBTJlJ01VvJXOIofyvuO3U {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #FkHb6Td2iLz6HTLfagTvO3TQHT4Vt0zb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #y59HTGSewaqdrzslcFtJwiqRIi1uZQc1 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #bUGPKepfhmhFwRoQ3JSVtSSNT4eO8BSC {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #z5CUsi15sIVNewOy4ruzbuAm9KXQAwTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #PpiZ1BReR9xcMQvOVO5HlNw8469kCon6 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #A4m5XM5pNkWIsTTyM1sZAVlmiCT8pKDB {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #RQIWTFNNW6dF3T0VAOzR70XLRErxvrgy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #oTGx0wzQXJHqsbiNIVBGv8A43xpcFbQ6 {  }
 }@media only screen and (max-width: 763px) { #ydApWmcOGmGl81zHbOinweCKppE1odWJ #Tbtib2Q8oRvMGnICJE3owKIcD8T6ttEz {  }
 }@media only screen and (max-width: 763px) { #eiwlIX9JvTpdUvKVQWbQCu5o476GaD2K { width:12.125rem;height:1.38125rem;top:7.5rem;left:3.9375rem;font-size:1.0625rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hI1oxQ7FZTI8EMtFloiAKW3s0J9zcBAX { width:8.75rem;height:0.1875rem;top:6.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S { display:block; }#x1Rn1S1RED1RTrabD83RgqyuRDLNHt2S > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9LsCCcvHyQyG2JwtaN27CdaVTBQ3FeH { width:15.1875rem;height:1.625rem;top:2.5625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPdGG86Z5idnPCrco6QOe6ixbXUBwRuQ { width:19.875rem;height:21.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrplPLm9ovVublc5JPIK8EQABwLzxeT { width:12.125rem;height:1.5rem;top:9.4375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MT8MH5alJEhWnlaSZ1XqS3uT78UrMVUP { display:flex;width:1.25rem;height:1.25rem;top:9.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #CFuTQO6cqdzhIC6rvQtMkIDtk0IArVF6 { width:11.6875rem;height:1.5rem;top:7.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lwtWUFZOWiOhJw3dbtaymUoXAe3eupiw { display:flex;width:1.25rem;height:1.25rem;top:7.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ugNcLqdHgmAuJ3wqTGISQs5zueZiX4dG { width:15.3125rem;height:1.5rem;top:11.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hRRiE96ypaomzwXoueygzqRiMMIIQNXS { display:flex;width:1.25rem;height:1.25rem;top:12.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #RRiSl8CMa44L1RDMlyOFi80purDxbBJa { width:3.8125rem;height:3rem;top:15.5rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tXaSE4f4XSdcbhEs0m2PouRaoUTwx1nT { width:17.1875rem;height:0.125rem;top:14.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXX3CoxhCw4srEa080lLTefO1NHzcJoH { width:6rem;height:1.78125rem;top:16.109375rem;left:5.28125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fDDA5d4MfpmEcGTwAV6TyvXf9ivQXcOf { width:17.3125rem;height:1.2246125rem;top:18.8125rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LnN1HloPPr5hcvLST07mR3mbekq15zib { width:17.5rem;height:3.4375rem;top:21.287109375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcRg5iW3ybXSORvrCZuhhtquh5fcC3x { display:block; }
 }@media only screen and (max-width: 763px) { #ZiR43PdvdA2f9CGQeud9sJwMhCyFdlHm { width:19.875rem;height:26.3125rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCDTlFAygW7FhWILEMA7qOLJrTCZobiO { width:13.0625rem;height:1.5rem;top:71.8125rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VVx62KKEGHOgOOFFeDZvBmno4aGD4fHq { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #smZBNFQexc3PJbfHz4QyCJddJF7am7WA { width:11.6875rem;height:1.5rem;top:69.4375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h6w1ipeUL5AXUuNNkIe3Wqcb959BVa79 { display:flex;width:1.25rem;height:1.25rem;top:69.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #bWfOxzq6VmXkSGDOfnIBegA9XwGqEZQp { width:7.875rem;height:1.875rem;top:64.875rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xshz5QoqdTLHk23E16i0clgeDEGiyKaO { width:4.5rem;height:1.78125rem;top:86.0625rem;left:8.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OOWJoFKBiqCRcZBlMXuqEIRxz3ZnzER8 { width:7.0625rem;height:3rem;top:85.4375rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q3ixw8BggJV6xDUFcysL4IgidQ2KNeKk { width:17.1875rem;height:0.125rem;top:84.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJHT4Z0xHxTZHOQDLrVA2ah5RfydMqm { width:15.3125rem;height:1.5rem;top:74.25rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iK4ZVWlCXpMGTMFsEun1ciwT4rU3pyUk { display:flex;width:1.25rem;height:1.25rem;top:74.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #eLDXsQ9MumXC5esOdSU8Dzq4IynuyO5t { width:13.875rem;height:2.798825rem;top:76.75rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nDDreqhMeiypaOAJfn0GqXKcUClw6qqv { display:flex;width:1.25rem;height:1.25rem;top:77rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #T2Mw40EnamSRz2RHCoA6TkwLXzXJ100o { width:12.875rem;height:2.798825rem;top:80.625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ztCWtdGWP85d7JCLRo0Ahkfke7cF8Mh0 { display:flex;width:1.25rem;height:1.25rem;top:80.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ZmcFk5pnKWCcslTa90eDSfGE23A36tSR { width:17.5rem;height:3.4375rem;top:89.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meRhMyvM2hXkcEzkU6bI4onbqW8ZPhr9 { display:block; }
 }@media only screen and (max-width: 763px) { #RrUvv3tlI9VSEAu3Ct5cAuE7VQMPwm2Q { width:19.875rem;height:26.1875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiINKkTrWxC8DGTZ2Aormq7qZlB8nzO5 { width:12.625rem;height:1.5rem;top:38.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gqg8OFx5X1X6GfN1bqUgmaPxSdC3Sgvk { display:flex;width:1.25rem;height:1.25rem;top:38.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #HhT8iwvGB2zU7tJ0n8e9J8y37nefZnVz { width:11.6875rem;height:1.5rem;top:35.6875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gcT2te71mNnma4wQFEGE4mpOUgldQQxi { display:flex;width:1.25rem;height:1.25rem;top:35.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #yXWBz87W9S660rS5Xsqm4vsAU0mWFTai { width:12.1875rem;height:1.875rem;top:31.1875rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i5lhnH2PgBvQDiguTz314FHid1FnOrAD { width:15.0625rem;height:1.5rem;top:40.5rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PhIeEGm5Cgpgv9EIM68fM90NAZVxz91z { display:flex;width:1.25rem;height:1.25rem;top:40.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #rzZbqbNvnttucOkUkE04qTx1xmnO6xAM { width:6.0625rem;height:3rem;top:51.5rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iRrEbsHT0l3goNszHsXukahPTHGvK31Q { width:17.1875rem;height:0.125rem;top:50.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfH76vtN1XoJgh4gB7zPT4e08FwTKL1 { width:15.6875rem;height:2.798825rem;top:43rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4nBQSpWZHW1ooAwNeTL2ygIPPDUNIq { display:flex;width:1.25rem;height:1.25rem;top:43.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #w737lTXEPoZBuPgeGuNg5rVc7AAE6oxf { width:14.5625rem;height:2.798825rem;top:46.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6ukngWX0iMgTTqwGUlSLEXKid9dTuH { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #e0gQV59BxkDOoMOgD6tKQScvhnD8oEmc { width:6rem;height:1.78125rem;top:52.125rem;left:7.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TqZzmce53G60bLeWmAHVWP9d5miN8rKw { width:17.5rem;height:3.4375rem;top:55.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7pbdWekd9Widb9FhwL0FPUApG5Sp1M { display:block; }
 }@media only screen and (max-width: 763px) { #KRk3phJxex4ca0p6knThyuDs7PDf8QL1 { display:none; }#KRk3phJxex4ca0p6knThyuDs7PDf8QL1 > .row .container { width:20rem;height:97.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQLTWTPXmMPN3RkLTCQ1NGlqGXxKSDPW { width:15.1875rem;height:1.625rem;top:2.5625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbCmE6t9PN7ODXUpLTuxJltpLapHRAq { width:19.875rem;height:21.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBPLSacr0TPB30PMXS7XVdkFLFhThG58 { width:12.125rem;height:1.5rem;top:9.4375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z07OTqygKB31ZwgPdrIz8PKs38Pmgfb2 { display:flex;width:1.25rem;height:1.25rem;top:9.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #FzqkPgadgstrAKqKJkTnaprsHmwS0ZSv { width:11.6875rem;height:1.5rem;top:7.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c9f0xdlWF9WQKSllHwERsUoDubm3EfVl { display:flex;width:1.25rem;height:1.25rem;top:7.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #LNH3cQIGtKI2PHvVxVM1bx0y83xpfOR9 { width:15.3125rem;height:1.5rem;top:11.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qEolZZdGRChy2sTap4ez6RZLJpZlqRXg { display:flex;width:1.25rem;height:1.25rem;top:12.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #uPxoofnTpMz55TFagrK23xlNk4XOgRII { width:3.8125rem;height:3rem;top:15.5rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wF2osiErd4pHdO1rh65EC6Jxdg5Ni9rh { width:17.1875rem;height:0.125rem;top:14.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG4oezQ598qdgiFgA3zrrLLp5QicgZEt { width:6rem;height:1.78125rem;top:16.109375rem;left:5.28125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HAErMQgpfrnRodtxKLT9kTVTRwo0brCF { width:17.3125rem;height:1.2246125rem;top:18.8125rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vtWzF7SvsCbddB47r9ZFxQkU8PKefTUT { width:17.5rem;height:3.4375rem;top:21.287109375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZTO2aEQE6Iw3Oe0DRSteT5zdTWKHa8q { display:block; }
 }@media only screen and (max-width: 763px) { #lfuK8hKbDIhNAk8wzI3JKG4JBADRnJiw { width:19.875rem;height:26.3125rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6iF1FFVGKJNOsqsthrU6Tf6V7di3NJ { width:13.0625rem;height:1.5rem;top:71.8125rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #humOgTk1p1mJOocvutJyMGWV3QdBmRDy { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #UNVDDsAhW8yiPS75m7b28H3MLbnKnJQH { width:11.6875rem;height:1.5rem;top:69.4375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GArz3Tk28310nBFmSkF2iB4GiEARtSaN { display:flex;width:1.25rem;height:1.25rem;top:69.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Om0FsdIJm8O2P3C7MZCPTlSLtMQ5QT71 { width:7.875rem;height:1.875rem;top:64.875rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GT5K2RZBxfWGTlmI8JHHO6r3TPJQn44o { width:4.5rem;height:1.78125rem;top:86.0625rem;left:8.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AHOibFOG2d7ryIJiQJNb153WrT6kmrNc { width:7.0625rem;height:3rem;top:85.4375rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #niiesxeSTIF0i8XpAbXX6S2OueoqCqVT { width:17.1875rem;height:0.125rem;top:84.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WHW9GqN9L4RUaQSAZpcUl6tC10wqOo { width:15.3125rem;height:1.5rem;top:74.25rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iStNTDMLWGWXASoTHVEhJdT871mweeWk { display:flex;width:1.25rem;height:1.25rem;top:74.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #pa9fgCIkH2Bnbx9GIfZOy27hNsBdOZOo { width:13.875rem;height:2.798825rem;top:76.75rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VHMTGIrFJnqyLGKxiblnUT6N43gxefil { display:flex;width:1.25rem;height:1.25rem;top:77rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #aNdKco9fFXlGfNaEBqDI3LJETTBafbVB { width:12.875rem;height:2.798825rem;top:80.625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AXlb2u3bi022SGvi9CHIHgf3QogiXKn3 { display:flex;width:1.25rem;height:1.25rem;top:80.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #AsfM95XyWi17wNvLMGhhRnW8dD9XDZew { width:17.5rem;height:3.4375rem;top:89.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxKQOK2FDmNaMF8ce3P8dEM2T3lOwKWT { display:block; }
 }@media only screen and (max-width: 763px) { #GZfrg66hNDKCzSHoF8gOkrzAqG6Vnvue { width:19.875rem;height:26.1875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBz57TZ4FuXSIggreP2vCfNEkikaLrBX { width:12.625rem;height:1.5rem;top:38.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zo5thS3SlGVOdm71mzKcmu7mkoI9OruS { display:flex;width:1.25rem;height:1.25rem;top:38.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #BQWmxNWoTz34bvrgntMMyECBwTBJNSl4 { width:11.6875rem;height:1.5rem;top:35.6875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nXuKWmFEgn00EeQKtdTcQIamcekRmbKA { display:flex;width:1.25rem;height:1.25rem;top:35.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #qDzKT7AvSQpUhk5Re5WDnDd7oeL7ypPg { width:12.1875rem;height:1.875rem;top:31.1875rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bUWiTftJ7KZiTqIi6q6z24vOz4iJhTTM { width:15.0625rem;height:1.5rem;top:40.5rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D2Mcg6eqmR4OoVe04NnyTrpsnSSqsi0C { display:flex;width:1.25rem;height:1.25rem;top:40.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #GFQ0Ng24BDwPTIsTDUzWug24SMh16b7T { width:6.0625rem;height:3rem;top:51.5rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uVfkEtitmFbFDerX90xDXNEXVqJO7qxd { width:17.1875rem;height:0.125rem;top:50.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWcIJygV7r0Xxb004JXQDsSSEtnbFMC { width:15.6875rem;height:2.798825rem;top:43rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SgS9Tlo1AHRJaxvFe9RQca11DZG1kCkn { display:flex;width:1.25rem;height:1.25rem;top:43.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #lvEsSkZ5yiqNS1CzhSNiluOSLgcch6UR { width:14.5625rem;height:2.798825rem;top:46.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cxEU9kVEPFOh4w6TaBS0UcIZMom1dpUc { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #eye7LTBMwSrE3JWQ9znO6rap9W6Tn83q { width:6rem;height:1.78125rem;top:52.125rem;left:7.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TFPbJxvxFwy7a6WTrOp97ukMwnMlumm0 { width:17.5rem;height:3.4375rem;top:55.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDENqSgimN6W3klHdC5bNOwJRfhrd4g { display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #lNGSDHr2hG0r8CMkyK0dt9P6NOE7zqpe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }