.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:217,225,231;--color-primary-1:128,157,174;--color-primary-2:0,58,93;--color-primary-3:0,29,47;--color-primary-4:0,9,14;--color-secondary-0:235,244,221;--color-secondary-1:189,218,142;--color-secondary-2:122,180,29;--color-secondary-3:61,90,15;--color-secondary-4:18,27,4;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { background-color: transparent; background-image: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container > .video-iframe-container { display: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container { display: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .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); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { border-width: 0; border-radius: 0; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { 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:3.375rem;width:8rem;top:1.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.75rem;left:43.312501907349rem; }
#kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.5rem;left:54.625001907349rem; }
#EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { color:rgba(var(--color-primary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.031250953674rem;height:1.3rem;display:block; }
#eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { color:rgba(var(--color-primary-2),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:45.187501907349rem;height:1.3rem;display:block; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.5625rem;left:68.0625rem; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.4375rem;left:70.4375rem; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox { 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; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { background-color: transparent; background-image: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container > .video-iframe-container { display: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row > .video-iframe-container { display: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .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); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { border-width: 0; border-radius: 0; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#WF3wX7GTqGtuT9zuZJpnlPN5KTgQJKhg { position:absolute;display:block;z-index:15000;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:20.4375rem;width:27.5625rem;top:0.25rem;left:46.000000953674rem;overflow:hidden;display:block; }
#A3mZiSGlMC5dt4WUR0pWaf0BoIoqz1hH { color:#003a5d;display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.2);top:1.1875rem;left:2.3125rem;height:6.875rem;display:block; }
#QEmyr1cn8eB8sT0Es6tEL332Z4aiRgWv { color:#636362;display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.5rem;height:3.25rem;font-style:normal;display:block; }
#C2ksGFlUB6RLgW1H50TxLK7Hdk8H4LVf { box-sizing:content-box;height:2.0625rem;width:15.625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -moz-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -ms-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -o-linear-gradient(90deg, #87a3c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #87a3c0, #ffffff);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #87a3c0;border-left:0.0625rem solid #87a3c0;border-right:0.0625rem solid #87a3c0;border-bottom:0.0625rem solid #87a3c0;top:14.125rem;left:2.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GBxlbBA9SHT0DxVBH7c28A7XTPWiyFzq { box-sizing:content-box;height:2.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -moz-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -ms-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -o-linear-gradient(90deg, #87a3c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #87a3c0, #ffffff);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #87a3c0;border-left:0.0625rem solid #87a3c0;border-right:0.0625rem solid #87a3c0;border-bottom:0.0625rem solid #87a3c0;top:14.125rem;left:18.812499046326rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#IbVtGtbDBAuiuHoSJUcQ7rvi9HUwouT7 { color:#003a5d;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.675001144409rem;left:5.6875rem;height:1.1375rem;display:block; }
#tQUy5yoQEUtllSNDf7RVrwTn6iTkcXsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.4375rem;left:3.4375rem; }
#QvtarLZF0W1P36DmCVknI9eEfa2xVDtf { color:#003a5d;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.062499046326rem;height:1.1375rem;display:block; }
#sia6ayTaPZFATz9DtVSAJXO43P4KUNIt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.4375rem;left:19.249999046326rem; }
#AgI4rioF4tBsy6CVb81Zingof9TRgb0S { box-sizing:content-box;height:2.0625rem;width:15.625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -moz-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -ms-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -o-linear-gradient(90deg, #87a3c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #87a3c0, #ffffff);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #87a3c0;border-left:0.0625rem solid #87a3c0;border-right:0.0625rem solid #87a3c0;border-bottom:0.0625rem solid #87a3c0;top:16.9375rem;left:2.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#OiIM7GzJsuO079DRSpST6uEWfmGl4TNc { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.112501144409rem;left:3.5625rem; }
#S40RF7Dhuy5xESROiyiCn996s0GJq6iO { color:#003a5d;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:5.6875rem;height:1.1375rem;display:block; }
#lih148pWZKTlDWVgUOr2VIhQOXd8K28b { box-sizing:content-box;height:2.0625rem;width:15.625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -moz-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -ms-linear-gradient(90deg, #87a3c0, #ffffff);background-image: -o-linear-gradient(90deg, #87a3c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a3c0', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #87a3c0, #ffffff);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #87a3c0;border-left:0.0625rem solid #87a3c0;border-right:0.0625rem solid #87a3c0;border-bottom:0.0625rem solid #87a3c0;top:16.9375rem;left:18.811718940735rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ymkKEEDqgK85yJ5SxDaBhuKFO2RazRdJ { color:#003a5d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.062499046326rem;height:1.1375rem;display:block; }
#GE9pHKQqltPLTQxL4VdXAnFIbRL6TIE4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.300001144409rem;left:19.311718940735rem; }
#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87a3c0;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; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container { background-color: transparent; background-image: none; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container > .video-iframe-container { display: none; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row > .video-iframe-container { display: none; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .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); }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container { border-width: 0; border-radius: 0; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#xLUvSf7MWI6I6oaf5GBwpGmZf6DhiEfN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.96875rem;left:64.349221229556rem;display:block; }
#ZZNoTT9tq0vsehmoAs4WtnnXcng1wrTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuLBRGQRt3vFOJxnbMcNAVUWdNcJXipk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.96875rem;left:51.625000953674rem;display:block; }
#o35lhBs2rataW30sOS9DKUdbFB3TwSeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAuov35m8yV240g87xnKlet8JTBL7QVm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.96875rem;left:39.562500953674rem;display:block; }
#MKoDUazzNvl4sCgOJtUXoDhya3VX4M5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K50RUxnfVHvCOFQOaf3aKTUVCiBnMQIa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.96875rem;left:27.562500953674rem;display:block; }
#btTlrni62OfrGUeaIfFzpku9h199w20K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOny6NCggaPLZ8lTbT5LllHsesfSlwV5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.96875rem;left:2.5617189407349rem;display:block; }
#E3Ugg0OiNcThC3uzRTyQSnBZoSeKo4K4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ossu1V15QnvMdAETQCE3tewPJdn61T8F { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#003a5d;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.96875rem;left:15.561718940735rem;display:block; }
#fccTN451b3RclBpENtEWW8SqEDT3SlCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4VC8nBSI40ISVgUxTJykKARqRksHQZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { background-color: transparent; background-image: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .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); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { border-width: 0; border-radius: 0; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#To9fJrKVh3tgV2PCVsTohMbB3c4Ac3kT { color:#003a5d;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:2.25rem;left:4.3125rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NK3fSwdGNThCbIFv4TxNrqwWbMsWp79B { color:#003a5d;display:block;width:62.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIcsUox5upGn7F1OngQ48nWIdbLpL8f8 { box-sizing:content-box;height:0.125rem;width:20.9375rem;position:absolute;display:block;z-index:15017;background-color:#636362;background-image:none;top:6.9375rem;left:2.5rem;display:block; }
#GA7fVDqQcDSu9iJipDQUaZ4to6pwAPNW { color:#636362;display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:7.9375rem;left:2.4375rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#SXMdx5y0uPTX8uMn7oBb0sDW3vloy3mS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.375rem;left:2.625rem; }
#QVtIikfu63IpNU6RpOwgMoiZHLfc1Csk { color:#003a5d;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.625rem;left:52.25rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#UWerfFR5Oo5uuIOP8vJGawMw4oTznbmz { box-sizing:content-box;height:3.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15016;background-color:#003a5d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:2.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#XafwrwBvtJox5s2xFqn1MG0HAlkqSBny { color:#ffffff;display:block;width:21.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.5rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#ApsEHbVAExflOn2o6yWmQHUAMy0JVXFU { box-sizing:content-box;height:7rem;width:19.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(255,255,255,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:3.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vKaUhDfbXKJaKTgoAiObnd09rI1stC6W { color:#003a5d;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:17.3125rem;left:3.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#lBhPU5DTnzf1o3TQlcXISrvOP0a2O81N { box-sizing:content-box;height:3.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15021;background-color:#003a5d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:26.875000953674rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#PZ34QpLlgl8QR0VQIxX7rN17yAMTq7lz { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:13.75rem;left:26.937500953674rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#ptrVmB6dPTZdm98qqkTrWKvSBxgZfOAK { box-sizing:content-box;height:7rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:27.937500953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vg2JwfTg2SI1mCSikKO7UZ1MdrbWUNvC { box-sizing:content-box;height:3.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15021;background-color:#003a5d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:51.250000953674rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#IeQTPEqL8bpnaMH6dwMeM2R16EcKmgbX { color:#ffffff;display:block;width:21.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:13.8125rem;left:51.312500953674rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#g6vQCV8WpI45UNgHvQnXSGZHSQ0tqVwf { color:#003a5d;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:17.3125rem;left:28.000000953674rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#OGIsNLuJvsoq85g2MXF9GdQuFOvgb88e { box-sizing:content-box;height:7rem;width:19.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:52.187500953674rem;display:block; }
#WDdBBcriTwgBem3y5TZmJNE75yRFgKui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { background-color: transparent; background-image: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .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); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { border-width: 0; border-radius: 0; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#aIdyTH2vGDqz1fUOomhyOFXPBZIB8txx { color:#7ab41d;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:2.25rem;left:4.3125rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#DaZkGetqGJZsqacybz3MKGiW4Caqf1FO { color:#003a5d;display:block;width:72.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:2.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sG4vizH3XwMGc7wzPolyhBW4t5TZ5Z8O { box-sizing:content-box;height:0.125rem;width:20.9375rem;position:absolute;display:block;z-index:15017;background-color:#636362;background-image:none;top:6.8125rem;left:2.5rem;display:block; }
#vqApkycBoqixi0FNE4J4pkFZytTntXEU { color:#636362;display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.75rem;left:2.4375rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#GHFXp1Ah9QonZLyJQ8ZSlSO668DwZc1T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.375rem;left:2.625rem; }
#aro1QMmkudsI20nk76IPur9QHmugxOKP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:38.5rem;top:19.8740234375rem;left:5rem;display:block; }
#KSRUEt1GoQLr8A6SyyNECICcWm6ru5pq { color:#003a5d;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:25.4375rem;left:45.5rem;height:12.796875rem;text-align:justify;text-align-last:initial;display:block; }
#hokpT4vFmT7RJn9AXqTL70XTR7fZmSqE { color:#003a5d;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:38.625rem;left:51.375rem;height:2.798825rem;text-align:right;text-align-last:right;display:block; }
#Po1fHGQ9RwT42vN9y3n3vtQcyDAawTr4 { box-sizing:content-box;height:26.3125rem;width:69.9375rem;position:absolute;display:block;z-index:15003;background-color:#f2f3f5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.375rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yUKmJ3oSfneRrnT2cCSy6Av4tPXrchtG { color:#003a5d;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.6240234375rem;left:45.5625rem;height:1.4625rem;font-style:normal;display:block; }
#BlzTwEnag3Z7iqdaecPQv42lu9Z1SwR7 { color:#003a5d;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.1494140625rem;left:45.5rem;height:1.4625rem;font-style:normal;display:block; }
#uAmWfFfkdTvetzTE5IyBhbTBSWwDNlzE { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15018;background-color:#636362;background-image:none;top:21.51171875rem;left:45.5rem;display:block; }
#xZP7wePDTgHwIRUNTQ0IboWdoKOB0dKH { position:absolute;display:block;z-index:15028;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:5.3125rem;width:8.9375rem;top:3.0625rem;left:60rem;overflow:hidden;display:block; }
#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container { background-color: transparent; background-image: none; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container > .video-iframe-container { display: none; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row > .video-iframe-container { display: none; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .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); }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container { border-width: 0; border-radius: 0; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#JWsFME8NdIFS1b5EfmiiPP3c9drwT2dv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:26.250000953674rem;display:block; }
#EfwQFFM5Rs7eTkpi0QKECzuMQ12NULaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu { 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; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container { background-color: transparent; background-image: none; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container > .video-iframe-container { display: none; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row > .video-iframe-container { display: none; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .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); }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container { border-width: 0; border-radius: 0; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#nfXK7JLeqkTtkgnTMumZwF4lcoNoUyGa { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#it0BCXXOO6glMKCffZ8kVGNDXkmQmR7m { color:rgba(var(--color-secondary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.875rem;height:2.4375rem;display:block; }
#LbfuCKeB6lfoLAfe8pIsbyuyTxNIOSnC { box-sizing:content-box;height:0.125rem;width:7.8125rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:7.0625rem;left:5rem;display:block; }
#BvJ2uTXNfw4KVQCCdD4fOd73xf93WqCx { box-sizing:content-box;height:33.625rem;width:70.0625rem;position:absolute;display:block;z-index:15002;background-color:#f2f3f5;background-image:none;top:2.4039077758789rem;left:2.46484375rem;display:block; }
#hdRAs79yIfmyTqKTdCziZaCDE47VPokq { color:#636362;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#ZkTGSvZJDmR4GrzxJVdmcKDVkR87yips { box-sizing:content-box;height:29.9375rem;width:70.0625rem;position:absolute;display:block;z-index:15010;background-color:#f2f3f5;background-image:none;top:0.625rem;left:3.0625rem;display:none; }
#ltyQf8wRJXve5Ts9SmZDhdT2RAhdTUU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.8125rem;left:63.937500953675rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKgPby9uG3XrRKKoKXI4CPyuEWW5qBRU { box-sizing:content-box;height:1.75rem;width:5.9375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:4.5625rem;left:64.062500953675rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#Uog4J6KwxqvRIJr8S7rAttgLpSrf4taZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.125rem;top:11.10000038147rem;left:6.967968940735rem;overflow:hidden;display:block; }
#DJ6Jvatuc0J3IGiHml1NrpIOhGDxQfuE { color:rgba(var(--color-secondary-2),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.862500190735rem;left:7.030468940735rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TKhGXWKd7kAISOxnHeJUBr0TVG3M2EZM { color:#003a5d;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:22.6875rem;left:5.0000009536743rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcNiIkIzdPsdQXcmSmclNi6RLpGmJ4aQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.125rem;top:11.60000038147rem;left:59.281250953674rem;overflow:hidden;display:block; }
#H72zK0k3ShmwTGlnF3Ls2zTFUbbQgNdV { color:rgba(var(--color-secondary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.862500190735rem;left:59.781250953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OREpeCe3ZnVqFCczKRb5snWkhcbwir60 { color:#003a5d;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:22.6875rem;left:56.625000953674rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrZ6RSJg2NyTV2oExDEv0rczcneNtt53 { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:2.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.3125rem;left:5rem;display:block; }
#rpwU1NPtBfu0ouqeyclqFTN7gyXdwcKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIfQA5xqKmf5XxrTWnf1klBZb3UWMz6O { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:5.4375rem;top:10.304167270661rem;left:25.436458587646rem;overflow:hidden;display:block; }
#tgE1RQsk1yHGkHVoIDiURNDd41OfoRgZ { color:rgba(var(--color-secondary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.862500190735rem;left:24.342968940735rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PqZluVcmy8VIzB8FqnH5H6e4eOy2wb9w { color:#003a5d;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:22.5625rem;left:21.874999046326rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFaeu5IcI8VJFKO9bXGkUzE4oqOn8wR7 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:20.862501144409rem;left:38.943749427796rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#R95QiAEwPI5cW4l8GUuuJ0I6I4LVG1dV { color:#003a5d;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:23.78671836853rem;left:38.787499427796rem;height:5.249025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8wXothsALB7hE9iDdep1Jgf3mtZm85J { position:absolute;display:block;z-index:15028;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.5625rem;width:8.5625rem;top:12.88125038147rem;left:40.756249427796rem;overflow:hidden;display:block; }
#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e { 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; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container { background-color: transparent; background-image: none; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container > .video-iframe-container { display: none; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row > .video-iframe-container { display: none; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .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); }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container { border-width: 0; border-radius: 0; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#b2oBr7wm51cwXu8PzNgTx1ZAw8iwfLKo { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#vHxzknCvytSQin458v455FyUoZEMCbgk { color:#003a5d;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.875rem;height:2.4375rem;display:block; }
#LUye9pnORVbb9ygKkFlf0wTQlsgBnxpo { box-sizing:content-box;height:0.125rem;width:7.8125rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:7.0625rem;left:5rem;display:block; }
#MR1Zaqwp5qxrW3L8xfgmarvuNy04Qaxh { box-sizing:content-box;height:24.4375rem;width:70.0625rem;position:absolute;display:block;z-index:15002;background-color:#f2f3f5;background-image:none;top:2.4039063453674rem;left:2.46484375rem;display:block; }
#CU9gutGEq5zFhQPl0Kf6yESUBdzxgphf { color:#636362;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#rU6uZNCSpo5HdUWcP7TWXbAtX1IzVGXn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:10.25rem;top:9.3125rem;left:3.3125rem;overflow:hidden;display:block; }
#nKq0qHczNG7VH92Kx97cSTd1OSzVFfRD { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:12.874218940735rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PE9trQ0yM8mPBHdfRJdtiPgpne962yRc { color:#003a5d;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:14rem;left:12.936718940735rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPDS7R09liBVRIJ98TyOu2NnfGswTOJh { box-sizing:content-box;height:29.9375rem;width:70.0625rem;position:absolute;display:block;z-index:15010;background-color:#f2f3f5;background-image:none;top:0.625rem;left:3.0625rem;display:none; }
#kVmR9Q2xIUJ6K5oNTemQhNQunmSGozGq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.8125rem;left:66.062500953675rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Boyk41eeFZlLDQuXU5HbBDOyntGg370S { box-sizing:content-box;height:1.75rem;width:4rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:4.5625rem;left:66.062500953675rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#KJcEzWwKqes95S10cNiy4nEVfRs23LZo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:7.8125rem;top:10.168759155274rem;left:27.371236476223rem;overflow:hidden;display:block; }
#tLH9l5T4korsGgzVcz091eU97KoMsFZ6 { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.1875rem;left:35.625000953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yvCnNAQftr3Qae8bHvZuEEPDukB5DGq1 { color:#003a5d;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:14rem;left:35.687500953674rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUGSVe6JaDdIi6T9i0n8kblJuLJx9Tex { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:22.3125rem;left:5rem;display:block; }
#r2BAZ4ZIEx6Khr0yVqLR1TPqgAKmLTNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVLRh5U4piuQ6Ua4m4HDVGWBF3yA2guL { position:absolute;display:block;z-index:15016;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:12.625rem;width:9.5625rem;top:9.9625rem;left:49.618926553673rem;overflow:hidden;display:block; }
#zWzwIJpgqvE7JUuId6RQJr0rMNrC9VWB { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1875rem;left:58.187500953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ozfXpUFOmszE0mAQV7NqXBHk8NawGXFH { color:#003a5d;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:13.8125rem;left:58.187500953674rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN { 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; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container { background-color: transparent; background-image: none; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container > .video-iframe-container { display: none; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row > .video-iframe-container { display: none; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .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); }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container { border-width: 0; border-radius: 0; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#Q5BzKavMqJ4aOW7d4ZTOiTEDxo7nFpgX { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#fc3nNVd3gMaD1mtQLLhKIaPvJ3tVsni9 { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:4.875rem;height:2.4375rem;display:block; }
#J6qkzspyT6CwWZUT008wTTsXgNbJv9M2 { box-sizing:content-box;height:25rem;width:70.0625rem;position:absolute;display:block;z-index:15002;background-color:#f2f3f5;background-image:none;top:1.4664077758789rem;left:2.46484375rem;display:block; }
#Lys3AbMRAceETmvTSTkvqXOyQ7OA0fSp { color:#636362;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.9375rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#hbrDlqG72w4yXSfkRHCDIuuy12c7X21q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:8.875rem;top:9.125rem;left:3.75rem;overflow:hidden;display:block; }
#gaWyG5ZX4JiB74B9GWwnPrdTafCeMlmH { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.375rem;left:12.499999046326rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#gNi3GNcO6qUBqBxgfIDMByqN9t6gm9ER { color:#003a5d;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:12.0625rem;left:12.562499046326rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v { color:#003a5d;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:14.5rem;left:12.499218940735rem;height:4.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v li:before{  }
#JyqCfvL6pNpsO7O5HStrlaG06Bchv3nu { box-sizing:content-box;height:29.9375rem;width:70.0625rem;position:absolute;display:block;z-index:15010;background-color:#f2f3f5;background-image:none;top:0.625rem;left:3.0625rem;display:none; }
#TRTa50Rtd8EVRmORQblBbKzuSQLuXRT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.875rem;left:65.687500953675rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsDFibszha08p17OyhA4bQ2vzFOTaaMd { box-sizing:content-box;height:1.75rem;width:4.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:3.625rem;left:65.687500953675rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#bxRkpqid85erfLniw72ciT09be1hMVQS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.0625rem;top:10.09375rem;left:32.060936927796rem;overflow:hidden;display:block; }
#OKUUtPVv30ktW4p2N72GLTcZLkDu5Dal { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.375rem;left:45.750000953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#u3ZkkvFMWdlE7B8ovViCL2V6JU63WZUK { color:#003a5d;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:12.0625rem;left:45.812500953674rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe { color:#003a5d;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.75rem;height:4.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe li:before{  }
#RrxHJcDhACyC5G7VEpsKqPXmAlT54wZx { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15015;background-color:#636362;background-image:none;top:6.3125rem;left:5rem;display:block; }
#sr6qEl5Xk9ZxcFL3PLqquhSgk042CUn5 { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.937500715256rem;left:5rem;display:block; }
#VzE5T2SpIaFnrJ4ATk8X85bvZoCaQile { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqMRVovUOdlMUtecnTrlKbo09tFmrnun { 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; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container { background-color: transparent; background-image: none; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container > .video-iframe-container { display: none; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row > .video-iframe-container { display: none; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .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); }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container { border-width: 0; border-radius: 0; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#mJEO4Z3OhazDpBw4fXyH6ehSNLag3zrp { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#CQJfT8fLHVclOfm3DooHAyDLlAKcFQ63 { color:rgba(var(--color-secondary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.875rem;height:2.4375rem;display:block; }
#CN54UFh6ckN0OaWdyVod7tx2UuCNDOtF { box-sizing:content-box;height:0.125rem;width:6.875rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:7.0625rem;left:5rem;display:block; }
#OVncUHbrwh7Mmy6T39b5CSvTnqCzOAoV { color:#636362;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#vFia4Mi7C2itdh1sRcAL5v5oTG1lzKao { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.125rem;left:3.4375rem;overflow:hidden;display:block; }
#kcPDITtSkI5u7tpGdi3OO9iUWZIkgrki { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.3125rem;left:14.937499046326rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WbdyqNOcGVoTLZFZNhraHoqIVTdgeRab { color:#003a5d;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:13.125rem;left:14.999999046326rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvFPEhf6ye33kLikWFTMFnEgoCseXDgK { 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:7.125rem;width:8.1875rem;top:10.8125rem;left:30.062500953674rem;overflow:hidden;display:block; }
#yAmDdzD2RlMfgK1gT1qq054GMlbDUl60 { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.3125rem;left:38.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wXSTKTAVhFpyRuxPazUXvvi9kKyB6wIT { color:#003a5d;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:12.9375rem;left:38.562500953674rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#GlTdS6rDQ8h6BRBro9WobBz5Bewhv2f7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:5rem;top:10.9375rem;left:53.687500953674rem;overflow:hidden;display:block; }
#HN8pTsJJS4tHAqGkxUDrNaFTDPmIUL8p { color:#003a5d;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.9375rem;left:59.077347755432rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#X784tiDLLwDWQygHRnT7ERznbIXLdczA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.8125004768372rem;left:61.687500953674rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPKOqxSxlqTUXGs7mNt5tDzuMluNG1xq { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:4.5625004768372rem;left:61.687500953674rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#Fubl3mDQtsHFQb8XG4KWfMkOfkCTDhuX { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:19.875000953674rem;left:5rem;display:block; }
#EPWmuAyd1KwVcUlcCMxa2DsTsibL9t9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPZAR2mZ8iLdUFEOMTOt7MNw8BUtQm1I { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.312499523163rem;left:59.077087402344rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yugnnUKVITyrCQUZwzTGPhC3BdasNzVH { box-sizing:content-box;height:22.0625rem;width:70.0625rem;position:absolute;display:block;z-index:15003;background-color:#f2f3f5;background-image:none;top:2.5302081108093rem;left:2.46875rem;display:block; }
#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD { 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; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container { background-color: transparent; background-image: none; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container > .video-iframe-container { display: none; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row > .video-iframe-container { display: none; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .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); }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container { border-width: 0; border-radius: 0; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#XCc8FzQJdEL5XczPT3JnW8wZKVOJ4cOs { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#ZBdkKenToix9ptAd9a55uhyTVS87oaFw { color:#7ab41d;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.7828121185302rem;left:4.875rem;height:2.4375rem;display:block; }
#exdwJoc3AFrnepbl2UvRWbuyHmvE7qON { color:#636362;display:block;width:65.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4703140258789rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#xsQSOoOzFsyDrHBd3JeIgpJavO50OCzs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4078140258789rem;left:64.750000953675rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxbcFLmS9SM5etRfuxsVeinv2Bdi2rNN { box-sizing:content-box;height:1.75rem;width:5.3125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:2.1578121185302rem;left:64.750000953675rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#yC8n7swElNvOt3w0mEvo7gspqow5h0wV { box-sizing:content-box;height:0.125rem;width:10rem;position:absolute;display:block;z-index:15015;background-color:#636362;background-image:none;top:4.7828140258789rem;left:5.0625rem;display:block; }
#TKRyqKiQb10OQ75LVMRBfihGx83QJf3v { color:#003a5d;display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:8.8125rem;left:18.749218940735rem;height:6.535125rem;text-align:justify;text-align-last:initial;display:block; }#TKRyqKiQb10OQ75LVMRBfihGx83QJf3v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKRyqKiQb10OQ75LVMRBfihGx83QJf3v li:before{  }
#c8FoNzEOmu5KrF04TbTT6azh7AxpzfSl { position:absolute;display:block;z-index:15021;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:6.5rem;width:11.4375rem;top:9rem;left:5rem;overflow:hidden;display:block; }
#vsmTClhAtwCFkxDQSPbSWZ93n3uDnnyB { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17.5625rem;left:5rem;display:block; }
#PdmLDoeSzdpK4RTS11Km4zGghEM7Taxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1wHiIQrcQi4zk6UPuuXufLEontWglXH { box-sizing:content-box;height:22.0625rem;width:70.0625rem;position:absolute;display:block;z-index:15004;background-color:#f2f3f5;background-image:none;top:0.1875rem;left:2.46875rem;display:block; }
#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae { 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; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container { background-color: transparent; background-image: none; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container > .video-iframe-container { display: none; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row > .video-iframe-container { display: none; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .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); }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container { border-width: 0; border-radius: 0; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#AITMusceSad4TaglChQ3kbuIq609wVOV { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:5rem;height:2.4375rem;display:block; }
#tTwiktkxDOBgfgygq7l5uNcPp3z3iXWT { box-sizing:content-box;height:26.3125rem;width:70.0625rem;position:absolute;display:block;z-index:15012;background-color:#f2f3f5;background-image:none;top:0.028900146484375rem;left:2.4671869277954rem;display:block; }
#Lk9OEr2OCTg2fI8iI7zgW0LpBTiDBIe9 { color:#636362;display:block;width:64.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5601539611816rem;left:4.9367179870606rem;height:1.625rem;font-style:normal;display:block; }
#bM1vVqgCmXIpNJoq1VvNn6QJndVXrbbb { box-sizing:content-box;height:1.75rem;width:4.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -moz-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -ms-linear-gradient(90deg, #7ab41d, #003a5d);background-image: -o-linear-gradient(90deg, #7ab41d, #003a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab41d', endColorstr='#003a5d' );";background-image: linear-gradient(90deg, #7ab41d, #003a5d);background-size:auto !important;top:2.1875rem;left:65.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#P9hgfWuuSZG6nfaVroBEpVTyIw3Uaupa { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.4375rem;left:66.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRfvTS01ThR7wFHKC2WN3hLrbQmtk7nI { color:#003a5d;display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:8.8125rem;left:4.875rem;height:4.19824375rem;text-align:justify;text-align-last:initial;display:block; }
#cgJ4M1SckNUVlDTv6hxiIUKHe9rJn8Nl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:14.687496185302rem;left:4.8125rem;overflow:hidden;display:block; }
#VkFrGemzbxfKtQ8OfMvcAsRszIeuTgMA { color:#003a5d;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:15.386714935302rem;left:10.687499046326rem;height:1.3rem;font-style:normal;display:block; }
#OeDiwbS353goPJT1BgrqpXVdE62vWOAG { color:#636362;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.824214935302rem;left:10.687499046326rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCRtTlXh6hgnTbDWXhBJACsUNrBsOKJ4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:14.874996185302rem;left:27.687500953674rem;overflow:hidden;display:block; }
#UfgWztryLyfeSKlLytB2tmnEx8r5UlJh { color:#003a5d;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.374996185302rem;left:33.312500953674rem;height:1.3rem;font-style:normal;display:block; }
#euInI1baBZSC0q70thUWvHRT2SN2AJmq { color:#636362;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.812496185302rem;left:33.312500953674rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CT2TNNIVTIQEqvfnl5pTRaxJ0u3GdoIk { position:absolute;display:block;z-index:15026;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.375rem;width:5.3125rem;top:15.3125rem;left:53.437500953674rem;overflow:hidden;display:block; }
#TuwnzILBecn9vKOPoaRw62ofKRVU0AfG { color:#003a5d;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:15.386714935302rem;left:58.312500953674rem;height:1.3rem;font-style:normal;display:block; }
#EHnADOaz8bLK63mgaLX7g2fzAX01NpbT { color:#636362;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:16.812496185302rem;left:58.281250953674rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRHBkMWQz0J4fUz3y7hEBzbVdtyrCviP { box-sizing:content-box;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15016;background-color:#636362;background-image:none;top:4.8125rem;left:5rem;display:block; }
#OVEuaT3eHyHLyG69v2HGJk1leLQXAyFf { background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.75rem;left:5rem;display:block; }
#WOPqTsbnm3kiPWlJ2lFVpDtTTBFf1dZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container { background-color: transparent; background-image: none; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container > .video-iframe-container { display: none; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row > .video-iframe-container { display: none; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .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); }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container { border-width: 0; border-radius: 0; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#aQf6vSiu4ASRQtT14CrE0BxZe5ptEc47 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:26.250000953674rem;display:block; }
#be7estEs7l7nTrraLlEp7b2rVJATtgpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK { 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; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container { background-color: transparent; background-image: none; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container > .video-iframe-container { display: none; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row > .video-iframe-container { display: none; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .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); }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container { border-width: 0; border-radius: 0; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#MhcTl1z60IDX1y192uTZ2tVBf5UpVpI1 { position:absolute;display:block;z-index:14997;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:42rem;width:58.875rem;top:6.625rem;left:13.625rem;overflow:hidden;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-form-header {  }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#003a5d;width:24.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #547797;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:24.5625rem;box-sizing:border-box;height:1.5625rem;color:#636362;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #547797;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:24.5625rem;box-sizing:border-box;height:3.4375rem;color:#636362;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #547797;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:24.5625rem;box-sizing:border-box;height:1.5625rem;color:#636362;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-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.0625rem;font-weight:bold;color:#f2f9ff;width:24.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]:-moz-placeholder { color:#636362;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]::-moz-placeholder { color:#636362;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]:-ms-input-placeholder { color:#636362;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]::-webkit-input-placeholder { color:#636362;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .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";line-height:1.3;font-size:0.625rem;font-weight:300;color:#636362;vertical-align:top;width:23.125rem;overflow:hidden;font-style:normal; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .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; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#636362;overflow:hidden;font-style:normal;line-height:1.5; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-container:first-of-type{padding-top:0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-container:last-of-type{padding-bottom:0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0  { background-color:#f2f3f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:6.625rem;z-index:14998;position:absolute; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 {display:block;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 { background-color:#f2f3f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:6.625rem;z-index:14998;position:absolute; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #aTbXqLnpksH4eu4BRfvaPHA4QPlUb2mA { position:relative;z-index:1; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CgvGUMvn0HeUH3057Nd025qi5TAlPOgL { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTt3VkZx5NRn4zQzxDDVFG0T5gw0XWK3 { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ar6iNMq9squZJi5OTicVG2KUT9hTwMaX { position:relative;z-index:1; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #x1bOM2EO7wKKGFnZ7AhNNoly8i5uR9Bc { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #D22PANcx6Nd0GJd5yBsRMRciwgv8PD9T { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xIxLR2iu6pVS1equ8TIaRB922RbJFG8p { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XrzOQWVSMCXPxTb5zL054myrHn6rHVyH { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GaKxqscJpK3PQUlXEyT8RJ3a8zJ2g9CI { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cp6MTdaJThClMA3sFvuTfATe8500zLuy { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #q2N668BGiTq4oT9lZXOBslMZzq2llkgn { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BhzMePUMLQrBDfCFmTQUroGNZfOBalhy { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qveVBQIoQ7NQ1JxlxO7CC3tkgFzP0NgU { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ze0fylCP6nMkEGkq7M3OeqSw0MQRJCTv { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CfrkphFnPriUOhVzmXo3DLvzmpq3MUit { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #AXhbzWgWLhWrGSuii1amsVNeqkebJS31 { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #gmBRTVFld3wMqmRUoX49TUbFyyRte1pZ { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fiNbOVVcLoHd4b4oNrJgs003c9xUKlNt { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Fpg4w9yFA6nkH0sPvUWFWshqhTcJbgB4 { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #oMy9Ea3n2AOluyC9vFy3RFZRzFxdT2hg { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #K9NDZptJq38kmekZ7UpHLDr2AhHUsRBl { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zMi0R22H3Hqzl7uCChvtMafWoSEpBoCN { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Z4l07W3mf2PqVmIEuStVmsW65ARJ9Il7 { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Vla2F0JaqfDBdlG9e6ERR9QrFkR0sROg { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa .container-column{width:33%;;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #nF9LhTMvTuJm1Ovx1QFdT1maCSFUFQ7V { position:relative;display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qSVfwKwzQ3VF6sy9mpEhZg3PCF1HtwtO { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #WcZBsLwszTI3tEy7X2Nu15FHskEeLCmX { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #sS8mkmQJD4lwTx0VoZJTOlm5CmKchMXT { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #dRptuPh2tOeREHRvDWM4qTZVVmTMzZbK { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cgU5IV4MyiDFHbr3s0vV5T5R1P9w3rdO { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #wPxFhZcTc2FwIAnD5O4dPX0spkDlx0wc { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #W0wZINB9vNmWTcHz15P2QOK9nTGQZ7BO { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #eDAdXEhurt5FKkFxq2Jf0DfMrTektpUO { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Uvi6nlkDqlTAhHxJWx07F5iK0iS8MaAJ { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #EVbPpgSEWndinJGab6JEitkQPBRcwsUN { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BZlhNPM0EV5KVxZNKKoLRtWuaPnmTXhF { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fataAReBXgRDByD79GT0QBEPdxeDLVHR { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #whLbhWRvShf9wnhPq89SeiWh59rwgWJo { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GfOtt6XvEAuLIlJGwxgzXwzStxSZuX1U { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #tJ1DE3L6zZrSUop3026pV2T0SVcZdQ06 { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xULXHEbPhcZH0zTsSL7HMecW1E8oATQ7 { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #T2zIpJgVh4Tb4638WS0la4yCplUVi5ro { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XTgngBJ1CxovSJRqDPGN28lxDTAQfHDJ { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTN9QtBJrEzpVB4LeOWNe2Da0X3TImpZ { position:relative;z-index:2; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #P7HwuQnD4zIiMzi20CwMNpbhpUTsW4fS { position:relative; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zHeonSwtPNpq04LwmQQw7VrUO98xgoVW { position:relative;z-index:1; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ywXgbKm9JHrAbFyiLSAVhDDyvcqBA2nv { position:relative; }
#cf0fhEKwvlcDiBBTtH7ZQc32EFHJwu60 { color:rgba(var(--color-primary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.3125rem;left:0.061717987060547rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container { background-color: transparent; background-image: none; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container > .video-iframe-container { display: none; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row > .video-iframe-container { display: none; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .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); }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container { border-width: 0; border-radius: 0; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#goJqADdMZzK3M0qIRqAdwr6WU7QNtnc7 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.5rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8uZ0y88lsuKD9ub6hoz3iT9w6Vh6ucL { color:rgba(var(--color-primary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:2.5625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#GgPC2WhLb2efkMaUbXDP7L6G9F6G5TVA { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.5rem;height:9.375rem;text-align:justify;text-align-last:initial;display:block; }
#xbsF5McNbc7HyVMaLK7Oqvp3vt8G8ULO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:29.875rem;top:6.5rem;left:42.625rem;overflow:hidden;display:block; }
#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/a4a25ad7-8573-4609-8f92-a0d3b79d2d98/PROVA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4.adaptive-delivery-prevent-bg, #E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4.lazyload, #E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4.lazyloading { background-image: none; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container { background-color: transparent; background-image: none; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container > .video-iframe-container { display: none; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row > .video-iframe-container { display: none; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .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); }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container { border-width: 0; border-radius: 0; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#VqtpQsyqxEfDMbrRUZtSkcRw8s74tiHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h9ydMg7VHZ9hGx20sqXJC7bVRl0Llz24 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:18.75rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UzZ0eTQW24QZbRnZVh3eWfdpPVVtAVe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:37.5rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gF1rT9BzNyfG1FTbRqsIpKed4QeisVp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:56.25rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BVIFTBQi0HAsqKlNSH6XBWxRO83ixfep { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FqLRVBuG6SVNqc0qsF2eODXAMwEd2Jmp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:18.75rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qzo0GGiwcKZWTxZmRHoQVXlogeEeW5NW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:37.5rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VvTfShq4ttDBqzIWMJxRl0OSxT8gvUA5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:56.125rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 { 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; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container { background-color: transparent; background-image: none; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container > .video-iframe-container { display: none; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row > .video-iframe-container { display: none; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .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); }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container { border-width: 0; border-radius: 0; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container { background-color: transparent; background-image: none; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container > .video-iframe-container { display: none; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row > .video-iframe-container { display: none; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .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); }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container { border-width: 0; border-radius: 0; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#oGqyMbwlrUb4ScG3Xvb6Iv3eGiyTtTyN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:26.250000953674rem;display:block; }
#MR3L55GT2qIqUF20880aURVOZN7Ek4ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE { 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; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container { background-color: transparent; background-image: none; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container > .video-iframe-container { display: none; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row > .video-iframe-container { display: none; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .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); }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container { border-width: 0; border-radius: 0; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;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; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { background-color: transparent; background-image: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container > .video-iframe-container { display: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container { display: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .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); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { border-width: 0; border-radius: 0; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.453125rem;left:2.4375rem;height:4.875rem;display:block; }
#hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.4375rem;top:8.125rem;left:2.4375rem;overflow:hidden;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.75rem;left:68.0625rem; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.625rem;left:70.5rem; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { top:1.0625rem;left:0rem;width:8rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { top:1.75rem;left:29.687501907349rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { top:1.5rem;left:41.000001907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { top:1.9375rem;left:35.25rem;width:8.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { top:1.9375rem;left:31.562501907349rem;width:8.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { top:1.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { top:1.4375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox { display:block; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF3wX7GTqGtuT9zuZJpnlPN5KTgQJKhg { top:0.25rem;left:20.1875rem;width:27.5625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mZiSGlMC5dt4WUR0pWaf0BoIoqz1hH { top:1.1875rem;left:0rem;width:44.9375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEmyr1cn8eB8sT0Es6tEL332Z4aiRgWv { top:9.3125rem;left:0rem;width:45.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ksGFlUB6RLgW1H50TxLK7Hdk8H4LVf { top:14.125rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxlbBA9SHT0DxVBH7c28A7XTPWiyFzq { top:14.125rem;left:5.1874990463257rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbVtGtbDBAuiuHoSJUcQ7rvi9HUwouT7 { top:14.625rem;left:0rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQUy5yoQEUtllSNDf7RVrwTn6iTkcXsx { top:14.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtarLZF0W1P36DmCVknI9eEfa2xVDtf { top:14.625rem;left:7.4374990463256rem;width:13.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sia6ayTaPZFATz9DtVSAJXO43P4KUNIt { top:14.4375rem;left:5.6249990463257rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgI4rioF4tBsy6CVb81Zingof9TRgb0S { top:16.9375rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIM7GzJsuO079DRSpST6uEWfmGl4TNc { top:17.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40RF7Dhuy5xESROiyiCn996s0GJq6iO { top:17.5rem;left:0rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lih148pWZKTlDWVgUOr2VIhQOXd8K28b { top:16.9375rem;left:5.1867189407349rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymkKEEDqgK85yJ5SxDaBhuKFO2RazRdJ { top:17.375rem;left:7.4374990463256rem;width:14.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9pHKQqltPLTQxL4VdXAnFIbRL6TIE4 { top:17.25rem;left:5.6867189407349rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 { display:block; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLUvSf7MWI6I6oaf5GBwpGmZf6DhiEfN { width:8.125rem;height:2.4375rem;top:0.9375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNoTT9tq0vsehmoAs4WtnnXcng1wrTJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuLBRGQRt3vFOJxnbMcNAVUWdNcJXipk { width:8.125rem;height:2.4375rem;top:0.9375rem;left:38.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35lhBs2rataW30sOS9DKUdbFB3TwSeX { display:block; }
 }@media only screen and (max-width: 763px) { #cAuov35m8yV240g87xnKlet8JTBL7QVm { width:8.125rem;height:2.4375rem;top:0.9375rem;left:25.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKoDUazzNvl4sCgOJtUXoDhya3VX4M5o { display:block; }
 }@media only screen and (max-width: 763px) { #K50RUxnfVHvCOFQOaf3aKTUVCiBnMQIa { width:8.125rem;height:2.4375rem;top:0.9375rem;left:13.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTlrni62OfrGUeaIfFzpku9h199w20K { display:block; }
 }@media only screen and (max-width: 763px) { #FOny6NCggaPLZ8lTbT5LllHsesfSlwV5 { width:8.125rem;height:2.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ugg0OiNcThC3uzRTyQSnBZoSeKo4K4 { display:block; }
 }@media only screen and (max-width: 763px) { #ossu1V15QnvMdAETQCE3tewPJdn61T8F { width:8.125rem;height:2.4375rem;top:0.9375rem;left:1.9367189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccTN451b3RclBpENtEWW8SqEDT3SlCq { display:block; }
 }@media only screen and (max-width: 763px) { #T4VC8nBSI40ISVgUxTJykKARqRksHQZo { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { background-color: transparent; background-image: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .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); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { border-width: 0; border-radius: 0; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To9fJrKVh3tgV2PCVsTohMbB3c4Ac3kT { top:2.25rem;left:0rem;width:12.1875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3fSwdGNThCbIFv4TxNrqwWbMsWp79B { top:4rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIcsUox5upGn7F1OngQ48nWIdbLpL8f8 { top:6.9375rem;left:0rem;width:20.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7fVDqQcDSu9iJipDQUaZ4to6pwAPNW { top:7.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXMdx5y0uPTX8uMn7oBb0sDW3vloy3mS { top:2.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVtIikfu63IpNU6RpOwgMoiZHLfc1Csk { top:17.625rem;left:27.875rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWerfFR5Oo5uuIOP8vJGawMw4oTznbmz { top:13.0625rem;left:0rem;width:21.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XafwrwBvtJox5s2xFqn1MG0HAlkqSBny { top:13.625rem;left:0rem;width:21.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApsEHbVAExflOn2o6yWmQHUAMy0JVXFU { top:16.0625rem;left:0rem;width:19.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKaUhDfbXKJaKTgoAiObnd09rI1stC6W { top:17.3125rem;left:0rem;width:19.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBhPU5DTnzf1o3TQlcXISrvOP0a2O81N { top:13.0625rem;left:13.250000953674rem;width:21.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ34QpLlgl8QR0VQIxX7rN17yAMTq7lz { top:13.75rem;left:13.312500953674rem;width:21.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptrVmB6dPTZdm98qqkTrWKvSBxgZfOAK { top:16.0625rem;left:14.312500953674rem;width:19.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg2JwfTg2SI1mCSikKO7UZ1MdrbWUNvC { top:13.0625rem;left:26.4375rem;width:21.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQTPEqL8bpnaMH6dwMeM2R16EcKmgbX { top:13.8125rem;left:26.625rem;width:21.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vQCV8WpI45UNgHvQnXSGZHSQ0tqVwf { top:17.3125rem;left:14.375rem;width:19.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIsNLuJvsoq85g2MXF9GdQuFOvgb88e { top:16.0625rem;left:28.375rem;width:19.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDdBBcriTwgBem3y5TZmJNE75yRFgKui { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { background-color: transparent; background-image: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .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); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { border-width: 0; border-radius: 0; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIdyTH2vGDqz1fUOomhyOFXPBZIB8txx { top:2.25rem;left:0rem;width:14.4375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZkGetqGJZsqacybz3MKGiW4Caqf1FO { top:4rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG4vizH3XwMGc7wzPolyhBW4t5TZ5Z8O { top:6.8125rem;left:0rem;width:20.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqApkycBoqixi0FNE4J4pkFZytTntXEU { top:7.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFXp1Ah9QonZLyJQ8ZSlSO668DwZc1T { top:2.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aro1QMmkudsI20nk76IPur9QHmugxOKP { top:19.8125rem;left:0rem;width:38.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRUEt1GoQLr8A6SyyNECICcWm6ru5pq { top:25.4375rem;left:23.25rem;width:24.5rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokpT4vFmT7RJn9AXqTL70XTR7fZmSqE { top:38.625rem;left:29rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1fHGQ9RwT42vN9y3n3vtQcyDAawTr4 { top:17.375rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKmJ3oSfneRrnT2cCSy6Av4tPXrchtG { top:19.5625rem;left:24.625rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlzTwEnag3Z7iqdaecPQv42lu9Z1SwR7 { top:22.125rem;left:22.125rem;width:25.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAmWfFfkdTvetzTE5IyBhbTBSWwDNlzE { top:21.5rem;left:31.875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZP7wePDTgHwIRUNTQ0IboWdoKOB0dKH { top:3.0625rem;left:38.8125rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g { display:block; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWsFME8NdIFS1b5EfmiiPP3c9drwT2dv { width:22.5rem;height:3.3125rem;top:1.4375rem;left:12.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwQFFM5Rs7eTkpi0QKECzuMQ12NULaA { display:block; }
 }@media only screen and (max-width: 763px) { #CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu { display:block; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfXK7JLeqkTtkgnTMumZwF4lcoNoUyGa { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #it0BCXXOO6glMKCffZ8kVGNDXkmQmR7m { top:4.1875rem;left:0rem;width:19.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbfuCKeB6lfoLAfe8pIsbyuyTxNIOSnC { top:7.0625rem;left:0rem;width:7.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJ2uTXNfw4KVQCCdD4fOd73xf93WqCx { top:2.375rem;left:0rem;width:47.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRAs79yIfmyTqKTdCziZaCDE47VPokq { top:7.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTGSvZJDmR4GrzxJVdmcKDVkR87yips { top:0.625rem;left:0rem;width:47.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltyQf8wRJXve5Ts9SmZDhdT2RAhdTUU2 { top:4.8125rem;left:41.6875rem;width:6.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKgPby9uG3XrRKKoKXI4CPyuEWW5qBRU { top:4.5625rem;left:41.8125rem;width:5.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uog4J6KwxqvRIJr8S7rAttgLpSrf4taZ { top:11.0625rem;left:0rem;width:8.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6Jvatuc0J3IGiHml1NrpIOhGDxQfuE { top:20.8125rem;left:0rem;width:8rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKhGXWKd7kAISOxnHeJUBr0TVG3M2EZM { top:22.6875rem;left:0rem;width:12.0625rem;height:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcNiIkIzdPsdQXcmSmclNi6RLpGmJ4aQ { top:11.5625rem;left:39.625rem;width:8.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H72zK0k3ShmwTGlnF3Ls2zTFUbbQgNdV { top:20.8125rem;left:40.625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREpeCe3ZnVqFCczKRb5snWkhcbwir60 { top:22.6875rem;left:34.3125rem;width:13.4375rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZ6RSJg2NyTV2oExDEv0rczcneNtt53 { width:19.4375rem;height:2.1875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpwU1NPtBfu0ouqeyclqFTN7gyXdwcKE { display:block; }
 }@media only screen and (max-width: 763px) { #rIfQA5xqKmf5XxrTWnf1klBZb3UWMz6O { top:10.25rem;left:11.811458587646rem;width:5.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgE1RQsk1yHGkHVoIDiURNDd41OfoRgZ { top:20.8125rem;left:10.717968940735rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqZluVcmy8VIzB8FqnH5H6e4eOy2wb9w { top:22.5625rem;left:8.2499990463256rem;width:12.5625rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaeu5IcI8VJFKO9bXGkUzE4oqOn8wR7 { top:20.8125rem;left:25.318749427796rem;width:12.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R95QiAEwPI5cW4l8GUuuJ0I6I4LVG1dV { top:23.75rem;left:25.162499427796rem;width:13.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8wXothsALB7hE9iDdep1Jgf3mtZm85J { top:12.875rem;left:27.131249427796rem;width:8.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e { display:block; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2oBr7wm51cwXu8PzNgTx1ZAw8iwfLKo { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHxzknCvytSQin458v455FyUoZEMCbgk { top:4.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUye9pnORVbb9ygKkFlf0wTQlsgBnxpo { top:7.0625rem;left:0rem;width:7.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR1Zaqwp5qxrW3L8xfgmarvuNy04Qaxh { top:2.375rem;left:0rem;width:47.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9gutGEq5zFhQPl0Kf6yESUBdzxgphf { top:7.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6uZNCSpo5HdUWcP7TWXbAtX1IzVGXn { top:9.3125rem;left:0rem;width:10.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKq0qHczNG7VH92Kx97cSTd1OSzVFfRD { top:12.1875rem;left:0rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9trQ0yM8mPBHdfRJdtiPgpne962yRc { top:14rem;left:0rem;width:11rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDS7R09liBVRIJ98TyOu2NnfGswTOJh { top:0.625rem;left:0rem;width:47.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVmR9Q2xIUJ6K5oNTemQhNQunmSGozGq { top:4.8125rem;left:43.6875rem;width:4.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boyk41eeFZlLDQuXU5HbBDOyntGg370S { top:4.5625rem;left:43.75rem;width:4rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJcEzWwKqes95S10cNiy4nEVfRs23LZo { top:10.125rem;left:13.746236476223rem;width:7.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLH9l5T4korsGgzVcz091eU97KoMsFZ6 { top:12.1875rem;left:22.000000953674rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCnNAQftr3Qae8bHvZuEEPDukB5DGq1 { top:14rem;left:22.062500953674rem;width:12.3125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUGSVe6JaDdIi6T9i0n8kblJuLJx9Tex { width:17.875rem;height:2.1875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2BAZ4ZIEx6Khr0yVqLR1TPqgAKmLTNN { display:block; }
 }@media only screen and (max-width: 763px) { #lVLRh5U4piuQ6Ua4m4HDVGWBF3yA2guL { top:9.9375rem;left:35.993926553673rem;width:9.5625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWzwIJpgqvE7JUuId6RQJr0rMNrC9VWB { top:12.1875rem;left:37.9375rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfXpUFOmszE0mAQV7NqXBHk8NawGXFH { top:13.8125rem;left:35.6875rem;width:12.0625rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN { display:block; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5BzKavMqJ4aOW7d4ZTOiTEDxo7nFpgX { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc3nNVd3gMaD1mtQLLhKIaPvJ3tVsni9 { top:3.25rem;left:0rem;width:25rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qkzspyT6CwWZUT008wTTsXgNbJv9M2 { top:1.4375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lys3AbMRAceETmvTSTkvqXOyQ7OA0fSp { top:6.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbrDlqG72w4yXSfkRHCDIuuy12c7X21q { top:9.125rem;left:0rem;width:8.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaWyG5ZX4JiB74B9GWwnPrdTafCeMlmH { top:10.375rem;left:0rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNi3GNcO6qUBqBxgfIDMByqN9t6gm9ER { top:12.0625rem;left:0rem;width:17.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v { top:14.5rem;left:0rem;width:16.0625rem;height:4.8125rem;font-size:0.8125rem;display:block; }#oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v li:before{  }
 }@media only screen and (max-width: 763px) { #JyqCfvL6pNpsO7O5HStrlaG06Bchv3nu { top:0.625rem;left:0rem;width:47.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTa50Rtd8EVRmORQblBbKzuSQLuXRT7 { top:3.875rem;left:43.4375rem;width:4.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsDFibszha08p17OyhA4bQ2vzFOTaaMd { top:3.625rem;left:43.4375rem;width:4.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxRkpqid85erfLniw72ciT09be1hMVQS { top:10.0625rem;left:18.435936927796rem;width:15.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKUUtPVv30ktW4p2N72GLTcZLkDu5Dal { top:10.375rem;left:32.125000953674rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZkkvFMWdlE7B8ovViCL2V6JU63WZUK { top:12.0625rem;left:23.1875rem;width:24.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe { top:14.5rem;left:23.3125rem;width:24.4375rem;height:;font-size:0.8125rem;display:block; }#FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe li:before{  }
 }@media only screen and (max-width: 763px) { #RrxHJcDhACyC5G7VEpsKqPXmAlT54wZx { top:6.3125rem;left:0rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr6qEl5Xk9ZxcFL3PLqquhSgk042CUn5 { width:18.75rem;height:2.1875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzE5T2SpIaFnrJ4ATk8X85bvZoCaQile { display:block; }
 }@media only screen and (max-width: 763px) { #kqMRVovUOdlMUtecnTrlKbo09tFmrnun { display:block; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJEO4Z3OhazDpBw4fXyH6ehSNLag3zrp { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQJfT8fLHVclOfm3DooHAyDLlAKcFQ63 { top:4.1875rem;left:0rem;width:19.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN54UFh6ckN0OaWdyVod7tx2UuCNDOtF { top:7.0625rem;left:0rem;width:6.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVncUHbrwh7Mmy6T39b5CSvTnqCzOAoV { top:7.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFia4Mi7C2itdh1sRcAL5v5oTG1lzKao { top:10.125rem;left:0rem;width:11.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPDITtSkI5u7tpGdi3OO9iUWZIkgrki { top:11.3125rem;left:1.3124990463257rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbdyqNOcGVoTLZFZNhraHoqIVTdgeRab { top:13.125rem;left:1.3749990463257rem;width:13.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvFPEhf6ye33kLikWFTMFnEgoCseXDgK { top:10.8125rem;left:16.437500953674rem;width:8.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmDdzD2RlMfgK1gT1qq054GMlbDUl60 { top:11.3125rem;left:24.937500953674rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXSTKTAVhFpyRuxPazUXvvi9kKyB6wIT { top:12.9375rem;left:24.937500953674rem;width:12.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTdS6rDQ8h6BRBro9WobBz5Bewhv2f7 { top:10.9375rem;left:40.062500953674rem;width:5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN8pTsJJS4tHAqGkxUDrNaFTDPmIUL8p { top:12.9375rem;left:36.3125rem;width:11.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X784tiDLLwDWQygHRnT7ERznbIXLdczA { top:4.8125rem;left:39.4375rem;width:8.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPKOqxSxlqTUXGs7mNt5tDzuMluNG1xq { top:4.5625rem;left:39.375rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fubl3mDQtsHFQb8XG4KWfMkOfkCTDhuX { width:20.0625rem;height:2.1875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPWmuAyd1KwVcUlcCMxa2DsTsibL9t9Z { display:block; }
 }@media only screen and (max-width: 763px) { #mPZAR2mZ8iLdUFEOMTOt7MNw8BUtQm1I { top:11.25rem;left:33.1875rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugnnUKVITyrCQUZwzTGPhC3BdasNzVH { top:2.5rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD { display:block; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCc8FzQJdEL5XczPT3JnW8wZKVOJ4cOs { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBdkKenToix9ptAd9a55uhyTVS87oaFw { top:1.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exdwJoc3AFrnepbl2UvRWbuyHmvE7qON { top:5.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsQSOoOzFsyDrHBd3JeIgpJavO50OCzs { top:2.375rem;left:42.375rem;width:5.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxbcFLmS9SM5etRfuxsVeinv2Bdi2rNN { top:2.125rem;left:42.4375rem;width:5.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC8n7swElNvOt3w0mEvo7gspqow5h0wV { top:4.75rem;left:0rem;width:10rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRyqKiQb10OQ75LVMRBfihGx83QJf3v { top:8.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#TKRyqKiQb10OQ75LVMRBfihGx83QJf3v li:before{  }
 }@media only screen and (max-width: 763px) { #c8FoNzEOmu5KrF04TbTT6azh7AxpzfSl { top:9rem;left:0rem;width:11.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmTClhAtwCFkxDQSPbSWZ93n3uDnnyB { width:16.75rem;height:2.1875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdmLDoeSzdpK4RTS11Km4zGghEM7Taxx { display:block; }
 }@media only screen and (max-width: 763px) { #T1wHiIQrcQi4zk6UPuuXufLEontWglXH { top:0.1875rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae { display:block; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AITMusceSad4TaglChQ3kbuIq609wVOV { top:1.875rem;left:0rem;width:26.3125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwiktkxDOBgfgygq7l5uNcPp3z3iXWT { top:0rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9OEr2OCTg2fI8iI7zgW0LpBTiDBIe9 { top:5.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM1vVqgCmXIpNJoq1VvNn6QJndVXrbbb { top:2.1875rem;left:43.4375rem;width:4.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hgfWuuSZG6nfaVroBEpVTyIw3Uaupa { top:2.4375rem;left:43.9375rem;width:3.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRfvTS01ThR7wFHKC2WN3hLrbQmtk7nI { top:8.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgJ4M1SckNUVlDTv6hxiIUKHe9rJn8Nl { top:14.625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFrGemzbxfKtQ8OfMvcAsRszIeuTgMA { top:15.375rem;left:0rem;width:13.625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDiwbS353goPJT1BgrqpXVdE62vWOAG { top:16.8125rem;left:0rem;width:13.625rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCRtTlXh6hgnTbDWXhBJACsUNrBsOKJ4 { top:14.8125rem;left:14.062500953674rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfgWztryLyfeSKlLytB2tmnEx8r5UlJh { top:15.3125rem;left:19.687500953674rem;width:17.8125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euInI1baBZSC0q70thUWvHRT2SN2AJmq { top:16.75rem;left:19.687500953674rem;width:14.5rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT2TNNIVTIQEqvfnl5pTRaxJ0u3GdoIk { top:15.3125rem;left:39.812500953674rem;width:5.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwnzILBecn9vKOPoaRw62ofKRVU0AfG { top:15.375rem;left:36.4375rem;width:11.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnADOaz8bLK63mgaLX7g2fzAX01NpbT { top:16.75rem;left:35.3125rem;width:12.4375rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRHBkMWQz0J4fUz3y7hEBzbVdtyrCviP { top:4.8125rem;left:0rem;width:5.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEuaT3eHyHLyG69v2HGJk1leLQXAyFf { width:15.1875rem;height:2.1875rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOPqTsbnm3kiPWlJ2lFVpDtTTBFf1dZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #kFeTBnXUAxtKrJSuoC9V870936M3KPD0 { display:block; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQf6vSiu4ASRQtT14CrE0BxZe5ptEc47 { width:22.5rem;height:3.3125rem;top:1.4375rem;left:12.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7estEs7l7nTrraLlEp7b2rVJATtgpV { display:block; }
 }@media only screen and (max-width: 763px) { #DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK { display:block; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhcTl1z60IDX1y192uTZ2tVBf5UpVpI1 { top:6.625rem;left:0rem;width:47.75rem;height:34.063694267516rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-regular-label { display:block; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-checkbox-label { width:13.6875rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0  { width:15.125rem;height:auto; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 {display:block;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 { width:15.125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #aTbXqLnpksH4eu4BRfvaPHA4QPlUb2mA { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CgvGUMvn0HeUH3057Nd025qi5TAlPOgL { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTt3VkZx5NRn4zQzxDDVFG0T5gw0XWK3 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ar6iNMq9squZJi5OTicVG2KUT9hTwMaX { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #x1bOM2EO7wKKGFnZ7AhNNoly8i5uR9Bc { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #D22PANcx6Nd0GJd5yBsRMRciwgv8PD9T {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xIxLR2iu6pVS1equ8TIaRB922RbJFG8p {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XrzOQWVSMCXPxTb5zL054myrHn6rHVyH { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GaKxqscJpK3PQUlXEyT8RJ3a8zJ2g9CI {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cp6MTdaJThClMA3sFvuTfATe8500zLuy {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #q2N668BGiTq4oT9lZXOBslMZzq2llkgn { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BhzMePUMLQrBDfCFmTQUroGNZfOBalhy {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qveVBQIoQ7NQ1JxlxO7CC3tkgFzP0NgU {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ze0fylCP6nMkEGkq7M3OeqSw0MQRJCTv { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CfrkphFnPriUOhVzmXo3DLvzmpq3MUit {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #AXhbzWgWLhWrGSuii1amsVNeqkebJS31 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #gmBRTVFld3wMqmRUoX49TUbFyyRte1pZ { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fiNbOVVcLoHd4b4oNrJgs003c9xUKlNt {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Fpg4w9yFA6nkH0sPvUWFWshqhTcJbgB4 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #oMy9Ea3n2AOluyC9vFy3RFZRzFxdT2hg { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #K9NDZptJq38kmekZ7UpHLDr2AhHUsRBl {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zMi0R22H3Hqzl7uCChvtMafWoSEpBoCN {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Z4l07W3mf2PqVmIEuStVmsW65ARJ9Il7 { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Vla2F0JaqfDBdlG9e6ERR9QrFkR0sROg {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa {  }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #nF9LhTMvTuJm1Ovx1QFdT1maCSFUFQ7V { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qSVfwKwzQ3VF6sy9mpEhZg3PCF1HtwtO { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #WcZBsLwszTI3tEy7X2Nu15FHskEeLCmX {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #sS8mkmQJD4lwTx0VoZJTOlm5CmKchMXT { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #dRptuPh2tOeREHRvDWM4qTZVVmTMzZbK {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cgU5IV4MyiDFHbr3s0vV5T5R1P9w3rdO { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #wPxFhZcTc2FwIAnD5O4dPX0spkDlx0wc {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #W0wZINB9vNmWTcHz15P2QOK9nTGQZ7BO {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #eDAdXEhurt5FKkFxq2Jf0DfMrTektpUO {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Uvi6nlkDqlTAhHxJWx07F5iK0iS8MaAJ {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #EVbPpgSEWndinJGab6JEitkQPBRcwsUN {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BZlhNPM0EV5KVxZNKKoLRtWuaPnmTXhF {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fataAReBXgRDByD79GT0QBEPdxeDLVHR {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #whLbhWRvShf9wnhPq89SeiWh59rwgWJo {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GfOtt6XvEAuLIlJGwxgzXwzStxSZuX1U {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #tJ1DE3L6zZrSUop3026pV2T0SVcZdQ06 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xULXHEbPhcZH0zTsSL7HMecW1E8oATQ7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #T2zIpJgVh4Tb4638WS0la4yCplUVi5ro {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XTgngBJ1CxovSJRqDPGN28lxDTAQfHDJ {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTN9QtBJrEzpVB4LeOWNe2Da0X3TImpZ { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #P7HwuQnD4zIiMzi20CwMNpbhpUTsW4fS {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zHeonSwtPNpq04LwmQQw7VrUO98xgoVW { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ywXgbKm9JHrAbFyiLSAVhDDyvcqBA2nv {  }
 }@media only screen and (max-width: 763px) { #cf0fhEKwvlcDiBBTtH7ZQc32EFHJwu60 { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl { display:block; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goJqADdMZzK3M0qIRqAdwr6WU7QNtnc7 { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8uZ0y88lsuKD9ub6hoz3iT9w6Vh6ucL { top:6.5rem;left:0rem;width:37.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgPC2WhLb2efkMaUbXDP7L6G9F6G5TVA { top:16.0625rem;left:0rem;width:37.5625rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbsF5McNbc7HyVMaLK7Oqvp3vt8G8ULO { top:6.5rem;left:17.875rem;width:29.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 { display:block; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqtpQsyqxEfDMbrRUZtSkcRw8s74tiHQ { top:5.125rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ydMg7VHZ9hGx20sqXJC7bVRl0Llz24 { top:5.125rem;left:5.125rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZ0eTQW24QZbRnZVh3eWfdpPVVtAVe9 { top:5.125rem;left:17.0625rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1rT9BzNyfG1FTbRqsIpKed4QeisVp5 { top:5.125rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVIFTBQi0HAsqKlNSH6XBWxRO83ixfep { top:1.4375rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLRVBuG6SVNqc0qsF2eODXAMwEd2Jmp { top:1.375rem;left:5rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzo0GGiwcKZWTxZmRHoQVXlogeEeW5NW { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTfShq4ttDBqzIWMJxRl0OSxT8gvUA5 { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 { display:block; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ { display:block; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGqyMbwlrUb4ScG3Xvb6Iv3eGiyTtTyN { width:22.5rem;height:3.3125rem;top:1.4375rem;left:12.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR3L55GT2qIqUF20880aURVOZN7Ek4ZK { display:block; }
 }@media only screen and (max-width: 763px) { #eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE { display:block; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { top:1.4375rem;left:0rem;width:29.25rem;height:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { top:8.125rem;left:0rem;width:14.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { top:1.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { top:1.625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { position:relative;z-index:auto;display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { width:5.5625rem;height:2.25rem;top:1.1875rem;left:7.2593749761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { display:flex;width:1.8125rem;height:1.8125rem;top:5.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { display:flex;width:2.1875rem;height:2.1875rem;top:11.48730625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { width:12.5rem;height:1.29980625rem;top:14.92480625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { width:8.125rem;height:1.29980625rem;top:8.9375rem;left:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { width:1.875rem;height:1.875rem;top:20.8496125rem;left:9.0625rem;display:none; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { display:flex;width:2.125rem;height:2.125rem;top:4.6875rem;left:8.9375rem;display:none; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { background-color: transparent; background-image: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container > .video-iframe-container { display: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row > .video-iframe-container { display: none; }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .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); }#KV8OQuA2z3Pp67aW8cuvW8sgq4CecNox > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF3wX7GTqGtuT9zuZJpnlPN5KTgQJKhg { width:20rem;height:14.8296875rem;top:11.17031288147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mZiSGlMC5dt4WUR0pWaf0BoIoqz1hH { width:20rem;height:3.7109375rem;top:1.2249999046326rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEmyr1cn8eB8sT0Es6tEL332Z4aiRgWv { width:20rem;height:5.2rem;top:5.3117187023163rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2ksGFlUB6RLgW1H50TxLK7Hdk8H4LVf { width:15.625rem;height:2.0625rem;top:30.525000095367rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxlbBA9SHT0DxVBH7c28A7XTPWiyFzq { width:15.625rem;height:2.0625rem;top:27.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbVtGtbDBAuiuHoSJUcQ7rvi9HUwouT7 { width:11.3125rem;height:1.1375rem;top:27.887500286103rem;left:4.6875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQUy5yoQEUtllSNDf7RVrwTn6iTkcXsx { display:flex;width:1.5625rem;height:1.5625rem;top:37.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QvtarLZF0W1P36DmCVknI9eEfa2xVDtf { width:13.4375rem;height:1.1375rem;top:31.03750038147rem;left:4.6875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sia6ayTaPZFATz9DtVSAJXO43P4KUNIt { display:flex;width:1.4375rem;height:1.4375rem;top:27.6875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #AgI4rioF4tBsy6CVb81Zingof9TRgb0S { width:15.625rem;height:2.0625rem;top:33.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIM7GzJsuO079DRSpST6uEWfmGl4TNc { display:flex;width:1.8125rem;height:1.8125rem;top:33.8125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #S40RF7Dhuy5xESROiyiCn996s0GJq6iO { width:11.3125rem;height:1.1375rem;top:34.125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lih148pWZKTlDWVgUOr2VIhQOXd8K28b { width:15.625rem;height:2.0625rem;top:36.8125rem;left:2.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ymkKEEDqgK85yJ5SxDaBhuKFO2RazRdJ { width:14.75rem;height:1.1375rem;top:37.3125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9pHKQqltPLTQxL4VdXAnFIbRL6TIE4 { display:flex;width:1.4375rem;height:1.4375rem;top:30.875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 { display:block; }#ltmkIkRWBqrOv5k4KQbvfVQTFHEGpeW8 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLUvSf7MWI6I6oaf5GBwpGmZf6DhiEfN { width:6.875rem;height:1.875rem;top:6rem;left:11.187500536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNoTT9tq0vsehmoAs4WtnnXcng1wrTJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuLBRGQRt3vFOJxnbMcNAVUWdNcJXipk { width:6.875rem;height:1.875rem;top:6rem;left:1.9875000119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35lhBs2rataW30sOS9DKUdbFB3TwSeX { display:block; }
 }@media only screen and (max-width: 763px) { #cAuov35m8yV240g87xnKlet8JTBL7QVm { width:6.875rem;height:1.875rem;top:3.4375rem;left:11.187500536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKoDUazzNvl4sCgOJtUXoDhya3VX4M5o { display:block; }
 }@media only screen and (max-width: 763px) { #K50RUxnfVHvCOFQOaf3aKTUVCiBnMQIa { width:6.875rem;height:1.875rem;top:3.4375rem;left:1.9875000119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTlrni62OfrGUeaIfFzpku9h199w20K { display:block; }
 }@media only screen and (max-width: 763px) { #FOny6NCggaPLZ8lTbT5LllHsesfSlwV5 { width:6.875rem;height:1.875rem;top:0.9375rem;left:1.9875000119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ugg0OiNcThC3uzRTyQSnBZoSeKo4K4 { display:block; }
 }@media only screen and (max-width: 763px) { #ossu1V15QnvMdAETQCE3tewPJdn61T8F { width:6.875rem;height:1.875rem;top:0.9375rem;left:11.187500536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccTN451b3RclBpENtEWW8SqEDT3SlCq { display:block; }
 }@media only screen and (max-width: 763px) { #T4VC8nBSI40ISVgUxTJykKARqRksHQZo { background-color:#f2f3f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { background-color: transparent; background-image: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row > .video-iframe-container { display: none; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .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); }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { border-width: 0; border-radius: 0; }#T4VC8nBSI40ISVgUxTJykKARqRksHQZo > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To9fJrKVh3tgV2PCVsTohMbB3c4Ac3kT { width:9.6875rem;height:1.21875rem;top:1.5625rem;left:2.25rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NK3fSwdGNThCbIFv4TxNrqwWbMsWp79B { width:18.625rem;height:3.4375rem;top:3.796094417572rem;left:0.68671876192094rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIcsUox5upGn7F1OngQ48nWIdbLpL8f8 { width:9.375rem;height:0.125rem;top:7.7208366394044rem;left:0.81145840883256rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7fVDqQcDSu9iJipDQUaZ4to6pwAPNW { width:18.0625rem;height:7.7988125rem;top:8.4041671752931rem;left:0.71875005960463rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SXMdx5y0uPTX8uMn7oBb0sDW3vloy3mS { display:flex;width:1.25rem;height:1.25rem;top:1.5625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #QVtIikfu63IpNU6RpOwgMoiZHLfc1Csk { width:15.4375rem;height:5.2rem;top:41.962500095368rem;left:2.2812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWerfFR5Oo5uuIOP8vJGawMw4oTznbmz { width:18.75rem;height:2.1875rem;top:17.437500476837rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #XafwrwBvtJox5s2xFqn1MG0HAlkqSBny { width:20rem;height:1.6875rem;top:17.687500476837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApsEHbVAExflOn2o6yWmQHUAMy0JVXFU { width:17.1875rem;height:7rem;top:19.625000476837rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKaUhDfbXKJaKTgoAiObnd09rI1stC6W { width:15.75rem;height:5.2rem;top:20.525000095367rem;left:2.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lBhPU5DTnzf1o3TQlcXISrvOP0a2O81N { width:18.75rem;height:2.1875rem;top:28.187502384186rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ34QpLlgl8QR0VQIxX7rN17yAMTq7lz { width:20rem;height:1.35rem;top:28.625002384186rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptrVmB6dPTZdm98qqkTrWKvSBxgZfOAK { width:17.1875rem;height:7rem;top:30.375002384186rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg2JwfTg2SI1mCSikKO7UZ1MdrbWUNvC { width:18.75rem;height:2.1875rem;top:38.875002384186rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQTPEqL8bpnaMH6dwMeM2R16EcKmgbX { width:20rem;height:1.35rem;top:39.312502384186rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6vQCV8WpI45UNgHvQnXSGZHSQ0tqVwf { width:15.625rem;height:5.2rem;top:31.275000095367rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OGIsNLuJvsoq85g2MXF9GdQuFOvgb88e { width:17.1875rem;height:7rem;top:41.062502384186rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDdBBcriTwgBem3y5TZmJNE75yRFgKui { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { background-color: transparent; background-image: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row > .video-iframe-container { display: none; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .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); }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { border-width: 0; border-radius: 0; }#WDdBBcriTwgBem3y5TZmJNE75yRFgKui > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIdyTH2vGDqz1fUOomhyOFXPBZIB8txx { width:14.4375rem;height:1.21875rem;top:1.5625rem;left:2.25rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DaZkGetqGJZsqacybz3MKGiW4Caqf1FO { width:19.375rem;height:5.15625rem;top:3.8125rem;left:0.5625rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sG4vizH3XwMGc7wzPolyhBW4t5TZ5Z8O { width:9.375rem;height:0.125rem;top:9.5666656494137rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqApkycBoqixi0FNE4J4pkFZytTntXEU { width:18.75rem;height:14.2978375rem;top:10.250000953674rem;left:0.62500005960463rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GHFXp1Ah9QonZLyJQ8ZSlSO668DwZc1T { display:flex;width:1.25rem;height:1.25rem;top:1.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #aro1QMmkudsI20nk76IPur9QHmugxOKP { height:10.5rem;width:19.1875rem;top:52.405210494995rem;left:0.40625005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRUEt1GoQLr8A6SyyNECICcWm6ru5pq { width:18.875rem;height:14.29783125rem;top:33.775001525879rem;left:0.59375005960464rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hokpT4vFmT7RJn9AXqTL70XTR7fZmSqE { width:18.75rem;height:2.6rem;top:48.228127479553rem;left:0.81250005960463rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Po1fHGQ9RwT42vN9y3n3vtQcyDAawTr4 { width:20rem;height:37.4375rem;top:26.656254768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKmJ3oSfneRrnT2cCSy6Av4tPXrchtG { width:15.1875rem;height:2.923825rem;top:27.600000858307rem;left:0.56250005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlzTwEnag3Z7iqdaecPQv42lu9Z1SwR7 { width:14rem;height:1.4625rem;top:31.562500953674rem;left:0.56250005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAmWfFfkdTvetzTE5IyBhbTBSWwDNlzE { width:9.375rem;height:0.125rem;top:30.961456775665rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZP7wePDTgHwIRUNTQ0IboWdoKOB0dKH { width:6.9375rem;height:4rem;top:6.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g { display:block; }#lzIJZK2XaxbEOacMLryCuXB6xiOu5R3g > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWsFME8NdIFS1b5EfmiiPP3c9drwT2dv { width:16.25rem;height:2.5rem;top:1.25rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwQFFM5Rs7eTkpi0QKECzuMQ12NULaA { display:block; }
 }@media only screen and (max-width: 763px) { #CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu { display:block; }#CTuTspz9UZDsrkqzgVp1h0RT8r8zsocu > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfXK7JLeqkTtkgnTMumZwF4lcoNoUyGa { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #it0BCXXOO6glMKCffZ8kVGNDXkmQmR7m { width:15.375rem;height:1.7875rem;top:2.4375114440918rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbfuCKeB6lfoLAfe8pIsbyuyTxNIOSnC { width:7.0625rem;height:0.125rem;top:4.5614585876465rem;left:6.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJ2uTXNfw4KVQCCdD4fOd73xf93WqCx { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRAs79yIfmyTqKTdCziZaCDE47VPokq { width:18.5625rem;height:2.6rem;top:5.25rem;left:0.71875005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTGSvZJDmR4GrzxJVdmcKDVkR87yips { width:20rem;height:68.8125rem;top:1.4375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ltyQf8wRJXve5Ts9SmZDhdT2RAhdTUU2 { width:6.0625rem;height:1.3rem;top:58.25rem;left:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKgPby9uG3XrRKKoKXI4CPyuEWW5qBRU { width:5.9375rem;height:1.75rem;top:60.8rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uog4J6KwxqvRIJr8S7rAttgLpSrf4taZ { width:8.125rem;height:10.625rem;top:23.906251430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6Jvatuc0J3IGiHml1NrpIOhGDxQfuE { width:9.8125rem;height:1.7875rem;top:23.8125rem;left:7.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKhGXWKd7kAISOxnHeJUBr0TVG3M2EZM { width:12.0625rem;height:9.098625rem;top:25.5625rem;left:7.9375rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HcNiIkIzdPsdQXcmSmclNi6RLpGmJ4aQ { width:8.125rem;height:10.625rem;top:38.904168128967rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H72zK0k3ShmwTGlnF3Ls2zTFUbbQgNdV { width:9.8125rem;height:1.7875rem;top:37.3125rem;left:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREpeCe3ZnVqFCczKRb5snWkhcbwir60 { width:11.4375rem;height:10.3984375rem;top:39.0625rem;left:8.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KrZ6RSJg2NyTV2oExDEv0rczcneNtt53 { width:18.6875rem;height:2.1875rem;top:66.062505722044rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpwU1NPtBfu0ouqeyclqFTN7gyXdwcKE { display:block; }
 }@media only screen and (max-width: 763px) { #rIfQA5xqKmf5XxrTWnf1klBZb3UWMz6O { width:6.5625rem;height:12.375rem;top:9.0625004768369rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tgE1RQsk1yHGkHVoIDiURNDd41OfoRgZ { width:11.5625rem;height:1.7875rem;top:9.5000004768369rem;left:6.5625002980231rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqZluVcmy8VIzB8FqnH5H6e4eOy2wb9w { width:13.0625rem;height:9.098625rem;top:11.519794464111rem;left:6.6875002980231rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFaeu5IcI8VJFKO9bXGkUzE4oqOn8wR7 { width:11.375rem;height:4.125rem;top:51.875rem;left:8rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R95QiAEwPI5cW4l8GUuuJ0I6I4LVG1dV { width:12rem;height:7.7988125rem;top:56.375rem;left:7.9375rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X8wXothsALB7hE9iDdep1Jgf3mtZm85J { width:7.875rem;height:6.9375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e { display:block; }#B5qyoFvZIN11B4JaGnIoBS4rKGvF7T7e > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2oBr7wm51cwXu8PzNgTx1ZAw8iwfLKo { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #vHxzknCvytSQin458v455FyUoZEMCbgk { width:19rem;height:3.298825rem;top:2.125rem;left:0.50000005960464rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUye9pnORVbb9ygKkFlf0wTQlsgBnxpo { width:7.0625rem;height:0.125rem;top:6.1250019073486rem;left:6.6875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR1Zaqwp5qxrW3L8xfgmarvuNy04Qaxh { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9gutGEq5zFhQPl0Kf6yESUBdzxgphf { width:15.125rem;height:2.6rem;top:7.0625019073488rem;left:2.4375000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rU6uZNCSpo5HdUWcP7TWXbAtX1IzVGXn { width:12.1875rem;height:16.3125rem;top:9.0364494323731rem;left:3.9062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKq0qHczNG7VH92Kx97cSTd1OSzVFfRD { width:20rem;height:1.7875rem;top:23.189583897591rem;left:2.9802322387695E-7rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE9trQ0yM8mPBHdfRJdtiPgpne962yRc { width:16.875rem;height:6.499rem;top:25.347918510437rem;left:1.5625000596046rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPDS7R09liBVRIJ98TyOu2NnfGswTOJh { width:20rem;height:81.9375rem;top:1.2500085830689rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kVmR9Q2xIUJ6K5oNTemQhNQunmSGozGq { width:4.0625rem;height:1.3rem;top:58.5rem;left:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Boyk41eeFZlLDQuXU5HbBDOyntGg370S { width:4rem;height:1.75rem;top:58.25rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJcEzWwKqes95S10cNiy4nEVfRs23LZo { width:10.625rem;height:14rem;top:32.616667747498rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLH9l5T4korsGgzVcz091eU97KoMsFZ6 { width:20rem;height:1.7875rem;top:47.054169654846rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvCnNAQftr3Qae8bHvZuEEPDukB5DGq1 { width:16.8125rem;height:6.499rem;top:48.840629577637rem;left:1.5937500596046rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUGSVe6JaDdIi6T9i0n8kblJuLJx9Tex { width:17.875rem;height:2.1875rem;top:79.262504577638rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2BAZ4ZIEx6Khr0yVqLR1TPqgAKmLTNN { display:block; }
 }@media only screen and (max-width: 763px) { #lVLRh5U4piuQ6Ua4m4HDVGWBF3yA2guL { width:12.0625rem;height:16.0625rem;top:55.778127670288rem;left:3.9687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWzwIJpgqvE7JUuId6RQJr0rMNrC9VWB { width:20rem;height:1.7875rem;top:69.850004196169rem;left:0.031250298023224rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozfXpUFOmszE0mAQV7NqXBHk8NawGXFH { width:19.25rem;height:5.2rem;top:71.600004196169rem;left:0.37500005960464rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN { display:block; }#rAVwoQDOX4Dqo7oTosh5iyP6Ro97rKKN > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5BzKavMqJ4aOW7d4ZTOiTEDxo7nFpgX { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #fc3nNVd3gMaD1mtQLLhKIaPvJ3tVsni9 { width:20rem;height:1.7875rem;top:2.1250019073486rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6qkzspyT6CwWZUT008wTTsXgNbJv9M2 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lys3AbMRAceETmvTSTkvqXOyQ7OA0fSp { width:18.5625rem;height:2.6rem;top:5.2500019073486rem;left:0.71875005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbrDlqG72w4yXSfkRHCDIuuy12c7X21q { width:10.125rem;height:13.3125rem;top:8.47500038147rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaWyG5ZX4JiB74B9GWwnPrdTafCeMlmH { width:11.5625rem;height:1.7875rem;top:21.091668128967rem;left:4.2187502980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNi3GNcO6qUBqBxgfIDMByqN9t6gm9ER { width:20rem;height:1.3rem;top:23.004166603088rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v { width:18.1875rem;height:5.825rem;top:24.806252479553rem;left:0.78125005960463rem;font-size:1rem;display:block; }#oQb4LXhVbTsrxkr7gEIJTV5z6UrKLN6v li:before{  }
 }@media only screen and (max-width: 763px) { #JyqCfvL6pNpsO7O5HStrlaG06Bchv3nu { width:20rem;height:59.375rem;top:1.4375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TRTa50Rtd8EVRmORQblBbKzuSQLuXRT7 { width:4.3125rem;height:1.3rem;top:58.5rem;left:7.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsDFibszha08p17OyhA4bQ2vzFOTaaMd { width:4.3125rem;height:1.75rem;top:58.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxRkpqid85erfLniw72ciT09be1hMVQS { width:15.0625rem;height:10rem;top:32.000003039837rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKUUtPVv30ktW4p2N72GLTcZLkDu5Dal { width:9.8125rem;height:1.7875rem;top:41.687501132488rem;left:5.0937502980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZkkvFMWdlE7B8ovViCL2V6JU63WZUK { width:20rem;height:2.6rem;top:43.849981307983rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe { width:18.625rem;height:8.4238125rem;top:46.700016021729rem;left:0.71875005960463rem;font-size:1rem;display:block; }#FodRPXPAt5Z9NRbNMV0ycPohXHtDJxNe li:before{  }
 }@media only screen and (max-width: 763px) { #RrxHJcDhACyC5G7VEpsKqPXmAlT54wZx { width:12.5rem;height:0.125rem;top:4.4375023841858rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr6qEl5Xk9ZxcFL3PLqquhSgk042CUn5 { width:18.75rem;height:2.1875rem;top:57.062500953674rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzE5T2SpIaFnrJ4ATk8X85bvZoCaQile { display:block; }
 }@media only screen and (max-width: 763px) { #kqMRVovUOdlMUtecnTrlKbo09tFmrnun { display:block; }#kqMRVovUOdlMUtecnTrlKbo09tFmrnun > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJEO4Z3OhazDpBw4fXyH6ehSNLag3zrp { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #CQJfT8fLHVclOfm3DooHAyDLlAKcFQ63 { width:20rem;height:1.7875rem;top:2.0625rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CN54UFh6ckN0OaWdyVod7tx2UuCNDOtF { width:7.0625rem;height:0.125rem;top:4.3541660308838rem;left:6.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVncUHbrwh7Mmy6T39b5CSvTnqCzOAoV { width:16.1875rem;height:3.9rem;top:5.1645832061767rem;left:1.9062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFia4Mi7C2itdh1sRcAL5v5oTG1lzKao { width:14.4375rem;height:9.4375rem;top:10.059373855591rem;left:2.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPDITtSkI5u7tpGdi3OO9iUWZIkgrki { width:20rem;height:1.7875rem;top:19.62083530426rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbdyqNOcGVoTLZFZNhraHoqIVTdgeRab { width:16.9375rem;height:3.9rem;top:21.65833568573rem;left:1.5312500596046rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvFPEhf6ye33kLikWFTMFnEgoCseXDgK { width:10.6875rem;height:9.25rem;top:28.375000953674rem;left:4.6562502980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yAmDdzD2RlMfgK1gT1qq054GMlbDUl60 { width:12.5625rem;height:1.7875rem;top:37.625000953674rem;left:3.7187502980233rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXSTKTAVhFpyRuxPazUXvvi9kKyB6wIT { width:18.25rem;height:3.59765625rem;top:39.412501335144rem;left:0.87500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlTdS6rDQ8h6BRBro9WobBz5Bewhv2f7 { width:7.3125rem;height:10.4375rem;top:45.991668701172rem;left:6.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN8pTsJJS4tHAqGkxUDrNaFTDPmIUL8p { width:17.1875rem;height:3.59765625rem;top:58.215625762939rem;left:1.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X784tiDLLwDWQygHRnT7ERznbIXLdczA { width:8.3125rem;height:1.3rem;top:58.5rem;left:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPKOqxSxlqTUXGs7mNt5tDzuMluNG1xq { width:8.375rem;height:1.75rem;top:58.25rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fubl3mDQtsHFQb8XG4KWfMkOfkCTDhuX { width:19rem;height:2.1875rem;top:64.25000190735rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPWmuAyd1KwVcUlcCMxa2DsTsibL9t9Z { display:block; }
 }@media only screen and (max-width: 763px) { #mPZAR2mZ8iLdUFEOMTOt7MNw8BUtQm1I { width:14.5625rem;height:1.7875rem;top:56.429158210754rem;left:2.7187500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yugnnUKVITyrCQUZwzTGPhC3BdasNzVH { width:20rem;height:67.125rem;top:1.0593972206116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD { display:block; }#yPyXJUuiO6e6qDLqNsUJkeKBbPQLpIsD > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCc8FzQJdEL5XczPT3JnW8wZKVOJ4cOs { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ZBdkKenToix9ptAd9a55uhyTVS87oaFw { width:19.6875rem;height:1.7875rem;top:1.3125rem;left:0.15625rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exdwJoc3AFrnepbl2UvRWbuyHmvE7qON { width:18.5625rem;height:2.6rem;top:4.3750009536743rem;left:0.71875005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsQSOoOzFsyDrHBd3JeIgpJavO50OCzs { width:5.375rem;height:1.3rem;top:58.500793457031rem;left:7.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxbcFLmS9SM5etRfuxsVeinv2Bdi2rNN { width:5.3125rem;height:1.75rem;top:58.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yC8n7swElNvOt3w0mEvo7gspqow5h0wV { width:8.125rem;height:0.125rem;top:3.6864585876465rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRyqKiQb10OQ75LVMRBfihGx83QJf3v { width:18.6875rem;height:10.036125rem;top:18.911459445953rem;left:0.53125005960464rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#TKRyqKiQb10OQ75LVMRBfihGx83QJf3v li:before{  }
 }@media only screen and (max-width: 763px) { #c8FoNzEOmu5KrF04TbTT6azh7AxpzfSl { width:18.75rem;height:10.5rem;top:7.7500004768369rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmTClhAtwCFkxDQSPbSWZ93n3uDnnyB { width:16.625rem;height:2.1875rem;top:30.9873046875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdmLDoeSzdpK4RTS11Km4zGghEM7Taxx { display:block; }
 }@media only screen and (max-width: 763px) { #T1wHiIQrcQi4zk6UPuuXufLEontWglXH { width:20rem;height:34.625rem;top:0.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae { display:block; }#yT8mB9I906A5tqTRQwef1rRWSdZKQ6Ae > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AITMusceSad4TaglChQ3kbuIq609wVOV { width:20rem;height:1.7871125rem;top:2.1875rem;left:-0.0615234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTwiktkxDOBgfgygq7l5uNcPp3z3iXWT { width:20rem;height:42.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9OEr2OCTg2fI8iI7zgW0LpBTiDBIe9 { width:19.1875rem;height:2.5996125rem;top:5.0625rem;left:0.40625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bM1vVqgCmXIpNJoq1VvNn6QJndVXrbbb { width:2.5rem;height:1.5625rem;top:2.0625rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9hgfWuuSZG6nfaVroBEpVTyIw3Uaupa { width:2.5625rem;height:0.975rem;top:2.3994140625rem;left:16.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRfvTS01ThR7wFHKC2WN3hLrbQmtk7nI { width:18.4375rem;height:13.994125rem;top:8.5rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cgJ4M1SckNUVlDTv6hxiIUKHe9rJn8Nl { width:3.125rem;height:3.125rem;top:24.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFrGemzbxfKtQ8OfMvcAsRszIeuTgMA { width:13.75rem;height:1.0556625rem;top:24.6318359375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDiwbS353goPJT1BgrqpXVdE62vWOAG { width:13.0625rem;height:1.7871125rem;top:25.826171875rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCRtTlXh6hgnTbDWXhBJACsUNrBsOKJ4 { width:3.125rem;height:3.125rem;top:29.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfgWztryLyfeSKlLytB2tmnEx8r5UlJh { width:13.25rem;height:1.0556625rem;top:29.6484375rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euInI1baBZSC0q70thUWvHRT2SN2AJmq { width:11.0625rem;height:1.7871125rem;top:30.9375rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT2TNNIVTIQEqvfnl5pTRaxJ0u3GdoIk { width:3.5rem;height:3.5rem;top:34.25rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuwnzILBecn9vKOPoaRw62ofKRVU0AfG { width:11.3125rem;height:1.0556625rem;top:34.4443359375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnADOaz8bLK63mgaLX7g2fzAX01NpbT { width:12.4375rem;height:1.7871125rem;top:35.6875rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRHBkMWQz0J4fUz3y7hEBzbVdtyrCviP { width:5.625rem;height:0.125rem;top:4.416015625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEuaT3eHyHLyG69v2HGJk1leLQXAyFf { width:15.1875rem;height:2.1875rem;top:39.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOPqTsbnm3kiPWlJ2lFVpDtTTBFf1dZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #kFeTBnXUAxtKrJSuoC9V870936M3KPD0 { display:block; }#kFeTBnXUAxtKrJSuoC9V870936M3KPD0 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQf6vSiu4ASRQtT14CrE0BxZe5ptEc47 { width:16.4375rem;height:2.5rem;top:1.25rem;left:1.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7estEs7l7nTrraLlEp7b2rVJATtgpV { display:block; }
 }@media only screen and (max-width: 763px) { #DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK { display:block; }#DnIaUhgkXZlfgUJR4ZWrxu6Ow9hwATHK > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhcTl1z60IDX1y192uTZ2tVBf5UpVpI1 { width:13.0625rem;height:9.3125rem;top:34.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.0625rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .widget-radio-label { font-size:0.875rem;overflow:hidden; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0  { width:17.5rem;height:auto;top:6.4364595413206rem;left:0rem; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 {display:block;}#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 { width:17.5rem;height:auto;top:6.4364595413206rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #aTbXqLnpksH4eu4BRfvaPHA4QPlUb2mA { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CgvGUMvn0HeUH3057Nd025qi5TAlPOgL { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTt3VkZx5NRn4zQzxDDVFG0T5gw0XWK3 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ar6iNMq9squZJi5OTicVG2KUT9hTwMaX { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #x1bOM2EO7wKKGFnZ7AhNNoly8i5uR9Bc { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #D22PANcx6Nd0GJd5yBsRMRciwgv8PD9T {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xIxLR2iu6pVS1equ8TIaRB922RbJFG8p {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XrzOQWVSMCXPxTb5zL054myrHn6rHVyH { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GaKxqscJpK3PQUlXEyT8RJ3a8zJ2g9CI {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cp6MTdaJThClMA3sFvuTfATe8500zLuy {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #q2N668BGiTq4oT9lZXOBslMZzq2llkgn { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BhzMePUMLQrBDfCFmTQUroGNZfOBalhy {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qveVBQIoQ7NQ1JxlxO7CC3tkgFzP0NgU {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ze0fylCP6nMkEGkq7M3OeqSw0MQRJCTv { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #CfrkphFnPriUOhVzmXo3DLvzmpq3MUit {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #AXhbzWgWLhWrGSuii1amsVNeqkebJS31 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #gmBRTVFld3wMqmRUoX49TUbFyyRte1pZ { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fiNbOVVcLoHd4b4oNrJgs003c9xUKlNt {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Fpg4w9yFA6nkH0sPvUWFWshqhTcJbgB4 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #oMy9Ea3n2AOluyC9vFy3RFZRzFxdT2hg { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #K9NDZptJq38kmekZ7UpHLDr2AhHUsRBl {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zMi0R22H3Hqzl7uCChvtMafWoSEpBoCN {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Z4l07W3mf2PqVmIEuStVmsW65ARJ9Il7 { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Vla2F0JaqfDBdlG9e6ERR9QrFkR0sROg {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa {  }
#eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Wgv1CBRkXtK5k23EQdU1nwEwiood2MCa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #nF9LhTMvTuJm1Ovx1QFdT1maCSFUFQ7V { display:block; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #qSVfwKwzQ3VF6sy9mpEhZg3PCF1HtwtO { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #WcZBsLwszTI3tEy7X2Nu15FHskEeLCmX {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #sS8mkmQJD4lwTx0VoZJTOlm5CmKchMXT { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #dRptuPh2tOeREHRvDWM4qTZVVmTMzZbK {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #cgU5IV4MyiDFHbr3s0vV5T5R1P9w3rdO { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #wPxFhZcTc2FwIAnD5O4dPX0spkDlx0wc {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #W0wZINB9vNmWTcHz15P2QOK9nTGQZ7BO {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #eDAdXEhurt5FKkFxq2Jf0DfMrTektpUO {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #Uvi6nlkDqlTAhHxJWx07F5iK0iS8MaAJ {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #EVbPpgSEWndinJGab6JEitkQPBRcwsUN {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #BZlhNPM0EV5KVxZNKKoLRtWuaPnmTXhF {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #fataAReBXgRDByD79GT0QBEPdxeDLVHR {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #whLbhWRvShf9wnhPq89SeiWh59rwgWJo {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #GfOtt6XvEAuLIlJGwxgzXwzStxSZuX1U {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #tJ1DE3L6zZrSUop3026pV2T0SVcZdQ06 {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #xULXHEbPhcZH0zTsSL7HMecW1E8oATQ7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #T2zIpJgVh4Tb4638WS0la4yCplUVi5ro {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #XTgngBJ1CxovSJRqDPGN28lxDTAQfHDJ {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #iTN9QtBJrEzpVB4LeOWNe2Da0X3TImpZ { z-index:2; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #P7HwuQnD4zIiMzi20CwMNpbhpUTsW4fS {  }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #zHeonSwtPNpq04LwmQQw7VrUO98xgoVW { z-index:1; }
 }@media only screen and (max-width: 763px) { #eU63lJ9ZOscbVmP5Rxoim5LUTua3Duc0 #ywXgbKm9JHrAbFyiLSAVhDDyvcqBA2nv {  }
 }@media only screen and (max-width: 763px) { #cf0fhEKwvlcDiBBTtH7ZQc32EFHJwu60 { width:20rem;height:3.575rem;top:1.5rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl { display:block; }#fhVL4hs5Wo6RR5MWDN9mf7fErvGbeqUl > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goJqADdMZzK3M0qIRqAdwr6WU7QNtnc7 { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8uZ0y88lsuKD9ub6hoz3iT9w6Vh6ucL { width:20rem;height:7.7988125rem;top:6.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GgPC2WhLb2efkMaUbXDP7L6G9F6G5TVA { width:20rem;height:10.3984375rem;top:14.823978424073rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xbsF5McNbc7HyVMaLK7Oqvp3vt8G8ULO { width:19.5625rem;height:12rem;top:26.636459350586rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 { display:block; }#E3cZCC3XzxRRsTg77EsOzWQzruWvOLB4 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqtpQsyqxEfDMbrRUZtSkcRw8s74tiHQ { width:20rem;height:2.923825rem;top:4.0771484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9ydMg7VHZ9hGx20sqXJC7bVRl0Llz24 { width:20rem;height:2.923825rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzZ0eTQW24QZbRnZVh3eWfdpPVVtAVe9 { width:20rem;height:2.923825rem;top:17.6318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gF1rT9BzNyfG1FTbRqsIpKed4QeisVp5 { width:20rem;height:2.923825rem;top:24.8408203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVIFTBQi0HAsqKlNSH6XBWxRO83ixfep { width:20rem;height:2.6rem;top:1.546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqLRVBuG6SVNqc0qsF2eODXAMwEd2Jmp { width:20rem;height:2.6rem;top:8.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qzo0GGiwcKZWTxZmRHoQVXlogeEeW5NW { width:20rem;height:2.6rem;top:15.078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvTfShq4ttDBqzIWMJxRl0OSxT8gvUA5 { width:20rem;height:2.6rem;top:22.3037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 { display:block; }#K4gHiHwCasZHAtdsHpm9CVrTlemqC3B6 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ { display:block; }#wXfR3SbMupe9UWTQ4pGiwRH65QT8X3dQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGqyMbwlrUb4ScG3Xvb6Iv3eGiyTtTyN { width:16.25rem;height:2.5rem;top:1.2499809265137rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR3L55GT2qIqUF20880aURVOZN7Ek4ZK { display:block; }
 }@media only screen and (max-width: 763px) { #eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE { display:block; }#eR2sofBJNS2BtV8U4Q6B5Q40MvxaT0UE > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { width:14.8125rem;height:5.15625rem;top:1.25rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { width:9.6875rem;height:1.375rem;top:8.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { width:1.875rem;height:1.875rem;top:1.5625rem;left:16.874999582768rem;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { display:flex;width:2.125rem;height:2.125rem;top:3.625rem;left:16.749999582768rem; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }