.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e60c1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { background-color: transparent; background-image: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container > .video-iframe-container { display: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row > .video-iframe-container { display: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .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); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { border-width: 0; border-radius: 0; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#o4hk6HZvii1QDyIuKSWTr82p7e1rb8I2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.5625rem;left:34.375rem;display:block; }
#ydXEa2SBh1OGJua1DEBT28ClgwinfoPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qnhtn94vgHS1v2okx842yMDaIbXntEks { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.5625rem;left:41.625rem;display:block; }
#ZpWkl7eStAHrgEwxzVzFa9z52kJuxTx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bmgq3vCXbtLmViER2FmTtPUsRwzbINrr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.5625rem;left:50.4375rem;display:block; }
#LBBLeob4sIwUIKNJCzyx2dHOxGNmWaRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPb47vnO75uUKXoMOdazfTPrNdrB2HLB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.5625rem;left:63.9375rem;display:block; }
#wsy99lnyXZSsH7OOsG74PSWPvMVwFMur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7SJxCdVyus3N63rXyVI7TtSg4T4erFW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.5625rem;left:56.125rem;display:block; }
#cCfwoOcFgT04hRzELsg3EMvQ2b3PntUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9CZkWzNtXqZ7mrHnXlaQDC3VHXPDJxR { position:absolute;display:block;z-index:15021;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.3125rem;width:17.0625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#lzRMEOFZ9dHLzrVlP9D8IpnRJvc9ob7M { position:absolute;display:block;z-index:15030;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.0625rem;width:3.3125rem;top:2.25rem;left:71.875rem;overflow:hidden;display:block; }
#ZQwf5ufNJVVef9OZewkFBTfN6dcKnrMH { position:absolute;display:block;z-index:15031;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.3125rem;width:12.875rem;top:2.90625rem;left:5.375rem;overflow:hidden;display:block; }
#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/iahKSEk5/_D814664.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.adaptive-delivery-prevent-bg, #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.lazyload, #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.lazyloading { background-image: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { background-color: transparent; background-image: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container > .video-iframe-container { display: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container { display: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .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); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { border-width: 0; border-radius: 0; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#uER50DmqO5uv1RDKNwNIJC8Ty5HiTTtJ { position:absolute;display:block;z-index:15028;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:4.875rem;width:16.25rem;top:8.5rem;left:58.5rem;overflow:hidden;display:block; }
#RA2qNTtv9aaiu2WpZl4z3zFUy2KiGQFh { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:outfit;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:6.9375rem;left:65.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iderxXOVWgTZz80KCsaFVDmI87eWmuTB { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:outfit;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.6875rem;left:57.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xkIR4SGTrFF4vBcFTmXoO6fWAG82kxsp { position:absolute;display:block;z-index:15029;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.5625rem;width:8rem;top:23.4375rem;left:66.4375rem;overflow:hidden;display:block; }
#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e60c1;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; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { background-color: transparent; background-image: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container > .video-iframe-container { display: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row > .video-iframe-container { display: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .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); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { border-width: 0; border-radius: 0; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs { position:relative;display:block; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs { background-color: transparent; background-image: none; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row .container > .video-iframe-container { display: none; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row > .video-iframe-container { display: none; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .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); }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs { border-width: 0; border-radius: 0; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .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; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .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:11.5625rem;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; }#lftvAazdMKnQlPpNPEp7cXpSHtiO7vBI { color:rgba(0,0,0,0.89);display:block;width:75rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;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;display:block; }
#rAc89ST06srxyT42PZHeeo0hXOTF6kpu { z-index:15003;top:5.0625rem;left:28.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #7141f9);background-image: -moz-linear-gradient(180deg, #3e60c1, #7141f9);background-image: -ms-linear-gradient(180deg, #3e60c1, #7141f9);background-image: -o-linear-gradient(180deg, #3e60c1, #7141f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9' );";background-image: linear-gradient(180deg, #3e60c1, #7141f9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kZTFqpDrI54O5d0aUJuTByvoX5W4yMNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vE1k6WIEcsu53ZXwOR693Irn4l1xlbF7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:5.5rem;left:39.625rem;display:block; }
#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Y55y0luS/012_MarekKazmierczak_fotografia_reklamowa_araj.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf.adaptive-delivery-prevent-bg, #lFt19yQAWhPNb63rCTZVxvyaETT4ApPf.lazyload, #lFt19yQAWhPNb63rCTZVxvyaETT4ApPf.lazyloading { background-image: none; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container { background-color: transparent; background-image: none; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container > .video-iframe-container { display: none; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row > .video-iframe-container { display: none; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .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); }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container { border-width: 0; border-radius: 0; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#IpKnh6k7XQsDrZmWeqUhKnBRw7wUNEnF { display:block;width:26.5625rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:22.40625rem;height:3.25rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#IPFoJ2RW7c1WJTKtnylKnkPZzMbI3Tez { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);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: none;height:8.125rem;width:28.1875rem;top:4.90625rem;left:21.59375rem;display:block; }
#qRJ8fsyqFrgfBC11aLsSST0WoSQ5lIMw { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.5);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:3.75rem;width:74.875rem;top:0rem;left:0rem;display:block; }
#HgaMFaTrueRcyyzNeUSTGeoZ5111aC2T { display:block;width:75rem;position:absolute;font-family:outfit;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#esWT5nJcyX1o04SlwfRtRFS0Swi0JIqq { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.2);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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:159.875rem;width:61.9375rem;top:14.28125rem;left:6.65625rem;display:block; }
#O1kXnwB2tmzPx3kTD55DRQHApK60phST { 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; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container { background-color: transparent; background-image: none; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container > .video-iframe-container { display: none; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row > .video-iframe-container { display: none; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .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); }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container { border-width: 0; border-radius: 0; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#ElN8S5rdXEHBI3uBrGXtfxAuB7z2sl8P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.9375rem;top:2.25rem;left:10.4375rem;overflow:hidden;display:block; }
#TEJkBkCiSKiNNnIppT1nA9nrrFCwr4lk { 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:16.875rem;width:25.9375rem;top:2.25rem;left:10.4375rem;overflow:hidden;display:block; }
#R3cW62tdaihTb5TJbIvNGLpc5gHEv20F { position:absolute;display:block;z-index:15002;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:16.875rem;width:25.9375rem;top:2.25rem;left:10.4375rem;overflow:hidden;display:block; }
#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J { 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; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container { background-color: transparent; background-image: none; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container > .video-iframe-container { display: none; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row > .video-iframe-container { display: none; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .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); }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container { border-width: 0; border-radius: 0; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#N9PpKGzKFPmyBV55IzqOf2QletH0CG4H { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.5rem;left:13.5rem;display:block; }
#oT8pA5vIbLrVDuJ1kBzSKeRQnZfsXvFi { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.5rem;left:30.21875rem;display:block; }
#vXpvdSCWTkCxDVFDd6fXWlhIIyHrmm0t { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:outfit;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:0.71875rem;left:15.375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAc88HgTb96hWSOeGhm6DZPZct0Qm2db { position:absolute;display:block;z-index:15059;background-color:#e84b14;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.875rem;width:14.375rem;top:3.875rem;left:0rem;display:none; }
#EbZrghW80pHkfPrNrTRztIVsm5vHiTJc { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.3125rem;left:36.125rem;display:block; }
#zzv7LKmVFFimGbl4qWzkOtnDgDPLJMsu { color:#3e60c1;display:block;width:1.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:0rem;left:36.875rem;height:3.25rem;font-style:normal;display:block; }
#nJCMiL2NTvJBsXQTBFaG66opkBQo8SPE { position:absolute;display:block;z-index:15003;background-color:#3e60c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:3.125rem;width:31.25rem;top:0rem;left:7.8125rem;display:block; }
#HaVU3LVXUa6fnX1ZgEVD0NWLxM7nuTiE { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0rem;left:12.3125rem;display:block; }
#XnFG2xN2lUdJqtcLy1uNCSDTMpetidCy { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0rem;left:30.21875rem;display:block; }
#h7neglmpDxMDMBaczP0S0cvU4GuRKSiW { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.375rem;left:36.25rem;display:block; }
#X4eqZSrDCT0TrqeHV07uPhXwqFxVaC2s { position:absolute;display:block;z-index:15061;background-color:#422dff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:130.3125rem;width:0.125rem;top:2.375rem;left:37.4375rem;display:block; }
#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 { 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; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container { background-color: transparent; background-image: none; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container > .video-iframe-container { display: none; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row > .video-iframe-container { display: none; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .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); }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container { border-width: 0; border-radius: 0; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#lTnaHBhBKUaqZZP6C9au6CWoiGqT4Vop { color:rgba(0,0,0,0.7);display:block;width:20.0625rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:0.9375rem;left:14.8125rem;height:6rem;display:block; }
#sE4vHL2ThIatqe8AUeCITrNEodmu37so { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:0.625rem;left:12.9375rem;display:block; }
#WK8F40gF3Pkcodq1o1BpJLfuIuz2y4Rk { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:2.1875rem;left:12.9375rem;display:block; }
#TXBt8hPpGxSNbLTLOFlxy9umwasVm7ZU { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:3.75rem;left:12.9375rem;display:block; }
#t2JRBmez5FHvra9JMBvklslWp62xryVo { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:5.3125rem;left:12.9375rem;display:block; }
#WDIy4ABsduoXaMaicuTQnlXsW480xD5d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -moz-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -ms-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -o-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );";background-image: linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:outfit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:7.5625rem;left:26.0625rem;display:block; }
#a8yp3JmNfrZwTI7phGDbT3IJbz2kKdgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 { position:relative;display:block; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 { background-color: transparent; background-image: none; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container > .video-iframe-container { display: none; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row > .video-iframe-container { display: none; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .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); }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 { border-width: 0; border-radius: 0; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VuVcefLtWIDLSL4ezQGsPhTxQZyc6RPV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.9375rem;top:0rem;left:39.125rem;overflow:hidden;display:block; }
#LmzKvDCU1OhZU3EAX9hsT9497rXuzrA8 { 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:16.875rem;width:25.9375rem;top:0rem;left:39.125rem;overflow:hidden;display:block; }
#tZvlybWq5aFq3lyigAS85LFVgeKROyy4 { position:absolute;display:block;z-index:15002;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:16.875rem;width:25.9375rem;top:0rem;left:39.125rem;overflow:hidden;display:block; }
#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo { position:relative;display:block; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo { background-color: transparent; background-image: none; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row .container > .video-iframe-container { display: none; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row > .video-iframe-container { display: none; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .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); }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo { border-width: 0; border-radius: 0; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .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; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .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:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Evmq2Z5Dg1ybwl1LtXsISOXzyzfATspm { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0rem;left:43.3125rem;display:block; }
#pr50H8Iy2gaWi1BO9N51bVxV9qZttBuE { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0rem;left:57.4375rem;display:block; }
#kTDLQuwwXgBx1dUNcucKvP5u4azyiTei { position:absolute;display:block;z-index:15002;background-color:#3e60c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:3.125rem;width:31.25rem;top:0rem;left:36.0625rem;display:block; }
#rqDwU9Lf4ZLFzGQJqs60tmpcVPB0dnSo { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:outfit;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.78125rem;left:46.375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ulPkwZQfhIgyEeOvhr7zHrfEtpBwEMlq { position:absolute;display:block;z-index:15060;background-color:#e84b14;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.875rem;width:14.375rem;top:3.8125rem;left:59.625rem;display:none; }
#GUA60cBazpaaqHmBfprTuShCTfWFHdcp { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.3125rem;left:36.4375rem;display:block; }
#ZHhEr9sMknx93JPFDbDeKwGQs9x9C2mS { color:#3e60c1;display:block;width:1.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:0rem;left:36.9375rem;height:3.25rem;font-style:normal;display:block; }
#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro { position:relative;display:block; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro { background-color: transparent; background-image: none; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row .container > .video-iframe-container { display: none; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row > .video-iframe-container { display: none; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .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); }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro { border-width: 0; border-radius: 0; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .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; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .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:10.3125rem;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; }#lVQhNUQPgPvfRDTwnUKA2VsLBVJVibTk { color:rgba(0,0,0,0.7);display:block;width:11.75rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:0.9375rem;left:47.0625rem;height:6rem;display:block; }
#CiBlDNAu6ETWPrGJsTRBLASyNyOH3QCS { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:0.625rem;left:45.1875rem;display:block; }
#ICTUItZbHlXMBOJ96K7EOid8CW5G8QCP { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:2.1875rem;left:45.1875rem;display:block; }
#yPvADfScbnirR6H8OrX5JaCE8JO7lOUs { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:3.75rem;left:45.1875rem;display:block; }
#NKxN5bc8fqaE00CfgS5r1fdEI9OGBfEJ { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:5.3125rem;left:45.1875rem;display:block; }
#meKL0HHOf29S1tTBUNulUBnvwTRVzQ3f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -moz-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -ms-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -o-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );";background-image: linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:outfit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:7.5625rem;left:56.25rem;display:block; }
#yD3GIS3WUxrkwusF1ANTXsB7S0FCTIsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcVMrQU22edI8rbis6kkZopFWarTMyL9 { position:relative;display:block; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 { background-color: transparent; background-image: none; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container > .video-iframe-container { display: none; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row > .video-iframe-container { display: none; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .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); }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 { border-width: 0; border-radius: 0; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fVls72TKm11gvQ94pRExC4FuQZb2PLWZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.9375rem;top:0rem;left:9.25rem;overflow:hidden;display:block; }
#WLxzIok7q2A6kpEZdaHTDbhPDzrqvZct { 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:16.0625rem;width:25.9375rem;top:0.4375rem;left:10.125rem;overflow:hidden;display:block; }
#XTyhzky9AuhPoVXTkiTLPKs2aXIR92hZ { position:absolute;display:block;z-index:15002;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:16.875rem;width:25.9375rem;top:0rem;left:10.125rem;overflow:hidden;display:block; }
#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp { position:relative;display:block; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp { background-color: transparent; background-image: none; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row .container > .video-iframe-container { display: none; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row > .video-iframe-container { display: none; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .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); }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp { border-width: 0; border-radius: 0; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .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; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .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:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w5l6gyyTWJrrgpJoaUCrBZ89WInQBZwo { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0rem;left:14.875rem;display:block; }
#aUwlhEw6k5PMib6X1OnVcfDZaTTGHBMh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0rem;left:28.28125rem;display:block; }
#JatF8KEELgeIewWyV7kF3yEZ3IvlHeJ2 { position:absolute;display:block;z-index:15001;background-color:#3e60c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:3.125rem;width:31.25rem;top:0rem;left:7.6875rem;display:block; }
#mFeNhxINicSF0SaULv2URg0IVBne7osD { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:outfit;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.71875rem;left:19.09375rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tETp6TmaQIJks1WLqo1ZFk36cGKeZm00 { position:absolute;display:block;z-index:15061;background-color:#e84b14;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.875rem;width:14.375rem;top:3.8125rem;left:0rem;display:none; }
#Kz1uBvSat9hRyJnpNPcyklLsChJRrdln { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.3125rem;left:36.0625rem;display:block; }
#gRLG4Xc5yR3F8kukbHnansJOQPrlsFUd { color:#3e60c1;display:block;width:1.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:0rem;left:36.75rem;height:3.25rem;font-style:normal;display:block; }
#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx { position:relative;display:block; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx { background-color: transparent; background-image: none; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row .container > .video-iframe-container { display: none; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row > .video-iframe-container { display: none; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .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); }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx { border-width: 0; border-radius: 0; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .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; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .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:10.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4yXvc1euq1spwOToKRC8RMOXobbEpX8 { color:rgba(0,0,0,0.7);display:block;width:12.9375rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:0.9375rem;left:16.625rem;height:6rem;display:block; }
#S1UmguIRpN9Aw4537OzbxDLRocEN5Lmx { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:0.625rem;left:14.75rem;display:block; }
#Qn6qJ9MAr4kXRVNQHKNnaIbisSlwK5rf { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:2.1875rem;left:14.75rem;display:block; }
#sSTwCPK9RSyNVTKeWBTS6Bl68dXZdGhb { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:3.75rem;left:14.75rem;display:block; }
#hnrTnRg3XukhQlKOzISTPEpCu9SbbPrn { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:5.3125rem;left:14.75rem;display:block; }
#mEx4GICIburUJKWp2CtuX5FfgwddR9h6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -moz-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -ms-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -o-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );";background-image: linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:outfit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.5625rem;left:25.9375rem;display:block; }
#hkVRUsqF7dx0plkDF6Dk4vSqVyX9khhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww { position:relative;display:block; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww { background-color: transparent; background-image: none; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row .container > .video-iframe-container { display: none; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row > .video-iframe-container { display: none; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .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); }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww { border-width: 0; border-radius: 0; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .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; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .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:16.9375rem;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; }#Qa1LgJI2FaJMrrLs1K5l22vv7vc2D7E4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.9375rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#o9ekJvQqWfurx0ugsIMvBqcIkcPcrG4C { 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:16.875rem;width:25.9375rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#Q4yk47izuwHrn6ZkTg89m4UkkkfCEwVR { position:absolute;display:block;z-index:15002;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:16.875rem;width:25.9375rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L { position:relative;display:block; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L { background-color: transparent; background-image: none; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row .container > .video-iframe-container { display: none; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row > .video-iframe-container { display: none; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .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); }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L { border-width: 0; border-radius: 0; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .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; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .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:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VMCTT4lEX9tt1Ww5cDNpLuSv0lnlysov { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0rem;left:44.9375rem;display:block; }
#fDQ7A0KUVGXkRnTknuqxxxGzSUvoyJZO { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0rem;left:55.8125rem;display:block; }
#iHbXwfi43GAGQqMbk01dsVZhmVSZv3R5 { position:absolute;display:block;z-index:15002;background-color:#3e60c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:3.125rem;width:31.25rem;top:0rem;left:36.0625rem;display:block; }
#oP7Qp1EzpGrTfNkkuwyXL8PT6ftQsFzF { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:outfit;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.75rem;left:48.625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGXxT5AaXPOz0AsCbBpNStfNHQHtIW7h { position:absolute;display:block;z-index:15062;background-color:#e84b14;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.875rem;width:14.375rem;top:3.9375rem;left:59.5rem;display:none; }
#G6ahlVXsPlgULqVsE5oboH9Ms5oQl3TL { position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.3125rem;left:36.4375rem;display:block; }
#ggsTMQDcRMQdGsND9yXV1Bw7poQmPFKO { color:#3e60c1;display:block;width:1.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:0rem;left:36.875rem;height:3.25rem;font-style:normal;display:block; }
#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J { position:relative;display:block; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J { background-color: transparent; background-image: none; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row .container > .video-iframe-container { display: none; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row > .video-iframe-container { display: none; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .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); }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J { border-width: 0; border-radius: 0; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .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; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .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:10rem;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; }#iKTMdp9mQgMD33kmabXCMB0DMDHcD0Md { color:rgba(0,0,0,0.7);display:block;width:14.125rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:0.9375rem;left:47.0625rem;height:6rem;display:block; }
#Azaf8mK4eXtkdbuwbhKnPb664MAx3DTc { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:0.625rem;left:45.1875rem;display:block; }
#Wcw8pMeNBfkdXNxsgqAihEV88TnITgTL { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:2.1875rem;left:45.1875rem;display:block; }
#Obu6utFsAaDrZi2zUIw1TclkQKruV30f { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:3.75rem;left:45.1875rem;display:block; }
#T73WvfyrxAAu1eVneX1rwlonn5Byuokb { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:5.3125rem;left:45.1875rem;display:block; }
#Zm0lV2eJLskrEPR0rocOqVq3CNvTslh5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -moz-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -ms-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -o-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );";background-image: linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:outfit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:7.25rem;left:55.25rem;display:block; }
#wv73FFTa63g0JVrcIsATLJVomt9kuohE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 { position:relative;display:block; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 { background-color: transparent; background-image: none; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row .container > .video-iframe-container { display: none; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row > .video-iframe-container { display: none; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .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); }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 { border-width: 0; border-radius: 0; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .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; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .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:16.9375rem;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; }#iswz5hnWavAcs3te0kdI5MTnxd8F2dEB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25rem;top:0rem;left:10.375rem;overflow:hidden;display:block; }
#R5I2LZC0OIzyPuD1xWzKSyDTwrEltJPu { 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:16.875rem;width:25rem;top:0.0625rem;left:10.375rem;overflow:hidden;display:block; }
#vA1ZJkcE3eRutlmfvS12zPRl45SAwMHq { position:absolute;display:block;z-index:15002;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.8125rem;width:28.1875rem;top:1.125rem;left:8.78125rem;overflow:hidden;display:block; }
#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf { position:relative;display:block; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf { background-color: transparent; background-image: none; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row .container > .video-iframe-container { display: none; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row > .video-iframe-container { display: none; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .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); }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf { border-width: 0; border-radius: 0; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .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; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .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:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTZHxGNBzT57x7Lhfm5hotPuxfIbg1X2 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0rem;left:13.8125rem;display:block; }
#zTzTumI4sEDDTGT9oUfC0QRW7DgsiXm9 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0rem;left:29.6875rem;display:block; }
#pE7bewe83iwTRDKTlzmKtlnkPzoT5WuP { position:absolute;display:block;z-index:15003;background-color:#3e60c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:3.125rem;width:31.25rem;top:0rem;left:7.6875rem;display:block; }
#KAvDeBm1sBOrmqtbQTswK61FPDFA6tIF { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:outfit;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78125rem;left:17.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s8Id1W15ueuCxSWgyQOm2XFCMvgzoqFg { position:absolute;display:block;z-index:15063;background-color:#e84b14;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.875rem;width:14.375rem;top:3.25rem;left:0rem;display:none; }
#Z8EKDOr9igOsWlWdieQb7XyycdD1lkol { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.3125rem;left:36.0625rem;display:block; }
#uoowIuoMQNZ7IrCxqgJ0cIrwcFokFUtM { color:#3e60c1;display:block;width:1.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:0rem;left:36.75rem;height:3.25rem;font-style:normal;display:block; }
#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg { position:relative;display:block; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg { background-color: transparent; background-image: none; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row .container > .video-iframe-container { display: none; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row > .video-iframe-container { display: none; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .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); }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg { border-width: 0; border-radius: 0; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .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; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .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:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wMlytzFKZEmoz2aaXDTfWxG6ot6KzRQL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -moz-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -ms-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-image: -o-linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9e5' );";background-image: linear-gradient(180deg, #3e60c1, rgba(113,65,249,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:outfit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:4.75rem;left:25.5625rem;display:block; }
#bfA17eddDJ0rcHQgk4BEQzQTLtWzklcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhviV2Oqv4txLUsed77RMERpXPAHpSM5 { z-index:15004;top:9.90625rem;left:27.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #3e60c1, #7141f9);background-image: -moz-linear-gradient(173deg, #3e60c1, #7141f9);background-image: -ms-linear-gradient(173deg, #3e60c1, #7141f9);background-image: -o-linear-gradient(173deg, #3e60c1, #7141f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#7141f9' );";background-image: linear-gradient(173deg, #3e60c1, #7141f9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:outfit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w4CbUVJMQi3Uf7KTMlSFpyZVHCfsTCw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXczVvKmHL336f1rIXXgGwBw91kTIWSl { color:rgba(0,0,0,0.7);display:block;width:10.5rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:0.9375rem;left:16.9375rem;height:4.5rem;display:block; }
#zRePiixiEcnzaUaGrIZUCHNaKNKAFW7l { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:0.625rem;left:14.75rem;display:block; }
#SwZGL2UIclWpF4THQVIeDvFbzSx3Wmhi { box-sizing:content-box;color:#3e60c1;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:2.1875rem;left:14.75rem;display:block; }
#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e84b14;background-image:url("https://images.assets-landingi.com/r6posRpS/010_MarekKazmierczak_fotografia_reklamowa_araj.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr.adaptive-delivery-prevent-bg, #ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr.lazyload, #ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr.lazyloading { background-image: none; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container { background-color: transparent; background-image: none; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container > .video-iframe-container { display: none; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row > .video-iframe-container { display: none; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .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); }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container { border-width: 0; border-radius: 0; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#d7QeAkSmvCvfQxRZrw8kzsL65O3yeoIo { display:block;width:26.5625rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.21875rem;height:3.25rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#TK07IN0Lt7JmhAXndAKzDm35LsGCJGFM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.5);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: none;height:7.5625rem;width:28.1875rem;top:4.03125rem;left:23.40625rem;display:block; }
#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE { position:relative;display:block; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE { background-color: transparent; background-image: none; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row .container > .video-iframe-container { display: none; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row > .video-iframe-container { display: none; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .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); }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE { border-width: 0; border-radius: 0; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .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; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .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:58.125rem;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; }#b0zWAVe7oQ4084Rpv2s1NCsEHmewiX1u { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.40625rem;left:6.75rem;display:block; }
#qbvyJmnDFW4CTOBSnFkcySXLUo3dTJDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dyzqd9baU0tMlmokAPpslN47T1RBP6lQ { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.25rem;left:6.6875rem;display:block; }
#ImvAws0TvKWseP5KU9kwK2G1QKodWxi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gv2IlGGi1BEFtRqSEXnlaAaKPJRRbUGR { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:16.25rem;left:56.6875rem;display:block; }
#hv6x01OxvSLHqaff9tUvAT8N5w8sFsUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWCpmwSwXcm6ZnpqoKph2gMX4dgxUNkN { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.96875rem;left:56.6875rem;display:block; }
#swEKycNTVU2Pc8IgLAC0nZbZTnuOqo1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhutFt79yLICy6LkJDge801bhg7dHUHy { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.25rem;left:31.6875rem;display:block; }
#HeZZrDE9NNkaRqWPOfGNIC3LWKUERxak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yccIhw3oxOFcrQmF9DTm2z2OufQTmd2W { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:53rem;left:6.75rem;display:block; }
#APRyWyNTrPIWlgCygyeoiabuoKX6sAen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAVCuy4LsgzOdhGHQaKm46qllykw8hTD { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:53rem;left:31.6875rem;display:block; }
#toTa7gEgV7AlbT1Dr5cipW68aFnA4peI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8oLlMrEohASReTGXpfLxGTdeB2BnGew { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.40625rem;left:31.6875rem;display:block; }
#tbWcUBiAHimFbPAZIlHCrSJFlMtCDZCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9q646RlH7t7mpC8OBVTTHlGt0ZLXK26 { background-color:rgba(0,0,0,0.5);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.4375rem;left:56.6875rem;display:block; }
#i9aizrxLnqTH7cTcxrmXdmky9VkAPrZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4PDx3zIfpdrqKaV5nCpzDS6VkMItw2T { position:absolute;display:block;z-index:15028;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.625rem;width:22.875rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#xkZEI2DiBsFzdtFOkncOh2LK0ugucBsp { position:absolute;display:block;z-index:15022;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.625rem;width:22.875rem;top:3.1875rem;left:25rem;overflow:hidden;display:block; }
#iRTTN2yrTDO9vbPqWioE651t9zEw0xKz { position:absolute;display:block;z-index:15023;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.625rem;width:22.875rem;top:3.1875rem;left:50rem;overflow:hidden;display:block; }
#fJzd03ScPnm30EvwCJ2v92Mqn7eDHOF1 { position:absolute;display:block;z-index:15021;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.625rem;width:22.875rem;top:21.375rem;left:0rem;overflow:hidden;display:block; }
#xv2RLwT6uka7UqRcwpgEc5NqQItM6NHv { position:absolute;display:block;z-index:15022;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.625rem;width:22.875rem;top:21.40625rem;left:25rem;overflow:hidden;display:block; }
#B5CHLmhFygcdTeZaDBA5bTJStO4lw30z { position:absolute;display:block;z-index:15023;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.625rem;width:22.875rem;top:21.40625rem;left:50rem;overflow:hidden;display:block; }
#TroQianw6sFMbv74xxaUDd3iTFtTpze4 { position:absolute;display:block;z-index:15024;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.625rem;width:22.875rem;top:39.71875rem;left:0rem;overflow:hidden;display:block; }
#l6zvgJOyIvyxpsmuzB8K6Xg3R0edzt5f { position:absolute;display:block;z-index:15025;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.625rem;width:22.875rem;top:39.9375rem;left:25rem;overflow:hidden;display:block; }
#tFU4yQVBbAJ8psxX8JIOgvRm8fQPSaZG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:22.875rem;top:39.96875rem;left:50rem;overflow:hidden;display:block; }
#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/t1HPxjyH/001_MarekKazmierczak_fotografia_reklamowa_araj.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O.adaptive-delivery-prevent-bg, #zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O.lazyload, #zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O.lazyloading { background-image: none; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container { background-color: transparent; background-image: none; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container > .video-iframe-container { display: none; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row > .video-iframe-container { display: none; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .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); }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container { border-width: 0; border-radius: 0; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#z0IlNLQOyX2VoqhhMVFrE44dr6SruOCy { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:27.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sd0OevxcT8JSrPETNmI9mvrObIsXv9TO { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);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: none;height:7.5625rem;width:28.1875rem;top:4.03125rem;left:22.28125rem;display:block; }
#FQEhugKeZFaCqX6Uv3ozXCAblQthN8GD { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:11.5rem;width:61.9375rem;top:14.875rem;left:6.53125rem;display:block; }
#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { position:relative;display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { background-color: transparent; background-image: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container > .video-iframe-container { display: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row > .video-iframe-container { display: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .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); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { border-width: 0; border-radius: 0; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .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; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GRorywo6GziXgcFaIwPNwPAD9lOg6OTA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3e60c1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.6875rem;width:28.75rem;position:absolute;display:block;z-index:15000;top:15.0625rem;left:39.375rem;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-form-header { font-size:0.875rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-regular-label { height:auto;display:block;font-family:outfit;font-size:1rem;font-weight:400;color:#ffffff;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:middle;overflow:hidden; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:15.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;box-shadow: none;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:15.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;box-shadow: none;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:15.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f8be2c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#faf9f8;width:15.8125rem;height:4.0625rem;font-family:outfit;overflow:hidden; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:outfit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:14.75rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:first-of-type{padding-top:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:last-of-type{padding-bottom:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:14.8125rem;left:40.5rem;font-size:0.875rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.8125rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx {display:block;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:14.8125rem;left:40.5rem;font-size:0.875rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #sVmpkd0gGlzshbJZ2wFD4vzhCGVq6aES { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WG2mbQlXchcMpeCSbfUUxiPy3qtT3NVv { position:relative;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #yamETbao3ns4dz0yKdTIUHxAcDuvDmc5 { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CKETBT4lSNn59IX9he4iZk3kmcLtHdb5 { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WcAIP1NTVzqPHACU8LvSrp8Cztb7GLI9 { position:relative;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #ArHE8EkJTofnxSA1ObnE3GhpFkMWozEQ { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #tfbeufmMZ4p5E4NZ1QU9PPDfFfAMCQH7 { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #lAsuSwTbO21wGvhqXSg59VNh66zr6UxW { position:relative;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #PT90J1WMOViIVTkeS6TadFPw9XsmonUc { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #fTTsXkVK5cEwHEffk3HW68puFTDLCWXs { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #MXCnCHRIasA6PXIHJOHl54UmUKHAyesK { position:relative;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #mH8UKkhNgJnc5U0RWsuO8bWaWTIqxQ6d { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #z3dp6bRv3tiFLlEdNwd2s51AmlPG0mI4 { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CbDdr5OFhEMA47CiqJIm3QLPE2hLsWZT { position:relative;z-index:2; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #faLDDGXMufk72LBct41LAdmgyWDTnpqi { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #pAzV0bKtoNq1Ug0dt2QeAX4foknu6xTd { position:relative; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #aa5SyR93fPq0rQbWmmz11EtLGHrLh5EC { position:relative; }
#PIgHIkSuXSkhXJ5H6eAxZJJk2MDVr9Tm { display:block;width:28.1875rem;position:absolute;font-family:outfit;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23rem;left:6.875rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(0,0,0,0.7);display:block; }
#EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { display:block;width:27.125rem;position:absolute;font-family:outfit;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:8rem;height:6.82425rem;font-style:normal;text-align:right;text-align-last:right;color:rgba(0,0,0,0.7);display:block; }
#zxpwP7Mw21shfTHyNLHfBzSNxuHFrmCH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.8125rem;width:9.0625rem;top:3.375rem;left:25.5625rem;overflow:hidden;display:block; }
#NL3xJzAPnpaEVEh7l2lNaLTBwA0RTrfr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.6875rem;width:10.5625rem;top:3.9375rem;left:11rem;overflow:hidden;display:block; }
#zqLnSAAHXlVgW5xuHpaKvyTBA016iGCL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.1875rem;width:11.5625rem;top:0.1875rem;left:37.53125rem;overflow:hidden;display:block; }
#KFG6aSiJSSiuIzHVVSevxoCTrr4f4DL8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:11.5625rem;top:1.5rem;left:50.96875rem;overflow:hidden;display:block; }
#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e60c1;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; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { background-color: transparent; background-image: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container > .video-iframe-container { display: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row > .video-iframe-container { display: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .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); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { border-width: 0; border-radius: 0; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#Xy3ws65SiVpudbhVNAVsrk7cmVwHPMAd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:47.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LdofpgXmnhkpCtA23IMDSynuVeTRniLa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:49.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sfp0zVqzEmqIlHeCtbtkpnTs5d7DQBWQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:48.65625rem;height:16.89748125rem;text-align:center;text-align-last:center;display:block; }
#F4VOupccXQ7WftG9p0KPiVFaJqPK8FAL { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:63.6875rem;height:2.76171875rem;font-style:normal;display:block; }
#C5vZZK1aQHR4SusU7oTchyWXyFSqzigB { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:63.6875rem;height:11.69825625rem;display:block; }
#yOTukSTSQcUqFNpw8w9rUETVXBGAQTcJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.875rem;left:7.3125rem;display:block; }
#G4cUAsAebAUBvJ3KPJyvb5TSceVFFTHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkoK7dMncp5HgAHqBDMeADHttJrsXxh4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.875rem;left:14.625rem;display:block; }
#qhi4bcVX7VVXgGLEusUslIhCFoemmvTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2lWrxNMhxtFb6MXHgLMz1Vpfrhraild { background-color:rgba(0,0,0,0);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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.875rem;left:0rem;display:block; }
#okm5uJuDsR5UPF4FwyCQiZJ9osqkhUas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWwWSCRKmmgkOad75HD08S0JbSOJwwlO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.875rem;left:21.9375rem;display:block; }
#UO2fNOC8TKPWH56oVlB1iTQKW2SrDw6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzWAlKZBz65cT4ffF30O29TKXrDXz2D6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.875rem;left:29.25rem;display:block; }
#p2JJJkddzaLtM4FRGuIFqhA5sWKqs4g4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzRHnUAnQiz2VgafOpJ27NzJsJehigXx { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2.5625rem;left:53.03125rem;display:block; }
#PdxRXXo0qnseBbhxRqiqPv3MCt3ITcTM { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:8.5rem;left:53.03125rem;display:block; }
#JFQJxqyaLGSNDLF6SQppWEC22rItTh5n { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:13.59375rem;left:53.03125rem;display:block; }
#SaS8DeiBkD1xqkShfD5Aex8FPQ3rfVxz { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.0625rem;left:57.8125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LCr4h7ipHUx5ZLyUssXfvdZvB0tQmul4 { position:absolute;display:block;z-index:15029;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:4.4375rem;width:14.875rem;top:23.6875rem;left:57.8125rem;overflow:hidden;display:block; }
#Z6zteE8dxzaWJAG8Deflbr4Z5QddJ0ym { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:63.6875rem;height:2.5996125rem;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HSfARyWb9zfpqHM69WkT0dyWHcSkuZah { display:block; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4hk6HZvii1QDyIuKSWTr82p7e1rb8I2 { width:7.3125rem;height:3.4375rem;top:1.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXEa2SBh1OGJua1DEBT28ClgwinfoPh { display:block; }
 }@media only screen and (max-width: 763px) { #Qnhtn94vgHS1v2okx842yMDaIbXntEks { width:8.875rem;height:3.4375rem;top:1.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWkl7eStAHrgEwxzVzFa9z52kJuxTx3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bmgq3vCXbtLmViER2FmTtPUsRwzbINrr { width:5.75rem;height:3.4375rem;top:1.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBBLeob4sIwUIKNJCzyx2dHOxGNmWaRz { display:block; }
 }@media only screen and (max-width: 763px) { #aPb47vnO75uUKXoMOdazfTPrNdrB2HLB { width:7.1875rem;height:3.4375rem;top:1.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsy99lnyXZSsH7OOsG74PSWPvMVwFMur { display:block; }
 }@media only screen and (max-width: 763px) { #b7SJxCdVyus3N63rXyVI7TtSg4T4erFW { width:7.875rem;height:3.4375rem;top:1.5625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCfwoOcFgT04hRzELsg3EMvQ2b3PntUN { display:block; }
 }@media only screen and (max-width: 763px) { #X9CZkWzNtXqZ7mrHnXlaQDC3VHXPDJxR { top:0.8125rem;left:0rem;width:17.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzRMEOFZ9dHLzrVlP9D8IpnRJvc9ob7M { top:2.25rem;left:44.4375rem;width:3.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwf5ufNJVVef9OZewkFBTfN6dcKnrMH { top:2.875rem;left:0rem;width:12.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq { display:block; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uER50DmqO5uv1RDKNwNIJC8Ty5HiTTtJ { top:8.5rem;left:31.5rem;width:16.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA2qNTtv9aaiu2WpZl4z3zFUy2KiGQFh { top:6.9375rem;left:38.25rem;width:9.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iderxXOVWgTZz80KCsaFVDmI87eWmuTB { top:21.6875rem;left:30.5rem;width:17.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkIR4SGTrFF4vBcFTmXoO6fWAG82kxsp { top:23.4375rem;left:39.75rem;width:8rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 { display:block; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs { display:block; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lftvAazdMKnQlPpNPEp7cXpSHtiO7vBI { top:0.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAc89ST06srxyT42PZHeeo0hXOTF6kpu { top:5.0625rem;left:15rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTFqpDrI54O5d0aUJuTByvoX5W4yMNz { display:block; }
 }@media only screen and (max-width: 763px) { #vE1k6WIEcsu53ZXwOR693Irn4l1xlbF7 { top:5.5rem;left:26rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFt19yQAWhPNb63rCTZVxvyaETT4ApPf { display:block; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpKnh6k7XQsDrZmWeqUhKnBRw7wUNEnF { width:26.5625rem;height:3.25rem;top:7.6875rem;left:8.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFoJ2RW7c1WJTKtnylKnkPZzMbI3Tez { top:4.875rem;left:7.96875rem;width:28.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJ8fsyqFrgfBC11aLsSST0WoSQ5lIMw { top:0rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgaMFaTrueRcyyzNeUSTGeoZ5111aC2T { width:47.75rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWT5nJcyX1o04SlwfRtRFS0Swi0JIqq { top:14.25rem;left:0rem;width:47.75rem;height:159.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1kXnwB2tmzPx3kTD55DRQHApK60phST { display:block; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElN8S5rdXEHBI3uBrGXtfxAuB7z2sl8P { top:2.25rem;left:0rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJkBkCiSKiNNnIppT1nA9nrrFCwr4lk { top:2.25rem;left:0rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cW62tdaihTb5TJbIvNGLpc5gHEv20F { top:2.25rem;left:0rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J { display:block; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9PpKGzKFPmyBV55IzqOf2QletH0CG4H { top:0.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8pA5vIbLrVDuJ1kBzSKeRQnZfsXvFi { top:0.5rem;left:16.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXpvdSCWTkCxDVFDd6fXWlhIIyHrmm0t { top:0.6875rem;left:1.75rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAc88HgTb96hWSOeGhm6DZPZct0Qm2db { top:3.875rem;left:0rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZrghW80pHkfPrNrTRztIVsm5vHiTJc { top:0.3125rem;left:22.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzv7LKmVFFimGbl4qWzkOtnDgDPLJMsu { top:0rem;left:23.25rem;width:1.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJCMiL2NTvJBsXQTBFaG66opkBQo8SPE { top:0rem;left:0rem;width:31.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVU3LVXUa6fnX1ZgEVD0NWLxM7nuTiE { top:0rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFG2xN2lUdJqtcLy1uNCSDTMpetidCy { top:0rem;left:16.59375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7neglmpDxMDMBaczP0S0cvU4GuRKSiW { top:0.375rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eqZSrDCT0TrqeHV07uPhXwqFxVaC2s { top:2.375rem;left:23.8125rem;width:0.125rem;height:130.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 { display:block; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTnaHBhBKUaqZZP6C9au6CWoiGqT4Vop { top:0.9375rem;left:1.1875rem;width:20.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4vHL2ThIatqe8AUeCITrNEodmu37so { top:0.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8F40gF3Pkcodq1o1BpJLfuIuz2y4Rk { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBt8hPpGxSNbLTLOFlxy9umwasVm7ZU { top:3.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2JRBmez5FHvra9JMBvklslWp62xryVo { top:5.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDIy4ABsduoXaMaicuTQnlXsW480xD5d { width:11rem;height:2.75rem;top:7.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yp3JmNfrZwTI7phGDbT3IJbz2kKdgS { display:block; }
 }@media only screen and (max-width: 763px) { #cylatlAkloIUAPcDoGI81JNQzgmCwGR6 { display:block; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuVcefLtWIDLSL4ezQGsPhTxQZyc6RPV { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmzKvDCU1OhZU3EAX9hsT9497rXuzrA8 { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvlybWq5aFq3lyigAS85LFVgeKROyy4 { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo { display:block; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evmq2Z5Dg1ybwl1LtXsISOXzyzfATspm { top:0rem;left:29.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr50H8Iy2gaWi1BO9N51bVxV9qZttBuE { top:0rem;left:43.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDLQuwwXgBx1dUNcucKvP5u4azyiTei { top:0rem;left:16.5rem;width:31.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqDwU9Lf4ZLFzGQJqs60tmpcVPB0dnSo { top:0.75rem;left:32.75rem;width:11.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPkwZQfhIgyEeOvhr7zHrfEtpBwEMlq { top:3.8125rem;left:33.375rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUA60cBazpaaqHmBfprTuShCTfWFHdcp { top:0.3125rem;left:22.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhEr9sMknx93JPFDbDeKwGQs9x9C2mS { top:0rem;left:23.3125rem;width:1.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro { display:block; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVQhNUQPgPvfRDTwnUKA2VsLBVJVibTk { top:0.9375rem;left:33.4375rem;width:11.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBlDNAu6ETWPrGJsTRBLASyNyOH3QCS { top:0.625rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTUItZbHlXMBOJ96K7EOid8CW5G8QCP { top:2.1875rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvADfScbnirR6H8OrX5JaCE8JO7lOUs { top:3.75rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKxN5bc8fqaE00CfgS5r1fdEI9OGBfEJ { top:5.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKL0HHOf29S1tTBUNulUBnvwTRVzQ3f { width:11rem;height:2.75rem;top:7.5625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD3GIS3WUxrkwusF1ANTXsB7S0FCTIsM { display:block; }
 }@media only screen and (max-width: 763px) { #wcVMrQU22edI8rbis6kkZopFWarTMyL9 { display:block; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVls72TKm11gvQ94pRExC4FuQZb2PLWZ { top:0rem;left:0rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxzIok7q2A6kpEZdaHTDbhPDzrqvZct { top:0.4375rem;left:0rem;width:25.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyhzky9AuhPoVXTkiTLPKs2aXIR92hZ { top:0rem;left:0rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp { display:block; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5l6gyyTWJrrgpJoaUCrBZ89WInQBZwo { top:0rem;left:1.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwlhEw6k5PMib6X1OnVcfDZaTTGHBMh { top:0rem;left:14.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JatF8KEELgeIewWyV7kF3yEZ3IvlHeJ2 { top:0rem;left:0rem;width:31.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeNhxINicSF0SaULv2URg0IVBne7osD { top:0.6875rem;left:5.46875rem;width:8.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETp6TmaQIJks1WLqo1ZFk36cGKeZm00 { top:3.8125rem;left:0rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1uBvSat9hRyJnpNPcyklLsChJRrdln { top:0.3125rem;left:22.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRLG4Xc5yR3F8kukbHnansJOQPrlsFUd { top:0rem;left:23.125rem;width:1.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx { display:block; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4yXvc1euq1spwOToKRC8RMOXobbEpX8 { top:0.9375rem;left:3rem;width:12.9375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1UmguIRpN9Aw4537OzbxDLRocEN5Lmx { top:0.625rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6qJ9MAr4kXRVNQHKNnaIbisSlwK5rf { top:2.1875rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSTwCPK9RSyNVTKeWBTS6Bl68dXZdGhb { top:3.75rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnrTnRg3XukhQlKOzISTPEpCu9SbbPrn { top:5.3125rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEx4GICIburUJKWp2CtuX5FfgwddR9h6 { width:11rem;height:2.75rem;top:7.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkVRUsqF7dx0plkDF6Dk4vSqVyX9khhs { display:block; }
 }@media only screen and (max-width: 763px) { #qx5ViM2165pJnVMXsqAxszFfyyNXD6ww { display:block; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa1LgJI2FaJMrrLs1K5l22vv7vc2D7E4 { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ekJvQqWfurx0ugsIMvBqcIkcPcrG4C { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yk47izuwHrn6ZkTg89m4UkkkfCEwVR { top:0rem;left:21.8125rem;width:25.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L { display:block; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMCTT4lEX9tt1Ww5cDNpLuSv0lnlysov { top:0rem;left:31.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDQ7A0KUVGXkRnTknuqxxxGzSUvoyJZO { top:0rem;left:42.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbXwfi43GAGQqMbk01dsVZhmVSZv3R5 { top:0rem;left:16.5rem;width:31.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7Qp1EzpGrTfNkkuwyXL8PT6ftQsFzF { top:0.75rem;left:35rem;width:6.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGXxT5AaXPOz0AsCbBpNStfNHQHtIW7h { top:3.9375rem;left:33.375rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ahlVXsPlgULqVsE5oboH9Ms5oQl3TL { top:0.3125rem;left:22.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggsTMQDcRMQdGsND9yXV1Bw7poQmPFKO { top:0rem;left:23.25rem;width:1.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J { display:block; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKTMdp9mQgMD33kmabXCMB0DMDHcD0Md { top:0.9375rem;left:33.4375rem;width:14.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azaf8mK4eXtkdbuwbhKnPb664MAx3DTc { top:0.625rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcw8pMeNBfkdXNxsgqAihEV88TnITgTL { top:2.1875rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obu6utFsAaDrZi2zUIw1TclkQKruV30f { top:3.75rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T73WvfyrxAAu1eVneX1rwlonn5Byuokb { top:5.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0lV2eJLskrEPR0rocOqVq3CNvTslh5 { width:11rem;height:2.75rem;top:7.25rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv73FFTa63g0JVrcIsATLJVomt9kuohE { display:block; }
 }@media only screen and (max-width: 763px) { #r4rSDqhFBOTNm4CDiLep92kVeQ028il2 { display:block; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iswz5hnWavAcs3te0kdI5MTnxd8F2dEB { top:0rem;left:0rem;width:25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5I2LZC0OIzyPuD1xWzKSyDTwrEltJPu { top:0.0625rem;left:0rem;width:25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1ZJkcE3eRutlmfvS12zPRl45SAwMHq { top:1.125rem;left:0rem;width:28.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf { display:block; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTZHxGNBzT57x7Lhfm5hotPuxfIbg1X2 { top:0rem;left:0.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzTumI4sEDDTGT9oUfC0QRW7DgsiXm9 { top:0rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7bewe83iwTRDKTlzmKtlnkPzoT5WuP { top:0rem;left:0rem;width:31.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvDeBm1sBOrmqtbQTswK61FPDFA6tIF { top:0.75rem;left:3.8125rem;width:11.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Id1W15ueuCxSWgyQOm2XFCMvgzoqFg { top:3.25rem;left:0rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EKDOr9igOsWlWdieQb7XyycdD1lkol { top:0.3125rem;left:22.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoowIuoMQNZ7IrCxqgJ0cIrwcFokFUtM { top:0rem;left:23.125rem;width:1.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puVbk5Pxe0dctNg6mEaWfpH105ATC0yg { display:block; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMlytzFKZEmoz2aaXDTfWxG6ot6KzRQL { width:11rem;height:2.75rem;top:4.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfA17eddDJ0rcHQgk4BEQzQTLtWzklcs { display:block; }
 }@media only screen and (max-width: 763px) { #RhviV2Oqv4txLUsed77RMERpXPAHpSM5 { top:9.875rem;left:14.0625rem;width:19.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4CbUVJMQi3Uf7KTMlSFpyZVHCfsTCw6 { display:block; }
 }@media only screen and (max-width: 763px) { #CXczVvKmHL336f1rIXXgGwBw91kTIWSl { top:0.9375rem;left:3.3125rem;width:10.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRePiixiEcnzaUaGrIZUCHNaKNKAFW7l { top:0.625rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwZGL2UIclWpF4THQVIeDvFbzSx3Wmhi { top:2.1875rem;left:1.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr { display:block; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7QeAkSmvCvfQxRZrw8kzsL65O3yeoIo { width:26.5625rem;height:3.25rem;top:6.1875rem;left:10.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK07IN0Lt7JmhAXndAKzDm35LsGCJGFM { top:4rem;left:9.78125rem;width:28.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADm8chACGatPyDqHU3IIqvE1W1lfpeOE { display:block; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0zWAVe7oQ4084Rpv2s1NCsEHmewiX1u { width:16.25rem;height:2.5625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbvyJmnDFW4CTOBSnFkcySXLUo3dTJDM { display:block; }
 }@media only screen and (max-width: 763px) { #dyzqd9baU0tMlmokAPpslN47T1RBP6lQ { width:16.25rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImvAws0TvKWseP5KU9kwK2G1QKodWxi6 { display:block; }
 }@media only screen and (max-width: 763px) { #Gv2IlGGi1BEFtRqSEXnlaAaKPJRRbUGR { width:16.25rem;height:2.5rem;top:16.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv6x01OxvSLHqaff9tUvAT8N5w8sFsUP { display:block; }
 }@media only screen and (max-width: 763px) { #vWCpmwSwXcm6ZnpqoKph2gMX4dgxUNkN { width:16.25rem;height:2.5625rem;top:52.9375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEKycNTVU2Pc8IgLAC0nZbZTnuOqo1g { display:block; }
 }@media only screen and (max-width: 763px) { #EhutFt79yLICy6LkJDge801bhg7dHUHy { width:16.25rem;height:2.5rem;top:16.25rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeZZrDE9NNkaRqWPOfGNIC3LWKUERxak { display:block; }
 }@media only screen and (max-width: 763px) { #yccIhw3oxOFcrQmF9DTm2z2OufQTmd2W { width:16.25rem;height:2.5rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APRyWyNTrPIWlgCygyeoiabuoKX6sAen { display:block; }
 }@media only screen and (max-width: 763px) { #ZAVCuy4LsgzOdhGHQaKm46qllykw8hTD { width:16.25rem;height:2.5rem;top:53rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toTa7gEgV7AlbT1Dr5cipW68aFnA4peI { display:block; }
 }@media only screen and (max-width: 763px) { #d8oLlMrEohASReTGXpfLxGTdeB2BnGew { width:16.25rem;height:2.5625rem;top:34.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbWcUBiAHimFbPAZIlHCrSJFlMtCDZCp { display:block; }
 }@media only screen and (max-width: 763px) { #M9q646RlH7t7mpC8OBVTTHlGt0ZLXK26 { width:16.25rem;height:2.5rem;top:34.4375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9aizrxLnqTH7cTcxrmXdmky9VkAPrZW { display:block; }
 }@media only screen and (max-width: 763px) { #f4PDx3zIfpdrqKaV5nCpzDS6VkMItw2T { top:3.0625rem;left:0rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZEI2DiBsFzdtFOkncOh2LK0ugucBsp { top:3.1875rem;left:8.875rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTTN2yrTDO9vbPqWioE651t9zEw0xKz { top:3.1875rem;left:24.75rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJzd03ScPnm30EvwCJ2v92Mqn7eDHOF1 { top:21.375rem;left:0rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2RLwT6uka7UqRcwpgEc5NqQItM6NHv { top:21.375rem;left:8.875rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CHLmhFygcdTeZaDBA5bTJStO4lw30z { top:21.375rem;left:24.75rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroQianw6sFMbv74xxaUDd3iTFtTpze4 { top:39.6875rem;left:0rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zvgJOyIvyxpsmuzB8K6Xg3R0edzt5f { top:39.9375rem;left:8.875rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFU4yQVBbAJ8psxX8JIOgvRm8fQPSaZG { top:39.9375rem;left:24.75rem;width:22.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O { display:block; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0IlNLQOyX2VoqhhMVFrE44dr6SruOCy { width:17.25rem;height:3.25rem;top:6.1875rem;left:14.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd0OevxcT8JSrPETNmI9mvrObIsXv9TO { top:4rem;left:8.65625rem;width:28.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQEhugKeZFaCqX6Uv3ozXCAblQthN8GD { top:14.875rem;left:0rem;width:47.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRorywo6GziXgcFaIwPNwPAD9lOg6OTA { width:22.5rem;height:24.5625rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-checkbox-label { width:28.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:first-of-type{padding-top:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:last-of-type{padding-bottom:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx  { width:38.125rem;height:auto;top:0.75rem;left:24.625rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx {display:block;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx { width:38.125rem;height:auto;top:0.75rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #sVmpkd0gGlzshbJZ2wFD4vzhCGVq6aES {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WG2mbQlXchcMpeCSbfUUxiPy3qtT3NVv { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #yamETbao3ns4dz0yKdTIUHxAcDuvDmc5 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CKETBT4lSNn59IX9he4iZk3kmcLtHdb5 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WcAIP1NTVzqPHACU8LvSrp8Cztb7GLI9 { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #ArHE8EkJTofnxSA1ObnE3GhpFkMWozEQ {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #tfbeufmMZ4p5E4NZ1QU9PPDfFfAMCQH7 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #lAsuSwTbO21wGvhqXSg59VNh66zr6UxW { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #PT90J1WMOViIVTkeS6TadFPw9XsmonUc {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #fTTsXkVK5cEwHEffk3HW68puFTDLCWXs {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #MXCnCHRIasA6PXIHJOHl54UmUKHAyesK { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #mH8UKkhNgJnc5U0RWsuO8bWaWTIqxQ6d {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #z3dp6bRv3tiFLlEdNwd2s51AmlPG0mI4 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CbDdr5OFhEMA47CiqJIm3QLPE2hLsWZT {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #faLDDGXMufk72LBct41LAdmgyWDTnpqi {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #pAzV0bKtoNq1Ug0dt2QeAX4foknu6xTd {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #aa5SyR93fPq0rQbWmmz11EtLGHrLh5EC {  }
 }@media only screen and (max-width: 763px) { #PIgHIkSuXSkhXJ5H6eAxZJJk2MDVr9Tm { width:20rem;height:3.25rem;top:15.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { width:19.375rem;height:7.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpwP7Mw21shfTHyNLHfBzSNxuHFrmCH { width:9.0625rem;height:3.8125rem;top:3.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL3xJzAPnpaEVEh7l2lNaLTBwA0RTrfr { width:10.5625rem;height:2.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLnSAAHXlVgW5xuHpaKvyTBA016iGCL { width:11.5625rem;height:10.1875rem;top:0.1875rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFG6aSiJSSiuIzHVVSevxoCTrr4f4DL8 { width:11.5625rem;height:7.5625rem;top:1.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM { display:block; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy3ws65SiVpudbhVNAVsrk7cmVwHPMAd { top:0rem;left:0rem;width:47.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdofpgXmnhkpCtA23IMDSynuVeTRniLa { top:1.3125rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfp0zVqzEmqIlHeCtbtkpnTs5d7DQBWQ { top:3.8125rem;left:35.03125rem;width:12.5rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4VOupccXQ7WftG9p0KPiVFaJqPK8FAL { top:1.3125rem;left:37.125rem;width:10.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vZZK1aQHR4SusU7oTchyWXyFSqzigB { top:4.75rem;left:36.4375rem;width:11.3125rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOTukSTSQcUqFNpw8w9rUETVXBGAQTcJ { width:7.3125rem;height:3.4375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cUAsAebAUBvJ3KPJyvb5TSceVFFTHm { display:block; }
 }@media only screen and (max-width: 763px) { #mkoK7dMncp5HgAHqBDMeADHttJrsXxh4 { width:7.3125rem;height:3.4375rem;top:31.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhi4bcVX7VVXgGLEusUslIhCFoemmvTi { display:block; }
 }@media only screen and (max-width: 763px) { #h2lWrxNMhxtFb6MXHgLMz1Vpfrhraild { width:7.3125rem;height:3.4375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okm5uJuDsR5UPF4FwyCQiZJ9osqkhUas { display:block; }
 }@media only screen and (max-width: 763px) { #EWwWSCRKmmgkOad75HD08S0JbSOJwwlO { width:7.3125rem;height:3.4375rem;top:31.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO2fNOC8TKPWH56oVlB1iTQKW2SrDw6a { display:block; }
 }@media only screen and (max-width: 763px) { #CzWAlKZBz65cT4ffF30O29TKXrDXz2D6 { width:7.3125rem;height:3.4375rem;top:31.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JJJkddzaLtM4FRGuIFqhA5sWKqs4g4 { display:block; }
 }@media only screen and (max-width: 763px) { #uzRHnUAnQiz2VgafOpJ27NzJsJehigXx { top:2.5625rem;left:39.40625rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxRXXo0qnseBbhxRqiqPv3MCt3ITcTM { top:8.5rem;left:39.40625rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQJxqyaLGSNDLF6SQppWEC22rItTh5n { top:13.5625rem;left:39.40625rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaS8DeiBkD1xqkShfD5Aex8FPQ3rfVxz { top:22.0625rem;left:37.8125rem;width:9.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCr4h7ipHUx5ZLyUssXfvdZvB0tQmul4 { top:23.6875rem;left:32.875rem;width:14.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zteE8dxzaWJAG8Deflbr4Z5QddJ0ym { top:50.5625rem;left:0rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HSfARyWb9zfpqHM69WkT0dyWHcSkuZah { position:relative;z-index:auto;background-color:#3e60c1;background-image:none;display:block; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { background-color: transparent; background-image: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container > .video-iframe-container { display: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row > .video-iframe-container { display: none; }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .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); }#HSfARyWb9zfpqHM69WkT0dyWHcSkuZah > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4hk6HZvii1QDyIuKSWTr82p7e1rb8I2 { width:4.375rem;height:1.5625rem;top:3.875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ydXEa2SBh1OGJua1DEBT28ClgwinfoPh { display:block; }
 }@media only screen and (max-width: 763px) { #Qnhtn94vgHS1v2okx842yMDaIbXntEks { width:4.1875rem;height:1.5625rem;top:3.875rem;left:5.1875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWkl7eStAHrgEwxzVzFa9z52kJuxTx3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bmgq3vCXbtLmViER2FmTtPUsRwzbINrr { width:2.625rem;height:1.5625rem;top:6.125rem;left:0.75rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LBBLeob4sIwUIKNJCzyx2dHOxGNmWaRz { display:block; }
 }@media only screen and (max-width: 763px) { #aPb47vnO75uUKXoMOdazfTPrNdrB2HLB { width:6.875rem;height:1.5625rem;top:6.125rem;left:5.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wsy99lnyXZSsH7OOsG74PSWPvMVwFMur { display:block; }
 }@media only screen and (max-width: 763px) { #b7SJxCdVyus3N63rXyVI7TtSg4T4erFW { width:7.875rem;height:1.5625rem;top:3.875rem;left:10.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cCfwoOcFgT04hRzELsg3EMvQ2b3PntUN { display:block; }
 }@media only screen and (max-width: 763px) { #X9CZkWzNtXqZ7mrHnXlaQDC3VHXPDJxR { width:12.1875rem;height:1.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzRMEOFZ9dHLzrVlP9D8IpnRJvc9ob7M { width:3.125rem;height:1.9375rem;top:5.9375rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwf5ufNJVVef9OZewkFBTfN6dcKnrMH { width:8.9375rem;height:2.125rem;top:1.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/iahKSEk5/_D814664.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.adaptive-delivery-prevent-bg, #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.lazyload, #ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq.lazyloading { background-image: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { background-color: transparent; background-image: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container > .video-iframe-container { display: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container { display: none; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .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); }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { border-width: 0; border-radius: 0; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMf2uak0PzEvNoGACk16TlEZGpPeuyqq > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uER50DmqO5uv1RDKNwNIJC8Ty5HiTTtJ { width:6.125rem;height:1.8125rem;top:4.96875rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA2qNTtv9aaiu2WpZl4z3zFUy2KiGQFh { width:5.25rem;height:0;top:0rem;left:14.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iderxXOVWgTZz80KCsaFVDmI87eWmuTB { width:17.25rem;height:1.13671875rem;top:0.9375rem;left:2.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xkIR4SGTrFF4vBcFTmXoO6fWAG82kxsp { width:3.25rem;height:1.5rem;top:2.07421875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 { background-color:#3e60c1;background-image:none;display:block; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { background-color: transparent; background-image: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container > .video-iframe-container { display: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row > .video-iframe-container { display: none; }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .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); }#Bn9D1eHTii02iCWtD9XkPfUgOJGWhpI7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs { display:block; }#ysHitkXObQ8AgT5v7dgyAtwNIrATJmfs > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lftvAazdMKnQlPpNPEp7cXpSHtiO7vBI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAc89ST06srxyT42PZHeeo0hXOTF6kpu { top:7.375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #426dff, #2c7e95);background-image: -moz-linear-gradient(173deg, #426dff, #2c7e95);background-image: -ms-linear-gradient(173deg, #426dff, #2c7e95);background-image: -o-linear-gradient(173deg, #426dff, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#426dff', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#426dff', endColorstr='#2c7e95' );";background-image: linear-gradient(173deg, #426dff, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kZTFqpDrI54O5d0aUJuTByvoX5W4yMNz { display:block; }
 }@media only screen and (max-width: 763px) { #vE1k6WIEcsu53ZXwOR693Irn4l1xlbF7 { width:3.125rem;height:3.125rem;top:7.84375rem;left:13.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFt19yQAWhPNb63rCTZVxvyaETT4ApPf { display:block; }#lFt19yQAWhPNb63rCTZVxvyaETT4ApPf > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpKnh6k7XQsDrZmWeqUhKnBRw7wUNEnF { width:20rem;height:2.4375rem;top:12.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFoJ2RW7c1WJTKtnylKnkPZzMbI3Tez { width:15rem;height:6.0625rem;top:10.96875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJ8fsyqFrgfBC11aLsSST0WoSQ5lIMw { width:20rem;height:8.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgaMFaTrueRcyyzNeUSTGeoZ5111aC2T { width:20rem;height:4.875rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWT5nJcyX1o04SlwfRtRFS0Swi0JIqq { width:19.875rem;height:8.25rem;top:19.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1kXnwB2tmzPx3kTD55DRQHApK60phST { display:block; }#O1kXnwB2tmzPx3kTD55DRQHApK60phST > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElN8S5rdXEHBI3uBrGXtfxAuB7z2sl8P { width:20rem;height:13.012048192771rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJkBkCiSKiNNnIppT1nA9nrrFCwr4lk { width:20rem;height:13.012048192771rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cW62tdaihTb5TJbIvNGLpc5gHEv20F { width:20rem;height:13.01175rem;top:1.3681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J { display:block; }#xFLKD1EEeHx4grL5dwAwXOWXnCxwmx7J > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9PpKGzKFPmyBV55IzqOf2QletH0CG4H { width:1.875rem;height:1.875rem;top:0rem;left:4.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT8pA5vIbLrVDuJ1kBzSKeRQnZfsXvFi { width:1.875rem;height:1.875rem;top:0rem;left:15.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXpvdSCWTkCxDVFDd6fXWlhIIyHrmm0t { width:9.9375rem;height:2.923825rem;top:0rem;left:5.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAc88HgTb96hWSOeGhm6DZPZct0Qm2db { width:15.0625rem;height:2.875rem;top:0rem;left:2.46875rem;z-index:14994;background-color:#3e60c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EbZrghW80pHkfPrNrTRztIVsm5vHiTJc { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzv7LKmVFFimGbl4qWzkOtnDgDPLJMsu { width:1.25rem;height:2.5996125rem;top:0.0625rem;left:0rem;font-size:2rem;z-index:15064;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #nJCMiL2NTvJBsXQTBFaG66opkBQo8SPE { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaVU3LVXUa6fnX1ZgEVD0NWLxM7nuTiE { width:1.875rem;height:1.875rem;top:0.5rem;left:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFG2xN2lUdJqtcLy1uNCSDTMpetidCy { width:1.875rem;height:1.875rem;top:0.5rem;left:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7neglmpDxMDMBaczP0S0cvU4GuRKSiW { width:2.5rem;height:2.5rem;top:0.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4eqZSrDCT0TrqeHV07uPhXwqFxVaC2s { width:0.125rem;height:78.3125rem;top:210.9169921875rem;left:9.8359375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 { display:block; }#HcSRUUyElwiiMgmLKgaFaq6FXbJ37ig7 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTnaHBhBKUaqZZP6C9au6CWoiGqT4Vop { width:18.25rem;height:5.625rem;top:1rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4vHL2ThIatqe8AUeCITrNEodmu37so { width:1.875rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #WK8F40gF3Pkcodq1o1BpJLfuIuz2y4Rk { width:1.875rem;height:1.875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #TXBt8hPpGxSNbLTLOFlxy9umwasVm7ZU { width:1.875rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #t2JRBmez5FHvra9JMBvklslWp62xryVo { width:1.875rem;height:1.875rem;top:4.8125rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #WDIy4ABsduoXaMaicuTQnlXsW480xD5d { width:11rem;height:2.4375rem;top:7.8125rem;left:9rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(180deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(180deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a8yp3JmNfrZwTI7phGDbT3IJbz2kKdgS { display:block; }
 }@media only screen and (max-width: 763px) { #cylatlAkloIUAPcDoGI81JNQzgmCwGR6 { display:block; }#cylatlAkloIUAPcDoGI81JNQzgmCwGR6 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuVcefLtWIDLSL4ezQGsPhTxQZyc6RPV { width:20rem;height:13.01175rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmzKvDCU1OhZU3EAX9hsT9497rXuzrA8 { width:20rem;height:13.01175rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvlybWq5aFq3lyigAS85LFVgeKROyy4 { width:20rem;height:13.01175rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo { display:block; }#DTGeFT2dWDNkT2R5LkmGAz1XIA5P7Ayo > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evmq2Z5Dg1ybwl1LtXsISOXzyzfATspm { width:1.875rem;height:1.875rem;top:0.4375rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr50H8Iy2gaWi1BO9N51bVxV9qZttBuE { width:1.875rem;height:1.875rem;top:0.4375rem;left:15rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDLQuwwXgBx1dUNcucKvP5u4azyiTei { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqDwU9Lf4ZLFzGQJqs60tmpcVPB0dnSo { width:10.5rem;height:1.4619125rem;top:0.75rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPkwZQfhIgyEeOvhr7zHrfEtpBwEMlq { width:14.375rem;height:2.875rem;top:0rem;left:2.8125rem;z-index:14994;background-color:#3e60c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GUA60cBazpaaqHmBfprTuShCTfWFHdcp { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHhEr9sMknx93JPFDbDeKwGQs9x9C2mS { width:1.25rem;height:2.5996125rem;top:0.0625rem;left:0rem;font-size:2rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro { display:block; }#Xv3Upcxuu3uQnQLcW0LOkvC2qSkCfUro > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVQhNUQPgPvfRDTwnUKA2VsLBVJVibTk { width:11.75rem;height:5.625rem;top:1rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBlDNAu6ETWPrGJsTRBLASyNyOH3QCS { width:1.875rem;height:1.875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #ICTUItZbHlXMBOJ96K7EOid8CW5G8QCP { width:1.875rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #yPvADfScbnirR6H8OrX5JaCE8JO7lOUs { width:1.875rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #NKxN5bc8fqaE00CfgS5r1fdEI9OGBfEJ { width:1.875rem;height:1.875rem;top:4.8125rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #meKL0HHOf29S1tTBUNulUBnvwTRVzQ3f { width:11rem;height:2.4375rem;top:7.8125rem;left:9rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(180deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(180deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yD3GIS3WUxrkwusF1ANTXsB7S0FCTIsM { display:block; }
 }@media only screen and (max-width: 763px) { #wcVMrQU22edI8rbis6kkZopFWarTMyL9 { display:block; }#wcVMrQU22edI8rbis6kkZopFWarTMyL9 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVls72TKm11gvQ94pRExC4FuQZb2PLWZ { width:20rem;height:13.01175rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxzIok7q2A6kpEZdaHTDbhPDzrqvZct { width:20rem;height:12.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyhzky9AuhPoVXTkiTLPKs2aXIR92hZ { width:20rem;height:13.01175rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp { display:block; }#Tz27XLP9IgbWsCynuE9RpQzGkQXlmXtp > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5l6gyyTWJrrgpJoaUCrBZ89WInQBZwo { width:1.875rem;height:1.875rem;top:0.4375rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwlhEw6k5PMib6X1OnVcfDZaTTGHBMh { width:1.875rem;height:1.875rem;top:0.4375rem;left:14.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JatF8KEELgeIewWyV7kF3yEZ3IvlHeJ2 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFeNhxINicSF0SaULv2URg0IVBne7osD { width:8.125rem;height:1.4619125rem;top:0.71875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETp6TmaQIJks1WLqo1ZFk36cGKeZm00 { width:14.375rem;height:2.875rem;top:0rem;left:2.8125rem;z-index:14994;background-color:#3e60c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1uBvSat9hRyJnpNPcyklLsChJRrdln { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRLG4Xc5yR3F8kukbHnansJOQPrlsFUd { width:1.25rem;height:2.5996125rem;top:0.0625rem;left:0rem;font-size:2rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx { display:block; }#FDaT8ToAQv8yACPwTXxg5pMLCX1vH3sx > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4yXvc1euq1spwOToKRC8RMOXobbEpX8 { width:12.9375rem;height:5.625rem;top:1rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1UmguIRpN9Aw4537OzbxDLRocEN5Lmx { width:1.875rem;height:1.875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6qJ9MAr4kXRVNQHKNnaIbisSlwK5rf { width:1.875rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #sSTwCPK9RSyNVTKeWBTS6Bl68dXZdGhb { width:1.875rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #hnrTnRg3XukhQlKOzISTPEpCu9SbbPrn { width:1.875rem;height:1.875rem;top:4.8125rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #mEx4GICIburUJKWp2CtuX5FfgwddR9h6 { width:11rem;height:2.4375rem;top:7.8125rem;left:9rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(180deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(180deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hkVRUsqF7dx0plkDF6Dk4vSqVyX9khhs { display:block; }
 }@media only screen and (max-width: 763px) { #qx5ViM2165pJnVMXsqAxszFfyyNXD6ww { display:block; }#qx5ViM2165pJnVMXsqAxszFfyyNXD6ww > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa1LgJI2FaJMrrLs1K5l22vv7vc2D7E4 { width:20rem;height:13.012048192771rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ekJvQqWfurx0ugsIMvBqcIkcPcrG4C { width:20rem;height:13.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yk47izuwHrn6ZkTg89m4UkkkfCEwVR { width:20rem;height:13.8125rem;top:1.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L { display:block; }#yDnVyzNhaSbkqtoHZQM2NTeKGouJzV8L > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMCTT4lEX9tt1Ww5cDNpLuSv0lnlysov { width:1.875rem;height:1.875rem;top:0.4375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDQ7A0KUVGXkRnTknuqxxxGzSUvoyJZO { width:1.875rem;height:1.875rem;top:0.4375rem;left:13.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbXwfi43GAGQqMbk01dsVZhmVSZv3R5 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oP7Qp1EzpGrTfNkkuwyXL8PT6ftQsFzF { width:6.125rem;height:1.4619125rem;top:0.71875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGXxT5AaXPOz0AsCbBpNStfNHQHtIW7h { width:14.375rem;height:2.875rem;top:0rem;left:2.8125rem;z-index:14994;background-color:#3e60c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G6ahlVXsPlgULqVsE5oboH9Ms5oQl3TL { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggsTMQDcRMQdGsND9yXV1Bw7poQmPFKO { width:1.25rem;height:2.5996125rem;top:0.0625rem;left:0rem;font-size:2rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J { display:block; }#J2qmRTWdU46ZJhR3IuBShyuDSOJbcG0J > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKTMdp9mQgMD33kmabXCMB0DMDHcD0Md { width:14.125rem;height:5.625rem;top:1rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azaf8mK4eXtkdbuwbhKnPb664MAx3DTc { width:1.875rem;height:1.875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #Wcw8pMeNBfkdXNxsgqAihEV88TnITgTL { width:1.875rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #Obu6utFsAaDrZi2zUIw1TclkQKruV30f { width:1.875rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #T73WvfyrxAAu1eVneX1rwlonn5Byuokb { width:1.875rem;height:1.875rem;top:4.8125rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0lV2eJLskrEPR0rocOqVq3CNvTslh5 { width:11rem;height:2.4375rem;top:7.8125rem;left:9rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(180deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(180deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wv73FFTa63g0JVrcIsATLJVomt9kuohE { display:block; }
 }@media only screen and (max-width: 763px) { #r4rSDqhFBOTNm4CDiLep92kVeQ028il2 { display:block; }#r4rSDqhFBOTNm4CDiLep92kVeQ028il2 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iswz5hnWavAcs3te0kdI5MTnxd8F2dEB { width:20rem;height:13.5rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5I2LZC0OIzyPuD1xWzKSyDTwrEltJPu { width:20rem;height:13.5rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1ZJkcE3eRutlmfvS12zPRl45SAwMHq { width:20rem;height:11.6875rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf { display:block; }#yCB0tP9itv9vwKqcQfh2VT5DEnIl5Lgf > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTZHxGNBzT57x7Lhfm5hotPuxfIbg1X2 { width:1.875rem;height:1.875rem;top:0.4375rem;left:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzTumI4sEDDTGT9oUfC0QRW7DgsiXm9 { width:1.875rem;height:1.875rem;top:0.4375rem;left:15.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7bewe83iwTRDKTlzmKtlnkPzoT5WuP { width:20rem;height:3.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAvDeBm1sBOrmqtbQTswK61FPDFA6tIF { width:12.1875rem;height:1.4619125rem;top:0.71875rem;left:3.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Id1W15ueuCxSWgyQOm2XFCMvgzoqFg { width:15.75rem;height:2.875rem;top:0rem;left:1.875rem;z-index:14994;background-color:#3e60c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EKDOr9igOsWlWdieQb7XyycdD1lkol { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoowIuoMQNZ7IrCxqgJ0cIrwcFokFUtM { width:1.25rem;height:2.5996125rem;top:0.0625rem;left:0rem;font-size:2rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #puVbk5Pxe0dctNg6mEaWfpH105ATC0yg { display:block; }#puVbk5Pxe0dctNg6mEaWfpH105ATC0yg > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMlytzFKZEmoz2aaXDTfWxG6ot6KzRQL { width:11rem;height:2.4375rem;top:5rem;left:9rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(180deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(180deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(180deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfA17eddDJ0rcHQgk4BEQzQTLtWzklcs { display:block; }
 }@media only screen and (max-width: 763px) { #RhviV2Oqv4txLUsed77RMERpXPAHpSM5 { top:11.4482421875rem;left:0rem;width:19.625rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #3e60c1, #2c7e95);background-image: -moz-linear-gradient(173deg, #3e60c1, #2c7e95);background-image: -ms-linear-gradient(173deg, #3e60c1, #2c7e95);background-image: -o-linear-gradient(173deg, #3e60c1, #2c7e95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e60c1', endColorstr='#2c7e95' );";background-image: linear-gradient(173deg, #3e60c1, #2c7e95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w4CbUVJMQi3Uf7KTMlSFpyZVHCfsTCw6 { display:block; }
 }@media only screen and (max-width: 763px) { #CXczVvKmHL336f1rIXXgGwBw91kTIWSl { width:10.5rem;height:4.21875rem;top:1rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRePiixiEcnzaUaGrIZUCHNaKNKAFW7l { width:1.875rem;height:1.875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #SwZGL2UIclWpF4THQVIeDvFbzSx3Wmhi { width:1.875rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.3125rem;color:#3e60c1;display:block; }
 }@media only screen and (max-width: 763px) { #ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr { display:block; }#ami6mpsLXISRbysCXTTQ8AyfkVXgTZNr > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7QeAkSmvCvfQxRZrw8kzsL65O3yeoIo { width:17.8125rem;height:4.875rem;top:6.375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK07IN0Lt7JmhAXndAKzDm35LsGCJGFM { width:20rem;height:7.5625rem;top:4.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADm8chACGatPyDqHU3IIqvE1W1lfpeOE { display:block; }#ADm8chACGatPyDqHU3IIqvE1W1lfpeOE > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0zWAVe7oQ4084Rpv2s1NCsEHmewiX1u { width:16.25rem;height:2.4375rem;top:77.10546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbvyJmnDFW4CTOBSnFkcySXLUo3dTJDM { display:block; }
 }@media only screen and (max-width: 763px) { #dyzqd9baU0tMlmokAPpslN47T1RBP6lQ { width:16.25rem;height:2.4375rem;top:8.3203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImvAws0TvKWseP5KU9kwK2G1QKodWxi6 { display:block; }
 }@media only screen and (max-width: 763px) { #Gv2IlGGi1BEFtRqSEXnlaAaKPJRRbUGR { width:16.25rem;height:2.4375rem;top:30.8486328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv6x01OxvSLHqaff9tUvAT8N5w8sFsUP { display:block; }
 }@media only screen and (max-width: 763px) { #vWCpmwSwXcm6ZnpqoKph2gMX4dgxUNkN { width:16.25rem;height:2.4375rem;top:53.6708984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swEKycNTVU2Pc8IgLAC0nZbZTnuOqo1g { display:block; }
 }@media only screen and (max-width: 763px) { #EhutFt79yLICy6LkJDge801bhg7dHUHy { width:16.25rem;height:2.4375rem;top:19.73828125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeZZrDE9NNkaRqWPOfGNIC3LWKUERxak { display:block; }
 }@media only screen and (max-width: 763px) { #yccIhw3oxOFcrQmF9DTm2z2OufQTmd2W { width:16.25rem;height:2.4375rem;top:42.4541015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APRyWyNTrPIWlgCygyeoiabuoKX6sAen { display:block; }
 }@media only screen and (max-width: 763px) { #ZAVCuy4LsgzOdhGHQaKm46qllykw8hTD { width:16.25rem;height:2.5rem;top:65.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toTa7gEgV7AlbT1Dr5cipW68aFnA4peI { display:block; }
 }@media only screen and (max-width: 763px) { #d8oLlMrEohASReTGXpfLxGTdeB2BnGew { width:16.25rem;height:2.5rem;top:89.2138671875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbWcUBiAHimFbPAZIlHCrSJFlMtCDZCp { display:block; }
 }@media only screen and (max-width: 763px) { #M9q646RlH7t7mpC8OBVTTHlGt0ZLXK26 { width:16.25rem;height:2.5rem;top:101.197265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9aizrxLnqTH7cTcxrmXdmky9VkAPrZW { display:block; }
 }@media only screen and (max-width: 763px) { #f4PDx3zIfpdrqKaV5nCpzDS6VkMItw2T { width:13.125rem;height:9.0625rem;top:1.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZEI2DiBsFzdtFOkncOh2LK0ugucBsp { width:13.125rem;height:9.0625rem;top:13.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTTN2yrTDO9vbPqWioE651t9zEw0xKz { width:13.125rem;height:9.0625rem;top:24.1611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJzd03ScPnm30EvwCJ2v92Mqn7eDHOF1 { width:13.125rem;height:9.0625rem;top:70.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2RLwT6uka7UqRcwpgEc5NqQItM6NHv { width:13.125rem;height:9.0625rem;top:82.5888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CHLmhFygcdTeZaDBA5bTJStO4lw30z { width:13.125rem;height:9.0625rem;top:94.572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroQianw6sFMbv74xxaUDd3iTFtTpze4 { width:13.125rem;height:9.0625rem;top:35.7666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zvgJOyIvyxpsmuzB8K6Xg3R0edzt5f { width:13.125rem;height:9.0625rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFU4yQVBbAJ8psxX8JIOgvRm8fQPSaZG { width:13.125rem;height:9.0625rem;top:46.9833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O { display:block; }#zUoa3Lk3X6DhVwOUFf8zxNDSzFUZ8q6O > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0IlNLQOyX2VoqhhMVFrE44dr6SruOCy { width:20rem;height:2.4375rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd0OevxcT8JSrPETNmI9mvrObIsXv9TO { width:20rem;height:7.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQEhugKeZFaCqX6Uv3ozXCAblQthN8GD { width:20rem;height:11.5rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRorywo6GziXgcFaIwPNwPAD9lOg6OTA { width:20rem;height:23.5rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-family:outfit; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-text {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-textarea { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-select {padding-top: 0; padding-bottom: 0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem;font-family:outfit;background-color:#855cfa;background-image:none; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-checkbox-label { width:8.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:outfit; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:first-of-type{padding-top:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .widget-container:last-of-type{padding-bottom:0;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx  { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx .radio-container { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx {display:block;}#wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #sVmpkd0gGlzshbJZ2wFD4vzhCGVq6aES {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WG2mbQlXchcMpeCSbfUUxiPy3qtT3NVv { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #yamETbao3ns4dz0yKdTIUHxAcDuvDmc5 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CKETBT4lSNn59IX9he4iZk3kmcLtHdb5 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #WcAIP1NTVzqPHACU8LvSrp8Cztb7GLI9 { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #ArHE8EkJTofnxSA1ObnE3GhpFkMWozEQ {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #tfbeufmMZ4p5E4NZ1QU9PPDfFfAMCQH7 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #lAsuSwTbO21wGvhqXSg59VNh66zr6UxW { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #PT90J1WMOViIVTkeS6TadFPw9XsmonUc {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #fTTsXkVK5cEwHEffk3HW68puFTDLCWXs {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #MXCnCHRIasA6PXIHJOHl54UmUKHAyesK { display:block; }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #mH8UKkhNgJnc5U0RWsuO8bWaWTIqxQ6d {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #z3dp6bRv3tiFLlEdNwd2s51AmlPG0mI4 {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #CbDdr5OFhEMA47CiqJIm3QLPE2hLsWZT {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #faLDDGXMufk72LBct41LAdmgyWDTnpqi {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #pAzV0bKtoNq1Ug0dt2QeAX4foknu6xTd {  }
 }@media only screen and (max-width: 763px) { #wORFmTw3fs43bvnqx3Fck6hKtyaVc5Fx #aa5SyR93fPq0rQbWmmz11EtLGHrLh5EC {  }
 }@media only screen and (max-width: 763px) { #PIgHIkSuXSkhXJ5H6eAxZJJk2MDVr9Tm { width:20rem;height:1.625rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { width:20rem;height:10.2363125rem;top:11.4375rem;left:0rem;text-align:center;text-align-last:center;color:#262626;display:block; }
 }@media only screen and (max-width: 763px) { #zxpwP7Mw21shfTHyNLHfBzSNxuHFrmCH { width:5.75rem;height:2.375rem;top:1.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL3xJzAPnpaEVEh7l2lNaLTBwA0RTrfr { width:5.125rem;height:1.3125rem;top:3.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLnSAAHXlVgW5xuHpaKvyTBA016iGCL { width:5.1875rem;height:4.625rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFG6aSiJSSiuIzHVVSevxoCTrr4f4DL8 { width:4.9375rem;height:3.25rem;top:4.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM { background-color:#3e60c1;background-image:none;display:block; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { background-color: transparent; background-image: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container > .video-iframe-container { display: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row > .video-iframe-container { display: none; }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .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); }#E9VOlcXpvwzywn4lJPSZAMRKZHaqWxqM > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy3ws65SiVpudbhVNAVsrk7cmVwHPMAd { width:15.4375rem;height:10.0625rem;top:17.40625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdofpgXmnhkpCtA23IMDSynuVeTRniLa { width:12.5rem;height:1.29980625rem;top:0.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfp0zVqzEmqIlHeCtbtkpnTs5d7DQBWQ { width:15.8125rem;height:15.597675rem;top:1.28125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4VOupccXQ7WftG9p0KPiVFaJqPK8FAL { width:14.1875rem;height:1.29980625rem;top:28.5166015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vZZK1aQHR4SusU7oTchyWXyFSqzigB { width:12.5rem;height:11.69825625rem;top:31.0166015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOTukSTSQcUqFNpw8w9rUETVXBGAQTcJ { width:6.3125rem;height:1.5625rem;top:44.8916015625rem;left:5.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G4cUAsAebAUBvJ3KPJyvb5TSceVFFTHm { display:block; }
 }@media only screen and (max-width: 763px) { #mkoK7dMncp5HgAHqBDMeADHttJrsXxh4 { width:7.3125rem;height:1.5625rem;top:44.8916015625rem;left:11.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qhi4bcVX7VVXgGLEusUslIhCFoemmvTi { display:block; }
 }@media only screen and (max-width: 763px) { #h2lWrxNMhxtFb6MXHgLMz1Vpfrhraild { width:5.5625rem;height:1.5625rem;top:44.8916015625rem;left:0rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #okm5uJuDsR5UPF4FwyCQiZJ9osqkhUas { display:block; }
 }@media only screen and (max-width: 763px) { #EWwWSCRKmmgkOad75HD08S0JbSOJwwlO { width:7.3125rem;height:1.5625rem;top:47.3291015625rem;left:0rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UO2fNOC8TKPWH56oVlB1iTQKW2SrDw6a { display:block; }
 }@media only screen and (max-width: 763px) { #CzWAlKZBz65cT4ffF30O29TKXrDXz2D6 { width:7.3125rem;height:1.5625rem;top:47.3291015625rem;left:4.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p2JJJkddzaLtM4FRGuIFqhA5sWKqs4g4 { display:block; }
 }@media only screen and (max-width: 763px) { #uzRHnUAnQiz2VgafOpJ27NzJsJehigXx { width:2.1875rem;height:2.1875rem;top:1.875rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxRXXo0qnseBbhxRqiqPv3MCt3ITcTM { width:2.1875rem;height:2.1875rem;top:6.9375rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQJxqyaLGSNDLF6SQppWEC22rItTh5n { width:1.875rem;height:1.875rem;top:12rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaS8DeiBkD1xqkShfD5Aex8FPQ3rfVxz { width:9.9375rem;height:auto;top:22.0625rem;left:5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCr4h7ipHUx5ZLyUssXfvdZvB0tQmul4 { width:12.625rem;height:3.6875rem;top:52.1416015625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zteE8dxzaWJAG8Deflbr4Z5QddJ0ym { width:14.1875rem;height:1.29980625rem;top:50.5625rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }