.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:225,246,248;--color-primary-1:155,225,231;--color-primary-2:54,194,206;--color-primary-3:27,97,103;--color-primary-4:8,29,31;--color-secondary-0:254,245,219;--color-secondary-1:253,221,134;--color-secondary-2:250,186,12;--color-secondary-3:125,93,6;--color-secondary-4:38,28,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/091f983b-5cad-4aad-8b4b-3902060d9d4b/ChatGPTImage24kwi202610_28_02.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm.adaptive-delivery-prevent-bg, #OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm.lazyload, #OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm.lazyloading { background-image: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { background-color: transparent; background-image: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,27,50,0.65); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container > .video-iframe-container { display: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,27,50,0.65); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row > .video-iframe-container { display: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .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); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { border-width: 0; border-radius: 0; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:60rem;position:relative;display:block; }#QM23JlSAehno4wdx5hF4m0BlW8HTq1en { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:13rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#VQ1RTknKO4vzO5oTZRi1GfwPhmD060KP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.25rem;left:35rem;display:block; }
#gI4gL2tv1GG3RCaUdDNayZfpl5ZACvzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrquKB8cKn29T3xaoJXpewxPhpwkk5Tf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:45.125rem;display:block; }
#GDqNHWrawiwbHZG0TkwDH1WRclWVlsQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DskXssewFMyhpSkwiIL8Pqq6WtlcuxQe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:53.5rem;display:block; }
#S6cJvbwBopF33vVcBcCEQQPKEGDDZ8pI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7fcoogg6aCP4cBPPQhE3WSUyVQVtGmi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.9375rem;left:0rem;height:8rem;font-style:normal;display:block; }
#X1HD2MIloe0IJnKkKbbtVa6pQwezqk7n { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-form-header {  }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.1875rem;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;font-style:normal; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:20.1875rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:20.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .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:20.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#091b32;width:20.1875rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.875rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.875rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.875rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.875rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;line-height:1.6; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .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; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-container:first-of-type{padding-top:0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-container:last-of-type{padding-bottom:0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt  { background-color:#db9d39;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.0244140625rem;left:36.15625rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt {display:block;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt { background-color:#db9d39;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.0244140625rem;left:36.15625rem;display:none; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #gMJHSQChqdAW9SKJcxr1Jo7RS2O30m3V { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TngUx2n66W0HOdAlJ1rOvRac0o2MQ4h6 { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #ZQZ6JUWlzya6s1idthr2fKzB2nTOHqxV { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #SNFwST5bmvuOWPPlDCeE87dXFTwUcRKg { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #RrTINQMod1TBXs3xMFfSpvDvgdWaO3iz { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #PD82OW5FwTps3ooQsmPkbWNfUZd5Gr28 { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Is7vGxQM4whGTOhT342EcEBRzgCumndf { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xKyZH0o39mM2iIHTDnGeAk3TTTAocVm0 { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Gkind07UNDAE2L5hkMmuCgphKFgJLBDD { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xL9ZJRPmizVcqRPbeFzxViOoQgndXcE0 { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #duOXBt145bwHPZTHfla1AaXJUNQhlXOO { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #a5qfGp4rv83LgKXXwr8Cw9ay1em6R7eV { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #B9oNF8hNriQfTJ37kFplTvxiicX37hLw { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #lAX3nP6q4VbopS9ksKK3W0hWTr1ucea3 { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #wgdzDADvGqbuWmhVb4gDPfKBfu4KGufg { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #obmx7ogz5AZE8CUEduqL0ugp8DVoI9Wb { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #We7wsJdqMUBiMTTTVvTB3aBPXddRy1UZ { position:relative;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #eAelTHUndItbQ8GbgTK8LUEbPna0VtTt { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #GVGMERQJdLfn1GFn8IFcs4QHzqHZX3xQ { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #BGAdy8nCMVtWNMlurr94LKwHRE3M6KmJ { position:relative;z-index:2; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TUVMqhC4MSrWoWGw6du1bvrcGdTycGmI { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #igGhy6wqhHkNVNJlfv2hcpzF9gdiHgMn { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xzPRVzvqKLWGdxQWW7R0oHWqCPDWLtZ3 { position:relative;z-index:2; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #rWuTtU3EGvz1lT5S1r1iqNdJBOfzmIJF { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uTDzJPAVmzHwKusw2Un6xCiRQQwVJP6r { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #tyGkxyu30J7CATe43r1TdqbCiTDeTFTW { position:relative;z-index:2; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #o4hbngZJOAbRfSXwSW7w0mhKfzNbDvGp { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #XbNv2if1LQSZUZA5cVTSolq9qU1PPhgb { position:relative; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uek9To6RbQGLXXleRMRLKms8yuV0stdM { position:relative; }
#O5QRPBcOM6A7axqzHL617XPP4ueTTZZr { position:absolute;display:block;z-index:15001;background-color:#db9d39;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.625rem;width:25rem;top:22.6875rem;left:35rem;display:block; }
#R6rbsGWBgxRLEcZp4H3ohJtDR2TJMdwf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.9375rem;left:3.5625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XCpyTHeZIV9wIMtAXhPQ8VQFa9uIsr4u { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.9375rem;left:20.1875rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQBUHiffSdE0dMZML9ZSRVMTrTapTTlQ { position:absolute;display:block;z-index:15019;background-color:#db9d39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:24.3125rem;left:15.4375rem;display:block; }
#XWGzCSSl7LME5vGnJExx4d01Nd5MvuQ3 { 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:2.375rem;width:2.375rem;top:24.5rem;left:0rem;overflow:hidden;display:block; }
#z72TeydxxdnmAgAAPAOAy1lSE0O234k8 { 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:2.375rem;width:2.375rem;top:24.5rem;left:16.9375rem;overflow:hidden;display:block; }
#hb49xsxZaizE3JTx01Ece6BZX3WIM3zk { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.875rem;left:35.6875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzHCqisZBR3sETSX8tCg9uJ5WqVIVozZ { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.3125rem;left:36.3125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSnM9D02qEbkJp6tJcAfCCMxpAdqGUCC { background-color:#db9d39;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:block; }
#vcaZBUPDDhoQ6eL0IbBz3gsvAqMO95DB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSHT3OmluzMi6M0nJMx6iO33alST0RC7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dguaNZIhfdy5XIKy3U6MFuqxQhXdOEZi { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:44.4375rem;left:0rem;height:6.9043rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4.adaptive-delivery-prevent-bg, #TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4.lazyload, #TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4.lazyloading { background-image: none; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container { background-color: transparent; background-image: none; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #db9d39; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container > .video-iframe-container { display: none; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #db9d39; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row > .video-iframe-container { display: none; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .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); }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container { border-width: 0; border-radius: 0; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4::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; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#lsZZSInmES5mesKOss781nGoLAbzQMmC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.96875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4AhkJG0RRkke0Ti7EkRx26KvlB4IiUo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.09375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwEgOe5H6afl4HIZAcFXv5EhqEnUmWuW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:15.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVdHoQmXqEkCWuIblF3vX0ZaENLpcy4f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:15.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7WB8JbWysFPULxDoSMmxGQHBtPdZRy5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:30.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghCdTLqMtXkBBfph1QwSRdT49QG8Dqxm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:30.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfTlOFuZlr8hVondO0ddXIT7uEnIXW5T { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:45rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moHXOBU22NMSegFkWwp3Tzd9rEtEvOt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:45.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NusnNck49y2WxagHHRnT4GT1PfqgTRJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container { background-color: transparent; background-image: none; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container > .video-iframe-container { display: none; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row > .video-iframe-container { display: none; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .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); }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container { border-width: 0; border-radius: 0; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#Z3kuA1ozTN4VeTL3ZWIwktxn7e1fkFCK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.5625rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container { background-color: transparent; background-image: none; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container > .video-iframe-container { display: none; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row > .video-iframe-container { display: none; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .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); }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container { border-width: 0; border-radius: 0; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#mD6qbhcWNi9XZVGcGKV7HcUaEJmi6eOa { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1.875rem;left:0rem;height:25.5rem;text-align:left;text-align-last:left;display:block; }
#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container { background-color: transparent; background-image: none; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container > .video-iframe-container { display: none; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row > .video-iframe-container { display: none; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .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); }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container { border-width: 0; border-radius: 0; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#tRaxgd1iM4UTMyoVmbogxS89nB8RiqTA { background-color:#db9d39;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.84375rem;left:22.65625rem;display:block; }
#APhkTX4Jehli0Wz1pScRA4epvlPWdkDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container { background-color: transparent; background-image: none; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container > .video-iframe-container { display: none; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row > .video-iframe-container { display: none; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .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); }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container { border-width: 0; border-radius: 0; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#f2s2mcNNha8kskmIFnoXV9qT4VwTgAm9 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.578125rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymD3zF9AMtpXmnCM3ShahawKamsVe036 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container { background-color: transparent; background-image: none; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container > .video-iframe-container { display: none; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row > .video-iframe-container { display: none; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .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); }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container { border-width: 0; border-radius: 0; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#haTQyXwXakWdHIOH6OiQSJ5hDZ7EP96L { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OQgTBziQbIkrFsa6JTPeuxdN5nIxq1Zd { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQdET3ypWAWz8UCtLk04Abkybat7X10G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container { background-color: transparent; background-image: none; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container > .video-iframe-container { display: none; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row > .video-iframe-container { display: none; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .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); }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container { border-width: 0; border-radius: 0; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#GfnZqnWWWGwqaxFWZwEzXvakIdpIsCcq { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FByZPW5WiooIyc9uAGaCTUf8FoEQsJl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fdw6u35kIEbcztOon7Lvdh7k1VZPrQ1P { color:#db9d39;display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container { background-color: transparent; background-image: none; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container > .video-iframe-container { display: none; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row > .video-iframe-container { display: none; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .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); }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container { border-width: 0; border-radius: 0; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#omtniwQu1sXEAoPXi5SXWiklR4p3yCLT { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsU1gcJJQprSehcB2plu4wPouWMGOQ1V { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAffsH718soRe9Sl8tf7fNFrJVKadF1F { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:8.125rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oN6ZAHHr6wL6pQ5GstBVgBOf9zPCp7nw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container { background-color: transparent; background-image: none; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container > .video-iframe-container { display: none; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row > .video-iframe-container { display: none; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .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); }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container { border-width: 0; border-radius: 0; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#OusunV5JeVVGo3wBpGpyMtZr6vePVvJp { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMI4gW28iVqPzA0r6rts72qxuV9R2Osr { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spuguq3RlRMN6OatnESlmiiGbXwHhytx { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.0625rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbiqRUZdaz22VSKXLBDB0RDe8vx7LKom { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BmrzwWFoFGm33054dSuM4vL4N564TAsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container { background-color: transparent; background-image: none; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container > .video-iframe-container { display: none; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row > .video-iframe-container { display: none; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .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); }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container { border-width: 0; border-radius: 0; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#SN3g1e8x6oM9PoXBvEcInW8cPNfl9G4W { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CnpKMTTbVJCeZTn9tVKRauvZ4kWk7d47 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TO9gVlqbFO7IPoyKXD1NWEUQKmsl43QB { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.0625rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOKvTASeZty06yIv48DFXnIIDNvc4RuM { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw li:before{  }
#qTTs6s8hLONs3fmht0dITvw0AmW4MSII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container { background-color: transparent; background-image: none; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container > .video-iframe-container { display: none; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row > .video-iframe-container { display: none; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .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); }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container { border-width: 0; border-radius: 0; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#V5ZBm5f08TeqCGBe4Q63hW7bK35FTTZ9 { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omWcKmcdTEyqpFPEki19EnTzgHx08IbK { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.09375rem;left:3.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ndozwEtwgvEqwt6qZnKz2OQ5hlWVqevX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.90625rem;left:0rem; }
#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container { background-color: transparent; background-image: none; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container > .video-iframe-container { display: none; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row > .video-iframe-container { display: none; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .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); }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container { border-width: 0; border-radius: 0; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#SZVtvQgydmEws7T2gMsSpoo221c2rTE4 { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pw6o3ZRQTgzihKflRJyJKBe8GL0SgSdN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4Q0tL8vC4nH8zgG8PLJv999R675RmTw { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.19970703125rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyJCIZ2PKIfnwlaanSndKfQtMa4RaCRM { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container { background-color: transparent; background-image: none; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container > .video-iframe-container { display: none; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row > .video-iframe-container { display: none; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .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); }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container { border-width: 0; border-radius: 0; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#NFlr8lV7NFe7DgeWs6e9HHTu3bqrnEzS { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WubePQcG59e0C01bCdeJHe2y1aWuOlRF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkOp87W3Pp0qgRxeWFaqboRQeZzau8dq { color:#db9d39;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:8.162109375rem;left:0rem;height:7.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNsSTUsdDBgV8bqwVwwnxLq8oQK2p6c4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container { background-color: transparent; background-image: none; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container > .video-iframe-container { display: none; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row > .video-iframe-container { display: none; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .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); }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container { border-width: 0; border-radius: 0; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#qZignaFgV0beMR4Nccm02Rzm0d5RoQWt { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSJxrzK1DJ777qW5xgouz61Oi9m04ggr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8HP0Q64G3lmUtTLtaJ1Mwa8PHUqtTTh { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:8.1875rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFnpSEe20tbiLbNohVXcgzsmuHS8mGxb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6748046875rem;left:0rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container { background-color: transparent; background-image: none; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container > .video-iframe-container { display: none; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row > .video-iframe-container { display: none; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .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); }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container { border-width: 0; border-radius: 0; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#yoSaf2CSZsS0fBPFtv9wloyoMvqOymEx { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gu6mthLEAt9kbNzu94zGSEhQwqSLpQVR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTbOWaaEFdtXb1uipkMM2zkwm4SdTQN1 { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.19970703125rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLg9lTtJz5RJiEcKDg9fxxn35M7KO35T { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3623046875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4248046875rem;left:0rem;height:5.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx li:before{  }
#CR8P4UREfeAhAcZOPqFRatZ5euECmkvs { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.7060546875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container { background-color: transparent; background-image: none; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container > .video-iframe-container { display: none; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row > .video-iframe-container { display: none; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .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); }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container { border-width: 0; border-radius: 0; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#gV8isq8gBLuo20kRJlPv9LAZyglxz18L { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sko64OmwMIWtIbN0ge84KDyXtU9358b8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.09375rem;left:3.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vb6qp9EErv6N9Gkk1Adz5Lt1E9cBa8xW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.90625rem;left:0rem; }
#pSKkBiougtWkHaA8Hw75In3mRyxHdaam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container { background-color: transparent; background-image: none; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container > .video-iframe-container { display: none; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row > .video-iframe-container { display: none; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .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); }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container { border-width: 0; border-radius: 0; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#MqDH5n66HAuUEWW94roW9AJfNKLbEMHx { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cx3nu19zyQfPFKGoAQw95khDvtmA2J8k { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHfRuC0n8dA0xF6N75vUzPw49vqUyLnV { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.21875rem;left:0rem;height:12.59864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVSuJ6CRhoEtEHAIlSxJztsVuNgrWuvT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0rem;height:10.96875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lsppgWqx9EflmH4FK4rqqr401UQ94xfP { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.5625rem;left:0rem;height:5.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#lsppgWqx9EflmH4FK4rqqr401UQ94xfP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lsppgWqx9EflmH4FK4rqqr401UQ94xfP li:before{  }
#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container { background-color: transparent; background-image: none; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container > .video-iframe-container { display: none; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row > .video-iframe-container { display: none; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .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); }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container { border-width: 0; border-radius: 0; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#I5auAN9cE6B3PEIDCC6NhcX5CdQfLnmN { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeSJDTLXVG1pmKW518oMUVTHypp8iOw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McEd6Icq8TqVJGAUH1O5SxzoszRP2yuT { color:#db9d39;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.0625rem;left:0rem;height:10.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dRnB6GdQuU2yDc6lLH5I20fEiOqyWtzf { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.25rem;left:0rem;height:14.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container { background-color: transparent; background-image: none; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container > .video-iframe-container { display: none; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row > .video-iframe-container { display: none; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .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); }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container { border-width: 0; border-radius: 0; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#Tc4ze54KituC7ln4tfzVTRuIsKcHrRw0 { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r5ZtEV7Cgk1k5v45hzhVDWrBBDF4Xhxr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#po22wSQF3F2KBxARUTPtp6CHSA2x92WS { color:#db9d39;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:7.5rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdoLEuSxCRAO6PKsUKH4WM8gg1sBeNFe { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:12.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l6NGvXTcselXJlxUHroxJbyf1KR0IKKh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.1875rem;left:0rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#l6NGvXTcselXJlxUHroxJbyf1KR0IKKh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l6NGvXTcselXJlxUHroxJbyf1KR0IKKh li:before{  }
#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container { background-color: transparent; background-image: none; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container > .video-iframe-container { display: none; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row > .video-iframe-container { display: none; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .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); }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container { border-width: 0; border-radius: 0; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#BcD4Vra6KJ8bKccIC3qLTwWLILI4Nfpq { color:#db9d39;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCspawSRz8I6t4bfEmfH8EaKLNqDcB8S { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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:none; }#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu > .row .container { border-width: 0; border-radius: 0; }#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:none; }#SQOeoAZ0d0vt61v5C34gTmUy4UTF2iT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.421875rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTF93oS0MyxJ58nQnbMNtLPDJ5MegRqg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.703125rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GphwAs7sLvZRVeaqxZQMWf3hbcriHuK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.328125rem;left:0rem;height:30.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container { background-color: transparent; background-image: none; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container > .video-iframe-container { display: none; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row > .video-iframe-container { display: none; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .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); }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container { border-width: 0; border-radius: 0; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#A9TkWbf5p0Rsv8dOGofqTlgcnJzfk7cB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.421875rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLJOifSEDsrhGQPmUmTgT07XOutwecvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container { background-color: transparent; background-image: none; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container > .video-iframe-container { display: none; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row > .video-iframe-container { display: none; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .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); }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container { border-width: 0; border-radius: 0; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#KyuaZ1C56JBphrsbNOzvTDPDXM4sayxz { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gR4Z6Bv3TgrhdfPHTf4S7grxDnhemhdT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.21875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhRw6eToVyAE6Tv4u70t9uuObnx72yny { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/79d2dc5b-be25-42b9-864a-d4ff301ad815/ProfJacekTomkiewicz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#fhRw6eToVyAE6Tv4u70t9uuObnx72yny.adaptive-delivery-prevent-bg, #fhRw6eToVyAE6Tv4u70t9uuObnx72yny.lazyload, #fhRw6eToVyAE6Tv4u70t9uuObnx72yny.lazyloading { background-image: none; }
#VlKf9Ne1ifhez577QJpMTfmzTInsyXTw { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:15rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ag9w71nH4UTVBT2T8XSE5AzyVG9fcOff { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.89892578125rem;left:15rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/ce5f1bd6-48d2-4302-99fe-e9456c711b3b/BartomiejBaudler.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd.adaptive-delivery-prevent-bg, #Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd.lazyload, #Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd.lazyloading { background-image: none; }
#mvdgc8KrPfnOvdpRpZTrt92Td4xkD1g2 { color:#db9d39;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1lhWckqmEm8bo0F8F8T8KzvTBC4IOGp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.89892578125rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKpNm10J5OLoG7qxT18hrESIzEGM08N8 { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzT16d9n4qPOF6OPQhgPRk5loK6AyGPI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:30.53125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/001f5bbf-6ed3-44a5-8ebe-726c340861bb/IwonaKutyna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX.adaptive-delivery-prevent-bg, #WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX.lazyload, #WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX.lazyloading { background-image: none; }
#vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/8fa48c11-e7bf-4e6c-afd6-5eb8843fa8ee/MichalZembala.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ.adaptive-delivery-prevent-bg, #vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ.lazyload, #vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ.lazyloading { background-image: none; }
#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container { background-color: transparent; background-image: none; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container > .video-iframe-container { display: none; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row > .video-iframe-container { display: none; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .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); }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container { border-width: 0; border-radius: 0; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#ocH9v3gPKtR81dN80EP05LO9HnAh3fPv { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jl302EHqz3HMgTu4f2wEULwhwgSfsFRb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.78125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/09b41ec8-abb9-42be-99d8-f73058e56705/BeataBukowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4.adaptive-delivery-prevent-bg, #k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4.lazyload, #k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4.lazyloading { background-image: none; }
#VyLDweFbFiJ3QOA12eIpiLeu9WMDGQCg { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfXN7MQhIaaeOVmWdxTg7WTdTxLLd3uq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVodHQiDShxExUAzW7qW2x7GQFLdZLVG { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/083f55ce-0817-411a-abf1-3d78832acd1e/MonikaBuchajskaWrobel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#BVodHQiDShxExUAzW7qW2x7GQFLdZLVG.adaptive-delivery-prevent-bg, #BVodHQiDShxExUAzW7qW2x7GQFLdZLVG.lazyload, #BVodHQiDShxExUAzW7qW2x7GQFLdZLVG.lazyloading { background-image: none; }
#RvyKwlWrElb0C304zByDZXUl4SppXeeG { color:#db9d39;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teSoP5OVN7JxplgQylE6tSgi1ABWIShP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/9a5dd65c-8744-43ed-9c5d-cee2031030cc/AlinaSmolarek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r.adaptive-delivery-prevent-bg, #JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r.lazyload, #JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r.lazyloading { background-image: none; }
#DeQVBGPTbXar8CS303QBKF3UonP9dtvW { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SN0C76JfQaUUNMSnmm8GETq19IgHvw0u { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:30.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/a974566e-966b-450b-9ae0-b5a2310f005a/MarcinDabrowski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm.adaptive-delivery-prevent-bg, #WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm.lazyload, #WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm.lazyloading { background-image: none; }
#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container { background-color: transparent; background-image: none; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container > .video-iframe-container { display: none; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row > .video-iframe-container { display: none; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .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); }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container { border-width: 0; border-radius: 0; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#v3clw38K33IiMu5n79NaRZfKRllLQG0g { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6fbKcLTgahTwuHVb460Ltavvy0M1C2F { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.78125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/e157881c-c601-44eb-8de7-b5296c7b5fc9/MonikaRogowska.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN.adaptive-delivery-prevent-bg, #Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN.lazyload, #Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN.lazyloading { background-image: none; }
#J6Iir3OTrs8nXSNgm2mVMEhUoEkAXCU8 { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZW4TN6TH5R0vLmzO5NAUkEHvQHlIlPLC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/1367ecee-b41e-4a4e-959b-ff31edb2e621/MonikaNachya.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U.adaptive-delivery-prevent-bg, #zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U.lazyload, #zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U.lazyloading { background-image: none; }
#AksUB2hTT3qLRotzrdErUdHqHW68xogE { color:#db9d39;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDLLZMPlr6mqViwyQslrCilTe7cRfJG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/e40da4e6-907d-4877-a171-382887b2823b/WaldemarSkorupka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr.adaptive-delivery-prevent-bg, #CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr.lazyload, #CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr.lazyloading { background-image: none; }
#tNfnIZWxlEiDCPXStBE014UJTqnJ5AJ9 { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLNCEGgDMkuCrnDegR8fScIf3s3kJvUH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:30.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmMgNxlThs76bugVTx5QkTFdSIewNtrm { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/0b371cad-ec6a-4f78-9ec0-e027fad1792c/AgnieszkaPogorzelska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#kmMgNxlThs76bugVTx5QkTFdSIewNtrm.adaptive-delivery-prevent-bg, #kmMgNxlThs76bugVTx5QkTFdSIewNtrm.lazyload, #kmMgNxlThs76bugVTx5QkTFdSIewNtrm.lazyloading { background-image: none; }
#lFmGmHSO7whCHTyknQKMlEvzGww7R56M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container { background-color: transparent; background-image: none; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container > .video-iframe-container { display: none; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row > .video-iframe-container { display: none; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .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); }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container { border-width: 0; border-radius: 0; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#I7rFk9COtWZ5hehpvIa6HKUv3yxWglG1 { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZsXfG1un8GgKVteTy5R2FpscPm1ifEc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.78125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODBuropJC2iQPmNo2QmtniATT1FNu1KT { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/04431f6c-2496-4f22-b627-290bfa040720/KatarzynaWoszczyna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#ODBuropJC2iQPmNo2QmtniATT1FNu1KT.adaptive-delivery-prevent-bg, #ODBuropJC2iQPmNo2QmtniATT1FNu1KT.lazyload, #ODBuropJC2iQPmNo2QmtniATT1FNu1KT.lazyloading { background-image: none; }
#pL6UM5l1x0eh4gAe10qDnd9GpJUyTVT3 { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2K88X6AvKIKLkkzWePVa0SX84PpeQb8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EclTEKyU4hAezVFiBibxllqsINDb6cxq { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/8a29981a-2a9b-4139-a6a1-1f76d9b9ee1c/JoannaKlimas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#EclTEKyU4hAezVFiBibxllqsINDb6cxq.adaptive-delivery-prevent-bg, #EclTEKyU4hAezVFiBibxllqsINDb6cxq.lazyload, #EclTEKyU4hAezVFiBibxllqsINDb6cxq.lazyloading { background-image: none; }
#uqBRCK7lHisThIwfr3hk8JGST77TwxvS { color:#db9d39;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyC0JluafCNgllaOdGxBA9aueyQseR8P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC1rPQkAk9bknDluDoZw9ggarJyr4an4 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/55d01cd6-a5c0-4334-b35b-7bbab099881b/JakubKaszuba.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#xC1rPQkAk9bknDluDoZw9ggarJyr4an4.adaptive-delivery-prevent-bg, #xC1rPQkAk9bknDluDoZw9ggarJyr4an4.lazyload, #xC1rPQkAk9bknDluDoZw9ggarJyr4an4.lazyloading { background-image: none; }
#BHEfsHOyvXH9AGz7I6uKS6WTGoJXHabp { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbaxGUNM44e9X50hyUm5zaCZCZStSMeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:30.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/654929b7-f499-41a8-8e23-694387cd4215/JacekKowalski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU.adaptive-delivery-prevent-bg, #wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU.lazyload, #wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU.lazyloading { background-image: none; }
#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container { background-color: transparent; background-image: none; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container > .video-iframe-container { display: none; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row > .video-iframe-container { display: none; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .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); }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container { border-width: 0; border-radius: 0; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#OpImMsgDtDSMx08cPW48iTOD74sE0vxl { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBlt4HeEkJCnkaxLXewZ1ShpIeZN45Wu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.21875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVbzJ35C8EL6wsxJwGBdEvdpltwO97ka { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUdbZ6koqhEsrL2oND9VxDQFGOVwX9Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF7llUuBeZuAGJvs3bJSX0zOtkAK3d0w { color:#db9d39;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPpxaap8IIRDUQn5sJJ19FrxGw51pTzL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tchn0FzAAkBUqGVyoHUmSotCsrAGeqCQ { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7VTXiSBIPTqdkhKITXycEfst9ZZ23cO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:30.53125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/6f74be64-e07b-463b-ba57-3f07008bbf62/KatarzynaBudzik.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ.adaptive-delivery-prevent-bg, #snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ.lazyload, #snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ.lazyloading { background-image: none; }
#fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/50467b52-3751-4075-bb69-f1a6b9418e7f/KatarzynaGebala.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5.adaptive-delivery-prevent-bg, #fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5.lazyload, #fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5.lazyloading { background-image: none; }
#wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/84db5683-05e8-43a9-851b-fbde7f6abc2b/MarcinSuchar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO.adaptive-delivery-prevent-bg, #wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO.lazyload, #wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO.lazyloading { background-image: none; }
#lw63nUTMATZoCB66J7QMTsxqyAyFIvQa { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/b262b4ae-a055-499a-9151-abe0d3c0ffa7/PiotrLipa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#lw63nUTMATZoCB66J7QMTsxqyAyFIvQa.adaptive-delivery-prevent-bg, #lw63nUTMATZoCB66J7QMTsxqyAyFIvQa.lazyload, #lw63nUTMATZoCB66J7QMTsxqyAyFIvQa.lazyloading { background-image: none; }
#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container { background-color: transparent; background-image: none; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container > .video-iframe-container { display: none; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row > .video-iframe-container { display: none; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .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); }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container { border-width: 0; border-radius: 0; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#saENcowKXw7QAULQurssPgOPkwJ2Z1ZZ { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCJTc3aHyegaoNghNSgXMK0k0EZJo55x { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQvgi8OnEgzkPSVARZru6gCc9tizqnz7 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/90e1e441-2f3f-4f16-9b9d-61b4690f35a8/ArturMiernik.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#cQvgi8OnEgzkPSVARZru6gCc9tizqnz7.adaptive-delivery-prevent-bg, #cQvgi8OnEgzkPSVARZru6gCc9tizqnz7.lazyload, #cQvgi8OnEgzkPSVARZru6gCc9tizqnz7.lazyloading { background-image: none; }
#ENA6bltZZGQBfKVKablRZQE3t6CsVqkf { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/bf0593aa-8f7f-41da-b04c-c908263c5b8e/RomanWendt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#ENA6bltZZGQBfKVKablRZQE3t6CsVqkf.adaptive-delivery-prevent-bg, #ENA6bltZZGQBfKVKablRZQE3t6CsVqkf.lazyload, #ENA6bltZZGQBfKVKablRZQE3t6CsVqkf.lazyloading { background-image: none; }
#QO5P47E3skhVtLVmbTIpWJNkLvEaWF5B { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4365234375rem;left:15.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPzhVTIpBykDLtT79TEiedNz8eJH4tf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.1875rem;left:15.1875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/d3866502-9865-4647-9441-2450b102a0cd/JacekJanczuk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R.adaptive-delivery-prevent-bg, #NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R.lazyload, #NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R.lazyloading { background-image: none; }
#BbSufHsLawQXiy8iGTUnCQZ1WVaMtOTo { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4365234375rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIOr45HVWTOEn9edztuowNZ2nuqLKG43 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:30.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kzo9UAEl8e1huSmlkgkmAT6RbTzJJmtI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:45.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0BBT9qdrVEMNn1inHZHXHmiRVZ9d8CC { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5625rem;left:45.125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uorRmSLo1JOluheM4TUMQFNVRWgWmKkm { position:absolute;display:block;z-index:15011;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/d7d00762-0106-4574-9794-680de1a7e7d1/JolantaEmerli.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.1875rem;left:46.8125rem;display:block; }#uorRmSLo1JOluheM4TUMQFNVRWgWmKkm.adaptive-delivery-prevent-bg, #uorRmSLo1JOluheM4TUMQFNVRWgWmKkm.lazyload, #uorRmSLo1JOluheM4TUMQFNVRWgWmKkm.lazyloading { background-image: none; }
#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container { background-color: transparent; background-image: none; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container > .video-iframe-container { display: none; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row > .video-iframe-container { display: none; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .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); }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container { border-width: 0; border-radius: 0; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#qEJbbw2AVPpr9wlhbaUwSuNNxKXKNfQg { color:#db9d39;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTvMC1RrbnshXEanRzEMZ5xrLLkJbQeN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/1e0528b6-2452-428a-80e3-f3cd54d90ba8/LetnieForumLiderowPrelegenci2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1.adaptive-delivery-prevent-bg, #doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1.lazyload, #doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1.lazyloading { background-image: none; }
#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db9d39;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; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container { background-color: transparent; background-image: none; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container > .video-iframe-container { display: none; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row > .video-iframe-container { display: none; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .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); }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container { border-width: 0; border-radius: 0; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#OlE6zckSnwCQ1o8eLNklrkMSHcZIZyKl { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.9375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db9d39;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; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container { background-color: transparent; background-image: none; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container > .video-iframe-container { display: none; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row > .video-iframe-container { display: none; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .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); }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container { border-width: 0; border-radius: 0; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#MtVrq931UkiAwFcpoWbHTgX4ECeSoBzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0.46875rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdfs2c7L8hbFk0FM21viTveS4qWTB3ve { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7.6875rem;left:17.53125rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dDfZEDcS9fy9aILeiNrI4Lt4BKGqzl3C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.6875rem;left:30.0625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#McIb8VkIDWmHkywQ53gL8Bqad37eATKT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:7.6875rem;left:45.9375rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#omH57fv74icXT459viVmkTuvCrM0C1cM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.125rem;left:5.375rem; }
#W2hzR159MzRky5CVe6e0lnTrtFM5lR80 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.125rem;left:20.375rem; }
#h2uz4DTvrUvn4T68blwAVMUtcMmcTgM3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.125rem;left:50.375rem; }
#UOn3X9dl1bOIDT7xgC5pLuiAKJCxfZ4c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.125rem;left:35.375rem; }
#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container { background-color: transparent; background-image: none; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container > .video-iframe-container { display: none; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row > .video-iframe-container { display: none; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .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); }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container { border-width: 0; border-radius: 0; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#dTsICHsxUcthEdMOC1w5kHN3CCh7Q7WC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#BOvlm2yN2i64aeZP6cA5eErNy3myJHo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0625rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7W4frWsduec0uEucXLJbHDMETCfFrZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container { background-color: transparent; background-image: none; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container > .video-iframe-container { display: none; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row > .video-iframe-container { display: none; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .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); }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container { border-width: 0; border-radius: 0; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#JnTFtiSI9SrrduJQwJAyWpo1bTdmOyIw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#ah6cOLMNp1MApANflTF20BPUCPsi5XHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container { background-color: transparent; background-image: none; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container > .video-iframe-container { display: none; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row > .video-iframe-container { display: none; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .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); }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container { border-width: 0; border-radius: 0; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#JQJFSkiA8lGA19mSN15OhBK0pxgnzfrS { background-color:#08335d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.375rem;left:21.5rem;display:block; }
#TQJAzvnwbhKTa1I5J7Nso3hJ5zy1eWl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container { background-color: transparent; background-image: none; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container > .video-iframe-container { display: none; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row > .video-iframe-container { display: none; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .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); }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container { border-width: 0; border-radius: 0; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container { font-size:0.875rem;font-family:"open sans";height:12.9375rem;width:60rem;position:relative;display:block; }#L0AmGqeRBlOT1nZTMfCif9SPNG1553Ik { color:#08335d;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.53125rem;left:11.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HLTdTrI3DBPDhqQRxSx752R1g8pXn4hh { 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:6.375rem;width:10.125rem;top:5.46875rem;left:24.9375rem;overflow:hidden;display:block; }
#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container { background-color: transparent; background-image: none; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container > .video-iframe-container { display: none; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row > .video-iframe-container { display: none; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .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); }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container { border-width: 0; border-radius: 0; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container { font-size:0.875rem;font-family:"open sans";height:19.3125rem;width:60rem;position:relative;display:block; }#NABE8hdVsF65lCfLVZn2oNGgVFloBEE3 { 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:7.3125rem;width:12.625rem;top:3.71875rem;left:32.375rem;overflow:hidden;display:block; }
#R6qXmxVnKCIutTXi7srZowQBrthv6kkW { color:#08335d;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:11.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkyxpgnT4LDWcyaoQlWGZthdAacubcG2 { 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:6.875rem;width:6.875rem;top:3.9375rem;left:6.25rem;overflow:hidden;display:block; }
#tJdRbL7RkIEqX94uKyGTa0FRX4AhdV23 { 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:4.8125rem;width:15.0625rem;top:4.9375rem;left:16.125rem;overflow:hidden;display:block; }
#e1V5WXlsStZ4MTsa5OEZb1ZdnRGd8c5l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:16.9375rem;top:12.0625rem;left:9.9375rem;overflow:hidden;display:block; }
#PouMIlZJymHSsVhVnyt8wQcFXJbvxll4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:10.875rem;top:11.40625rem;left:28.9375rem;overflow:hidden;display:block; }
#ZOcwmo7UyZW8BnsaFbNORRD3GMKLfmM1 { 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:6rem;width:6rem;top:10.875rem;left:43.9375rem;overflow:hidden;display:block; }
#mhvBBuDrSsLOKBBMCNkIuaU7iTVpWA8s { 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:9.6875rem;width:9.6875rem;top:1.9375rem;left:46.4375rem;overflow:hidden;display:block; }
#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08335d;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; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container { background-color: transparent; background-image: none; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container > .video-iframe-container { display: none; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row > .video-iframe-container { display: none; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .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); }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container { border-width: 0; border-radius: 0; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container { font-size:0.875rem;font-family:"open sans";height:22.1875rem;width:60rem;position:relative;display:block; }#OeMnFky5foeZRLczsV6qswT5KnQhabTI { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:11.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5nrKzLNWmbdHoUWWD0c5Dg1yJ0fu7De { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.125rem;left:0rem;height:11.0244rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm { display:block; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM23JlSAehno4wdx5hF4m0BlW8HTq1en { top:0.6875rem;left:0rem;width:13rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1RTknKO4vzO5oTZRi1GfwPhmD060KP { width:8.75rem;height:2.1875rem;top:3.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI4gL2tv1GG3RCaUdDNayZfpl5ZACvzw { display:block; }
 }@media only screen and (max-width: 763px) { #TrquKB8cKn29T3xaoJXpewxPhpwkk5Tf { width:6.5rem;height:2.1875rem;top:3.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDqNHWrawiwbHZG0TkwDH1WRclWVlsQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DskXssewFMyhpSkwiIL8Pqq6WtlcuxQe { width:6.5rem;height:2.1875rem;top:3.25rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6cJvbwBopF33vVcBcCEQQPKEGDDZ8pI { display:block; }
 }@media only screen and (max-width: 763px) { #h7fcoogg6aCP4cBPPQhE3WSUyVQVtGmi { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HD2MIloe0IJnKkKbbtVa6pQwezqk7n { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt  { width:20.1875rem;height:auto;top:9.5625rem;left:24.8125rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt {display:block;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt { width:20.1875rem;height:auto;top:9.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #gMJHSQChqdAW9SKJcxr1Jo7RS2O30m3V {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TngUx2n66W0HOdAlJ1rOvRac0o2MQ4h6 { display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #ZQZ6JUWlzya6s1idthr2fKzB2nTOHqxV {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #SNFwST5bmvuOWPPlDCeE87dXFTwUcRKg {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #RrTINQMod1TBXs3xMFfSpvDvgdWaO3iz { display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #PD82OW5FwTps3ooQsmPkbWNfUZd5Gr28 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Is7vGxQM4whGTOhT342EcEBRzgCumndf {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xKyZH0o39mM2iIHTDnGeAk3TTTAocVm0 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Gkind07UNDAE2L5hkMmuCgphKFgJLBDD {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xL9ZJRPmizVcqRPbeFzxViOoQgndXcE0 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #duOXBt145bwHPZTHfla1AaXJUNQhlXOO {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #a5qfGp4rv83LgKXXwr8Cw9ay1em6R7eV {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #B9oNF8hNriQfTJ37kFplTvxiicX37hLw {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #lAX3nP6q4VbopS9ksKK3W0hWTr1ucea3 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #wgdzDADvGqbuWmhVb4gDPfKBfu4KGufg {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #obmx7ogz5AZE8CUEduqL0ugp8DVoI9Wb {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #We7wsJdqMUBiMTTTVvTB3aBPXddRy1UZ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #eAelTHUndItbQ8GbgTK8LUEbPna0VtTt {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #GVGMERQJdLfn1GFn8IFcs4QHzqHZX3xQ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #BGAdy8nCMVtWNMlurr94LKwHRE3M6KmJ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TUVMqhC4MSrWoWGw6du1bvrcGdTycGmI {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #igGhy6wqhHkNVNJlfv2hcpzF9gdiHgMn {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xzPRVzvqKLWGdxQWW7R0oHWqCPDWLtZ3 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #rWuTtU3EGvz1lT5S1r1iqNdJBOfzmIJF {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uTDzJPAVmzHwKusw2Un6xCiRQQwVJP6r {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #tyGkxyu30J7CATe43r1TdqbCiTDeTFTW {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #o4hbngZJOAbRfSXwSW7w0mhKfzNbDvGp {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #XbNv2if1LQSZUZA5cVTSolq9qU1PPhgb {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uek9To6RbQGLXXleRMRLKms8yuV0stdM {  }
 }@media only screen and (max-width: 763px) { #O5QRPBcOM6A7axqzHL617XPP4ueTTZZr { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6rbsGWBgxRLEcZp4H3ohJtDR2TJMdwf { width:10.75rem;height:3.5625rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpyTHeZIV9wIMtAXhPQ8VQFa9uIsr4u { width:16.0625rem;height:3.5625rem;top:23.9375rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBUHiffSdE0dMZML9ZSRVMTrTapTTlQ { width:0.125rem;height:2.875rem;top:24.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGzCSSl7LME5vGnJExx4d01Nd5MvuQ3 { width:2.375rem;height:2.375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72TeydxxdnmAgAAPAOAy1lSE0O234k8 { width:2.375rem;height:2.375rem;top:24.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb49xsxZaizE3JTx01Ece6BZX3WIM3zk { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #LzHCqisZBR3sETSX8tCg9uJ5WqVIVozZ { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #aSnM9D02qEbkJp6tJcAfCCMxpAdqGUCC { width:14.625rem;height:3.5rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcaZBUPDDhoQ6eL0IbBz3gsvAqMO95DB { display:block; }
 }@media only screen and (max-width: 763px) { #zSHT3OmluzMi6M0nJMx6iO33alST0RC7 { top:37.9375rem;left:0rem;width:29rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dguaNZIhfdy5XIKy3U6MFuqxQhXdOEZi { top:44.4375rem;left:0rem;width:28.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 { display:block; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsZZSInmES5mesKOss781nGoLAbzQMmC { width:2.375rem;height:4.875rem;top:1.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4AhkJG0RRkke0Ti7EkRx26KvlB4IiUo { width:12.4375rem;height:1.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwEgOe5H6afl4HIZAcFXv5EhqEnUmWuW { width:14.625rem;height:1.9375rem;top:8.75rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdHoQmXqEkCWuIblF3vX0ZaENLpcy4f { width:4.6875rem;height:4.875rem;top:1.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7WB8JbWysFPULxDoSMmxGQHBtPdZRy5 { width:14.625rem;height:1.9375rem;top:8.75rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghCdTLqMtXkBBfph1QwSRdT49QG8Dqxm { width:2.375rem;height:4.875rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTlOFuZlr8hVondO0ddXIT7uEnIXW5T { width:4.6875rem;height:4.875rem;top:1.4375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHXOBU22NMSegFkWwp3Tzd9rEtEvOt4 { width:14.625rem;height:1.9375rem;top:8.75rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NusnNck49y2WxagHHRnT4GT1PfqgTRJx { display:block; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3kuA1ozTN4VeTL3ZWIwktxn7e1fkFCK { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTX4rphxSvSRVicnSkNAl35I3RGLTTgM { display:block; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD6qbhcWNi9XZVGcGKV7HcUaEJmi6eOa { top:1.875rem;left:0rem;width:47.75rem;height:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP { display:block; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRaxgd1iM4UTMyoVmbogxS89nB8RiqTA { width:14.6875rem;height:3.3125rem;top:0.8125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APhkTX4Jehli0Wz1pScRA4epvlPWdkDr { display:block; }
 }@media only screen and (max-width: 763px) { #yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 { display:block; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2s2mcNNha8kskmIFnoXV9qT4VwTgAm9 { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymD3zF9AMtpXmnCM3ShahawKamsVe036 { display:block; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haTQyXwXakWdHIOH6OiQSJ5hDZ7EP96L { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQgTBziQbIkrFsa6JTPeuxdN5nIxq1Zd { width:47.75rem;height:2rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQdET3ypWAWz8UCtLk04Abkybat7X10G { display:block; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfnZqnWWWGwqaxFWZwEzXvakIdpIsCcq { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FByZPW5WiooIyc9uAGaCTUf8FoEQsJl7 { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdw6u35kIEbcztOon7Lvdh7k1VZPrQ1P { width:41.6875rem;height:3.5rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK { display:block; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omtniwQu1sXEAoPXi5SXWiklR4p3yCLT { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsU1gcJJQprSehcB2plu4wPouWMGOQ1V { width:47.75rem;height:4.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAffsH718soRe9Sl8tf7fNFrJVKadF1F { width:47.75rem;height:1.75rem;top:8.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN6ZAHHr6wL6pQ5GstBVgBOf9zPCp7nw { top:10.625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU { display:block; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OusunV5JeVVGo3wBpGpyMtZr6vePVvJp { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMI4gW28iVqPzA0r6rts72qxuV9R2Osr { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spuguq3RlRMN6OatnESlmiiGbXwHhytx { width:47.75rem;height:1.75rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbiqRUZdaz22VSKXLBDB0RDe8vx7LKom { top:8.375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmrzwWFoFGm33054dSuM4vL4N564TAsC { display:block; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN3g1e8x6oM9PoXBvEcInW8cPNfl9G4W { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpKMTTbVJCeZTn9tVKRauvZ4kWk7d47 { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO9gVlqbFO7IPoyKXD1NWEUQKmsl43QB { width:47.75rem;height:1.75rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKvTASeZty06yIv48DFXnIIDNvc4RuM { top:8.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw { top:12.875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw li:before{  }
 }@media only screen and (max-width: 763px) { #qTTs6s8hLONs3fmht0dITvw0AmW4MSII { display:block; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ZBm5f08TeqCGBe4Q63hW7bK35FTTZ9 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omWcKmcdTEyqpFPEki19EnTzgHx08IbK { width:47.75rem;height:2rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndozwEtwgvEqwt6qZnKz2OQ5hlWVqevX { top:3.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVT6Iz832AUf2dXl19UQglGtKoNJs19 { display:block; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZVtvQgydmEws7T2gMsSpoo221c2rTE4 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw6o3ZRQTgzihKflRJyJKBe8GL0SgSdN { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q0tL8vC4nH8zgG8PLJv999R675RmTw { width:47.75rem;height:1.75rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJCIZ2PKIfnwlaanSndKfQtMa4RaCRM { top:8.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGJTg87hOCl8qIHwSwO0vnhprN51LlTb { display:block; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFlr8lV7NFe7DgeWs6e9HHTu3bqrnEzS { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WubePQcG59e0C01bCdeJHe2y1aWuOlRF { width:47.75rem;height:4.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOp87W3Pp0qgRxeWFaqboRQeZzau8dq { width:47.75rem;height:7.1875rem;top:8.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNsSTUsdDBgV8bqwVwwnxLq8oQK2p6c4 { top:16.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQWAkLThVc0gcZ3STKATW93GA8b1F2B { display:block; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZignaFgV0beMR4Nccm02Rzm0d5RoQWt { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJxrzK1DJ777qW5xgouz61Oi9m04ggr { width:47.75rem;height:4.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HP0Q64G3lmUtTLtaJ1Mwa8PHUqtTTh { width:47.75rem;height:3.5625rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnpSEe20tbiLbNohVXcgzsmuHS8mGxb { top:12.625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW { display:block; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoSaf2CSZsS0fBPFtv9wloyoMvqOymEx { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6mthLEAt9kbNzu94zGSEhQwqSLpQVR { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbOWaaEFdtXb1uipkMM2zkwm4SdTQN1 { width:47.75rem;height:3.5625rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLg9lTtJz5RJiEcKDg9fxxn35M7KO35T { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx { top:13.375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx li:before{  }
 }@media only screen and (max-width: 763px) { #CR8P4UREfeAhAcZOPqFRatZ5euECmkvs { top:20.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy { display:block; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV8isq8gBLuo20kRJlPv9LAZyglxz18L { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sko64OmwMIWtIbN0ge84KDyXtU9358b8 { width:47.75rem;height:2rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb6qp9EErv6N9Gkk1Adz5Lt1E9cBa8xW { top:3.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKkBiougtWkHaA8Hw75In3mRyxHdaam { display:block; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqDH5n66HAuUEWW94roW9AJfNKLbEMHx { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3nu19zyQfPFKGoAQw95khDvtmA2J8k { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHfRuC0n8dA0xF6N75vUzPw49vqUyLnV { width:47.75rem;height:12.5625rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSuJ6CRhoEtEHAIlSxJztsVuNgrWuvT { top:20.3125rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsppgWqx9EflmH4FK4rqqr401UQ94xfP { top:32.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.9375rem;display:block; }#lsppgWqx9EflmH4FK4rqqr401UQ94xfP li:before{  }
 }@media only screen and (max-width: 763px) { #TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb { display:block; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5auAN9cE6B3PEIDCC6NhcX5CdQfLnmN { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSJDTLXVG1pmKW518oMUVTHypp8iOw6 { width:47.75rem;height:2.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McEd6Icq8TqVJGAUH1O5SxzoszRP2yuT { width:47.75rem;height:10.75rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRnB6GdQuU2yDc6lLH5I20fEiOqyWtzf { top:18.25rem;left:0rem;width:47.75rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 { display:block; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc4ze54KituC7ln4tfzVTRuIsKcHrRw0 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZtEV7Cgk1k5v45hzhVDWrBBDF4Xhxr { width:47.75rem;height:4.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po22wSQF3F2KBxARUTPtp6CHSA2x92WS { width:47.75rem;height:3.625rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdoLEuSxCRAO6PKsUKH4WM8gg1sBeNFe { top:12rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6NGvXTcselXJlxUHroxJbyf1KR0IKKh { top:25.1875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#l6NGvXTcselXJlxUHroxJbyf1KR0IKKh li:before{  }
 }@media only screen and (max-width: 763px) { #dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ { display:block; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcD4Vra6KJ8bKccIC3qLTwWLILI4Nfpq { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCspawSRz8I6t4bfEmfH8EaKLNqDcB8S { width:47.75rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1RFuNrGRJH9qPDcxiS0zcEahe38csJu { display:block; }#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQOeoAZ0d0vt61v5C34gTmUy4UTF2iT4 { top:2.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTF93oS0MyxJ58nQnbMNtLPDJ5MegRqg { top:5.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GphwAs7sLvZRVeaqxZQMWf3hbcriHuK8 { top:9.3125rem;left:0rem;width:47.75rem;height:30.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf { display:block; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9TkWbf5p0Rsv8dOGofqTlgcnJzfk7cB { top:2.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJOifSEDsrhGQPmUmTgT07XOutwecvx { display:block; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyuaZ1C56JBphrsbNOzvTDPDXM4sayxz { width:14.625rem;height:1.4375rem;top:13.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4Z6Bv3TgrhdfPHTf4S7grxDnhemhdT { width:14.6875rem;height:2.5625rem;top:15.1875rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRw6eToVyAE6Tv4u70t9uuObnx72yny { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlKf9Ne1ifhez577QJpMTfmzTInsyXTw { width:14.625rem;height:1.4375rem;top:13.375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag9w71nH4UTVBT2T8XSE5AzyVG9fcOff { width:14.625rem;height:3.875rem;top:14.875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvdgc8KrPfnOvdpRpZTrt92Td4xkD1g2 { width:14.875rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lhWckqmEm8bo0F8F8T8KzvTBC4IOGp { width:14.625rem;height:3.875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKpNm10J5OLoG7qxT18hrESIzEGM08N8 { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzT16d9n4qPOF6OPQhgPRk5loK6AyGPI { width:13.9375rem;height:2.5625rem;top:15.1875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 { display:block; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocH9v3gPKtR81dN80EP05LO9HnAh3fPv { width:14.625rem;height:1.4375rem;top:13.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl302EHqz3HMgTu4f2wEULwhwgSfsFRb { width:13.4375rem;height:3.875rem;top:15.1875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4 { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLDweFbFiJ3QOA12eIpiLeu9WMDGQCg { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfXN7MQhIaaeOVmWdxTg7WTdTxLLd3uq { width:14.625rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVodHQiDShxExUAzW7qW2x7GQFLdZLVG { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvyKwlWrElb0C304zByDZXUl4SppXeeG { width:14.875rem;height:1.4375rem;top:13.3125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teSoP5OVN7JxplgQylE6tSgi1ABWIShP { width:14.625rem;height:2.5625rem;top:15.3125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQVBGPTbXar8CS303QBKF3UonP9dtvW { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN0C76JfQaUUNMSnmm8GETq19IgHvw0u { width:14.625rem;height:2.5625rem;top:15.3125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL { display:block; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3clw38K33IiMu5n79NaRZfKRllLQG0g { width:14.625rem;height:1.4375rem;top:13.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6fbKcLTgahTwuHVb460Ltavvy0M1C2F { width:13.4375rem;height:3.875rem;top:15.1875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Iir3OTrs8nXSNgm2mVMEhUoEkAXCU8 { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW4TN6TH5R0vLmzO5NAUkEHvQHlIlPLC { width:14.8125rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AksUB2hTT3qLRotzrdErUdHqHW68xogE { width:14.875rem;height:1.4375rem;top:13.3125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDLLZMPlr6mqViwyQslrCilTe7cRfJG0 { width:14.625rem;height:3.875rem;top:15.3125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNfnIZWxlEiDCPXStBE014UJTqnJ5AJ9 { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNCEGgDMkuCrnDegR8fScIf3s3kJvUH { width:14.625rem;height:2.5625rem;top:15.3125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmMgNxlThs76bugVTx5QkTFdSIewNtrm { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmGmHSO7whCHTyknQKMlEvzGww7R56M { display:block; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7rFk9COtWZ5hehpvIa6HKUv3yxWglG1 { width:14.625rem;height:1.4375rem;top:13.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsXfG1un8GgKVteTy5R2FpscPm1ifEc { width:13.4375rem;height:2.5625rem;top:15.1875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODBuropJC2iQPmNo2QmtniATT1FNu1KT { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6UM5l1x0eh4gAe10qDnd9GpJUyTVT3 { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2K88X6AvKIKLkkzWePVa0SX84PpeQb8 { width:14.8125rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EclTEKyU4hAezVFiBibxllqsINDb6cxq { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBRCK7lHisThIwfr3hk8JGST77TwxvS { width:14.875rem;height:1.4375rem;top:13.3125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyC0JluafCNgllaOdGxBA9aueyQseR8P { width:14.625rem;height:3.875rem;top:15.3125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC1rPQkAk9bknDluDoZw9ggarJyr4an4 { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHEfsHOyvXH9AGz7I6uKS6WTGoJXHabp { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbaxGUNM44e9X50hyUm5zaCZCZStSMeZ { width:14.625rem;height:2.5625rem;top:15.3125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 { display:block; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpImMsgDtDSMx08cPW48iTOD74sE0vxl { width:14.625rem;height:1.4375rem;top:13.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBlt4HeEkJCnkaxLXewZ1ShpIeZN45Wu { width:14.6875rem;height:2.5625rem;top:15.1875rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbzJ35C8EL6wsxJwGBdEvdpltwO97ka { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdbZ6koqhEsrL2oND9VxDQFGOVwX9Tw { width:14.625rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF7llUuBeZuAGJvs3bJSX0zOtkAK3d0w { width:14.875rem;height:1.4375rem;top:13.3125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPpxaap8IIRDUQn5sJJ19FrxGw51pTzL { width:14.625rem;height:2.5625rem;top:15.3125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchn0FzAAkBUqGVyoHUmSotCsrAGeqCQ { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7VTXiSBIPTqdkhKITXycEfst9ZZ23cO { width:13.9375rem;height:2.5625rem;top:15.1875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5 { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw63nUTMATZoCB66J7QMTsxqyAyFIvQa { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 { display:block; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saENcowKXw7QAULQurssPgOPkwJ2Z1ZZ { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCJTc3aHyegaoNghNSgXMK0k0EZJo55x { width:14.625rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQvgi8OnEgzkPSVARZru6gCc9tizqnz7 { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENA6bltZZGQBfKVKablRZQE3t6CsVqkf { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5P47E3skhVtLVmbTIpWJNkLvEaWF5B { width:14.625rem;height:1.4375rem;top:13.375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPzhVTIpBykDLtT79TEiedNz8eJH4tf2 { width:14.625rem;height:6.4375rem;top:15.1875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbSufHsLawQXiy8iGTUnCQZ1WVaMtOTo { width:14.625rem;height:1.4375rem;top:13.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIOr45HVWTOEn9edztuowNZ2nuqLKG43 { width:14.625rem;height:2.5625rem;top:15.1875rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzo9UAEl8e1huSmlkgkmAT6RbTzJJmtI { width:14.6875rem;height:2.5625rem;top:15.3125rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BBT9qdrVEMNn1inHZHXHmiRVZ9d8CC { width:14.625rem;height:1.4375rem;top:13.5625rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uorRmSLo1JOluheM4TUMQFNVRWgWmKkm { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ { display:block; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEJbbw2AVPpr9wlhbaUwSuNNxKXKNfQg { width:14.625rem;height:1.4375rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvMC1RrbnshXEanRzEMZ5xrLLkJbQeN { width:14.625rem;height:1.25rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1 { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp { display:block; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlE6zckSnwCQ1o8eLNklrkMSHcZIZyKl { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU { display:block; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtVrq931UkiAwFcpoWbHTgX4ECeSoBzJ { top:7.6875rem;left:0rem;width:14.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdfs2c7L8hbFk0FM21viTveS4qWTB3ve { top:7.6875rem;left:12.9375rem;width:9.9375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDfZEDcS9fy9aILeiNrI4Lt4BKGqzl3C { top:7.6875rem;left:20.9375rem;width:14.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McIb8VkIDWmHkywQ53gL8Bqad37eATKT { top:7.6875rem;left:34.5625rem;width:13.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omH57fv74icXT459viVmkTuvCrM0C1cM { top:2.125rem;left:3.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2hzR159MzRky5CVe6e0lnTrtFM5lR80 { top:2.125rem;left:15.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2uz4DTvrUvn4T68blwAVMUtcMmcTgM3 { top:2.125rem;left:39.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOn3X9dl1bOIDT7xgC5pLuiAKJCxfZ4c { top:2.125rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzcT9LVNGIa16GZH68TA1Qf38B5AITp { display:block; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTsICHsxUcthEdMOC1w5kHN3CCh7Q7WC { top:8.8125rem;left:0rem;width:47.75rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOvlm2yN2i64aeZP6cA5eErNy3myJHo2 { top:4.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7W4frWsduec0uEucXLJbHDMETCfFrZe { display:block; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnTFtiSI9SrrduJQwJAyWpo1bTdmOyIw { top:0rem;left:0rem;width:47.75rem;height:26.610677083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6cOLMNp1MApANflTF20BPUCPsi5XHx { display:block; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQJFSkiA8lGA19mSN15OhBK0pxgnzfrS { width:17rem;height:3.8125rem;top:2.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJAzvnwbhKTa1I5J7Nso3hJ5zy1eWl5 { display:block; }
 }@media only screen and (max-width: 763px) { #yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO { display:block; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AmGqeRBlOT1nZTMfCif9SPNG1553Ik { top:2.5rem;left:5.25rem;width:37.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTdTrI3DBPDhqQRxSx752R1g8pXn4hh { top:5.4375rem;left:18.8125rem;width:10.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb { display:block; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NABE8hdVsF65lCfLVZn2oNGgVFloBEE3 { top:3.6875rem;left:26.25rem;width:12.625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qXmxVnKCIutTXi7srZowQBrthv6kkW { top:0.625rem;left:5.1875rem;width:37.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkyxpgnT4LDWcyaoQlWGZthdAacubcG2 { top:3.9375rem;left:0.125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdRbL7RkIEqX94uKyGTa0FRX4AhdV23 { top:4.9375rem;left:10rem;width:15.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1V5WXlsStZ4MTsa5OEZb1ZdnRGd8c5l { top:12.0625rem;left:3.8125rem;width:16.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouMIlZJymHSsVhVnyt8wQcFXJbvxll4 { top:11.375rem;left:22.8125rem;width:10.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcwmo7UyZW8BnsaFbNORRD3GMKLfmM1 { top:10.875rem;left:37.8125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhvBBuDrSsLOKBBMCNkIuaU7iTVpWA8s { top:1.9375rem;left:38.0625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A { display:block; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeMnFky5foeZRLczsV6qswT5KnQhabTI { top:3.375rem;left:5.25rem;width:37.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5nrKzLNWmbdHoUWWD0c5Dg1yJ0fu7De { width:46.8125rem;height:11rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm { background-color:#08335d;background-image:none;display:block; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { background-color: transparent; background-image: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container > .video-iframe-container { display: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row > .video-iframe-container { display: none; }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .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); }#OTG6u05KRPmVxRNSb4DzxWnVow5PkUXm > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM23JlSAehno4wdx5hF4m0BlW8HTq1en { width:13rem;height:7.3125rem;top:0rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1RTknKO4vzO5oTZRi1GfwPhmD060KP { width:7.875rem;height:2.1875rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI4gL2tv1GG3RCaUdDNayZfpl5ZACvzw { display:block; }
 }@media only screen and (max-width: 763px) { #TrquKB8cKn29T3xaoJXpewxPhpwkk5Tf { width:4.5rem;height:2.1875rem;top:6.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDqNHWrawiwbHZG0TkwDH1WRclWVlsQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DskXssewFMyhpSkwiIL8Pqq6WtlcuxQe { width:6.1875rem;height:2.1875rem;top:6.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6cJvbwBopF33vVcBcCEQQPKEGDDZ8pI { display:block; }
 }@media only screen and (max-width: 763px) { #h7fcoogg6aCP4cBPPQhE3WSUyVQVtGmi { width:20rem;height:3.25rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HD2MIloe0IJnKkKbbtVa6pQwezqk7n { width:20rem;height:3.8994125rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt  { width:17.5rem;height:auto;top:32.9375rem;left:0rem; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt {display:block;}#Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt { width:17.5rem;height:auto;top:32.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #gMJHSQChqdAW9SKJcxr1Jo7RS2O30m3V {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TngUx2n66W0HOdAlJ1rOvRac0o2MQ4h6 { display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #ZQZ6JUWlzya6s1idthr2fKzB2nTOHqxV {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #SNFwST5bmvuOWPPlDCeE87dXFTwUcRKg {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #RrTINQMod1TBXs3xMFfSpvDvgdWaO3iz { display:block; }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #PD82OW5FwTps3ooQsmPkbWNfUZd5Gr28 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Is7vGxQM4whGTOhT342EcEBRzgCumndf {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xKyZH0o39mM2iIHTDnGeAk3TTTAocVm0 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #Gkind07UNDAE2L5hkMmuCgphKFgJLBDD {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xL9ZJRPmizVcqRPbeFzxViOoQgndXcE0 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #duOXBt145bwHPZTHfla1AaXJUNQhlXOO {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #a5qfGp4rv83LgKXXwr8Cw9ay1em6R7eV {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #B9oNF8hNriQfTJ37kFplTvxiicX37hLw {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #lAX3nP6q4VbopS9ksKK3W0hWTr1ucea3 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #wgdzDADvGqbuWmhVb4gDPfKBfu4KGufg {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #obmx7ogz5AZE8CUEduqL0ugp8DVoI9Wb {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #We7wsJdqMUBiMTTTVvTB3aBPXddRy1UZ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #eAelTHUndItbQ8GbgTK8LUEbPna0VtTt {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #GVGMERQJdLfn1GFn8IFcs4QHzqHZX3xQ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #BGAdy8nCMVtWNMlurr94LKwHRE3M6KmJ {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #TUVMqhC4MSrWoWGw6du1bvrcGdTycGmI {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #igGhy6wqhHkNVNJlfv2hcpzF9gdiHgMn {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #xzPRVzvqKLWGdxQWW7R0oHWqCPDWLtZ3 {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #rWuTtU3EGvz1lT5S1r1iqNdJBOfzmIJF {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uTDzJPAVmzHwKusw2Un6xCiRQQwVJP6r {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #tyGkxyu30J7CATe43r1TdqbCiTDeTFTW {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #o4hbngZJOAbRfSXwSW7w0mhKfzNbDvGp {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #XbNv2if1LQSZUZA5cVTSolq9qU1PPhgb {  }
 }@media only screen and (max-width: 763px) { #Vu7bTkwTnzE1F59kvD2h73AnS3ClOxVt #uek9To6RbQGLXXleRMRLKms8yuV0stdM {  }
 }@media only screen and (max-width: 763px) { #O5QRPBcOM6A7axqzHL617XPP4ueTTZZr { width:20rem;height:12.6875rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6rbsGWBgxRLEcZp4H3ohJtDR2TJMdwf { width:10.75rem;height:2.2744125rem;top:20.8125rem;left:7.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XCpyTHeZIV9wIMtAXhPQ8VQFa9uIsr4u { width:9.6875rem;height:2.449225rem;top:23.75rem;left:7.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aQBUHiffSdE0dMZML9ZSRVMTrTapTTlQ { width:0.125rem;height:2.875rem;top:38.31875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWGzCSSl7LME5vGnJExx4d01Nd5MvuQ3 { width:2.375rem;height:2.375rem;top:20.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72TeydxxdnmAgAAPAOAy1lSE0O234k8 { width:2.375rem;height:2.375rem;top:23.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb49xsxZaizE3JTx01Ece6BZX3WIM3zk { width:20rem;height:3.5996125rem;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzHCqisZBR3sETSX8tCg9uJ5WqVIVozZ { width:20rem;height:2.13671875rem;top:37.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSnM9D02qEbkJp6tJcAfCCMxpAdqGUCC { width:14.625rem;height:3.5rem;top:55.625rem;left:2.6875rem;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcaZBUPDDhoQ6eL0IbBz3gsvAqMO95DB { display:block; }
 }@media only screen and (max-width: 763px) { #zSHT3OmluzMi6M0nJMx6iO33alST0RC7 { width:20rem;height:8.125rem;top:61.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dguaNZIhfdy5XIKy3U6MFuqxQhXdOEZi { width:20rem;height:9.09863125rem;top:44.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 { display:block; }#TDFxwg6yCd2zwpKUAExMkNF8rwv5Sbt4 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsZZSInmES5mesKOss781nGoLAbzQMmC { width:2.375rem;height:3.25rem;top:2.375rem;left:2.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4AhkJG0RRkke0Ti7EkRx26KvlB4IiUo { width:5.5625rem;height:1.29980625rem;top:5.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwEgOe5H6afl4HIZAcFXv5EhqEnUmWuW { width:9.25rem;height:1.29980625rem;top:5.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdHoQmXqEkCWuIblF3vX0ZaENLpcy4f { width:4.6875rem;height:3.25rem;top:2.25rem;left:10.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7WB8JbWysFPULxDoSMmxGQHBtPdZRy5 { width:8.3125rem;height:1.29980625rem;top:12.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghCdTLqMtXkBBfph1QwSRdT49QG8Dqxm { width:2.375rem;height:3.25rem;top:9rem;left:0.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTlOFuZlr8hVondO0ddXIT7uEnIXW5T { width:4.6875rem;height:3.25rem;top:9rem;left:10.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHXOBU22NMSegFkWwp3Tzd9rEtEvOt4 { width:10.75rem;height:1.29980625rem;top:12.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NusnNck49y2WxagHHRnT4GT1PfqgTRJx { display:block; }#NusnNck49y2WxagHHRnT4GT1PfqgTRJx > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3kuA1ozTN4VeTL3ZWIwktxn7e1fkFCK { width:20rem;height:2.4375rem;top:3.375rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTX4rphxSvSRVicnSkNAl35I3RGLTTgM { display:block; }#vTX4rphxSvSRVicnSkNAl35I3RGLTTgM > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD6qbhcWNi9XZVGcGKV7HcUaEJmi6eOa { width:20rem;height:50.625rem;top:0.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP { display:block; }#lReWb1xtJgKMpAbZmiJnnLIrGcgpZ6oP > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRaxgd1iM4UTMyoVmbogxS89nB8RiqTA { width:14.4375rem;height:3.5rem;top:0.53125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APhkTX4Jehli0Wz1pScRA4epvlPWdkDr { display:block; }
 }@media only screen and (max-width: 763px) { #yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 { display:block; }#yEQoWt0XOz6ChPZJw8odFVzRDWAa4633 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2s2mcNNha8kskmIFnoXV9qT4VwTgAm9 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymD3zF9AMtpXmnCM3ShahawKamsVe036 { display:block; }#ymD3zF9AMtpXmnCM3ShahawKamsVe036 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haTQyXwXakWdHIOH6OiQSJ5hDZ7EP96L { width:18.75rem;height:2.03125rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQgTBziQbIkrFsa6JTPeuxdN5nIxq1Zd { width:18.75rem;height:4.0625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQdET3ypWAWz8UCtLk04Abkybat7X10G { display:block; }#oQdET3ypWAWz8UCtLk04Abkybat7X10G > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfnZqnWWWGwqaxFWZwEzXvakIdpIsCcq { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FByZPW5WiooIyc9uAGaCTUf8FoEQsJl7 { width:18.75rem;height:4.0625rem;top:4.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdw6u35kIEbcztOon7Lvdh7k1VZPrQ1P { width:18.75rem;height:7.199225rem;top:9.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK { display:block; }#pl9D9fWUMzVLbvTKLFXidbNZl98ud1IK > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omtniwQu1sXEAoPXi5SXWiklR4p3yCLT { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsU1gcJJQprSehcB2plu4wPouWMGOQ1V { width:18.75rem;height:10.15625rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAffsH718soRe9Sl8tf7fNFrJVKadF1F { width:19.1875rem;height:5.0625rem;top:15.0625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN6ZAHHr6wL6pQ5GstBVgBOf9zPCp7nw { width:20rem;height:17.0625rem;top:21.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU { display:block; }#uZC547l0vv7qNfXLmHF0oTIcX9NQc1RU > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OusunV5JeVVGo3wBpGpyMtZr6vePVvJp { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMI4gW28iVqPzA0r6rts72qxuV9R2Osr { width:18.75rem;height:6.09375rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spuguq3RlRMN6OatnESlmiiGbXwHhytx { width:19.1875rem;height:3.375rem;top:11.25rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbiqRUZdaz22VSKXLBDB0RDe8vx7LKom { width:20rem;height:18.28125rem;top:15.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmrzwWFoFGm33054dSuM4vL4N564TAsC { display:block; }#BmrzwWFoFGm33054dSuM4vL4N564TAsC > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN3g1e8x6oM9PoXBvEcInW8cPNfl9G4W { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpKMTTbVJCeZTn9tVKRauvZ4kWk7d47 { width:18.75rem;height:4.0625rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO9gVlqbFO7IPoyKXD1NWEUQKmsl43QB { width:19.1875rem;height:5.0625rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKvTASeZty06yIv48DFXnIIDNvc4RuM { width:20rem;height:4.875rem;top:16.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw { width:20rem;height:20.4375rem;top:22.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#Vozw7XwFq5T4mabdgzoE427WRQ1FNZOw li:before{  }
 }@media only screen and (max-width: 763px) { #qTTs6s8hLONs3fmht0dITvw0AmW4MSII { display:block; }#qTTs6s8hLONs3fmht0dITvw0AmW4MSII > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ZBm5f08TeqCGBe4Q63hW7bK35FTTZ9 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omWcKmcdTEyqpFPEki19EnTzgHx08IbK { width:18.75rem;height:4.0625rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndozwEtwgvEqwt6qZnKz2OQ5hlWVqevX { display:flex;width:2.375rem;height:2.375rem;top:4.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #WiVT6Iz832AUf2dXl19UQglGtKoNJs19 { display:block; }#WiVT6Iz832AUf2dXl19UQglGtKoNJs19 > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZVtvQgydmEws7T2gMsSpoo221c2rTE4 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw6o3ZRQTgzihKflRJyJKBe8GL0SgSdN { width:18.75rem;height:4.0625rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q0tL8vC4nH8zgG8PLJv999R675RmTw { width:19.1875rem;height:3.375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJCIZ2PKIfnwlaanSndKfQtMa4RaCRM { width:20rem;height:10.96875rem;top:12.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGJTg87hOCl8qIHwSwO0vnhprN51LlTb { display:block; }#hGJTg87hOCl8qIHwSwO0vnhprN51LlTb > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFlr8lV7NFe7DgeWs6e9HHTu3bqrnEzS { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WubePQcG59e0C01bCdeJHe2y1aWuOlRF { width:18.75rem;height:8.125rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOp87W3Pp0qgRxeWFaqboRQeZzau8dq { width:19.1875rem;height:15.1875rem;top:13.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNsSTUsdDBgV8bqwVwwnxLq8oQK2p6c4 { width:19.4375rem;height:14.625rem;top:29.34375rem;left:0.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxQWAkLThVc0gcZ3STKATW93GA8b1F2B { display:block; }#WxQWAkLThVc0gcZ3STKATW93GA8b1F2B > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZignaFgV0beMR4Nccm02Rzm0d5RoQWt { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJxrzK1DJ777qW5xgouz61Oi9m04ggr { width:18.75rem;height:8.125rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HP0Q64G3lmUtTLtaJ1Mwa8PHUqtTTh { width:19.1875rem;height:6.75rem;top:12.0625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnpSEe20tbiLbNohVXcgzsmuHS8mGxb { width:20rem;height:17.0625rem;top:20.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW { display:block; }#oTi6wMDMICM1rmv7183ftRZFJZwbU9ZW > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoSaf2CSZsS0fBPFtv9wloyoMvqOymEx { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6mthLEAt9kbNzu94zGSEhQwqSLpQVR { width:18.75rem;height:8.125rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbOWaaEFdtXb1uipkMM2zkwm4SdTQN1 { width:19.1875rem;height:8.4375rem;top:13.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLg9lTtJz5RJiEcKDg9fxxn35M7KO35T { width:20rem;height:8.53125rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx { width:20rem;height:14.34375rem;top:32.53125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#m1leqM2cfNB5pbSa9nJegHxsuDKNGoVx li:before{  }
 }@media only screen and (max-width: 763px) { #CR8P4UREfeAhAcZOPqFRatZ5euECmkvs { width:20rem;height:3.65625rem;top:47.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy { display:block; }#uRcw4r5N5I01qRTpPZVWFwNX5Tapv3gy > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV8isq8gBLuo20kRJlPv9LAZyglxz18L { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sko64OmwMIWtIbN0ge84KDyXtU9358b8 { width:11.6875rem;height:4.0625rem;top:8.125rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb6qp9EErv6N9Gkk1Adz5Lt1E9cBa8xW { display:flex;width:2.375rem;height:2.375rem;top:4.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #pSKkBiougtWkHaA8Hw75In3mRyxHdaam { display:block; }#pSKkBiougtWkHaA8Hw75In3mRyxHdaam > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqDH5n66HAuUEWW94roW9AJfNKLbEMHx { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3nu19zyQfPFKGoAQw95khDvtmA2J8k { width:18.75rem;height:6.09375rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHfRuC0n8dA0xF6N75vUzPw49vqUyLnV { width:19.1875rem;height:21.9375rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSuJ6CRhoEtEHAIlSxJztsVuNgrWuvT { width:20rem;height:25.59375rem;top:36.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsppgWqx9EflmH4FK4rqqr401UQ94xfP { width:20rem;height:15.5625rem;top:62.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#lsppgWqx9EflmH4FK4rqqr401UQ94xfP li:before{  }
 }@media only screen and (max-width: 763px) { #TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb { display:block; }#TpWSTRVm2LJXnoEclwA1mxNSQMfJB8cb > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5auAN9cE6B3PEIDCC6NhcX5CdQfLnmN { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSJDTLXVG1pmKW518oMUVTHypp8iOw6 { width:18.75rem;height:8.125rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McEd6Icq8TqVJGAUH1O5SxzoszRP2yuT { width:19.1875rem;height:23.625rem;top:13.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRnB6GdQuU2yDc6lLH5I20fEiOqyWtzf { width:20rem;height:39rem;top:38.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 { display:block; }#DcsuJ0K3X7CM2k936FxkvG7IoTZNdyG5 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc4ze54KituC7ln4tfzVTRuIsKcHrRw0 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZtEV7Cgk1k5v45hzhVDWrBBDF4Xhxr { width:18.75rem;height:12.1875rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po22wSQF3F2KBxARUTPtp6CHSA2x92WS { width:19.1875rem;height:8.4375rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdoLEuSxCRAO6PKsUKH4WM8gg1sBeNFe { width:20rem;height:26.8125rem;top:27.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6NGvXTcselXJlxUHroxJbyf1KR0IKKh { width:20rem;height:20.75rem;top:56rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#l6NGvXTcselXJlxUHroxJbyf1KR0IKKh li:before{  }
 }@media only screen and (max-width: 763px) { #dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ { display:block; }#dOTDl1sOdcC9yW3BK9v9wRfxRa1g69yJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcD4Vra6KJ8bKccIC3qLTwWLILI4Nfpq { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCspawSRz8I6t4bfEmfH8EaKLNqDcB8S { width:18.75rem;height:2.03125rem;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1RFuNrGRJH9qPDcxiS0zcEahe38csJu { display:none; }#r1RFuNrGRJH9qPDcxiS0zcEahe38csJu > .row .container { width:20rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SQOeoAZ0d0vt61v5C34gTmUy4UTF2iT4 { width:20rem;height:2.4375rem;top:2.75rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTF93oS0MyxJ58nQnbMNtLPDJ5MegRqg { width:20rem;height:2.0625rem;top:6.4375rem;left:0rem;font-size:1.375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GphwAs7sLvZRVeaqxZQMWf3hbcriHuK8 { width:20rem;height:33rem;top:9.75rem;left:0rem;font-size:1.375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf { display:block; }#TxLzrsSa5IlWTJlUFvhVdTxNtoJ04Ppf > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9TkWbf5p0Rsv8dOGofqTlgcnJzfk7cB { width:20rem;height:2.4375rem;top:2.75rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLJOifSEDsrhGQPmUmTgT07XOutwecvx { display:block; }#eLJOifSEDsrhGQPmUmTgT07XOutwecvx > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyuaZ1C56JBphrsbNOzvTDPDXM4sayxz { width:14.625rem;height:1.29980625rem;top:52.25rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR4Z6Bv3TgrhdfPHTf4S7grxDnhemhdT { width:14.625rem;height:2.5996125rem;top:54.3125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhRw6eToVyAE6Tv4u70t9uuObnx72yny { width:11.25rem;height:11.25rem;top:58.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlKf9Ne1ifhez577QJpMTfmzTInsyXTw { width:14.625rem;height:1.29980625rem;top:70.9375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ag9w71nH4UTVBT2T8XSE5AzyVG9fcOff { width:14.625rem;height:3.89941875rem;top:73rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mkv9SPo6xB491m2iSHKdZatRFDUk0Osd { width:11.25rem;height:11.25rem;top:20.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvdgc8KrPfnOvdpRpZTrt92Td4xkD1g2 { width:14.625rem;height:1.4624rem;top:13.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1lhWckqmEm8bo0F8F8T8KzvTBC4IOGp { width:14.625rem;height:3.8994125rem;top:16.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKpNm10J5OLoG7qxT18hrESIzEGM08N8 { width:14.625rem;height:1.29980625rem;top:33.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzT16d9n4qPOF6OPQhgPRk5loK6AyGPI { width:14.625rem;height:2.5996125rem;top:35.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRUrQqWwp2H72cRJKTT96WTRi1ItCfDX { width:11.25rem;height:11.25rem;top:39.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh7a8hPmK3eOQrCsJz1G4bQ33buNBAKJ { width:11.25rem;height:11.25rem;top:1.58642578125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 { display:block; }#FaRE6h8VBRZEIwcIQH4WymqaykGOXL96 > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocH9v3gPKtR81dN80EP05LO9HnAh3fPv { width:14.625rem;height:1.29980625rem;top:52.75rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl302EHqz3HMgTu4f2wEULwhwgSfsFRb { width:14.625rem;height:3.8994125rem;top:55.25rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6iONtBAxBOskyab7vKKNCwAHLMn2Xk4 { width:11.25rem;height:11.25rem;top:61rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLDweFbFiJ3QOA12eIpiLeu9WMDGQCg { width:14.625rem;height:1.29980625rem;top:73rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfXN7MQhIaaeOVmWdxTg7WTdTxLLd3uq { width:14.625rem;height:2.5996125rem;top:75.0625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVodHQiDShxExUAzW7qW2x7GQFLdZLVG { width:11.25rem;height:11.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvyKwlWrElb0C304zByDZXUl4SppXeeG { width:14.625rem;height:1.4624rem;top:13.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teSoP5OVN7JxplgQylE6tSgi1ABWIShP { width:14.625rem;height:2.5996125rem;top:15.9375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhAUMQTad6T6Z9m9yH9EShKlTCCE7e3r { width:11.25rem;height:11.25rem;top:20.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQVBGPTbXar8CS303QBKF3UonP9dtvW { width:14.625rem;height:1.29980625rem;top:32.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SN0C76JfQaUUNMSnmm8GETq19IgHvw0u { width:14.625rem;height:2.5996125rem;top:35.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WECTZeTSw2o3WmpBotk6tDvOJ2zLyTXm { width:11.25rem;height:11.25rem;top:40.474609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL { display:block; }#R2GD7sWofmxNOd2rkXkGuMpf17EQKGsL > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3clw38K33IiMu5n79NaRZfKRllLQG0g { width:14.625rem;height:1.29980625rem;top:57.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6fbKcLTgahTwuHVb460Ltavvy0M1C2F { width:14.625rem;height:3.89941875rem;top:59.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hqbn6y42fzQzfoQhf9BxRPyvOw6JQlSN { width:11.25rem;height:11.25rem;top:66.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Iir3OTrs8nXSNgm2mVMEhUoEkAXCU8 { width:14.625rem;height:1.29980625rem;top:79.0625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW4TN6TH5R0vLmzO5NAUkEHvQHlIlPLC { width:14.625rem;height:2.5996125rem;top:81.5625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrxXwmllg0AwLMgiSRc7UDH641Gb9n9U { width:11.25rem;height:11.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AksUB2hTT3qLRotzrdErUdHqHW68xogE { width:14.625rem;height:1.4624rem;top:13.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDLLZMPlr6mqViwyQslrCilTe7cRfJG0 { width:14.625rem;height:3.8994125rem;top:16.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVKgzABGf35ndNLzSrNaWI0qTdSpfUNr { width:11.25rem;height:11.25rem;top:22.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNfnIZWxlEiDCPXStBE014UJTqnJ5AJ9 { width:14.625rem;height:1.29980625rem;top:35.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLNCEGgDMkuCrnDegR8fScIf3s3kJvUH { width:14.625rem;height:2.5996125rem;top:37.9375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmMgNxlThs76bugVTx5QkTFdSIewNtrm { width:11.25rem;height:11.25rem;top:43.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmGmHSO7whCHTyknQKMlEvzGww7R56M { display:block; }#lFmGmHSO7whCHTyknQKMlEvzGww7R56M > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7rFk9COtWZ5hehpvIa6HKUv3yxWglG1 { width:14.625rem;height:1.29980625rem;top:57.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZsXfG1un8GgKVteTy5R2FpscPm1ifEc { width:14.625rem;height:2.5996125rem;top:59.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODBuropJC2iQPmNo2QmtniATT1FNu1KT { width:11.25rem;height:11.25rem;top:66.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6UM5l1x0eh4gAe10qDnd9GpJUyTVT3 { width:14.625rem;height:1.29980625rem;top:79.0625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2K88X6AvKIKLkkzWePVa0SX84PpeQb8 { width:14.625rem;height:2.5996125rem;top:81.5625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EclTEKyU4hAezVFiBibxllqsINDb6cxq { width:11.25rem;height:11.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBRCK7lHisThIwfr3hk8JGST77TwxvS { width:14.625rem;height:1.4624rem;top:13.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyC0JluafCNgllaOdGxBA9aueyQseR8P { width:14.625rem;height:3.8994125rem;top:16.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xC1rPQkAk9bknDluDoZw9ggarJyr4an4 { width:11.25rem;height:11.25rem;top:22.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHEfsHOyvXH9AGz7I6uKS6WTGoJXHabp { width:14.625rem;height:1.29980625rem;top:35.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbaxGUNM44e9X50hyUm5zaCZCZStSMeZ { width:14.625rem;height:2.5996125rem;top:37.9375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wudb0uLX51EfXnxpTRxGsEfhzZI1ZICU { width:11.25rem;height:11.25rem;top:43.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 { display:block; }#MUMDVRs4VaROUqcmd0iT8yRoQDm4G5n4 > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpImMsgDtDSMx08cPW48iTOD74sE0vxl { width:14.625rem;height:1.29980625rem;top:52.5rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBlt4HeEkJCnkaxLXewZ1ShpIeZN45Wu { width:14.625rem;height:2.5996125rem;top:55rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVbzJ35C8EL6wsxJwGBdEvdpltwO97ka { width:14.625rem;height:1.29980625rem;top:73.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUdbZ6koqhEsrL2oND9VxDQFGOVwX9Tw { width:14.625rem;height:2.5996125rem;top:75.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF7llUuBeZuAGJvs3bJSX0zOtkAK3d0w { width:14.625rem;height:1.4624rem;top:13.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPpxaap8IIRDUQn5sJJ19FrxGw51pTzL { width:14.625rem;height:2.5996125rem;top:16.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tchn0FzAAkBUqGVyoHUmSotCsrAGeqCQ { width:14.625rem;height:1.29980625rem;top:32.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7VTXiSBIPTqdkhKITXycEfst9ZZ23cO { width:14.625rem;height:2.5996125rem;top:35.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snQb2FuEGIIVZXuViyhVZfLEWNfUfyJJ { width:11.25rem;height:11.25rem;top:39.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqxTrtID5UUnVm1xvuJ1aZoewGGcFqx5 { width:11.25rem;height:11.25rem;top:60.6748046875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsevKxh5uTlcFC5hr96hHhQTs1Z45rO { width:11.25rem;height:11.25rem;top:1.40625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw63nUTMATZoCB66J7QMTsxqyAyFIvQa { width:11.25rem;height:11.25rem;top:20.724609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 { display:block; }#UubwuHMl4VC1o8TChUkkTL7qmwthn6b4 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saENcowKXw7QAULQurssPgOPkwJ2Z1ZZ { width:14.625rem;height:1.29980625rem;top:13.875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCJTc3aHyegaoNghNSgXMK0k0EZJo55x { width:14.625rem;height:2.5996125rem;top:15.75rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQvgi8OnEgzkPSVARZru6gCc9tizqnz7 { width:11.25rem;height:11.25rem;top:0.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENA6bltZZGQBfKVKablRZQE3t6CsVqkf { width:11.25rem;height:11.25rem;top:19.5996125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5P47E3skhVtLVmbTIpWJNkLvEaWF5B { width:14.625rem;height:1.29980625rem;top:32.0996125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPzhVTIpBykDLtT79TEiedNz8eJH4tf2 { width:14.625rem;height:6.499rem;top:34.64941875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNa3MlLrnCOAGDoLVC7tQP2BD1fxy50R { width:11.25rem;height:11.25rem;top:42.3979765625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbSufHsLawQXiy8iGTUnCQZ1WVaMtOTo { width:14.625rem;height:1.29980625rem;top:54.8979765625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIOr45HVWTOEn9edztuowNZ2nuqLKG43 { width:14.625rem;height:2.5996125rem;top:57.07275390625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kzo9UAEl8e1huSmlkgkmAT6RbTzJJmtI { width:14.6875rem;height:2.5996125rem;top:75.97216796875rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0BBT9qdrVEMNn1inHZHXHmiRVZ9d8CC { width:14.625rem;height:1.29980625rem;top:73.79736640625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uorRmSLo1JOluheM4TUMQFNVRWgWmKkm { width:11.25rem;height:11.25rem;top:61.29736640625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ { display:block; }#tcJQOhW5QT9a7NVCOoWoeexTert6fiqQ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEJbbw2AVPpr9wlhbaUwSuNNxKXKNfQg { width:14.625rem;height:1.29980625rem;top:13.875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTvMC1RrbnshXEanRzEMZ5xrLLkJbQeN { width:14.625rem;height:1.29980625rem;top:15.75rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doKs9tL3ToX7RVrVKiVFUob8WvZQeAs1 { width:11.25rem;height:11.25rem;top:0.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp { display:block; }#LRSRhE0DW10Ge5D75QULqI9PyNSo2nRp > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlE6zckSnwCQ1o8eLNklrkMSHcZIZyKl { width:20rem;height:4.875rem;top:2.75rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU { display:block; }#wnOoqv55uBmCI39n3HxKGqkQ2ik4ouZU > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtVrq931UkiAwFcpoWbHTgX4ECeSoBzJ { width:12.9375rem;height:5.34375rem;top:6.75rem;left:3.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdfs2c7L8hbFk0FM21viTveS4qWTB3ve { width:8.125rem;height:5.34375rem;top:17.6875rem;left:5.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDfZEDcS9fy9aILeiNrI4Lt4BKGqzl3C { width:14.875rem;height:3.5625rem;top:30.9375rem;left:2.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McIb8VkIDWmHkywQ53gL8Bqad37eATKT { width:13.1875rem;height:3.5625rem;top:41.25rem;left:3.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omH57fv74icXT459viVmkTuvCrM0C1cM { display:flex;width:4.25rem;height:4.25rem;top:1.25rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #W2hzR159MzRky5CVe6e0lnTrtFM5lR80 { display:flex;width:4.25rem;height:4.25rem;top:13.4375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #h2uz4DTvrUvn4T68blwAVMUtcMmcTgM3 { display:flex;width:4.25rem;height:4.25rem;top:35.75rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #UOn3X9dl1bOIDT7xgC5pLuiAKJCxfZ4c { display:flex;width:4.25rem;height:4.25rem;top:25.4375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #xTzcT9LVNGIa16GZH68TA1Qf38B5AITp { display:block; }#xTzcT9LVNGIa16GZH68TA1Qf38B5AITp > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTsICHsxUcthEdMOC1w5kHN3CCh7Q7WC { width:20rem;height:39rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOvlm2yN2i64aeZP6cA5eErNy3myJHo2 { width:20rem;height:2.4375rem;top:3.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7W4frWsduec0uEucXLJbHDMETCfFrZe { display:block; }#x7W4frWsduec0uEucXLJbHDMETCfFrZe > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnTFtiSI9SrrduJQwJAyWpo1bTdmOyIw { height:11.145833333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6cOLMNp1MApANflTF20BPUCPsi5XHx { display:block; }#ah6cOLMNp1MApANflTF20BPUCPsi5XHx > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQJFSkiA8lGA19mSN15OhBK0pxgnzfrS { width:19.375rem;height:4.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJAzvnwbhKTa1I5J7Nso3hJ5zy1eWl5 { display:block; }
 }@media only screen and (max-width: 763px) { #yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO { display:block; }#yTUtZaSsHVva1noNb13ZfDkEbJEKI8KO > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AmGqeRBlOT1nZTMfCif9SPNG1553Ik { width:20rem;height:2.5996125rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HLTdTrI3DBPDhqQRxSx752R1g8pXn4hh { width:10.125rem;height:6.375rem;top:5.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb { display:block; }#AuLKzMkGwxGVqL7IOULKChnJ5lKw0nGb > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NABE8hdVsF65lCfLVZn2oNGgVFloBEE3 { width:8.6875rem;height:5.1875rem;top:9.912109375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qXmxVnKCIutTXi7srZowQBrthv6kkW { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HkyxpgnT4LDWcyaoQlWGZthdAacubcG2 { width:4.875rem;height:4.875rem;top:5.037109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdRbL7RkIEqX94uKyGTa0FRX4AhdV23 { width:10.625rem;height:3.25rem;top:5.943359375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1V5WXlsStZ4MTsa5OEZb1ZdnRGd8c5l { width:11.25rem;height:2.9375rem;top:16.40625rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PouMIlZJymHSsVhVnyt8wQcFXJbvxll4 { width:7.6875rem;height:4.0625rem;top:15.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcwmo7UyZW8BnsaFbNORRD3GMKLfmM1 { width:3.375rem;height:3.375rem;top:21.5625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhvBBuDrSsLOKBBMCNkIuaU7iTVpWA8s { width:7.8125rem;height:7.8125rem;top:8.099609375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A { display:block; }#vdTrOsxydh2LX8oMyMMHkDTa2ycdyZ4A > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeMnFky5foeZRLczsV6qswT5KnQhabTI { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X5nrKzLNWmbdHoUWWD0c5Dg1yJ0fu7De { width:20rem;height:11.02294375rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }