.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); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp { 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; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { background-color: transparent; background-image: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container > .video-iframe-container { display: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row > .video-iframe-container { display: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .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); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { border-width: 0; border-radius: 0; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#xKM290Tgs8x44NNt9qmKkQesktbBFLdF { 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; }
#lM7qmo0wAFgOKyv9kXUyQlBzuA7CF2id { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUtX87aPJwUyXzEQxIT3JKd7kPiCaRMT { 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; }
#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu { 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; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu.adaptive-delivery-prevent-bg, #vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu.lazyload, #vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu.lazyloading { background-image: none; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container { background-color: transparent; background-image: none; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,98,0.83); }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container > .video-iframe-container { display: none; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .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); }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row > .video-iframe-container { display: none; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .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); }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container { border-width: 0; border-radius: 0; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu::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; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#ytR5PC790lRROkUPWNLtCvObksm602Uv { 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; }
#SXzFwDeO3OTDaATe7o8UZ9IHBBnnl0p1 { 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; }
#fGHwD6ostSK7lLZXGrdwsvXQat4PUhd1 { 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; }
#kSiEnHkRMHFSLd5Ful7kMttGV27XPVGp { 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; }
#b8VgGLD0kZJTiirwLWX9gDlmcnI3MWTq { 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; }
#oJbG0s19koWiCHCUmo7BTlWTBVvrTTOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQ4Z1kaLhlLxLiT4qpJ0Pa8wnsy5OL9T { 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; }
#wIr0cAPdQ17122RF69cNLCeg6ZT8PmrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7RywUJki47GIrfNxHIh38TZtIKGTFVh { 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; }
#BTe74BeWNOiiIPafhfIhOiadKuPJsX36 { 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; }
#USFROOLgR63lpVinB5FV68DbFhn4NdFq { 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; }
#zoWse2yUa3pOWucNgvBdh1p9VpvhcpRm { 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; }
#B9E7IAWC3fDtJR48ysiowTo5JkKM4Ad5 { 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; }
#kBt5ya9f5VCIbFINhx8oN88dR6XooAcF { 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; }
#nQayubZtWteA0sJ6fRX7TQJ0ZlbbSz8b { 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; }
#b3UsFAftlW5P2kHagi7IvbTLr0DmUwp9 { 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; }
#vzFbUmSKdOKzsPJFIGdxXt4xQiywfAlo { 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; }
#hrekzbkHUDomJceA7lyxDn747f6u3Dyg { 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; }
#htTburNUT0invWBVcAQUCCeXesNuhrQk { 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; }
#pDE17JHEukMbquGfvUNrHu2KBlEnl2in { position:relative;display:block; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in { background-color: transparent; background-image: none; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row .container > .video-iframe-container { display: none; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row > .video-iframe-container { display: none; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .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); }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in { border-width: 0; border-radius: 0; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .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; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;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; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ { 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; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container { background-color: transparent; background-image: none; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container > .video-iframe-container { display: none; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row > .video-iframe-container { display: none; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .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); }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container { border-width: 0; border-radius: 0; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#VyQCTND7VeZxRJHLLC72MpXD87sKffLD { 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; }
#FI6HvCQWDFKIdR0mLuBWRll8urU6TarH { 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; }
#hVOd3uZLBIDq63fwSmPJnzfsFpsnyofr { 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; }
#N0NwpiGSVHavn6EN5hmHuGEw5qQBzp8f { 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; }
#uoDRwzZnWBwL7L4LkBD7zueTREV2hlPK { 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; }
#yl9wEiR2FX5XODDrgQTn5JasFde8FoVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfpxgWzN6TQC5qgI2ctgqICTTh78sZit { 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; }
#H7lAilcmMa36kuNdZ2f9180H355X8rsT { 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; }
#VsaBG0vvVwRfrmTSQzN0TCTTxPSH9K1W { 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; }
#CNeJlOGUhhCEvkWc6mnI5ppNPR2R7fPk { 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; }
#CFDTb3KMWoQ8JUcNcg1XoK6x04XaXkIN { 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; }
#aAKdIUWxgxW3ADSSTzvEAI0326ED69Bu { 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; }
#f9hbWONEBdu2dTTkfzamxCXTGLJ5KrJ0 { 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; }
#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 { 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; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23.adaptive-delivery-prevent-bg, #Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23.lazyload, #Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23.lazyloading { background-image: none; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container { background-color: transparent; background-image: none; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,46,38,0.88); }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container > .video-iframe-container { display: none; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .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); }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row > .video-iframe-container { display: none; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .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); }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container { border-width: 0; border-radius: 0; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23::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; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#HoSvVSPVabD2uMX195eZzlRRpNfwWpcy { 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; }
#XLifrNWGMKeqSfdHBoBl6mrQC1dkgbZC { 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; }
#cN1fQxQXoPT6Z9FWxwgAATOD7rGT9Jzk { 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; }
#AuMJISJKLXJB4I3O3X9sVnQ8GOp3f4SF { 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; }
#STUowNCEgCd2wQgl1wW5A8wvhbsLmC0N { 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; }
#g2z5U90XkTnqzmhoEJDGZcQGrtMpLPVN { 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; }
#Cyu1aw1LQ2C59cfDs5SVmTkSuxiHpWoi { 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; }
#EI9TIGTpQ9dLJMrP6uQ7hMWif5nehD7Z { 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; }
#dm3OwaCP9OE1bTHDIpNTb30HBZ5VBSa2 { 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; }
#bMFKFrf4LMintPa89WiC9khlB5mqDxTn { 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; }
#nbTllro2TTCPa1nFQxLow23LtDWo3DRr { 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; }
#ck8lci1dMCsmsXgCptrIasSPpSB0NiHw { 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; }
#rNinfq8PQKi6vRLFNRMM0Jl9m7VOrZDX { 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; }
#WU8PrhhWw4xlU4wvX4EaCGoMQCEG4hGo { 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; }
#TcWEeMEyZgl3QoS85UUQaTEbvb6uXTMn { 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; }
#DTrB4ImmPWaSiO4t0TfZuhIIbBLS0mTT { 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; }
#h7v5orr8BnZWDtmVaKcAtMeDzH6dovrF { 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; }
#VvShSLMhvLVL0tu1DxOOTVJWVDD0imk5 { 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; } #fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container { background-color: transparent; background-image: none; }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container > .video-iframe-container { display: none; }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row > .video-iframe-container { display: none; }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .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); }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container { border-width: 0; border-radius: 0; }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct { 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; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container { background-color: transparent; background-image: none; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container > .video-iframe-container { display: none; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row > .video-iframe-container { display: none; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .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); }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container { border-width: 0; border-radius: 0; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#bGxvbzM7lAvOMDfUcFH15h1m0EP7QTxO { 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; }
#PMEUkUCN2frLGWnTtQrTpccmRx2AaJCB { 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; }
#ScTVP0yMFJGD95DaSetC0dhTppwuhK6l { 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; }
#hMgcWJskxTZHEmEKJva1nKpEmhrDGLFn { 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; }
#xV4sZhdCRRZeEdPMrddQEtQimOVxmEq2 { 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; }
#ENognH75JBOuhuZTvRcZmR52PMU6ULWK { 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; } #nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container { background-color: transparent; background-image: none; }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container > .video-iframe-container { display: none; }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row > .video-iframe-container { display: none; }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .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); }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container { border-width: 0; border-radius: 0; }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i { 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; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container { background-color: transparent; background-image: none; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container > .video-iframe-container { display: none; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row > .video-iframe-container { display: none; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .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); }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container { border-width: 0; border-radius: 0; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#JcoeAFPv30OuQ6bS8qWrn4GKbCARCaK7 { 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; }
#JSkzlcrsQb0QA0A5Lv5xeH38uxDP6qH7 { 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; }
#MfoKhAyCJ15kkh7UAkkva79IuCPkQS9p { 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; }
#XC2v6LDgTxwhsf1fsoTvat2U0vTKsG9u { 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; }
#ifZQV0Z2qSPI2H8vM3IEsaIf8CVREqbK { 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; }
#lZzqPrMds45qUQwysWFhQBmo5UUzfiaT { 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; } #RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container { background-color: transparent; background-image: none; }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container > .video-iframe-container { display: none; }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row > .video-iframe-container { display: none; }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .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); }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container { border-width: 0; border-radius: 0; }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd { 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; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container { background-color: transparent; background-image: none; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container > .video-iframe-container { display: none; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row > .video-iframe-container { display: none; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .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); }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container { border-width: 0; border-radius: 0; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#Iwr4cDdw4O6zGJO7BQohrm6w4NQr9zx0 { 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.4375rem;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; }
#mZmrPfGAwVMHv8smiTHuGKlMrBbXuL3g { 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.5rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8VghOIBF8iV4KywhsyBAbBvwxBS1nh3 { 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:9rem;left:8rem;display:block; }
#rQs4DxWVXv49a4J34Ze93ZlCEOm8AfDm { 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.4375rem;left:0rem;height:6.796875rem;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; }
#xuWcgyIUek7zUWH3n6ClMZnyv1W1LSOF { 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.8125rem;left:44.25rem;overflow:hidden;display:block; }
#P9gNWiQnSlu7TxFvCvubsT6VNN3Ta3pv { 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; }
#Zilt6SP4oAPN0vUmDq7h2FuCZEdXLXyw { 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.8125rem;left:40.5625rem;overflow:hidden;display:block; }
#o9zB9SiyN2gWmkXqDEJM0Ah2TxLJGl9V { 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:38rem;left:0rem;display:block; }
#IyAb5cJTpovBaI2WquWx2kPB22q5TUsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTA4L1RdxxxeDSgP68Q248dELe4LQc9T { 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:38rem;left:15.3125rem;display:block; }
#PMXtWlyA5bN3U9c2W8amovehc4PldMNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tf0xl3JeNlCbRmsWAE74Ey8ElQBRfeg9 { color:#1d1d21;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:19.5625rem;left:0rem;height:16.9921875rem;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; }
#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT { position:relative;display:block; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT { background-color: transparent; background-image: none; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row .container > .video-iframe-container { display: none; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row > .video-iframe-container { display: none; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .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); }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT { border-width: 0; border-radius: 0; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .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; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .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; }#bpx78VZIiHNNlZ8l0wBpTUe3RDFcOmIO { 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; }
#dmtF8tzJkIZKZiqTkbhD45q387PgumdW { 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; }
#kOo7m8HxOgUbdqr7kcXuTDHEXG8G12ZU { 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; }
#gQWysuPHqL7vwRsll7yFuTerBmV0kBZB { 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; }
#kgoI3Dk4pgXTblbIDbBpW4r0IkvyiPVK { 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; }
#plgI4iNX9Cu6hsLwEPyk1QumZFsPpWak { 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; }
#NUatD4FAlLwHJT5uwRumZyKWLwppX1Oi { 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; }
#M0oVzneRQse7Q7EIMvWH1GWETQPRdqHn { 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; }
#in4xTH7w5ll6GUPITSr68zC2XTpI0qb9 { 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:#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; }#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; }
#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa { 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; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container { background-color: transparent; background-image: none; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container > .video-iframe-container { display: none; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row > .video-iframe-container { display: none; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .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); }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container { border-width: 0; border-radius: 0; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#nIV91mpQe4TqMmyDBayAI0aWtTZ8118a { 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; }
#RbGB1vtNVtqkKOVBAZ6bnyA3487sdJST { 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; }
#B61DmVs2wC3ObCeTllWlAIBo6FMD2Zc6 { 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; }
#gHkIRJrmNMC5D9AntbenyC02EDon8BtA { 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; }#gHkIRJrmNMC5D9AntbenyC02EDon8BtA li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gHkIRJrmNMC5D9AntbenyC02EDon8BtA li:before{  }
#ZPwbmpWi6PK84hhnut1iyUWH0G8L1QgA { 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; }
#TNkGmQCWc1gW4s3m65iV3gITTJlpf9vR { 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; }
#DXGtIKC2TonVhMH3pz9tIS1KabpytTQ9 { 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; }
#y7Ny2lpb8vHfJICoWbRlaqZTTQGVi0EF { 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; }
#KTuy4sQq1uits9xP8P0AqisMxMf99ayJ { 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; }
#VfTPBzXsihKyxExTzTxGRsFXP11JQcai { 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; }#VfTPBzXsihKyxExTzTxGRsFXP11JQcai li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VfTPBzXsihKyxExTzTxGRsFXP11JQcai li:before{  }
#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo { 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; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container { background-color: transparent; background-image: none; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container > .video-iframe-container { display: none; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row > .video-iframe-container { display: none; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .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); }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container { border-width: 0; border-radius: 0; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#lPEPvPC4nxC2Hm3dRiSsIXMGRZawAydG { 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; }
#vZGhpcmOuQT6G1qTf4ETHu2LFXoMz2bt { 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; }
#huPqOTq1sNeSqMHdTJpysMRyydsxC7m5 { 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; }
#hPCNa6TUeTEsIFURWBFmHfG0OOo9KbfD { 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; }
#QMKVJIev1OR4SoSa7rzDXqFT9umfVahy { 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; }#QMKVJIev1OR4SoSa7rzDXqFT9umfVahy li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QMKVJIev1OR4SoSa7rzDXqFT9umfVahy li:before{  }
#TVSGfKdv00pWNJAkNRy4A6DURQbxLLOs { 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; }
#ofWTP7MlSyheVZ7EbVDkW7eA7EFc9PxA { 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; }
#mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb { 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; }#mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb li:before{  }
#nVdic8SUyMdJ5AMDOJEe4NTldOuzHiMx { 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; }
#na2rUO2UUOIo6IqiJBFw7yxmTL4cKzhB { 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; }
#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 { 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; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container { background-color: transparent; background-image: none; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container > .video-iframe-container { display: none; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row > .video-iframe-container { display: none; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .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); }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container { border-width: 0; border-radius: 0; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#qDydc2ahpcq45bUlwOvhEmhILivSc0IE { 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; }
#BanbdZXwMUVPwRBLB1eenXfCldCJdeuQ { 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; }
#smKR39Rr9rbWEz8ON0ca9vXPsqo7MOT0 { 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; }
#CB3sNyQl2xAV6Tn81CeG0LlSHeDLGlKF { 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; }
#qGzoU2xvPfmv7Lo21DZ7yWw3tToDkEef { 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; }
#CuIT2opkiBUGJprVgImJwWtCeeEwx1lX { 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; }
#iVTovTTErdyZwzrGUsIsJXqJgGTTeV9b { 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; }
#X73qqU3SMZG5DdG3CScaaXfa0DBZR39e { 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; }
#BdsAMmSTuvpqJTKMLEIM6BDpgKACM8Om { 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; }
#VBQqUnPT6KQ9KlBlHxNWzgx15hUK17JO { 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; }
#P4cgWPrQXfa2opBUget49RlE9Jb1AeCc { 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; }
#aAUT4JRPBJSisZz0vP3nBUEbwbk0QxTu { 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; }
#JfBeharKIo4mIOu26HpNP5kPBlZLs53r { 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; }
#DXtkcPaOFkkhagS6nfPGGApFXwbHgvLC { 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; }
#oxC1uhF4pV9bek9EURN4r7kuWKwP8R6M { 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; }
#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 { 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; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container { background-color: transparent; background-image: none; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container > .video-iframe-container { display: none; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row > .video-iframe-container { display: none; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .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); }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container { border-width: 0; border-radius: 0; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#HLM8WgyQLND7SrGmu2a81gml2Eena7vI { 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; }
#aTQ2AfEX2UZhEthHnWnvbTTu2hEEnkAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCc9uAMJLT3QHTufVr7GQsVbesFg9mcx { 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; }
#XbMGc1gk2UKTNXkRh6DlqTMRiSLlMJOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEv0huzkDyQGG6kTgwZezMm51pLtWnLW { 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; }
#D559QOovxRhDToQXeRXf2nbUGOptxgdp { 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; }
#RyTSlPbgRO81s0lUfXsI9I67H2mTqNci { 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; }
#cO40g6RM0TzXRAo8WdpadcAbx8sxUo3D { 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; }
#QwGogGeT7GuTieAPsBtk48U5flWxWBpc { 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; }
#lpornT0dgtMo2PVzIQaxc1MPeLp2MwX7 { 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; }
#elezPgd1i7lq9cVIXStJMsTDziaTmtzZ { 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; }
#B0Fai04gX7q7zZz9MdlGLVagF5Od61AW { 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; }
#oHRKEUyr50dIFEPMn3Mbz6fT3fAUO1m1 { 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; }
#r6meieplc0WCVBZpEutZGsBnRS5eGqMq { 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; }
#sbZT0STBAI4oCMtnrb2Tei2TaVtixrbA { 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; }
#AP0J4BTFp4Kh9xOavzw8xFvZD4194tI4 { 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; }
#zl3oXo23EvPH3F70NtVCVy6zLdocl56w { 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; }
#LSaN1gPhldlh60dfBOmNQa4qoMFCU649 { 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; }
#EFgc8lZUJmPk7AXXOTNQOrctbrkLhkBC { 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; }
#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX { 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; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container { background-color: transparent; background-image: none; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container > .video-iframe-container { display: none; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row > .video-iframe-container { display: none; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .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); }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container { border-width: 0; border-radius: 0; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#o4JKGVPf2NuZzQk7azDO3iWKT3rNA78T { 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; }
#pZubPxtCahXIqCopyq40qdkVrnpeSOqK { 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; }
#y9czFCyH4XVQiHSrnpk97qLMbtoOJ7ED { 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; }
#E3rGZPtliJGHiGKy4rTb6gOg30EhCP6L { 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; }
#eaHevU3x4m0M2nOiqipPrMsFRfUg17ut { 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; }
#PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 { 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.793rem;display:block; }#PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 li:before{  }
#ZoicZoV3qbpmMahiToEbBS1eGvVG9N2D { 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; }
#rro5ahS8tkT4kRb44DC4fopENWVnHacA { 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; }
#kXfoE5RkQdv4SxzrfSdkKN2J8nTqkDnR { 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; }
#A1Qnfc5mxOVNso6xvKtTOByvFmhufzGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e { 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; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e.adaptive-delivery-prevent-bg, #Ts6SewSLrx9LSER7qcRxEvxOeugUz12e.lazyload, #Ts6SewSLrx9LSER7qcRxEvxOeugUz12e.lazyloading { background-image: none; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container { background-color: transparent; background-image: none; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #052e26; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container > .video-iframe-container { display: none; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #052e26; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row > .video-iframe-container { display: none; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .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); }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container { border-width: 0; border-radius: 0; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e::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; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#KN4SFEPPP7of8RZ31XNWeVao05HTkqJM { 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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ { 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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #vWfF3Laxq5waCZTA7admMslKRwGywXJt { display:flex;position:relative;top:0rem;left:0rem; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #GsNTQzm1crehMlnP5BxErOyzE3RUyJeV { width:auto; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #dJBdWnRgDm1m28WhUVEqTmtX84lLQOTp {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iNVeehkHpBMVTkiEI96TKXNRFuEst3p9 { display:flex;position:relative;top:0rem;left:0rem; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #yDvnACkMVFO6SCMVuNRUSBLml0LJsbb5 {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #OTuFfc4OnDTpubCvznsf8DXCbp1wMqMz {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #QvJwNAOg1C0yx3acoA2x9kzGEbvk7gFE { display:flex;position:relative;top:0rem;left:0rem; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iAfl2FSvyPvhOhPqhmi03GbaKp6rEdVT {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #xakSp9nFTk7gxqEiK8tOMwDqXMmiFecF {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #uPPPPXQ5lsk8nykTUIBNxoEtuePoUPPA { display:flex;position:relative;top:0rem;left:0rem; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #zP9Z85XFiBM2v5xswduMgl8B04BDslz7 {  }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #DXIlqA2X5H7P1HhZKzR7sLyFSnBNbxb1 {  }
#hl7Eq3hvTZ7uEUESsWu63faFxbvIO5d1 { 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; }
#PJV6wf3W223s7bFoZPac8NB5Hee5F50p { 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; }
#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n { position:relative;display:block; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n { background-color: transparent; background-image: none; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row .container > .video-iframe-container { display: none; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row > .video-iframe-container { display: none; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .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); }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n { border-width: 0; border-radius: 0; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .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; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .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:2.6875rem;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; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC { position:relative;display:block; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC { background-color: transparent; background-image: none; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row .container > .video-iframe-container { display: none; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row > .video-iframe-container { display: none; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .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); }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC { border-width: 0; border-radius: 0; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .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; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .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; }#JLKx65gyFshfNERMGdVqsSOK5zQavun6 { 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; }
#pT7SrMC2RWFMu51wf4JxpvdIizs74nbl { 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; }
#oXAQtUElus9M0KoGS51FgQeiUkelEAud { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvgrhxkydAe4Vh8oQLxJuACshnmpICRq { 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; }
#VqyZppyaBJkm4a39R86OHcpQ1c878eVP { 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; }
#Xze5JP6RwQMTNpDMBN1R0ORTP3t8Nh7P { 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; }
#TPC4SkNgNLE4VMyi05ToMdLVD52N0pID { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDVqIALAK808rPRSgkpsakDgan7SaNcI { 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; }
#oC9KeA6ze9Kek64lLNeBvxxZZv4EDTqN { 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; }
#zPm0u4NVBcu4wDnnFqbmKRTigZLGBsyX { 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; }
#wvAAz9ucQWwIkfpy3LK5mWUWVeq6IDK5 { 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; }
#fAHlXmrFARBsEBy51oZ9Ty3yz9bdmxvr { 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.70003125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yz06R9e4VRDTA91mg2nPeaI7ZQHG1U1N { background-color:#9d0000;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; }
#nrwRBr1npdAUJ1XdNyDun61gfq3TOaIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGJ3Cs1UtozBA76TMMEF596i57fglsAf { 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; }
#T81sTSmVlALcQno6qRQHV8bNE5PTK7Ss { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#amOqpLPWaPttFyD05sAZSNXId3l9SpoM { 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; }
#gvBgMiMgVdugMfbQ0T96Lwr7UKi0VM92 { 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; }
#OOHN4MwX70GT1oHXh7Q9ofPzyLnGNmor { 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; }
#TRWANIR8dt90BNiswRS7Vb3e7ng4fWbF { 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; }
#tSvwsp0ivMxV37NLkdfnsSgn3mL7oXit { 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; }
#JOOTobUgF6LBnh4JGG6hqP7LiMZnD8Jc { 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; }
#yqe22q1kNVWXMn9lyN2XahsZ1bPW5H7K { 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; }
#mfnSQAZOw4JdIKATefpOVe21dU4qwt8I { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLMU1b0rHoGdTQVLPIFAPZUigvVaiJoe { 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; }
#myK5vIA7NeTh79vVsV2imGfJ3tFgeUHx { 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; }
#RT0MQDfEehyRrh5APl31dOerlU7HXBBS { 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; }
#tpoH0NsqNSzQmvWlKkZGdbRX9icdDsas { 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; }
#QpfuXLp9B3dKwPysOGaohQPTA7LhLgGt { 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; }
#hwip1V55dNBqyTKnhPfWEGFRAMl7hfbo { background-color:#9d0000;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; }
#GtMloEfo3TJ11r8y4bLOu0cENHhPLbXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ffQyZJyFFBKuLF710GZ2ISmXFIEO3Esp { 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; }
#yfFS3nFiUHS79ltananTd5mHmzNQOwOw { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dp9f5xCk84gKdOKRs57S27UFyxKwdtcZ { 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; }
#cQegDsnS7MPzNNp2yFqPf8CTeLIxkgA4 { 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; }
#hNRLdwxroLBExXm5BKHwRHp6utGJTIbt { 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; }
#ObMse2th51i1D708fBDFFcFkn5138vEM { 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; }
#VFzphATAucywUARPaID7s0wNx0RHt9vi { 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.8066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3UifDZbqdSS8Bh1tP9mTtTmfpaC8maU { 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; }
#CbFTqh6xluNPTTGiwtL9qN1gr2xCK5Jw { 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; }
#RskIXPegUnE74SN1oLeGX2nmoyMr1fmT { 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; }
#TGsPJpXBXWTwuVHVfMTJkL0h6vt4lXUo { 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; }
#PW006i1mAbOUd49LWqFPdXrgK42zmSdU { 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; }
#mKIf6lwVNrSWM7uTyp0gCStlfooehatu { 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.5942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dxai3pgc2kkosIHncr6fQp9Mikvq342p { 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; }
#RLESCwWCRtECnvg1EKvLgASGigTxxNtU { 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; }
#TwmBdQ1TmnSAVKuc8AZARkTDogT1bdlT { background-color:#9d0000;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; }
#dbsE1Tv6RZrBmk8vIVkHRPv4Px3BsxtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y { position:relative;display:none; }#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y { border-width: 0; border-radius: 0; }#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y > .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; }#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y > .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; }#WDTBPeJPP0MZiZZrWeATTXcbnEphcdyc { 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; }
#uAuLdEk580Sk4fD2mixEeoEAGmi0fEK8 { 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; }
#STICu7TTxIVv2F6wOtQrM2Fp7PNDbysR { 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; }
#pRtCG6AJsGQNJy8o7h4XgRl3kmfo42RZ { 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; }
#yBT5frdxgl5iRgGsT75kDSlqDtEGP85V { 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; }
#J6ZSaLDtugwNyeaAhI83SRblTHslzuDz { 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; }
#AMfKocvvsyUOxhJSRWHmAAdkrUu1Aifm { 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; }
#VvL96onqIwCM4bIryQCD0n7HAwNX95e6 { 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; }
#JefFxxx7E71wnrW7W4TNQBUOA9JyC6h5 { 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; }
#vGJ261CiBUbFvvMeu35HfqChoKnyE08F { 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; }
#AUd55mGKyLblSlbNEUkCCmnWJ6PcPm8v { 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; }
#qao1tcuS3ZT6cyENaftdOdTHTkIhoTWx { 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; }
#UTh76SzOhgBkrWqaths9ZennqcIsS6Cg { 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; }
#FLa9ca6mnBxNxTvWAntBK0fmcJ0MnJnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7omp5Vn7RtQ2LdyoQyx8rfHVv73nnSw { 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; }
#WV7Wg7axv6Z88BqClWJ6lvnKupNK2lRO { 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; }
#EreKyNkDRENsAaZNnkBhX0885BybgBOu { 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; }
#MtwfgHOfLkvI8UEnBEQwVQvRRJ4K5Bpc { 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; }
#NMc1ptBUqX1URxu2VurpliypyrgCmUrC { 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; }
#CkRIIPsAeayzTIOuKDds7ay5HvKBtVaM { 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; }
#i0HXdNW8Nx7v9pvNihkSR3p4Tw3Wwefi { 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; }
#b7hNiBX67COkIHOUCx9oEn9Lz46JnaLc { 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; }
#nHvWi3Nxm4uniUkzT19CVGv3u81IAXwC { 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; }
#URKTM8x7w9X1aL3ElScHn63GTD4JoA59 { 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; }
#IMsWNsCRXN5FP3wfboLtyVv76pg3XZXu { 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; }
#oRrznbUhwMqN3zBPAztgDDl47hFWClr5 { 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; }
#B86CB1SvMlxTMGOGdyN6soM89Mm7f2SV { 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; }
#QA4rM8W4NdUabLUKGOkD4DLEK6HCsutw { 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; }
#ZPVC1twk9g5upsIkqG616umxd0aVh4Ko { 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; }
#PaRnQKWHtKr1TB93qP1tp92TDaizhRKJ { 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; }
#UQk8MecHnTJEdlsRel0GZ2CtTDrB5Uh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s43hMos7kpRPJfGnGLMkdwKIiDG0qJDg { 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; }
#KQtyHXMcZy1Vnhv3TxkiP0V0Do5EvXbw { 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; }
#IylezlRwkOcERHpuFTOh37i7o07RAyal { 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; }
#DmyHe89g9iVtho09L3dsMWbqcepf0F7A { 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; }
#OrRFkFXnsC7hchGaOTDvMriAuVhPqbe9 { 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; }
#y0TOdCu82AFDWsXZyrOuaJUVddTOCZ0A { 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; }
#NkX0Bv2KmmCbsn6SZP1Q90W4MrGJ0QZR { 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; }
#S1WsKzxUbNUVPg2PiwkBPCfMxeBfyUyy { 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; }
#Irxl7ngRQ1gBlqKQV4DgfHrJ27xZU8HR { 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; }
#NIXS78lWG809wCmbbeDTanHhnKmzlHiw { 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; }
#TmmSLOJlTwQZKC9xcCp13hScyGa0AdK6 { 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; }
#l0e8NoQdIT6x4F9l88k1gkc3qInzphRm { 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; }
#OSILZkUpvHxcnTRlD93fWCOTTRzOMrl4 { 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; }
#HJQLSQNHCnLOeGdC4Zii1mAuIUPUdvap { 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; }
#soUBB1ATbDedfHeubUfhhb9i5mTlNUtC { 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; }
#XCt4Rw1lyy0pOT20cgxzbKPC8XLKpOyu { 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; }
#V5WSgoINigFfrPOD6wOdva4JhB49M25f { 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; } #l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row .container { background-color: transparent; background-image: none; }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row .container > .video-iframe-container { display: none; }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row > .video-iframe-container { display: none; }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .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); }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row .container { border-width: 0; border-radius: 0; }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .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) { #v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xKM290Tgs8x44NNt9qmKkQesktbBFLdF { width:11.5625rem;height:2.5rem;top:1.65625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7qmo0wAFgOKyv9kXUyQlBzuA7CF2id { display:block; }
 }@media only screen and (max-width: 763px) { #JUtX87aPJwUyXzEQxIT3JKd7kPiCaRMT { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu { display:block; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytR5PC790lRROkUPWNLtCvObksm602Uv { 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) { #SXzFwDeO3OTDaATe7o8UZ9IHBBnnl0p1 { width:2.9375rem;height:2.9375rem;top:1.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGHwD6ostSK7lLZXGrdwsvXQat4PUhd1 { width:29.125rem;height:1.25rem;top:11.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiEnHkRMHFSLd5Ful7kMttGV27XPVGp { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VgGLD0kZJTiirwLWX9gDlmcnI3MWTq { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJbG0s19koWiCHCUmo7BTlWTBVvrTTOZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQ4Z1kaLhlLxLiT4qpJ0Pa8wnsy5OL9T { width:12.5rem;height:3.125rem;top:25.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIr0cAPdQ17122RF69cNLCeg6ZT8PmrU { display:block; }
 }@media only screen and (max-width: 763px) { #h7RywUJki47GIrfNxHIh38TZtIKGTFVh { width:47.75rem;height:26.779791666667rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTe74BeWNOiiIPafhfIhOiadKuPJsX36 { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USFROOLgR63lpVinB5FV68DbFhn4NdFq { 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) { #zoWse2yUa3pOWucNgvBdh1p9VpvhcpRm { 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) { #B9E7IAWC3fDtJR48ysiowTo5JkKM4Ad5 { width:0.875rem;height:0.875rem;top:18.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBt5ya9f5VCIbFINhx8oN88dR6XooAcF { width:4.9375rem;height:1.875rem;top:17.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQayubZtWteA0sJ6fRX7TQJ0ZlbbSz8b { width:47.75rem;height:26.802452316076rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3UsFAftlW5P2kHagi7IvbTLr0DmUwp9 { width:31.75rem;height:2.4375rem;top:31.5625rem;left:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFbUmSKdOKzsPJFIGdxXt4xQiywfAlo { width:47.75rem;height:3rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrekzbkHUDomJceA7lyxDn747f6u3Dyg { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTburNUT0invWBVcAQUCCeXesNuhrQk { width:1.125rem;height:2.1875rem;top:38.1875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDE17JHEukMbquGfvUNrHu2KBlEnl2in { display:block; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyageFAzCikCHyD4nOpLklsDwL1uoBEZ { display:block; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQCTND7VeZxRJHLLC72MpXD87sKffLD { width:33.4375rem;height:12rem;top:19rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6HvCQWDFKIdR0mLuBWRll8urU6TarH { 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) { #hVOd3uZLBIDq63fwSmPJnzfsFpsnyofr { 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) { #N0NwpiGSVHavn6EN5hmHuGEw5qQBzp8f { width:4.375rem;height:4.375rem;top:33.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDRwzZnWBwL7L4LkBD7zueTREV2hlPK { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl9wEiR2FX5XODDrgQTn5JasFde8FoVK { display:block; }
 }@media only screen and (max-width: 763px) { #pfpxgWzN6TQC5qgI2ctgqICTTh78sZit { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7lAilcmMa36kuNdZ2f9180H355X8rsT { width:12.8125rem;height:0.375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaBG0vvVwRfrmTSQzN0TCTTxPSH9K1W { width:33.4375rem;height:6rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNeJlOGUhhCEvkWc6mnI5ppNPR2R7fPk { width:17.875rem;height:17.875rem;top:2.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDTb3KMWoQ8JUcNcg1XoK6x04XaXkIN { width:14.9375rem;height:14.9375rem;top:22.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKdIUWxgxW3ADSSTzvEAI0326ED69Bu { width:14.9375rem;height:14.9375rem;top:7.1875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9hbWONEBdu2dTTkfzamxCXTGLJ5KrJ0 { width:17.875rem;height:17.875rem;top:24.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 { display:block; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoSvVSPVabD2uMX195eZzlRRpNfwWpcy { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLifrNWGMKeqSfdHBoBl6mrQC1dkgbZC { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN1fQxQXoPT6Z9FWxwgAATOD7rGT9Jzk { width:4.625rem;height:4.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMJISJKLXJB4I3O3X9sVnQ8GOp3f4SF { width:21.25rem;height:17.1875rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUowNCEgCd2wQgl1wW5A8wvhbsLmC0N { width:4.625rem;height:4.625rem;top:14.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2z5U90XkTnqzmhoEJDGZcQGrtMpLPVN { width:13.5rem;height:1.6875rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyu1aw1LQ2C59cfDs5SVmTkSuxiHpWoi { width:13.125rem;height:0.5rem;top:8.8125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9TIGTpQ9dLJMrP6uQ7hMWif5nehD7Z { 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) { #dm3OwaCP9OE1bTHDIpNTb30HBZ5VBSa2 { width:19.3125rem;height:5.625rem;top:22.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFKFrf4LMintPa89WiC9khlB5mqDxTn { 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) { #nbTllro2TTCPa1nFQxLow23LtDWo3DRr { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck8lci1dMCsmsXgCptrIasSPpSB0NiHw { width:18.8125rem;height:7rem;top:22.125rem;left:28.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNinfq8PQKi6vRLFNRMM0Jl9m7VOrZDX { 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) { #WU8PrhhWw4xlU4wvX4EaCGoMQCEG4hGo { width:4.625rem;height:4.625rem;top:14.125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWEeMEyZgl3QoS85UUQaTEbvb6uXTMn { width:47.75rem;height:1.75rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrB4ImmPWaSiO4t0TfZuhIIbBLS0mTT { width:3.125rem;height:3.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7v5orr8BnZWDtmVaKcAtMeDzH6dovrF { width:3.125rem;height:3.125rem;top:14.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvShSLMhvLVL0tu1DxOOTVJWVDD0imk5 { 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; } #fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct { display:block; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGxvbzM7lAvOMDfUcFH15h1m0EP7QTxO { width:0.125rem;height:5.5rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMEUkUCN2frLGWnTtQrTpccmRx2AaJCB { width:3.5rem;height:3.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTVP0yMFJGD95DaSetC0dhTppwuhK6l { width:0.3125rem;height:0.3125rem;top:1.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMgcWJskxTZHEmEKJva1nKpEmhrDGLFn { width:13.4375rem;height:1.625rem;top:0.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4sZhdCRRZeEdPMrddQEtQimOVxmEq2 { width:6.6875rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENognH75JBOuhuZTvRcZmR52PMU6ULWK { 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; } #nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ4WgniJugOOiaNySiI3ki94oZRa641i { display:block; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcoeAFPv30OuQ6bS8qWrn4GKbCARCaK7 { width:0.125rem;height:5.5rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSkzlcrsQb0QA0A5Lv5xeH38uxDP6qH7 { width:3.5rem;height:3.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfoKhAyCJ15kkh7UAkkva79IuCPkQS9p { width:0.3125rem;height:0.3125rem;top:1.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2v6LDgTxwhsf1fsoTvat2U0vTKsG9u { width:14.125rem;height:1.625rem;top:0.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZQV0Z2qSPI2H8vM3IEsaIf8CVREqbK { width:6.6875rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZzqPrMds45qUQwysWFhQBmo5UUzfiaT { 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; } #RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqfvFQ2uoELpzxEePwcrvaXggfgybmFd { display:block; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwr4cDdw4O6zGJO7BQohrm6w4NQr9zx0 { width:24.6875rem;height:1.6875rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmrPfGAwVMHv8smiTHuGKlMrBbXuL3g { width:47.75rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8VghOIBF8iV4KywhsyBAbBvwxBS1nh3 { width:13.125rem;height:0.5rem;top:9rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQs4DxWVXv49a4J34Ze93ZlCEOm8AfDm { width:33.75rem;height:6.75rem;top:11.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWcgyIUek7zUWH3n6ClMZnyv1W1LSOF { width:16.5rem;height:10.9375rem;top:26.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9gNWiQnSlu7TxFvCvubsT6VNN3Ta3pv { width:17.25rem;height:20.25rem;top:13.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zilt6SP4oAPN0vUmDq7h2FuCZEdXLXyw { width:21rem;height:13.9375rem;top:7.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9zB9SiyN2gWmkXqDEJM0Ah2TxLJGl9V { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyAb5cJTpovBaI2WquWx2kPB22q5TUsz { display:block; }
 }@media only screen and (max-width: 763px) { #oTA4L1RdxxxeDSgP68Q248dELe4LQc9T { width:14.0625rem;height:3.125rem;top:38rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXtWlyA5bN3U9c2W8amovehc4PldMNW { display:block; }
 }@media only screen and (max-width: 763px) { #Tf0xl3JeNlCbRmsWAE74Ey8ElQBRfeg9 { width:33.75rem;height:16.9375rem;top:19.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT0crkRO2mOwg7E6MxxDbwXODff3FQPT { display:block; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx78VZIiHNNlZ8l0wBpTUe3RDFcOmIO { width:4rem;height:1.4619125rem;top:2.875rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtF8tzJkIZKZiqTkbhD45q387PgumdW { 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) { #kOo7m8HxOgUbdqr7kcXuTDHEXG8G12ZU { width:31.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWysuPHqL7vwRsll7yFuTerBmV0kBZB { width:21.6875rem;height:2.4433625rem;top:6rem;left:24.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoI3Dk4pgXTblbIDbBpW4r0IkvyiPVK { width:28.25rem;height:3.1875rem;top:8.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgI4iNX9Cu6hsLwEPyk1QumZFsPpWak { 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) { #NUatD4FAlLwHJT5uwRumZyKWLwppX1Oi { width:3.4375rem;height:3.4375rem;top:1.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0oVzneRQse7Q7EIMvWH1GWETQPRdqHn { width:3.4375rem;height:3.4375rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4xTH7w5ll6GUPITSr68zC2XTpI0qb9 { 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) { #OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa { display:block; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIV91mpQe4TqMmyDBayAI0aWtTZ8118a { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGB1vtNVtqkKOVBAZ6bnyA3487sdJST { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61DmVs2wC3ObCeTllWlAIBo6FMD2Zc6 { 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) { #gHkIRJrmNMC5D9AntbenyC02EDon8BtA { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#gHkIRJrmNMC5D9AntbenyC02EDon8BtA li:before{  }
 }@media only screen and (max-width: 763px) { #ZPwbmpWi6PK84hhnut1iyUWH0G8L1QgA { width:2.8125rem;height:2.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkGmQCWc1gW4s3m65iV3gITTJlpf9vR { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXGtIKC2TonVhMH3pz9tIS1KabpytTQ9 { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Ny2lpb8vHfJICoWbRlaqZTTQGVi0EF { width:2.8125rem;height:2.8125rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuy4sQq1uits9xP8P0AqisMxMf99ayJ { 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) { #VfTPBzXsihKyxExTzTxGRsFXP11JQcai { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#VfTPBzXsihKyxExTzTxGRsFXP11JQcai li:before{  }
 }@media only screen and (max-width: 763px) { #TgMiTiURFbMZREVc4yJdXHHIWfca9BNo { display:block; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPEPvPC4nxC2Hm3dRiSsIXMGRZawAydG { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGhpcmOuQT6G1qTf4ETHu2LFXoMz2bt { top:3.34375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huPqOTq1sNeSqMHdTJpysMRyydsxC7m5 { width:2.8125rem;height:2.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCNa6TUeTEsIFURWBFmHfG0OOo9KbfD { 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) { #QMKVJIev1OR4SoSa7rzDXqFT9umfVahy { top:6.875rem;left:7.125rem;width:39.25rem;height:5.0869125rem;font-size:1.0625rem;display:block; }#QMKVJIev1OR4SoSa7rzDXqFT9umfVahy li:before{  }
 }@media only screen and (max-width: 763px) { #TVSGfKdv00pWNJAkNRy4A6DURQbxLLOs { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofWTP7MlSyheVZ7EbVDkW7eA7EFc9PxA { 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) { #mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb { top:6.875rem;left:7.125rem;width:39.25rem;height:6.57425rem;font-size:1.0625rem;display:block; }#mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb li:before{  }
 }@media only screen and (max-width: 763px) { #nVdic8SUyMdJ5AMDOJEe4NTldOuzHiMx { width:2.8125rem;height:2.8125rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na2rUO2UUOIo6IqiJBFw7yxmTL4cKzhB { 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) { #FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 { display:block; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDydc2ahpcq45bUlwOvhEmhILivSc0IE { width:15.0625rem;height:1.5rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BanbdZXwMUVPwRBLB1eenXfCldCJdeuQ { width:2.375rem;height:2.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKR39Rr9rbWEz8ON0ca9vXPsqo7MOT0 { 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) { #CB3sNyQl2xAV6Tn81CeG0LlSHeDLGlKF { width:23.125rem;height:7.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzoU2xvPfmv7Lo21DZ7yWw3tToDkEef { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuIT2opkiBUGJprVgImJwWtCeeEwx1lX { width:23.125rem;height:7.8125rem;top:0.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTovTTErdyZwzrGUsIsJXqJgGTTeV9b { 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) { #X73qqU3SMZG5DdG3CScaaXfa0DBZR39e { 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) { #BdsAMmSTuvpqJTKMLEIM6BDpgKACM8Om { width:2.375rem;height:2.375rem;top:1.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBQqUnPT6KQ9KlBlHxNWzgx15hUK17JO { width:3.125rem;height:3.125rem;top:1.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4cgWPrQXfa2opBUget49RlE9Jb1AeCc { width:19.5rem;height:3rem;top:4.9375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUT4JRPBJSisZz0vP3nBUEbwbk0QxTu { width:23.125rem;height:7.8125rem;top:0.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBeharKIo4mIOu26HpNP5kPBlZLs53r { width:3.125rem;height:3.125rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtkcPaOFkkhagS6nfPGGApFXwbHgvLC { width:2.125rem;height:2.125rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxC1uhF4pV9bek9EURN4r7kuWKwP8R6M { 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) { #CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 { display:block; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLM8WgyQLND7SrGmu2a81gml2Eena7vI { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQ2AfEX2UZhEthHnWnvbTTu2hEEnkAi { display:block; }
 }@media only screen and (max-width: 763px) { #fCc9uAMJLT3QHTufVr7GQsVbesFg9mcx { width:14.0625rem;height:3.125rem;top:10.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbMGc1gk2UKTNXkRh6DlqTMRiSLlMJOe { display:block; }
 }@media only screen and (max-width: 763px) { #zEv0huzkDyQGG6kTgwZezMm51pLtWnLW { width:20.0625rem;height:3rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D559QOovxRhDToQXeRXf2nbUGOptxgdp { width:23.125rem;height:7.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyTSlPbgRO81s0lUfXsI9I67H2mTqNci { width:23.125rem;height:7.8125rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO40g6RM0TzXRAo8WdpadcAbx8sxUo3D { width:19.4375rem;height:3rem;top:5.5625rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGogGeT7GuTieAPsBtk48U5flWxWBpc { width:19.5rem;height:3rem;top:5.5625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpornT0dgtMo2PVzIQaxc1MPeLp2MwX7 { width:23.125rem;height:7.8125rem;top:1.25rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elezPgd1i7lq9cVIXStJMsTDziaTmtzZ { width:3.125rem;height:3.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Fai04gX7q7zZz9MdlGLVagF5Od61AW { width:3.125rem;height:3.125rem;top:1.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHRKEUyr50dIFEPMn3Mbz6fT3fAUO1m1 { width:3.125rem;height:3.125rem;top:1.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6meieplc0WCVBZpEutZGsBnRS5eGqMq { width:2.375rem;height:2.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZT0STBAI4oCMtnrb2Tei2TaVtixrbA { width:2.375rem;height:2.375rem;top:2.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0J4BTFp4Kh9xOavzw8xFvZD4194tI4 { width:2.375rem;height:2.375rem;top:2.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3oXo23EvPH3F70NtVCVy6zLdocl56w { 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) { #LSaN1gPhldlh60dfBOmNQa4qoMFCU649 { 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) { #EFgc8lZUJmPk7AXXOTNQOrctbrkLhkBC { 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) { #oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX { display:block; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4JKGVPf2NuZzQk7azDO3iWKT3rNA78T { width:20.75rem;height:31.125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZubPxtCahXIqCopyq40qdkVrnpeSOqK { width:24.0625rem;height:33.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9czFCyH4XVQiHSrnpk97qLMbtoOJ7ED { width:20.5625rem;height:6.4375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3rGZPtliJGHiGKy4rTb6gOg30EhCP6L { width:21.0625rem;height:2.8125rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaHevU3x4m0M2nOiqipPrMsFRfUg17ut { width:21.0625rem;height:1.25rem;top:33.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 { width:37.5rem;height:17.75rem;top:13.3125rem;left:10.25rem;font-size:0.875rem;display:block; }#PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 li:before{  }
 }@media only screen and (max-width: 763px) { #ZoicZoV3qbpmMahiToEbBS1eGvVG9N2D { width:34.875rem;height:2rem;top:7.4375rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rro5ahS8tkT4kRb44DC4fopENWVnHacA { 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) { #kXfoE5RkQdv4SxzrfSdkKN2J8nTqkDnR { width:14.25rem;height:3.4375rem;top:29.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Qnfc5mxOVNso6xvKtTOByvFmhufzGI { display:block; }
 }@media only screen and (max-width: 763px) { #Ts6SewSLrx9LSER7qcRxEvxOeugUz12e { display:block; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN4SFEPPP7of8RZ31XNWeVao05HTkqJM { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #vWfF3Laxq5waCZTA7admMslKRwGywXJt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #GsNTQzm1crehMlnP5BxErOyzE3RUyJeV {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #dJBdWnRgDm1m28WhUVEqTmtX84lLQOTp {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iNVeehkHpBMVTkiEI96TKXNRFuEst3p9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #yDvnACkMVFO6SCMVuNRUSBLml0LJsbb5 {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #OTuFfc4OnDTpubCvznsf8DXCbp1wMqMz {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #QvJwNAOg1C0yx3acoA2x9kzGEbvk7gFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iAfl2FSvyPvhOhPqhmi03GbaKp6rEdVT {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #xakSp9nFTk7gxqEiK8tOMwDqXMmiFecF {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #uPPPPXQ5lsk8nykTUIBNxoEtuePoUPPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #zP9Z85XFiBM2v5xswduMgl8B04BDslz7 {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #DXIlqA2X5H7P1HhZKzR7sLyFSnBNbxb1 {  }
 }@media only screen and (max-width: 763px) { #hl7Eq3hvTZ7uEUESsWu63faFxbvIO5d1 { 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) { #PJV6wf3W223s7bFoZPac8NB5Hee5F50p { width:8.75rem;height:0.1875rem;top:4.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n { display:block; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC { display:none; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JLKx65gyFshfNERMGdVqsSOK5zQavun6 { width:15.1875rem;height:2.125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT7SrMC2RWFMu51wf4JxpvdIizs74nbl { width:23.125rem;height:23.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXAQtUElus9M0KoGS51FgQeiUkelEAud { width:15.875rem;height:1.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvgrhxkydAe4Vh8oQLxJuACshnmpICRq { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqyZppyaBJkm4a39R86OHcpQ1c878eVP { width:11.6875rem;height:1.75rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xze5JP6RwQMTNpDMBN1R0ORTP3t8Nh7P { width:1.25rem;height:1.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPC4SkNgNLE4VMyi05ToMdLVD52N0pID { width:19.6875rem;height:1.75rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDVqIALAK808rPRSgkpsakDgan7SaNcI { width:1.25rem;height:1.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC9KeA6ze9Kek64lLNeBvxxZZv4EDTqN { width:6.5rem;height:5.3125rem;top:15.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPm0u4NVBcu4wDnnFqbmKRTigZLGBsyX { width:20.625rem;height:0.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAAz9ucQWwIkfpy3LK5mWUWVeq6IDK5 { width:6rem;height:2.75rem;top:17.375rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAHlXmrFARBsEBy51oZ9Ty3yz9bdmxvr { width:19.8125rem;height:1.6875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz06R9e4VRDTA91mg2nPeaI7ZQHG1U1N { width:20.625rem;height:3.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwRBr1npdAUJ1XdNyDun61gfq3TOaIW { display:block; }
 }@media only screen and (max-width: 763px) { #FGJ3Cs1UtozBA76TMMEF596i57fglsAf { width:23.125rem;height:28.75rem;top:1.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81sTSmVlALcQno6qRQHV8bNE5PTK7Ss { width:16.125rem;height:1.75rem;top:9.5rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amOqpLPWaPttFyD05sAZSNXId3l9SpoM { width:1.25rem;height:1.25rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBgMiMgVdugMfbQ0T96Lwr7UKi0VM92 { width:11.6875rem;height:1.75rem;top:7.125rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHN4MwX70GT1oHXh7Q9ofPzyLnGNmor { width:1.25rem;height:1.25rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWANIR8dt90BNiswRS7Vb3e7ng4fWbF { 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) { #tSvwsp0ivMxV37NLkdfnsSgn3mL7oXit { width:6rem;height:2.75rem;top:24.6875rem;left:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOOTobUgF6LBnh4JGG6hqP7LiMZnD8Jc { width:12.6875rem;height:5.3125rem;top:23rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqe22q1kNVWXMn9lyN2XahsZ1bPW5H7K { width:20.625rem;height:0.125rem;top:22.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnSQAZOw4JdIKATefpOVe21dU4qwt8I { width:19.6875rem;height:1.75rem;top:11.9375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMU1b0rHoGdTQVLPIFAPZUigvVaiJoe { width:1.25rem;height:1.25rem;top:12.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myK5vIA7NeTh79vVsV2imGfJ3tFgeUHx { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0MQDfEehyRrh5APl31dOerlU7HXBBS { width:1.25rem;height:1.25rem;top:14.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpoH0NsqNSzQmvWlKkZGdbRX9icdDsas { width:18.625rem;height:3.1875rem;top:18.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpfuXLp9B3dKwPysOGaohQPTA7LhLgGt { width:1.25rem;height:1.25rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwip1V55dNBqyTKnhPfWEGFRAMl7hfbo { width:20.625rem;height:3.4375rem;top:28.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtMloEfo3TJ11r8y4bLOu0cENHhPLbXg { display:block; }
 }@media only screen and (max-width: 763px) { #ffQyZJyFFBKuLF710GZ2ISmXFIEO3Esp { width:23.125rem;height:27.0625rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFS3nFiUHS79ltananTd5mHmzNQOwOw { width:16.125rem;height:1.75rem;top:9.5rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp9f5xCk84gKdOKRs57S27UFyxKwdtcZ { width:1.25rem;height:1.25rem;top:9.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQegDsnS7MPzNNp2yFqPf8CTeLIxkgA4 { width:11.6875rem;height:1.75rem;top:7.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRLdwxroLBExXm5BKHwRHp6utGJTIbt { width:1.25rem;height:1.25rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObMse2th51i1D708fBDFFcFkn5138vEM { 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) { #VFzphATAucywUARPaID7s0wNx0RHt9vi { width:19.6875rem;height:1.75rem;top:11.9375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3UifDZbqdSS8Bh1tP9mTtTmfpaC8maU { width:1.25rem;height:1.25rem;top:12.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbFTqh6xluNPTTGiwtL9qN1gr2xCK5Jw { 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) { #RskIXPegUnE74SN1oLeGX2nmoyMr1fmT { width:20.625rem;height:0.125rem;top:21.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGsPJpXBXWTwuVHVfMTJkL0h6vt4lXUo { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW006i1mAbOUd49LWqFPdXrgK42zmSdU { width:1.25rem;height:1.25rem;top:14.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIf6lwVNrSWM7uTyp0gCStlfooehatu { width:19.375rem;height:1.625rem;top:18.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxai3pgc2kkosIHncr6fQp9Mikvq342p { width:1.25rem;height:1.25rem;top:18.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLESCwWCRtECnvg1EKvLgASGigTxxNtU { width:6rem;height:2.75rem;top:23.0625rem;left:22.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmBdQ1TmnSAVKuc8AZARkTDogT1bdlT { width:20.625rem;height:3.4375rem;top:27.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsE1Tv6RZrBmk8vIVkHRPv4Px3BsxtD { display:block; }
 }@media only screen and (max-width: 763px) { #aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y { display:none; }#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WDTBPeJPP0MZiZZrWeATTXcbnEphcdyc { width:15.1875rem;height:2.125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAuLdEk580Sk4fD2mixEeoEAGmi0fEK8 { width:23.125rem;height:23.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STICu7TTxIVv2F6wOtQrM2Fp7PNDbysR { width:15.875rem;height:1.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRtCG6AJsGQNJy8o7h4XgRl3kmfo42RZ { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBT5frdxgl5iRgGsT75kDSlqDtEGP85V { width:11.6875rem;height:1.75rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZSaLDtugwNyeaAhI83SRblTHslzuDz { width:1.25rem;height:1.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfKocvvsyUOxhJSRWHmAAdkrUu1Aifm { width:19.6875rem;height:1.75rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvL96onqIwCM4bIryQCD0n7HAwNX95e6 { width:1.25rem;height:1.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JefFxxx7E71wnrW7W4TNQBUOA9JyC6h5 { width:6.5rem;height:5.3125rem;top:15.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGJ261CiBUbFvvMeu35HfqChoKnyE08F { width:20.625rem;height:0.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUd55mGKyLblSlbNEUkCCmnWJ6PcPm8v { width:6rem;height:2.75rem;top:17.375rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qao1tcuS3ZT6cyENaftdOdTHTkIhoTWx { width:19.8125rem;height:1.6875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTh76SzOhgBkrWqaths9ZennqcIsS6Cg { width:20.625rem;height:3.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLa9ca6mnBxNxTvWAntBK0fmcJ0MnJnK { display:block; }
 }@media only screen and (max-width: 763px) { #J7omp5Vn7RtQ2LdyoQyx8rfHVv73nnSw { width:23.125rem;height:28.75rem;top:1.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7Wg7axv6Z88BqClWJ6lvnKupNK2lRO { width:16.125rem;height:1.75rem;top:9.5rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreKyNkDRENsAaZNnkBhX0885BybgBOu { width:1.25rem;height:1.25rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwfgHOfLkvI8UEnBEQwVQvRRJ4K5Bpc { width:11.6875rem;height:1.75rem;top:7.125rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMc1ptBUqX1URxu2VurpliypyrgCmUrC { width:1.25rem;height:1.25rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkRIIPsAeayzTIOuKDds7ay5HvKBtVaM { 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) { #i0HXdNW8Nx7v9pvNihkSR3p4Tw3Wwefi { width:6rem;height:2.75rem;top:24.6875rem;left:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7hNiBX67COkIHOUCx9oEn9Lz46JnaLc { width:12.6875rem;height:5.3125rem;top:23rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvWi3Nxm4uniUkzT19CVGv3u81IAXwC { width:20.625rem;height:0.125rem;top:22.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKTM8x7w9X1aL3ElScHn63GTD4JoA59 { width:19.6875rem;height:1.75rem;top:11.9375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsWNsCRXN5FP3wfboLtyVv76pg3XZXu { width:1.25rem;height:1.25rem;top:12.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRrznbUhwMqN3zBPAztgDDl47hFWClr5 { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B86CB1SvMlxTMGOGdyN6soM89Mm7f2SV { width:1.25rem;height:1.25rem;top:14.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4rM8W4NdUabLUKGOkD4DLEK6HCsutw { width:18.625rem;height:3.1875rem;top:18.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPVC1twk9g5upsIkqG616umxd0aVh4Ko { width:1.25rem;height:1.25rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaRnQKWHtKr1TB93qP1tp92TDaizhRKJ { width:20.625rem;height:3.4375rem;top:28.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQk8MecHnTJEdlsRel0GZ2CtTDrB5Uh1 { display:block; }
 }@media only screen and (max-width: 763px) { #s43hMos7kpRPJfGnGLMkdwKIiDG0qJDg { width:23.125rem;height:27.0625rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQtyHXMcZy1Vnhv3TxkiP0V0Do5EvXbw { width:16.125rem;height:1.75rem;top:9.5rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IylezlRwkOcERHpuFTOh37i7o07RAyal { width:1.25rem;height:1.25rem;top:9.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyHe89g9iVtho09L3dsMWbqcepf0F7A { width:11.6875rem;height:1.75rem;top:7.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrRFkFXnsC7hchGaOTDvMriAuVhPqbe9 { width:1.25rem;height:1.25rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0TOdCu82AFDWsXZyrOuaJUVddTOCZ0A { 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) { #NkX0Bv2KmmCbsn6SZP1Q90W4MrGJ0QZR { width:19.6875rem;height:1.75rem;top:11.9375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1WsKzxUbNUVPg2PiwkBPCfMxeBfyUyy { width:1.25rem;height:1.25rem;top:12.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irxl7ngRQ1gBlqKQV4DgfHrJ27xZU8HR { 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) { #NIXS78lWG809wCmbbeDTanHhnKmzlHiw { width:20.625rem;height:0.125rem;top:21.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmSLOJlTwQZKC9xcCp13hScyGa0AdK6 { width:18.1875rem;height:3.1875rem;top:14.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0e8NoQdIT6x4F9l88k1gkc3qInzphRm { width:1.25rem;height:1.25rem;top:14.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSILZkUpvHxcnTRlD93fWCOTTRzOMrl4 { width:19.375rem;height:1.625rem;top:18.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJQLSQNHCnLOeGdC4Zii1mAuIUPUdvap { width:1.25rem;height:1.25rem;top:18.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUBB1ATbDedfHeubUfhhb9i5mTlNUtC { width:6rem;height:2.75rem;top:23.0625rem;left:22.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCt4Rw1lyy0pOT20cgxzbKPC8XLKpOyu { width:20.625rem;height:3.4375rem;top:27.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5WSgoINigFfrPOD6wOdva4JhB49M25f { 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; } #l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .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) { #v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ca0000;background-image:none;display:block; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { background-color: transparent; background-image: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container > .video-iframe-container { display: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row > .video-iframe-container { display: none; }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .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); }#v580l7lpN55ZKAHrgGNiwnz3lQf6eZMp > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKM290Tgs8x44NNt9qmKkQesktbBFLdF { 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) { #lM7qmo0wAFgOKyv9kXUyQlBzuA7CF2id { display:block; }
 }@media only screen and (max-width: 763px) { #JUtX87aPJwUyXzEQxIT3JKd7kPiCaRMT { 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) { #vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu { display:block; }#vWhQh9MCEIMJdnPskqNV8ibMBSG8Amyu > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytR5PC790lRROkUPWNLtCvObksm602Uv { width:20rem;height:3.57421875rem;top:6.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXzFwDeO3OTDaATe7o8UZ9IHBBnnl0p1 { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGHwD6ostSK7lLZXGrdwsvXQat4PUhd1 { width:9.8125rem;height:0.875rem;top:10.07421875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiEnHkRMHFSLd5Ful7kMttGV27XPVGp { 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) { #b8VgGLD0kZJTiirwLWX9gDlmcnI3MWTq { width:14.375rem;height:3.25rem;top:40rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJbG0s19koWiCHCUmo7BTlWTBVvrTTOZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQ4Z1kaLhlLxLiT4qpJ0Pa8wnsy5OL9T { width:12.5rem;height:3.125rem;top:44.4375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIr0cAPdQ17122RF69cNLCeg6ZT8PmrU { display:block; }
 }@media only screen and (max-width: 763px) { #h7RywUJki47GIrfNxHIh38TZtIKGTFVh { height:11.216666666667rem;width:20rem;top:32.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTe74BeWNOiiIPafhfIhOiadKuPJsX36 { 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) { #USFROOLgR63lpVinB5FV68DbFhn4NdFq { 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) { #zoWse2yUa3pOWucNgvBdh1p9VpvhcpRm { 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) { #B9E7IAWC3fDtJR48ysiowTo5JkKM4Ad5 { width:0.875rem;height:0.875rem;top:15.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBt5ya9f5VCIbFINhx8oN88dR6XooAcF { width:4rem;height:1.875rem;top:15.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQayubZtWteA0sJ6fRX7TQJ0ZlbbSz8b { height:11.2255625rem;width:20rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3UsFAftlW5P2kHagi7IvbTLr0DmUwp9 { 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) { #vzFbUmSKdOKzsPJFIGdxXt4xQiywfAlo { width:20rem;height:2.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrekzbkHUDomJceA7lyxDn747f6u3Dyg { width:20rem;height:1.0556625rem;top:24.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htTburNUT0invWBVcAQUCCeXesNuhrQk { width:1.125rem;height:2.1875rem;top:26.6875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDE17JHEukMbquGfvUNrHu2KBlEnl2in { display:none; }#pDE17JHEukMbquGfvUNrHu2KBlEnl2in > .row .container { width:20rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dyageFAzCikCHyD4nOpLklsDwL1uoBEZ { display:block; }#dyageFAzCikCHyD4nOpLklsDwL1uoBEZ > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQCTND7VeZxRJHLLC72MpXD87sKffLD { width:20rem;height:13.125rem;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) { #FI6HvCQWDFKIdR0mLuBWRll8urU6TarH { 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) { #hVOd3uZLBIDq63fwSmPJnzfsFpsnyofr { 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) { #N0NwpiGSVHavn6EN5hmHuGEw5qQBzp8f { 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) { #uoDRwzZnWBwL7L4LkBD7zueTREV2hlPK { 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) { #yl9wEiR2FX5XODDrgQTn5JasFde8FoVK { display:block; }
 }@media only screen and (max-width: 763px) { #pfpxgWzN6TQC5qgI2ctgqICTTh78sZit { 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) { #H7lAilcmMa36kuNdZ2f9180H355X8rsT { width:8.75rem;height:0.3125rem;top:5.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaBG0vvVwRfrmTSQzN0TCTTxPSH9K1W { 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) { #CNeJlOGUhhCEvkWc6mnI5ppNPR2R7fPk { width:9.375rem;height:9.375rem;top:43.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDTb3KMWoQ8JUcNcg1XoK6x04XaXkIN { width:11.4375rem;height:11.4375rem;top:47.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKdIUWxgxW3ADSSTzvEAI0326ED69Bu { width:8.875rem;height:8.875rem;top:58.85546875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9hbWONEBdu2dTTkfzamxCXTGLJ5KrJ0 { width:17.875rem;height:17.875rem;top:91.23046875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 { display:block; }#Vno7mmPGF5CdDAs5ti8FTtKqOJZu8o23 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoSvVSPVabD2uMX195eZzlRRpNfwWpcy { width:20rem;height:2.6rem;top:6.037109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLifrNWGMKeqSfdHBoBl6mrQC1dkgbZC { width:20rem;height:14.5rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN1fQxQXoPT6Z9FWxwgAATOD7rGT9Jzk { width:3.4375rem;height:3.4375rem;top:12.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMJISJKLXJB4I3O3X9sVnQ8GOp3f4SF { width:20rem;height:14.5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUowNCEgCd2wQgl1wW5A8wvhbsLmC0N { width:3.4375rem;height:3.4375rem;top:29.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2z5U90XkTnqzmhoEJDGZcQGrtMpLPVN { 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) { #Cyu1aw1LQ2C59cfDs5SVmTkSuxiHpWoi { width:9.25rem;height:0.375rem;top:7.82421875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9TIGTpQ9dLJMrP6uQ7hMWif5nehD7Z { 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) { #dm3OwaCP9OE1bTHDIpNTb30HBZ5VBSa2 { 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) { #bMFKFrf4LMintPa89WiC9khlB5mqDxTn { 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) { #nbTllro2TTCPa1nFQxLow23LtDWo3DRr { width:20rem;height:14.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck8lci1dMCsmsXgCptrIasSPpSB0NiHw { 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) { #rNinfq8PQKi6vRLFNRMM0Jl9m7VOrZDX { 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) { #WU8PrhhWw4xlU4wvX4EaCGoMQCEG4hGo { width:3.4375rem;height:3.4375rem;top:46.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWEeMEyZgl3QoS85UUQaTEbvb6uXTMn { width:20rem;height:1.3rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrB4ImmPWaSiO4t0TfZuhIIbBLS0mTT { 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) { #h7v5orr8BnZWDtmVaKcAtMeDzH6dovrF { 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) { #VvShSLMhvLVL0tu1DxOOTVJWVDD0imk5 { 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:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObxiCbZbgLZ6T26dQyMMqMa0OEyqPtiZ { width:20rem;height:1.7871125rem;top:4.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKRsuZPbn6xdHp9pOLUu867CWLn4Jfv { width:8.75rem;height:0.1875rem;top:6.6875rem;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; } #fyTmJg29eZKbsg3eDm14fQqiZ0MmOnbd > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct { display:block; }#rKJUfwtbSXLpcIvVKwegh5uJ7Oop8pct > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGxvbzM7lAvOMDfUcFH15h1m0EP7QTxO { width:0.125rem;height:5.5625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMEUkUCN2frLGWnTtQrTpccmRx2AaJCB { width:2.8125rem;height:2.8125rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTVP0yMFJGD95DaSetC0dhTppwuhK6l { width:0.3125rem;height:0.3125rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMgcWJskxTZHEmEKJva1nKpEmhrDGLFn { 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) { #xV4sZhdCRRZeEdPMrddQEtQimOVxmEq2 { 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) { #ENognH75JBOuhuZTvRcZmR52PMU6ULWK { 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; } #nl7N83nFtKL4L3lwNN1maXQb0QSlSQdw > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ4WgniJugOOiaNySiI3ki94oZRa641i { display:block; }#VZ4WgniJugOOiaNySiI3ki94oZRa641i > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcoeAFPv30OuQ6bS8qWrn4GKbCARCaK7 { width:0.125rem;height:5.5625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSkzlcrsQb0QA0A5Lv5xeH38uxDP6qH7 { width:2.8125rem;height:2.8125rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfoKhAyCJ15kkh7UAkkva79IuCPkQS9p { width:0.3125rem;height:0.3125rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2v6LDgTxwhsf1fsoTvat2U0vTKsG9u { 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) { #ifZQV0Z2qSPI2H8vM3IEsaIf8CVREqbK { 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) { #lZzqPrMds45qUQwysWFhQBmo5UUzfiaT { 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; } #RbhSdUNZDgTMgKJtc4ysCA5H8gr2mgIp > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqfvFQ2uoELpzxEePwcrvaXggfgybmFd { display:block; }#gqfvFQ2uoELpzxEePwcrvaXggfgybmFd > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwr4cDdw4O6zGJO7BQohrm6w4NQr9zx0 { 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) { #mZmrPfGAwVMHv8smiTHuGKlMrBbXuL3g { 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) { #D8VghOIBF8iV4KywhsyBAbBvwxBS1nh3 { width:9.375rem;height:0.375rem;top:6.185546875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQs4DxWVXv49a4J34Ze93ZlCEOm8AfDm { 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) { #xuWcgyIUek7zUWH3n6ClMZnyv1W1LSOF { width:12.75rem;height:8.4375rem;top:34.25rem;left:3rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #P9gNWiQnSlu7TxFvCvubsT6VNN3Ta3pv { width:10.375rem;height:12.125rem;top:45rem;left:9.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Zilt6SP4oAPN0vUmDq7h2FuCZEdXLXyw { width:13.0625rem;height:8.625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9zB9SiyN2gWmkXqDEJM0Ah2TxLJGl9V { width:9.6875rem;height:2.8125rem;top:59.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyAb5cJTpovBaI2WquWx2kPB22q5TUsz { display:block; }
 }@media only screen and (max-width: 763px) { #oTA4L1RdxxxeDSgP68Q248dELe4LQc9T { width:9.6875rem;height:2.8125rem;top:59.625rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXtWlyA5bN3U9c2W8amovehc4PldMNW { display:block; }
 }@media only screen and (max-width: 763px) { #Tf0xl3JeNlCbRmsWAE74Ey8ElQBRfeg9 { width:20rem;height:20.71875rem;top:19.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT0crkRO2mOwg7E6MxxDbwXODff3FQPT { display:block; }#UT0crkRO2mOwg7E6MxxDbwXODff3FQPT > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx78VZIiHNNlZ8l0wBpTUe3RDFcOmIO { 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) { #dmtF8tzJkIZKZiqTkbhD45q387PgumdW { 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) { #kOo7m8HxOgUbdqr7kcXuTDHEXG8G12ZU { 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) { #gQWysuPHqL7vwRsll7yFuTerBmV0kBZB { 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) { #kgoI3Dk4pgXTblbIDbBpW4r0IkvyiPVK { 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) { #plgI4iNX9Cu6hsLwEPyk1QumZFsPpWak { 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) { #NUatD4FAlLwHJT5uwRumZyKWLwppX1Oi { width:2.1875rem;height:2.1875rem;top:2.5rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0oVzneRQse7Q7EIMvWH1GWETQPRdqHn { width:2.1875rem;height:2.1875rem;top:20.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in4xTH7w5ll6GUPITSr68zC2XTpI0qb9 { 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.57421875rem;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LPfMApUNUcW0V1zHgqNDKaL9o4VJRz { width:6.25rem;height:0.1875rem;top:9.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa { display:block; }#OuNXoQdR0fTZv8B8oDhAB9Qr0UXtQiQa > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIV91mpQe4TqMmyDBayAI0aWtTZ8118a { width:4rem;height:4rem;top:2.5rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RbGB1vtNVtqkKOVBAZ6bnyA3487sdJST { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61DmVs2wC3ObCeTllWlAIBo6FMD2Zc6 { width:12.5625rem;height:2.3984375rem;top:3.224609375rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gHkIRJrmNMC5D9AntbenyC02EDon8BtA { width:19.375rem;height:7.4375rem;top:7.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#gHkIRJrmNMC5D9AntbenyC02EDon8BtA li:before{  }
 }@media only screen and (max-width: 763px) { #ZPwbmpWi6PK84hhnut1iyUWH0G8L1QgA { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkGmQCWc1gW4s3m65iV3gITTJlpf9vR { width:4rem;height:4rem;top:20rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DXGtIKC2TonVhMH3pz9tIS1KabpytTQ9 { width:20rem;height:15.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Ny2lpb8vHfJICoWbRlaqZTTQGVi0EF { width:2.1875rem;height:2.1875rem;top:20.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuy4sQq1uits9xP8P0AqisMxMf99ayJ { width:14.25rem;height:3.59765625rem;top:20.0625rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VfTPBzXsihKyxExTzTxGRsFXP11JQcai { width:19.375rem;height:7.4375rem;top:24.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#VfTPBzXsihKyxExTzTxGRsFXP11JQcai li:before{  }
 }@media only screen and (max-width: 763px) { #TgMiTiURFbMZREVc4yJdXHHIWfca9BNo { display:block; }#TgMiTiURFbMZREVc4yJdXHHIWfca9BNo > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPEPvPC4nxC2Hm3dRiSsIXMGRZawAydG { width:4rem;height:4rem;top:3.125rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vZGhpcmOuQT6G1qTf4ETHu2LFXoMz2bt { width:20rem;height:15.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huPqOTq1sNeSqMHdTJpysMRyydsxC7m5 { width:2.1875rem;height:2.1875rem;top:4.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCNa6TUeTEsIFURWBFmHfG0OOo9KbfD { width:14.4375rem;height:3.59765625rem;top:3.1875rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMKVJIev1OR4SoSa7rzDXqFT9umfVahy { width:19.375rem;height:7.4375rem;top:7.75rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#QMKVJIev1OR4SoSa7rzDXqFT9umfVahy li:before{  }
 }@media only screen and (max-width: 763px) { #TVSGfKdv00pWNJAkNRy4A6DURQbxLLOs { width:4rem;height:4rem;top:20.625rem;left:0rem;background-color:#ed9602;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ofWTP7MlSyheVZ7EbVDkW7eA7EFc9PxA { width:13rem;height:3.59765625rem;top:20.6875rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb { width:20rem;height:10.0625rem;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#mbFlscWiXtvpqgxsCAWNfgHlEz6XZPOb li:before{  }
 }@media only screen and (max-width: 763px) { #nVdic8SUyMdJ5AMDOJEe4NTldOuzHiMx { width:2.1875rem;height:2.1875rem;top:21.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na2rUO2UUOIo6IqiJBFw7yxmTL4cKzhB { 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) { #FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 { display:block; }#FkUURo4JHJaNTxxbT5EXxZdbaTBwso98 > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDydc2ahpcq45bUlwOvhEmhILivSc0IE { 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) { #BanbdZXwMUVPwRBLB1eenXfCldCJdeuQ { 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) { #smKR39Rr9rbWEz8ON0ca9vXPsqo7MOT0 { 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) { #CB3sNyQl2xAV6Tn81CeG0LlSHeDLGlKF { width:19.875rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzoU2xvPfmv7Lo21DZ7yWw3tToDkEef { width:3.125rem;height:3.125rem;top:2.19921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuIT2opkiBUGJprVgImJwWtCeeEwx1lX { width:19.875rem;height:7.1875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTovTTErdyZwzrGUsIsJXqJgGTTeV9b { width:15.625rem;height:3rem;top:11.6875rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X73qqU3SMZG5DdG3CScaaXfa0DBZR39e { 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) { #BdsAMmSTuvpqJTKMLEIM6BDpgKACM8Om { 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) { #VBQqUnPT6KQ9KlBlHxNWzgx15hUK17JO { width:3.125rem;height:3.125rem;top:9.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4cgWPrQXfa2opBUget49RlE9Jb1AeCc { width:15.625rem;height:3rem;top:20.25rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUT4JRPBJSisZz0vP3nBUEbwbk0QxTu { width:19.875rem;height:7.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBeharKIo4mIOu26HpNP5kPBlZLs53r { width:3.125rem;height:3.125rem;top:18.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtkcPaOFkkhagS6nfPGGApFXwbHgvLC { 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) { #oxC1uhF4pV9bek9EURN4r7kuWKwP8R6M { 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) { #CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 { display:block; }#CiqkznhQSCbz1p64ryOq7gQFlcDebkd4 > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLM8WgyQLND7SrGmu2a81gml2Eena7vI { width:9.6875rem;height:2.8125rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQ2AfEX2UZhEthHnWnvbTTu2hEEnkAi { display:block; }
 }@media only screen and (max-width: 763px) { #fCc9uAMJLT3QHTufVr7GQsVbesFg9mcx { 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) { #XbMGc1gk2UKTNXkRh6DlqTMRiSLlMJOe { display:block; }
 }@media only screen and (max-width: 763px) { #zEv0huzkDyQGG6kTgwZezMm51pLtWnLW { width:15.625rem;height:3rem;top:4.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D559QOovxRhDToQXeRXf2nbUGOptxgdp { width:19.875rem;height:7.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyTSlPbgRO81s0lUfXsI9I67H2mTqNci { width:19.875rem;height:7.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO40g6RM0TzXRAo8WdpadcAbx8sxUo3D { width:15.625rem;height:3rem;top:13rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGogGeT7GuTieAPsBtk48U5flWxWBpc { width:15.625rem;height:3rem;top:21.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpornT0dgtMo2PVzIQaxc1MPeLp2MwX7 { width:19.875rem;height:7.1875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elezPgd1i7lq9cVIXStJMsTDziaTmtzZ { width:3.125rem;height:3.125rem;top:2.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Fai04gX7q7zZz9MdlGLVagF5Od61AW { width:3.125rem;height:3.125rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHRKEUyr50dIFEPMn3Mbz6fT3fAUO1m1 { width:3.125rem;height:3.125rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6meieplc0WCVBZpEutZGsBnRS5eGqMq { width:2.375rem;height:2.375rem;top:3.0625rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZT0STBAI4oCMtnrb2Tei2TaVtixrbA { width:2.375rem;height:2.375rem;top:11.625rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0J4BTFp4Kh9xOavzw8xFvZD4194tI4 { width:2.375rem;height:2.375rem;top:20.1875rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3oXo23EvPH3F70NtVCVy6zLdocl56w { 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) { #LSaN1gPhldlh60dfBOmNQa4qoMFCU649 { 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) { #EFgc8lZUJmPk7AXXOTNQOrctbrkLhkBC { 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) { #oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX { display:block; }#oyoku3uR0xpnm3IXMO4peX4zbOgZvJVX > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4JKGVPf2NuZzQk7azDO3iWKT3rNA78T { 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) { #pZubPxtCahXIqCopyq40qdkVrnpeSOqK { 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) { #y9czFCyH4XVQiHSrnpk97qLMbtoOJ7ED { 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) { #E3rGZPtliJGHiGKy4rTb6gOg30EhCP6L { 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) { #eaHevU3x4m0M2nOiqipPrMsFRfUg17ut { 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) { #PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 { width:18.75rem;height:21.8349375rem;top:7.4150390625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#PE9Ra8MqqDc9GJ6z47MJBCcSVMWQqcL7 li:before{  }
 }@media only screen and (max-width: 763px) { #ZoicZoV3qbpmMahiToEbBS1eGvVG9N2D { 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) { #rro5ahS8tkT4kRb44DC4fopENWVnHacA { 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) { #kXfoE5RkQdv4SxzrfSdkKN2J8nTqkDnR { 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) { #A1Qnfc5mxOVNso6xvKtTOByvFmhufzGI { display:block; }
 }@media only screen and (max-width: 763px) { #Ts6SewSLrx9LSER7qcRxEvxOeugUz12e { display:block; }#Ts6SewSLrx9LSER7qcRxEvxOeugUz12e > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN4SFEPPP7of8RZ31XNWeVao05HTkqJM { width:20rem;height:3.575rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ .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; }
#Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ { 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) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #vWfF3Laxq5waCZTA7admMslKRwGywXJt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #GsNTQzm1crehMlnP5BxErOyzE3RUyJeV {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #dJBdWnRgDm1m28WhUVEqTmtX84lLQOTp {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iNVeehkHpBMVTkiEI96TKXNRFuEst3p9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #yDvnACkMVFO6SCMVuNRUSBLml0LJsbb5 {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #OTuFfc4OnDTpubCvznsf8DXCbp1wMqMz {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #QvJwNAOg1C0yx3acoA2x9kzGEbvk7gFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #iAfl2FSvyPvhOhPqhmi03GbaKp6rEdVT {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #xakSp9nFTk7gxqEiK8tOMwDqXMmiFecF {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #uPPPPXQ5lsk8nykTUIBNxoEtuePoUPPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #zP9Z85XFiBM2v5xswduMgl8B04BDslz7 {  }
 }@media only screen and (max-width: 763px) { #Xoxmb4r2rgfiSaSKfvSECZaU9z94T1gQ #DXIlqA2X5H7P1HhZKzR7sLyFSnBNbxb1 {  }
 }@media only screen and (max-width: 763px) { #hl7Eq3hvTZ7uEUESsWu63faFxbvIO5d1 { 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) { #PJV6wf3W223s7bFoZPac8NB5Hee5F50p { width:8.75rem;height:0.1875rem;top:6.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n { display:block; }#fPGIPJIcqtb1np9ohhnzZ9h6HwvpIg9n > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC { display:block; }#ksNUDg4MPVIiaaz0h4NZTpcR6TFZXCyC > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLKx65gyFshfNERMGdVqsSOK5zQavun6 { 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) { #pT7SrMC2RWFMu51wf4JxpvdIizs74nbl { width:19.875rem;height:21.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXAQtUElus9M0KoGS51FgQeiUkelEAud { 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) { #nvgrhxkydAe4Vh8oQLxJuACshnmpICRq { display:flex;width:1.25rem;height:1.25rem;top:9.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #VqyZppyaBJkm4a39R86OHcpQ1c878eVP { 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) { #Xze5JP6RwQMTNpDMBN1R0ORTP3t8Nh7P { display:flex;width:1.25rem;height:1.25rem;top:7.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #TPC4SkNgNLE4VMyi05ToMdLVD52N0pID { 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) { #GDVqIALAK808rPRSgkpsakDgan7SaNcI { display:flex;width:1.25rem;height:1.25rem;top:12.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #oC9KeA6ze9Kek64lLNeBvxxZZv4EDTqN { 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) { #zPm0u4NVBcu4wDnnFqbmKRTigZLGBsyX { width:17.1875rem;height:0.125rem;top:14.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAAz9ucQWwIkfpy3LK5mWUWVeq6IDK5 { 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) { #fAHlXmrFARBsEBy51oZ9Ty3yz9bdmxvr { 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) { #yz06R9e4VRDTA91mg2nPeaI7ZQHG1U1N { 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) { #nrwRBr1npdAUJ1XdNyDun61gfq3TOaIW { display:block; }
 }@media only screen and (max-width: 763px) { #FGJ3Cs1UtozBA76TMMEF596i57fglsAf { width:19.875rem;height:26.3125rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81sTSmVlALcQno6qRQHV8bNE5PTK7Ss { 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) { #amOqpLPWaPttFyD05sAZSNXId3l9SpoM { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #gvBgMiMgVdugMfbQ0T96Lwr7UKi0VM92 { 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) { #OOHN4MwX70GT1oHXh7Q9ofPzyLnGNmor { display:flex;width:1.25rem;height:1.25rem;top:69.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #TRWANIR8dt90BNiswRS7Vb3e7ng4fWbF { 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) { #tSvwsp0ivMxV37NLkdfnsSgn3mL7oXit { 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) { #JOOTobUgF6LBnh4JGG6hqP7LiMZnD8Jc { 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) { #yqe22q1kNVWXMn9lyN2XahsZ1bPW5H7K { width:17.1875rem;height:0.125rem;top:84.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnSQAZOw4JdIKATefpOVe21dU4qwt8I { 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) { #gLMU1b0rHoGdTQVLPIFAPZUigvVaiJoe { display:flex;width:1.25rem;height:1.25rem;top:74.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #myK5vIA7NeTh79vVsV2imGfJ3tFgeUHx { 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) { #RT0MQDfEehyRrh5APl31dOerlU7HXBBS { display:flex;width:1.25rem;height:1.25rem;top:77rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #tpoH0NsqNSzQmvWlKkZGdbRX9icdDsas { 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) { #QpfuXLp9B3dKwPysOGaohQPTA7LhLgGt { display:flex;width:1.25rem;height:1.25rem;top:80.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #hwip1V55dNBqyTKnhPfWEGFRAMl7hfbo { 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) { #GtMloEfo3TJ11r8y4bLOu0cENHhPLbXg { display:block; }
 }@media only screen and (max-width: 763px) { #ffQyZJyFFBKuLF710GZ2ISmXFIEO3Esp { width:19.875rem;height:26.1875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFS3nFiUHS79ltananTd5mHmzNQOwOw { 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) { #Dp9f5xCk84gKdOKRs57S27UFyxKwdtcZ { display:flex;width:1.25rem;height:1.25rem;top:38.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #cQegDsnS7MPzNNp2yFqPf8CTeLIxkgA4 { 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) { #hNRLdwxroLBExXm5BKHwRHp6utGJTIbt { display:flex;width:1.25rem;height:1.25rem;top:35.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ObMse2th51i1D708fBDFFcFkn5138vEM { 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) { #VFzphATAucywUARPaID7s0wNx0RHt9vi { 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) { #g3UifDZbqdSS8Bh1tP9mTtTmfpaC8maU { display:flex;width:1.25rem;height:1.25rem;top:40.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #CbFTqh6xluNPTTGiwtL9qN1gr2xCK5Jw { 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) { #RskIXPegUnE74SN1oLeGX2nmoyMr1fmT { width:17.1875rem;height:0.125rem;top:50.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGsPJpXBXWTwuVHVfMTJkL0h6vt4lXUo { 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) { #PW006i1mAbOUd49LWqFPdXrgK42zmSdU { display:flex;width:1.25rem;height:1.25rem;top:43.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #mKIf6lwVNrSWM7uTyp0gCStlfooehatu { 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) { #Dxai3pgc2kkosIHncr6fQp9Mikvq342p { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #RLESCwWCRtECnvg1EKvLgASGigTxxNtU { 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) { #TwmBdQ1TmnSAVKuc8AZARkTDogT1bdlT { 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) { #dbsE1Tv6RZrBmk8vIVkHRPv4Px3BsxtD { display:block; }
 }@media only screen and (max-width: 763px) { #aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y { display:none; }#aZO34hTQlV6ZJ6CWB77dX08zCTAI2A9y > .row .container { width:20rem;height:97.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WDTBPeJPP0MZiZZrWeATTXcbnEphcdyc { 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) { #uAuLdEk580Sk4fD2mixEeoEAGmi0fEK8 { width:19.875rem;height:21.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STICu7TTxIVv2F6wOtQrM2Fp7PNDbysR { 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) { #pRtCG6AJsGQNJy8o7h4XgRl3kmfo42RZ { display:flex;width:1.25rem;height:1.25rem;top:9.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #yBT5frdxgl5iRgGsT75kDSlqDtEGP85V { 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) { #J6ZSaLDtugwNyeaAhI83SRblTHslzuDz { display:flex;width:1.25rem;height:1.25rem;top:7.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #AMfKocvvsyUOxhJSRWHmAAdkrUu1Aifm { 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) { #VvL96onqIwCM4bIryQCD0n7HAwNX95e6 { display:flex;width:1.25rem;height:1.25rem;top:12.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #JefFxxx7E71wnrW7W4TNQBUOA9JyC6h5 { 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) { #vGJ261CiBUbFvvMeu35HfqChoKnyE08F { width:17.1875rem;height:0.125rem;top:14.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUd55mGKyLblSlbNEUkCCmnWJ6PcPm8v { 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) { #qao1tcuS3ZT6cyENaftdOdTHTkIhoTWx { 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) { #UTh76SzOhgBkrWqaths9ZennqcIsS6Cg { 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) { #FLa9ca6mnBxNxTvWAntBK0fmcJ0MnJnK { display:block; }
 }@media only screen and (max-width: 763px) { #J7omp5Vn7RtQ2LdyoQyx8rfHVv73nnSw { width:19.875rem;height:26.3125rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7Wg7axv6Z88BqClWJ6lvnKupNK2lRO { 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) { #EreKyNkDRENsAaZNnkBhX0885BybgBOu { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #MtwfgHOfLkvI8UEnBEQwVQvRRJ4K5Bpc { 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) { #NMc1ptBUqX1URxu2VurpliypyrgCmUrC { display:flex;width:1.25rem;height:1.25rem;top:69.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #CkRIIPsAeayzTIOuKDds7ay5HvKBtVaM { 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) { #i0HXdNW8Nx7v9pvNihkSR3p4Tw3Wwefi { 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) { #b7hNiBX67COkIHOUCx9oEn9Lz46JnaLc { 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) { #nHvWi3Nxm4uniUkzT19CVGv3u81IAXwC { width:17.1875rem;height:0.125rem;top:84.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKTM8x7w9X1aL3ElScHn63GTD4JoA59 { 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) { #IMsWNsCRXN5FP3wfboLtyVv76pg3XZXu { display:flex;width:1.25rem;height:1.25rem;top:74.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #oRrznbUhwMqN3zBPAztgDDl47hFWClr5 { 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) { #B86CB1SvMlxTMGOGdyN6soM89Mm7f2SV { display:flex;width:1.25rem;height:1.25rem;top:77rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #QA4rM8W4NdUabLUKGOkD4DLEK6HCsutw { 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) { #ZPVC1twk9g5upsIkqG616umxd0aVh4Ko { display:flex;width:1.25rem;height:1.25rem;top:80.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #PaRnQKWHtKr1TB93qP1tp92TDaizhRKJ { 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) { #UQk8MecHnTJEdlsRel0GZ2CtTDrB5Uh1 { display:block; }
 }@media only screen and (max-width: 763px) { #s43hMos7kpRPJfGnGLMkdwKIiDG0qJDg { width:19.875rem;height:26.1875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQtyHXMcZy1Vnhv3TxkiP0V0Do5EvXbw { 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) { #IylezlRwkOcERHpuFTOh37i7o07RAyal { display:flex;width:1.25rem;height:1.25rem;top:38.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #DmyHe89g9iVtho09L3dsMWbqcepf0F7A { 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) { #OrRFkFXnsC7hchGaOTDvMriAuVhPqbe9 { display:flex;width:1.25rem;height:1.25rem;top:35.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #y0TOdCu82AFDWsXZyrOuaJUVddTOCZ0A { 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) { #NkX0Bv2KmmCbsn6SZP1Q90W4MrGJ0QZR { 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) { #S1WsKzxUbNUVPg2PiwkBPCfMxeBfyUyy { display:flex;width:1.25rem;height:1.25rem;top:40.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Irxl7ngRQ1gBlqKQV4DgfHrJ27xZU8HR { 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) { #NIXS78lWG809wCmbbeDTanHhnKmzlHiw { width:17.1875rem;height:0.125rem;top:50.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmSLOJlTwQZKC9xcCp13hScyGa0AdK6 { 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) { #l0e8NoQdIT6x4F9l88k1gkc3qInzphRm { display:flex;width:1.25rem;height:1.25rem;top:43.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #OSILZkUpvHxcnTRlD93fWCOTTRzOMrl4 { 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) { #HJQLSQNHCnLOeGdC4Zii1mAuIUPUdvap { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #soUBB1ATbDedfHeubUfhhb9i5mTlNUtC { 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) { #XCt4Rw1lyy0pOT20cgxzbKPC8XLKpOyu { 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) { #V5WSgoINigFfrPOD6wOdva4JhB49M25f { 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; } #l14eKUgoqh25qlEzdf81BSQm6QM4wuTU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }