.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd302;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; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { 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:4.3125rem;width:12.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g64eX1m1aeKHJHTxzExId0JxSTTMfa6K { color:#000000;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:15.7490234375rem;height:1.4624rem;font-style:normal;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:0.46875rem;left:50.25rem; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#yice4C68ruiS4XlAy4bIUdHTTpha6TXS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.34375rem;left:54.0625rem; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.3125rem;left:56.1875rem; }
#HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(12,16,37,0.3);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; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { background-color: transparent; background-image: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .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); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { border-width: 0; border-radius: 0; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(11,21,63,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:60rem;height:58.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:rgba(255,255,255,0.8);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.123046875rem;left:0rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:16.9345703125rem;left:0.1533203125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { position:absolute;display:block;z-index:15002;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:29.375rem;top:23.6865234375rem;left:15.2490234375rem;display:block; }
#AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.687145233154rem;left:16.937145233154rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.375rem;left:16.937145233154rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-form-header {  }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .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-top:0;border-left:0;border-right:0;border-bottom: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:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .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-top:0;border-left:0;border-right:0;border-bottom: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:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:21.5625rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .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; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:first-of-type{padding-top:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:last-of-type{padding-bottom:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.7490234375rem;left:17.8740234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.7490234375rem;left:17.8740234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { position:relative;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { position:relative;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq { position:relative;z-index:2; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH { position:relative; }
#NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.1875rem;left:29.21875rem;overflow:hidden;display:block; }
#Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { 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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.65625rem;left:24.84375rem;display:block; }
#mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd302;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; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:7.888671875rem;left:0rem;height:6.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { position:absolute;display:block;z-index:15003;background-color:#050b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { 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; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { background-color: transparent; background-image: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .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); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { border-width: 0; border-radius: 0; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#zi3T90UL779aAry81PfSq6PCuzZdwH5W { color:#050b26;display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.9;letter-spacing:0;top:0.15713882446289rem;left:0rem;height:2.13720625rem;font-style:normal;display:block; }
#BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { color:#3d4051;display:block;width:28.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:2.29345703125rem;left:0rem;height:19.234875rem;font-style:normal;display:block; }
#prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.9375rem;left:0rem;display:block; }
#XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { color:#4f5466;display:block;width:6.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:23.6943359375rem;left:22.5rem;height:1.8999rem;font-style:normal;display:block; }
#HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { position:absolute;display:block;z-index:15015;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:28.3125rem;width:28.3125rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:25.53125rem;left:24.84375rem; }
#QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:25.53125rem;left:27.28125rem; }
#tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:25.53125rem;left:22.40625rem; }
#lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { 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; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { background-color: transparent; background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .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); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { border-width: 0; border-radius: 0; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { 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; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { background-color: transparent; background-image: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container > .video-iframe-container { display: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container { display: none; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .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); }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { border-width: 0; border-radius: 0; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { color:#050b26;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { position:absolute;display:block;z-index:15003;background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0.4375rem;display:block; }
#wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { position:absolute;display:block;z-index:15003;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:10.9375rem;width:12.8125rem;top:2.9248046875rem;left:1.09375rem;overflow:hidden;display:block; }
#d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { position:absolute;display:block;z-index:15009;background-color:#4679d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.5654296875rem;display:block; }
#WunUqEaoTO1yfrQx7BIX1givUz2obdHy { position:absolute;display:block;z-index:15015;background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#hfiLaB8B0SgZacX5sbznhktXltKimKPP { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:31.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { position:absolute;display:block;z-index:15021;background-color:#4679d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.5625rem;display:block; }
#wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:46.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { position:absolute;display:block;z-index:14997;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#remSHTnMl770y4GWRrVnlZaD7C0ftGTC { position:absolute;display:block;z-index:15011;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { position:absolute;display:block;z-index:15017;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { position:absolute;display:block;z-index:14997;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.5rem;display:block; }
#XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:16.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIBTTBuMckVT6b4gmB4waHaSFADdU8ZE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:12.8125rem;top:2.9248046875rem;left:16.09375rem;overflow:hidden;display:block; }
#sG0Wo9QSKQttKKuIb3S2KvT4CqCJcJzJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.9375rem;top:2.9248046875rem;left:31.09375rem;overflow:hidden;display:block; }
#VPT0OzqNM1Zgn3SVDITSOmPk7e3gMuro { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.9375rem;top:2.9248046875rem;left:47.03125rem;overflow:hidden;display:block; }
#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { 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; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { background-color: transparent; background-image: none; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container > .video-iframe-container { display: none; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row > .video-iframe-container { display: none; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .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); }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { border-width: 0; border-radius: 0; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89180070-70f1-46d0-a949-a257fe6c2b2e/Projektbeznazwy2.png");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; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.adaptive-delivery-prevent-bg, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyload, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyloading { background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffd302; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffd302; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAwNp13ukqzscHA40oSsQECVhRyLXisB { position:absolute;display:block;z-index:15003;background-color:#050b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/07a9ee5a-4eb2-4580-a246-46eae60bb853/DA_1.png");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; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.adaptive-delivery-prevent-bg, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyload, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyloading { background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { border-width: 0; border-radius: 0; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.39990234375rem;left:6.84375rem;height:1.9121125rem;font-style:normal;display:block; }
#NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { color:#3d4051;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.25rem;left:2.6875rem;height:11.15625rem;font-style:normal;display:block; }
#L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { color:#3d4051;display:block;width:27rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.046875rem;left:32.53125rem;height:9.5625rem;font-style:normal;display:block; }
#UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.39990234375rem;left:36.5rem;height:1.9121125rem;font-style:normal;display:block; }
#hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0rem;left:29.999996185302rem;display:block; }
#fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { position:absolute;display:block;z-index:15015;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.125rem;width:3.125rem;top:2.0185546875rem;left:32.5rem;overflow:hidden;display:block; }
#kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { position:absolute;display:block;z-index:15014;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:3.3125rem;top:1.287109375rem;left:2.6875rem;overflow:hidden;display:block; }
#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/07a9ee5a-4eb2-4580-a246-46eae60bb853/DA_1.png");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; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.adaptive-delivery-prevent-bg, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyload, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyloading { background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { border-width: 0; border-radius: 0; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:6.59375rem;height:1.9121125rem;font-style:normal;display:block; }
#Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { color:#3d4051;display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.216796875rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { color:#3d4051;display:block;width:27.1875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:32.5rem;height:9.5625rem;font-style:normal;display:block; }
#qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.5625rem;left:36.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0.03038215637207rem;left:0rem;display:block; }
#VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#it1qiuEOQS6JEFHxgA4rqCKpLl45AGPQ { 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:3.4375rem;width:3.4375rem;top:1.099609375rem;left:32.25rem;overflow:hidden;display:block; }
#CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:0.849609375rem;left:2.5rem;display:none; }
#CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; }#VtZiofMEbwkASEuWy7T35VHufmkww3AB { position:absolute;display:block;z-index:15015;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:3.3125rem;top:1.8623046875rem;left:2.5rem;overflow:hidden;display:block; }
#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/07a9ee5a-4eb2-4580-a246-46eae60bb853/DA_1.png");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; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.adaptive-delivery-prevent-bg, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyload, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyloading { background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { border-width: 0; border-radius: 0; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.09375rem;left:22.09375rem;display:block; }
#wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BI82gVck/services_bg_blue.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; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.adaptive-delivery-prevent-bg, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyload, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyloading { background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { background-color: transparent; background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.94); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.94); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .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); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { border-width: 0; border-radius: 0; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { color:#ffd302;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4508171081543rem;left:1.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.38720703125rem;left:2.96875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { color:#ffd302;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:16.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.38720703125rem;left:17.96875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { color:#ffd302;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.38720703125rem;left:32.15625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { color:#ffd302;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:5.11865rem;text-align:center;text-align-last:center;display:block; }
#sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.38720703125rem;left:47.59375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { 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; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { background-color: transparent; background-image: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .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); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { border-width: 0; border-radius: 0; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:3.78125rem;left:0rem;height:10.12450625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyOqfboXV7kBIyopdAKt7k8UunapsmGL { position:absolute;display:block;z-index:15003;background-color:#050b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { 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; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { background-color: transparent; background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .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); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { border-width: 0; border-radius: 0; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:13.834519863129rem;left:1.5926837921143rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:13.865412473679rem;left:21.561611175537rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCbwar1lXR0ccfVDazw1T719R408gvMs { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:13.875rem;left:41.8125rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { 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:11.0625rem;width:19.6875rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { 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:11.0625rem;width:19.6875rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#Ati8fWV32TkIINI2fODEo07NWGZTvBsb { 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; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { background-color: transparent; background-image: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .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); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { border-width: 0; border-radius: 0; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#ktVXGdD1zXZTltroOpErcH7faBxtbB7d { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:13.834519863129rem;left:1.5926837921143rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ob9vNWz1RW6WVlupJP9uauHl0XSOWFsL { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:13.865412473679rem;left:21.561611175537rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDgMrdHrylG8oM6rtKdqOtOzveNhX0d0 { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:13.875rem;left:41.8125rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { 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:11.0625rem;width:19.6875rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { 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:11.0625rem;width:19.6875rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { 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; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { background-color: transparent; background-image: none; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container > .video-iframe-container { display: none; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row > .video-iframe-container { display: none; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .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); }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { border-width: 0; border-radius: 0; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#RvTQdXygaTZrlW5WrVA7gWt8Nw6mMWqS { background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.3125rem;left:22.09375rem;display:block; }
#yf4TrIWE3ccB6XzAlsvUdC1Nr6XKIg8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6636bc7d-5a31-47d6-bf97-5ced8b5fcb00/DA_2.png");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; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.adaptive-delivery-prevent-bg, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyload, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyloading { background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { background-color: transparent; background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .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); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { border-width: 0; border-radius: 0; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:5.25048828125rem;left:0rem;height:10.12450625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.187321662903rem;left:27.999820709229rem;display:block; }
#A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { position:absolute;display:block;z-index:15004;background-color:#212121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.75rem;top:24.1875rem;left:7.375rem;display:block; }
#I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { position:absolute;display:block;z-index:15005;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:24.1875rem;left:0.0625rem;display:block; }
#hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27.0625rem;top:31.5rem;left:0.0625rem;display:block; }
#FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.93701171875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.0908203125rem;left:9.248046875rem;height:1.4624rem;font-style:normal;display:block; }
#zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.748241424561rem;left:1.4671516418457rem;overflow:hidden;display:block; }
#ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { 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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:34.4375rem;left:4.998046875rem;display:block; }
#BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:34.46875rem;left:2.375rem;overflow:hidden;display:block; }
#nbmfTWaC3PVKDzGc7b4S14AbkK263eSp { 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.125rem;width:35.1875rem;top:18.125rem;left:24.0625rem;overflow:hidden;display:block; }
#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd302;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; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { background-color: transparent; background-image: none; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container > .video-iframe-container { display: none; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row > .video-iframe-container { display: none; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .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); }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { border-width: 0; border-radius: 0; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:4.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { position:absolute;display:block;z-index:15003;background-color:#050b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { 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; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { background-color: transparent; background-image: none; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container > .video-iframe-container { display: none; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row > .video-iframe-container { display: none; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .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); }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { border-width: 0; border-radius: 0; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { color:#3d4051;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:17.06201171875rem;left:0.34228515625rem;height:18.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { color:#050b26;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { color:#050b26;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5625rem;left:23.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { color:#3d4051;display:block;width:19.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:17.06201171875rem;left:20.4375rem;height:15.1992125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { color:#050b26;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5625rem;left:43.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { color:#3d4051;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:17.0625rem;left:40.375rem;height:15.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1.8125rem;left:5rem;overflow:hidden;display:block; }
#obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1.8125rem;left:25.0625rem;overflow:hidden;display:block; }
#TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { position:absolute;display:block;z-index:15002;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0.8125rem;left:24.0625rem;display:block; }
#xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { position:absolute;display:block;z-index:15004;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0.75rem;left:44.0625rem;display:block; }
#JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.875rem;width:9.875rem;top:1.75rem;left:45.0625rem;overflow:hidden;display:block; }
#by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { position:absolute;display:block;z-index:15000;background-color:#ffd302;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.75rem;width:11.75rem;top:0.8125rem;left:4rem;display:block; }
#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { 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; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { background-color: transparent; background-image: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .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); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { border-width: 0; border-radius: 0; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:60rem;position:relative;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd302;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; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.552734375rem;left:0rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:6.326171875rem;left:0rem;height:15.19920625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd302;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.75rem;left:22.09375rem;display:block; }
#z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:12.75rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g64eX1m1aeKHJHTxzExId0JxSTTMfa6K { width:22.875rem;height:1.4375rem;top:1.4375rem;left:9.6240234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:3.4375rem;height:3.4375rem;top:0.4375rem;left:44.125rem;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #yice4C68ruiS4XlAy4bIUdHTTpha6TXS { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa { width:1.75rem;height:1.75rem;top:1.3125rem;left:46rem;display:block; }
#HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { display:block; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:47.75rem;height:7.125rem;top:7.0625rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:47.75rem;height:2.25rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:29.375rem;height:26.875rem;top:23.625rem;left:9.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:25.9375rem;height:3rem;top:25.625rem;left:10.81201171875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { width:25.9375rem;height:1.4375rem;top:29.375rem;left:10.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:55.1875rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:10.3125rem;height:1.3125rem;top:52.625rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:47.75rem;height:6.0625rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:28.875rem;height:2.125rem;top:0.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:28.75rem;height:19.1875rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:15.75rem;height:3.4375rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:6.9375rem;height:1.875rem;top:23.6875rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:28.3125rem;height:28.3125rem;top:0rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS { width:2.25rem;height:2.25rem;top:25.5rem;left:21.625rem;display:block; }
#QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM { width:2.25rem;height:2.25rem;top:25.5rem;left:21.625rem;display:block; }
#tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec { width:2.25rem;height:2.25rem;top:25.5rem;left:19.34375rem;display:block; }
#lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { display:block; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { width:14rem;height:2.9375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { width:12.8125rem;height:10.9375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunUqEaoTO1yfrQx7BIX1givUz2obdHy { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiLaB8B0SgZacX5sbznhktXltKimKPP { width:11.375rem;height:2.875rem;top:0rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { width:11.375rem;height:2.875rem;top:0rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #remSHTnMl770y4GWRrVnlZaD7C0ftGTC { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { width:11.375rem;height:2.875rem;top:0rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBTTBuMckVT6b4gmB4waHaSFADdU8ZE { width:12.8125rem;height:10.875rem;top:2.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG0Wo9QSKQttKKuIb3S2KvT4CqCJcJzJ { width:10.9375rem;height:10.875rem;top:2.875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPT0OzqNM1Zgn3SVDITSOmPk7e3gMuro { width:10.9375rem;height:10.8125rem;top:2.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { display:block; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:19.0625rem;height:1.875rem;top:2.375rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:27.375rem;height:11.125rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:27rem;height:9.5625rem;top:5rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:19.0625rem;height:1.875rem;top:2.375rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { width:3.125rem;height:3.125rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { width:3.3125rem;height:3.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:19.0625rem;height:1.875rem;top:2.5625rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:27.25rem;height:7.9375rem;top:5.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:27.1875rem;height:9.5625rem;top:5.1875rem;left:20.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:19.0625rem;height:1.875rem;top:2.5625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it1qiuEOQS6JEFHxgA4rqCKpLl45AGPQ { width:3.4375rem;height:3.4375rem;top:1.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:0rem;display:none; }
#CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; } }@media only screen and (max-width: 763px) { #VtZiofMEbwkASEuWy7T35VHufmkww3AB { width:3.3125rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:15.75rem;height:3.4375rem;top:5.0625rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:12.5rem;height:5.0625rem;top:3.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:9.0625rem;height:3.375rem;top:9.375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:12.5rem;height:5.0625rem;top:3.25rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:9.0625rem;height:3.375rem;top:9.375rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:12.5rem;height:5.0625rem;top:3.25rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:10.6875rem;height:3.375rem;top:9.375rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:12.5rem;height:5.0625rem;top:3.25rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:9.8125rem;height:3.375rem;top:9.375rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:47.75rem;height:2.375rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:47.75rem;height:10.0625rem;top:3.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:16.8125rem;height:1.6875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { width:16.8125rem;height:1.6875rem;top:13.8125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:16.8125rem;height:1.6875rem;top:13.875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktVXGdD1zXZTltroOpErcH7faBxtbB7d { width:16.8125rem;height:1.6875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob9vNWz1RW6WVlupJP9uauHl0XSOWFsL { width:16.8125rem;height:1.6875rem;top:13.8125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDgMrdHrylG8oM6rtKdqOtOzveNhX0d0 { width:16.8125rem;height:1.6875rem;top:13.875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { display:block; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvTQdXygaTZrlW5WrVA7gWt8Nw6mMWqS { width:15.8125rem;height:3.4375rem;top:4.3125rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf4TrIWE3ccB6XzAlsvUdC1Nr6XKIg8P { display:block; }
 }@media only screen and (max-width: 763px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { display:block; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { width:47.75rem;height:10.0625rem;top:5.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5625rem;height:0.125rem;top:15.125rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:19.6875rem;height:7.3125rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:7.3125rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:27.0625rem;height:7.1875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:47.75rem;height:2.375rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:16.4375rem;height:1.4375rem;top:27.0625rem;left:3.123046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:4.375rem;height:4.375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:20.75rem;height:1.3125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 763px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmfTWaC3PVKDzGc7b4S14AbkK263eSp { width:35.1875rem;height:30.125rem;top:18.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { display:block; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { width:47.75rem;height:4rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { display:block; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { width:19.4375rem;height:19rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { width:12.5rem;height:1.25rem;top:14.5rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { width:12.5rem;height:1.25rem;top:14.5625rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { width:19.125rem;height:15.1875rem;top:17rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { width:12.5rem;height:1.25rem;top:14.5625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { width:19.3125rem;height:15.1875rem;top:17.0625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { width:9.875rem;height:9.875rem;top:1.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { width:9.875rem;height:9.875rem;top:1.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { width:11.75rem;height:11.8125rem;top:0.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { width:11.75rem;height:11.875rem;top:0.75rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { width:9.875rem;height:9.875rem;top:1.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { width:11.75rem;height:11.75rem;top:0.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:47.75rem;height:5.75rem;top:0.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { width:47.75rem;height:15.1875rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:15.8125rem;height:3.4375rem;top:19.75rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/o8ZesB0MLFo/unsplash/kobu-agency-o8ZesB0MLFo-photo-1586449480558-33ae22ffc60d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:12.3125rem;height:4.3125rem;top:0rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g64eX1m1aeKHJHTxzExId0JxSTTMfa6K { width:14.25rem;height:1.05615rem;top:4.0693359375rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:3.625rem;height:3.625rem;top:4.625rem;left:2.875rem;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; } }@media only screen and (max-width: 763px) { #yice4C68ruiS4XlAy4bIUdHTTpha6TXS { width:1.375rem;height:1.375rem;top:5.75rem;left:14.84375rem;display:block; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa { width:1.75rem;height:1.75rem;top:5.5625rem;left:9.125rem;display:block; }
#HHnH2zIEFEwelT1bSrpUk1ug1dl18rpa > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { background-color:rgba(12,16,37,0.5);background-image:none;display:block; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { background-color: transparent; background-image: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .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); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(12,16,37,0.5);background-image:none;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:15.3125rem;height:5.39941875rem;top:2.3109018802643rem;left:2.3428621888161rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:18.75rem;height:4.19970625rem;top:9.1193177700044rem;left:0.62411218881607rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:20rem;height:22.9375rem;top:17.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:18.75rem;height:4.54980625rem;top:18.687854528427rem;left:0.62411218881607rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { width:20rem;height:1.29980625rem;top:23.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:0.8125rem;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:17.5rem;height:auto;top:23.125rem;left:0rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:17.5rem;height:auto;top:23.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:20rem;height:1.5rem;top:2.5rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:18.75rem;height:11.0229375rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:15.02197265625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:18.3125rem;height:1.69970625rem;top:20.0625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:18.75rem;height:20.3965rem;top:21.76171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:12.375rem;height:2.875rem;top:42.158203125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:8.9375rem;height:1.8999rem;top:46.0380859375rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:19.4375rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS { width:2.25rem;height:2.25rem;top:47.9375rem;left:8.875rem;display:block; }
#QmGLyxzs8eFoFVRMgxG7oRXewlwscyKS > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM { width:2.25rem;height:2.25rem;top:47.9375rem;left:16.96875rem;display:block; }
#tMaDKnKdMh6envu2JhJI8IMNNUgqV4EM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec { width:2.25rem;height:2.25rem;top:47.9375rem;left:1.625rem;display:block; }
#lwT1Cl6tiwBK6OX8u6FD7JuZFVDZNaec > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q { display:block; }#ENW4kwOM6kuTDTFFhCD2kyWWvSnWEa6Q > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roWgyJxk0q0p4dTd5IubTmBgwm2E8xf8 { width:11rem;height:2.5996125rem;top:0rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zty4wtFABEar6yFiOk8Kp5uwXWzrv7WS { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUGbLAibznF1OQ4ETBHzNX8SkKATAmI { width:13.1875rem;height:11.1875rem;top:2.599609375rem;left:3.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d2it8Ei1KLuU8UotI5pN9zFpzxv9fkFs { width:14.0625rem;height:0.125rem;top:28.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunUqEaoTO1yfrQx7BIX1givUz2obdHy { width:14.0625rem;height:0.125rem;top:43.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiLaB8B0SgZacX5sbznhktXltKimKPP { width:11rem;height:2.5996125rem;top:29.375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piFJ3mDcl7eLzNZNQqfHOuoX0A2zarZP { width:14.0625rem;height:0.125rem;top:58.0625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTB8N7M7aTayDmEG3Nbduy4rmPWMfhzs { width:11rem;height:2.5996125rem;top:44.0625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAJggntCoXCAGhWGbxWTKoQWxQG59TCB { width:14.0625rem;height:14.0625rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #remSHTnMl770y4GWRrVnlZaD7C0ftGTC { width:14.0625rem;height:14.0625rem;top:29.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y699xDKtv1V3NVJJqkkHAJOT7zPc1tSl { width:14.0625rem;height:14.0625rem;top:44.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooHiPTk4Oik81WLCPDHGEkPcngx8CaJ { width:14.0625rem;height:14.0625rem;top:14.625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XneQoxuDr3DD6tU0sTP7Vtp0wTi2RXMr { width:11rem;height:2.5996125rem;top:14.75rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIBTTBuMckVT6b4gmB4waHaSFADdU8ZE { width:12.8125rem;height:10.875rem;top:17.349609375rem;left:3.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sG0Wo9QSKQttKKuIb3S2KvT4CqCJcJzJ { width:11.1875rem;height:11.125rem;top:32.0625rem;left:4.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VPT0OzqNM1Zgn3SVDITSOmPk7e3gMuro { width:10.9375rem;height:10.8125rem;top:47.0625rem;left:4.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qld5N8cADoCBtTv6zS9cEuypmL80XQ0w { display:block; }#qld5N8cADoCBtTv6zS9cEuypmL80XQ0w > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { background-color:#f2f2f2;background-image:none;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:20rem;height:1.5rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:18.75rem;height:1.57470625rem;top:5.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:7.46875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { background-color:#f2f2f2;background-image:none;display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:10.625rem;height:1.69970625rem;top:0.931640625rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:18.25rem;height:15.9375rem;top:3.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:15.75rem;height:15.9375rem;top:25.0625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:12.375rem;height:1.69970625rem;top:21.306640625rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:20rem;height:19.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:20rem;height:21.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuS4527hoPoTm58Gr3TydQvhmoh75i4 { width:3.125rem;height:3.125rem;top:20.59375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNli4VwB2FepwUQ72JzEqhlQpfmqNvUO { width:3.5625rem;height:3.5625rem;top:0rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { background-color:#f2f2f2;background-image:none;display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:10.625rem;height:1.69970625rem;top:2.5rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:15.75rem;height:12.75rem;top:5.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:15.75rem;height:14.34375rem;top:24.0625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:12.0625rem;height:1.69970625rem;top:21.556640625rem;left:6.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:20rem;height:19.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:20rem;height:19.5rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it1qiuEOQS6JEFHxgA4rqCKpLl45AGPQ { width:3.4375rem;height:3.4375rem;top:20.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw { width:3.6875rem;height:3.6875rem;top:3.4375rem;left:4.4375rem;z-index:15019;display:none; }
#CNBuQJ0dplAHDPgQUPSMXTDXrKciczBw > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; } }@media only screen and (max-width: 763px) { #VtZiofMEbwkASEuWy7T35VHufmkww3AB { width:3.3125rem;height:3.3125rem;top:1.693359375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { background-color:#f2f2f2;background-image:none;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:12.375rem;height:2.875rem;top:0.53125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:12.5rem;height:3.57470625rem;top:2.875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:9.0625rem;height:3.375rem;top:6.75rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:12.5rem;height:3.57470625rem;top:11.5625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:9.0625rem;height:3.375rem;top:15.625rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:12.5rem;height:3.57470625rem;top:20.5rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:9.0625rem;height:5.0625rem;top:24.3125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:12.5rem;height:3.57470625rem;top:29.75rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:9.0625rem;height:3.375rem;top:33.8125rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:20rem;height:1.5rem;top:2.5rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:18.75rem;height:20.47115625rem;top:4rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:25.5322265625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:16.8125rem;height:1.69970625rem;top:12.3125rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { width:16.8125rem;height:1.69970625rem;top:27rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:16.8125rem;height:1.69970625rem;top:41.75rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:19.6875rem;height:11.0625rem;top:15.9375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { width:19.6875rem;height:11.0625rem;top:30.6875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:19.6875rem;height:11.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktVXGdD1zXZTltroOpErcH7faBxtbB7d { width:16.8125rem;height:1.69970625rem;top:12.3125rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ob9vNWz1RW6WVlupJP9uauHl0XSOWFsL { width:16.8125rem;height:1.69970625rem;top:25.6875rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDgMrdHrylG8oM6rtKdqOtOzveNhX0d0 { width:16.8125rem;height:1.69970625rem;top:39.0625rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:19.6875rem;height:11.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:19.6875rem;height:11.0625rem;top:28rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:19.6875rem;height:11.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE { display:block; }#Uu8GZdod1gXNTD10LtBSxbls2D9MxXUE > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvTQdXygaTZrlW5WrVA7gWt8Nw6mMWqS { width:12.375rem;height:2.875rem;top:0.5625rem;left:3.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yf4TrIWE3ccB6XzAlsvUdC1Nr6XKIg8P { display:block; }
 }@media only screen and (max-width: 763px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { display:block; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqrC48T3VGTXLBrWvV4EBVo7MeoR6Tto { width:18.75rem;height:8.6611375rem;top:6.5263671875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5625rem;height:0.125rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:20rem;height:5.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:5.25rem;height:5.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:20rem;height:6.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:20rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:11.75rem;height:2.5996125rem;top:17.125rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:3.25rem;height:3.25rem;top:16.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:15.4375rem;height:1rem;top:22.84375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 763px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:22.71875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmfTWaC3PVKDzGc7b4S14AbkK263eSp { width:15.75rem;height:13.5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B { display:block; }#GP5S1RbXGT5hw1L9dtOxyGSTDm3WuK1B > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db4CzFBDuWDvaEVsaFg8WiWG6nRdAHBL { width:20rem;height:3rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WzUJpq4J05kwLBxyt20Jkv0bB5IHhf { width:18.75rem;height:3.1494125rem;top:5.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n92HNXmmVN9cQ7nVc6HzLgklHEG2HAOB { width:4.5rem;height:0.125rem;top:9.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD { display:block; }#eZ1KoRzV3XJvsF4525V8WFIoG2zI56OD > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiSQf6cPbpMClTUPJ6RVT3LqLA99iukK { width:19.0625rem;height:18.69675rem;top:14.7998046875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VAVw0eTKTShW20wsQFoqp0LBDhsUiP34 { width:12.5rem;height:1.29980625rem;top:13.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvEU1eH8q4ZbSsCmKSDhXA8OcbUz3bVI { width:12.5rem;height:1.29980625rem;top:48.00634765625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQt0AwlV5EsT0JkPdXmudRD2mWfM7Bk { width:19.125rem;height:13.59764375rem;top:49.30615234375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vchf02H7qZq6MNMLlsaECrDwiCrCbn { width:12.5rem;height:1.29980625rem;top:76.96484375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTmzmpzdV7MC6Tw49v1XP3v41P4LJdf { width:18.9375rem;height:13.597625rem;top:78.2646484375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ih0iTVLpsWBgAIJSXKD7TSHFaUguAgEy { width:9.875rem;height:9.875rem;top:1.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcfDrsHwDO1wcwL1DhSO64an6gT59g8 { width:9.875rem;height:9.875rem;top:35.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxiXKCn5mTLMkhVnPl2uEhrq13ApfbK { width:11.75rem;height:11.8125rem;top:34.84375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAEUSNrmRoHxku6PQ7GREwJk6PMADdg { width:11.75rem;height:11.875rem;top:64.08984375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM48kXVBwWquGi7dy7q8kBf8bJK5WFko { width:9.875rem;height:9.875rem;top:65.21484375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by5e0whgDkBz2Nb57xkbT1ROkLNwpsFU { width:11.75rem;height:11.75rem;top:0.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:20rem;height:4.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { width:20rem;height:33.9941rem;top:8.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:12.375rem;height:2.875rem;top:5.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }