.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:219,241,218;--color-primary-1:136,208,133;--color-primary-2:16,161,10;--color-primary-3:8,81,5;--color-primary-4:2,24,2;--color-secondary-0:245,221,224;--color-secondary-1:223,143,150;--color-secondary-2:190,30,45;--color-secondary-3:95,15,23;--color-secondary-4:29,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:62,62,61;--color-tertiary-3:56,56,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #b0b0b0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container { background-color: transparent; background-image: none; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container > .video-iframe-container { display: none; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row > .video-iframe-container { display: none; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .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); }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container { border-width: 0; border-radius: 0; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#vGVLR8Ws8SD7VwhbQNiePkCwfv6tibME { color:rgba(var(--color-tertiary-2),1);display:block;width:39.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.09375rem;left:10.09375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15003;opacity:1;top:0.875rem;left:7.6875rem; }
#RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15004;opacity:1;top:0.875rem;left:50.8125rem; }
#BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z { position:relative;display:block; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z { background-color: transparent; background-image: none; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container > .video-iframe-container { display: none; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row > .video-iframe-container { display: none; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .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); }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z { border-width: 0; border-radius: 0; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h { position:relative;display:block; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h { background-color: transparent; background-image: none; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container > .video-iframe-container { display: none; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row > .video-iframe-container { display: none; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .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); }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h { border-width: 0; border-radius: 0; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#hm6UpIeesZVJDy2bO6dmQ6Mfgtsf3dq4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.25rem;top:1.875rem;left:51.9375rem;overflow:hidden;display:block; }
#D6UAFIQ113iul3MzVJaiAUe9996dPBT4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.9375rem;top:1.875rem;left:45.1875rem;overflow:hidden;display:block; }
#DzBA62eXlZ2IzyyTCRduyJXUgtrOoUon { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:8.5rem;top:2.09375rem;left:1.875rem;overflow:hidden;display:block; }
#BFef53T3JiKgqdpgvT3RxhhG7iCAbptZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wHAmaNpoJnzSiJ04CH7iuMUSkDqdaOii { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y62D0dGbdnhNx9wO85MLNBkEXq9i4MaC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:17.25rem;left:1.875rem;height:4.75rem;font-style:normal;display:block; }
#i7mUOXWHPQDZv4p2BztisD71ZAT3HnZ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:60rem;display:none; }
#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ { position:relative;display:none; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ { border-width: 0; border-radius: 0; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#I05kt5omeeG28AoAvJOfCduar2xeV4EE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fOvTE07wyG54HTqrpovUv5gFqROUrTyd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:17.25rem;left:1.875rem;height:7.125rem;font-style:normal;display:none; }
#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i { 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; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container { background-color: transparent; background-image: none; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container > .video-iframe-container { display: none; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row > .video-iframe-container { display: none; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .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); }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container { border-width: 0; border-radius: 0; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#uwNJb2WM6zd30N0IAH9u1z7l81u5XeHl { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.90625rem;left:7.25rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T { position:relative;display:block; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T { background-color: transparent; background-image: none; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container > .video-iframe-container { display: none; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row > .video-iframe-container { display: none; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .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); }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T { border-width: 0; border-radius: 0; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL { position:relative;display:block; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL { background-color: transparent; background-image: none; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container > .video-iframe-container { display: none; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row > .video-iframe-container { display: none; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .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); }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL { border-width: 0; border-radius: 0; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pcTiIDc1B8RmAMe8mtwU2ZrUhZRTvS6R { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:32rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JJAnTSHyyVGLf0i42ehvAmCMRE6mNUd3 { color:rgba(var(--color-primary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:32rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XnRgT8EEuXD5vXKGDoLXXFgtRcEIUxz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:poppins3;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:11.40625rem;left:7.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0ZgPOGg2w7W4h9r0sFyfJFkJxVzXCB7 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:6.5625rem;left:32rem;display:block; }
#QeMc94IIi4cETVwbDLFWwslWn5d5zHR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:poppins3;font-size:4.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 1.5625rem rgba(var(--color-primary-2),0.3);top:3.375rem;left:7.46875rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZWQf4SrTuMT14kDe0EFewL6o3SVt04n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.201597213745rem;left:4.0854282379151rem; }
#kBwBonblArlFx6RQgo2I6RN33DZBOtws { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5621605rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.832708358764rem;left:4.7189197540283rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgnGUV7szRgyHQakVLcsoRHz0zJpMb8S { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g0ot17bqvLQXn8MP4NoX9CwkPa8WtmxL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:5.875rem;width:19.3125rem;top:2.8125rem;left:5.03125rem;display:block; }
#NX3En9F1tiFawNkWBWOIcFTEfKitWKXi { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:30rem;top:0rem;left:30rem;display:block; }
#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT { position:relative;display:block; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT { background-color: transparent; background-image: none; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container > .video-iframe-container { display: none; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row > .video-iframe-container { display: none; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .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); }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT { border-width: 0; border-radius: 0; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T { 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; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container { background-color: transparent; background-image: none; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container > .video-iframe-container { display: none; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row > .video-iframe-container { display: none; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .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); }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container { border-width: 0; border-radius: 0; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#qUe3eoZgA6aGwfQNUaDBrqzEzJPSnGVi { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:5.25rem;left:1.875rem;display:block; }
#ZtMEfT0f78K2ey2euxF84uVEXJmvahN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#g9Mfa9tdpCftnCOzgLdN5rttB4FRw0sK { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9375rem;left:25.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QStAH5mp6to91agrGgkHHilqTmzuhrTP { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1875rem;left:25.5rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zllKmScwHNZgnWLANNZqXs7uinMOyITy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.25rem;left:13.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoJlXsEO0piCkFymGW20yynKWob1NbSs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.375rem;left:13.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbsxAKzVzDVUWNH9GdutlURdUfcpPxhM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12.25rem;left:37.5rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJSD0Gi5NRqlD17V5hcCGv4FBpzwTX0R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.375rem;left:37.5rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxQSJvuebo55eyS08211HCci7FdZFBqB { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15rem;left:25.25rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynhFHdGItXUtb4TXzE5Fp4tLpmAXzeog { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:15.0625rem;left:13.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwioF6gS7kp66NXhZ8lXaDlOgzZZM6a0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.8125rem;left:1.875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gp3v9bJAVTwKopOf9eOyDwykPMT2Kkhf { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:25.0625rem;left:1.875rem;display:block; }
#TDDdeVmmCP0cTshZtUo3KFfJOQwoU7iF { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.25rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#fraaHW9r60T9tEQbANdNdxHAT6iWn0UN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.375rem;left:49.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luaBpuiKuB7I0rUUAFEx8aqGSVOA7Wod { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12.25rem;left:49.3125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fS4oHrS8HceEAoPTQ6GnSEcKaT7Og3xD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISkd0VhaToihFlcLcyWEAPV09Hac28ss { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.25rem;left:1.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMDphbmc4uE1x0493W4OQtacoJRNRFTf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:8.1875rem;top:14.5rem;left:13.75rem;display:block; }
#Vfr2Chq8DnHI7KEflc1gKc46xp9C846z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.25rem;left:2rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaSqyOPSFXR2thxT5RT1Qsb3r8CHSIIs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.25rem;left:37.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOxrWOroa3CrLFDAzDHrZpT4xmkCJgVf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:15.25rem;left:49.4375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nluhLUrxOKsOC1OEdF9Hl1hkaoaSHywV { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:12.5rem;width:12.5rem;top:7.5rem;left:23.75rem;display:block; }
#QsGECK7F86UMPbPpW9c7y9NirmyAhUiI { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:8.1875rem;top:14.625rem;left:2.03125rem;display:block; }
#ZOI4UvpxDXXZKdOkyn9Oi3x5WTv0xkTw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:8.1875rem;top:14.625rem;left:37.59375rem;display:block; }
#ihn6cOTvEPNvkr8xIioOTB83i05K86xp { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:8.1875rem;top:14.625rem;left:49.5rem;display:block; }
#WteSPWw642hs0AZvbTTMyB28fp6m1ckB { 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; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container { background-color: transparent; background-image: none; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container > .video-iframe-container { display: none; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row > .video-iframe-container { display: none; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .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); }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container { border-width: 0; border-radius: 0; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#yHfk45lkp5Q1UDyaRAM6pNeL40nkvQi1 { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:1.875rem;height:18rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZAccxG0L28UmZLdtD2PUv2AK4sdDCr9U { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#NUd90LIkO7MVlZUp5Ty73Cb4QWFlZGhQ { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:1.875rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pQwW4X7Un3AlfTANTmGqnxA5ghWVFtDG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:30.125rem;left:1.875rem;display:block; }
#AaHFteyIfOO2MeVes45mnirJAmpmyEd6 { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.3125rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#TfEhJui8ACE39NvPKETMaPoxexdFNN7U { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:18.5rem;top:6.375rem;left:32rem;overflow:hidden;display:block; }
#T0Nmx1CBDmAxQmS0BLczT2DdHtw0XxTi { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.25rem;left:32rem;height:3.25rem;font-style:normal;display:block; }
#zEtJXchNLfM3EQ8LUr07uU9XzrFyh5m9 { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.4375rem;left:32rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ET4iRsrvkqKWSGsHhyEAKaxh7iluKJJ5 { box-sizing:content-box;color:#5d92ff;font-size:7.625rem;font-weight:400;line-height:1;height:10.9375rem;width:10.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.4375rem;left:47.1875rem; }
#RdWGxQic1DBNFQ6fdZtOqUrrb5vho3Xs { color:rgba(var(--color-tertiary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.6875rem;left:49.0625rem;height:2.5625rem;font-style:normal;display:block; }
#GMXaWOSqiRC93UvlLxERqEsWEs1XEZSC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:29.6875rem;left:32rem;display:block; }
#dTauuxlOABNqJUtBuVHinTdXrpR7tolC { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:6.8125rem;left:1.875rem;display:block; }
#FPVWettSsVsv95UJvCmeZ5zdseVNI51f { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:32rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag { 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; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container { background-color: transparent; background-image: none; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container > .video-iframe-container { display: none; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row > .video-iframe-container { display: none; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .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); }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container { border-width: 0; border-radius: 0; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#X0yDFOa2oTA5oTlXycTGAcwKTTdVLJKi { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:5.6875rem;left:1.875rem;display:block; }
#mE33cTbLnhFU6886AkfkmlO8N7HdVc1k { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#iyatO8R5XRGHuBL8T0ppmqca3UKPL4nO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.0625rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PKKIVkxLuGPOvNRTsy4Tq8U4PrILMZ6y { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.0625rem;left:33rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBD7H3cEcGK8FngkLN8IUb365VemoqHO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:8.8125rem;left:1.875rem; }
#hgId6tk58BMW73i45ScsorXFB8OGxZvg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15015;opacity:1;top:11.0625rem;left:1.875rem; }
#kr6H2MuSUpEGrsCZ3XvAnUEhczDn0sku { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15016;opacity:1;top:14.5rem;left:1.875rem; }
#icTeBs5F5CS3u4LgR7fs1HLxFZi2slVM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15017;opacity:1;top:17.8125rem;left:1.875rem; }
#m3KDNAO42dLzQ6bz6GtenFz4BPP2Ug3E { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15022;opacity:1;top:17.8125rem;left:30.75rem; }
#eySTJADxdi1CmaHUUqwzwIwlSOIaGhZu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15021;opacity:1;top:14.5rem;left:30.75rem; }
#bfZbUL2rSd7d4uUZwbkxecmLObTOlyst { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15020;opacity:1;top:11.0625rem;left:30.75rem; }
#waWwwM3AiGbJMklki85SDacut8PmxHrr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15019;opacity:1;top:8.8125rem;left:30.75rem; }
#coVpR1g0J19fNKra3p7KMugkHRvcfArt { background-color:rgba(var(--color-tertiary-2),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:22.875rem;left:15.125rem;display:block; }
#TllDRTUCOqHoWetp8gSPIJCZVzecx6Ui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 { position:relative;display:block; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 { background-color: transparent; background-image: none; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container > .video-iframe-container { display: none; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row > .video-iframe-container { display: none; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .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); }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 { border-width: 0; border-radius: 0; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KNlR1C06P9TJxWeDlqk1p01KOI6Irdho { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B0vZunbBiGicdTS7OMP0STIUzIr04gZa { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:6.0625rem;left:2rem;display:block; }
#GyxFpCrgaiIGS6aVgX6noq4wgaLqbdHt { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:2rem;height:3.25rem;font-style:normal;display:block; }
#VMHuAS8XARb5nlH4oV1n3G4vpfog8bI0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.625rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 { position:relative;display:block; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 { background-color: transparent; background-image: none; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container > .video-iframe-container { display: none; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row > .video-iframe-container { display: none; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .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); }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 { border-width: 0; border-radius: 0; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA { position:relative;display:block; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA { background-color: transparent; background-image: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container > .video-iframe-container { display: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row > .video-iframe-container { display: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .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); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA { border-width: 0; border-radius: 0; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.25);background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#fgWP88NmltOOU7exg9IVUZN1boFIC7sF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:4.6875rem;left:1.875rem;display:block; }
#gJHTQIqBRLUZmQM2mhr0MhuXsCtEyfXT { color:rgba(var(--color-tertiary-2),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#f3iym86wC7K30CNk5Odd8TZbunT1uzDt { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.875rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 { position:relative;display:block; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 { background-color: transparent; background-image: none; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container > .video-iframe-container { display: none; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row > .video-iframe-container { display: none; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .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); }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 { border-width: 0; border-radius: 0; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO { position:relative;display:block; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO { background-color: transparent; background-image: none; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container > .video-iframe-container { display: none; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row > .video-iframe-container { display: none; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .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); }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO { border-width: 0; border-radius: 0; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pcZdcpGgL53wHl2zReHsVMG2cIITE8HB { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:32rem;height:12.375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crfaylfc2eUCJ91BzB36GKpCRqDZVk5f { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:4.0625rem;left:32rem;display:block; }
#NRzh0oyTueRThCH6ezeW2b9CowrUvgye { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:32rem;height:1.625rem;font-style:normal;display:block; }
#sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:32rem;height:12.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv li:before{  }
#T4fBWapsmLPWhVasPr4TX5bL1K8lUcRW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.5rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.25);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; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container { background-color: transparent; background-image: none; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container > .video-iframe-container { display: none; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row > .video-iframe-container { display: none; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .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); }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container { border-width: 0; border-radius: 0; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#zUh4hEwTpO0zqwLLBNK2Lpds59REOFdf { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:7.3125rem;left:2rem;display:block; }
#QpfIf5oZp7rbMInTHTOP16UindOH15CZ { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:2rem;height:3.5rem;font-style:normal;display:block; }
#cuBt7Ig12q2pPT5kMTohV1zKHJpTmD9U { color:rgba(var(--color-tertiary-3),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:2rem;height:6.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uUToq3fmP3bN7kKyIkHXUJn6rZrWGq7S { color:rgba(var(--color-tertiary-3),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:19.75rem;left:2rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWZ90QZoxNO6gZpT8TlQFmgKqzWHBnJM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:32.25rem;top:2.9375rem;left:27.75rem;overflow:hidden;display:block; }
#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { position:relative;display:block; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { background-color: transparent; background-image: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container > .video-iframe-container { display: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row > .video-iframe-container { display: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .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); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { border-width: 0; border-radius: 0; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UP6gF0KmBKXV5C9sXqDc8lLm3a4TLNVN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:4.6875rem;left:1.875rem;display:block; }
#Gy0SoxVKuM6XpVp9UtWseQvbgZ7E5Ons { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#WR0bSXgJTK59KOAI0TAJHD2mlqLDus3A { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), #7fbc03);background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), #7fbc03);background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), #7fbc03);background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), #7fbc03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#7fbc03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#7fbc03' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), #7fbc03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:24.5625rem;left:7.9375rem;display:none; }
#GrTdAzBNk6Bc3RtbVZluTemszViwFMTi { position:absolute;display:block;z-index:14999;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:14.0625rem;display:block; }
#bKhQCf9Nqa9UoKnLxsVzppXKGnClEXao { position:absolute;display:block;z-index:15027;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:17.5rem;display:block; }
#hmqyKpnc2VPnh1NiaI1i9H4cpQQxFEBT { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:24.375rem;display:block; }
#R5JRKbUdDS4lOeHJ8ezMAbbHZiTpkJVa { position:absolute;display:block;z-index:15028;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:20.9375rem;display:block; }
#goEiNsux7Tv8kAZKLlxAF8m4JRp2nnFP { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:38.125rem;display:block; }
#WTACkLtIzxnnWPk5uAX6bSM1TMWqyuns { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:34.6875rem;display:block; }
#IBq6ANTnNCftOHrxF4dhBmrzwIBCMyBf { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:31.25rem;display:block; }
#evJFJRM8KcfXSXyX964qxOUTKHU9XSTS { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:27.8125rem;display:block; }
#fyQUOUomL9RRIT6KoLNPtJp9wkNfJlBF { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:55.3125rem;display:block; }
#yZ39k78uEnwcm9emHbUTUFD9TmFXiLsA { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:51.875rem;display:block; }
#XXFBJlxX3XCwdPoLeTiNeTBqZABEPOy4 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:48.4375rem;display:block; }
#pWQlVU3lJV1UPG2XFhHllBw3c631T8x7 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:45rem;display:block; }
#nBuBbb5qQ4HQxLx7pMffxEsmPDExKgCP { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:41.5625rem;display:block; }
#RpUuMTcNH8g4woHJTNyhfDy4dGJt3mmd { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.0625rem;left:38.125rem;display:block; }
#zR9QhhFwhTznB9dX3lyk5sAZlsNAW1n6 { position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:55.3125rem;display:block; }
#arTRatsr0WJw8v6DMhUxUT731BtfIZFC { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:51.875rem;display:block; }
#sTmnoEITkhVL0lsBbST01CZbUDOVQnb5 { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:48.4375rem;display:block; }
#XJoWqvQOWUOl0GPVKfWkxGM3SRWWWb2g { position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:45rem;display:block; }
#u8g3lJRsZwmCqEep0oJgDpoNiHXsHB1b { position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:41.5625rem;display:block; }
#nZGG2xPmT59eVuoFG8up1P1vzNAGNzpO { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:38.125rem;display:block; }
#EHXVCXnyzTWlgJKFNS4F0MGdPOKuFfEm { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:34.6875rem;display:block; }
#sIHEVJOrTgszGP9mTm2DK7n4kpK5bbl7 { position:absolute;display:block;z-index:15049;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:38.125rem;display:block; }
#BUQSX9edck1E95tqv0coRAkerziulz3l { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:31.25rem;display:block; }
#cfkPeTwKNEAxlJmLJTVZaVXUDdVlC3zR { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:27.8125rem;display:block; }
#pch7x5n4DvUWi7OtIeo0iDHEoEz5gB9Q { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:24.375rem;display:block; }
#BzmXQpdKuwdX2iP28enI3ddLdh4dHSoh { position:absolute;display:block;z-index:15043;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:20.9375rem;display:block; }
#m5gTEERROm6TZLGqTHliwCSN3RyAGOS3 { position:absolute;display:block;z-index:15042;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:17.5rem;display:block; }
#B6f8E2r9nnC6hI3tJPJdNVPBtSOSoeyE { position:absolute;display:block;z-index:15041;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:15.5rem;left:14.0625rem;display:block; }
#JsfSXZwgmxWRbUGhkSPty1xTlEdaQCKs { position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:55.3125rem;display:block; }
#vOs2VDS9uMMlke3Sh2cLxGyEAc9z23o0 { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:51.875rem;display:block; }
#NBbwq24LXprRhZOUdzwsWbBIXJoAPCCH { position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:48.4375rem;display:block; }
#qUv79kADZFQQsJfmND0RnT79xgC5X1fR { position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:45rem;display:block; }
#TmevsHGcR5ntcHr6fz8XrPvumIqvZ3mq { position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:41.5625rem;display:block; }
#BQVCcBnBLCW7n6xMrb36ulXzuVdgvB80 { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:38.125rem;display:block; }
#epQk8aP3JMdgp6b5sDZyIXkMWcydL5eL { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:34.6875rem;display:block; }
#IfLlzw16Too3NiTHeBmMnrBHlXBrgGVu { position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:38.125rem;display:block; }
#fz4RA5dVTNungiCqpgW5UgK45NnpRvDQ { position:absolute;display:block;z-index:15061;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:31.25rem;display:block; }
#dGxCBJsCrneNzx6LDuH7P1rkJueNFvoM { position:absolute;display:block;z-index:15060;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:27.8125rem;display:block; }
#rCcCI3Tm1dXTlOWD62fp30ZGpiJBf8x2 { position:absolute;display:block;z-index:15059;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:24.375rem;display:block; }
#T5MLLSHg7sX9TAERRoy8dfcfHLIk9xn5 { position:absolute;display:block;z-index:15058;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:20.9375rem;display:block; }
#hd0wQaCqvfCEsSSSZAnMKV2FmT8IERxf { position:absolute;display:block;z-index:15057;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:17.5rem;display:block; }
#CCxgmCt93QQDeTvQVpbQn7h7NGJbm3y8 { position:absolute;display:block;z-index:15056;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.9375rem;left:14.0625rem;display:block; }
#IOB9bIcxLJuMqF9l2GXUKsD4azm9bDes { position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:55.3125rem;display:block; }
#UZavgQXXLDJObtUz59RWvu6fdKIww9Uf { position:absolute;display:block;z-index:15098;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:51.875rem;display:block; }
#aifBouNdKP93Ny7HdIf12tqLtIlCoAUn { position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:48.4375rem;display:block; }
#LtbKqbTveiWPFw3zI8CbH7R3hPWvBbrt { position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:45rem;display:block; }
#SrcCFDNMysJGixwg6xBULkTVug86mq8x { position:absolute;display:block;z-index:15095;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:41.5625rem;display:block; }
#tg8wBwyaDdbLxVVa7VHJqbDRS1bkAoGF { position:absolute;display:block;z-index:15093;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:38.125rem;display:block; }
#L2M4vV2C0bBIEoaJmCO7OuEh0W0kzQfG { position:absolute;display:block;z-index:15094;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:38.125rem;display:block; }
#hFQ63FDs5x7ClO32R4Z7ELHwdkHdFR1r { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:55.3125rem;display:block; }
#fOTVIcUfGFgIU4U9m2FomED4f9nZaggs { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:51.875rem;display:block; }
#uTHELiU9DDanGJWB1kOJUEbm8i4vbJpT { position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:48.4375rem;display:block; }
#K5iUaSyCTuRXTvnzkw03eJqCPQlfml1l { position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:45rem;display:block; }
#wEqCgUSWIWQMLTkqThZvTakCOSMq4yrX { position:absolute;display:block;z-index:15080;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:41.5625rem;display:block; }
#LHx7WJf4D5IT1kA1ooHLwUyQWTRET4PO { position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:38.125rem;display:block; }
#obgbSIRLzacC6A2n9lTlzpTi3iGw7FOI { position:absolute;display:block;z-index:15077;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:34.6875rem;display:block; }
#lr3foCq4vyvvWOQUwOCGkInLvLWIJyTa { position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:38.125rem;display:block; }
#mv0HE5lJoBgodAQ65GSZst1Jo4QnSMKE { position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:31.25rem;display:block; }
#RD8TCAJM20xusMxt4ONTp6ZgmzXIU6GX { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:27.8125rem;display:block; }
#NrvSUSNhUmanM2eqC8lbGPXPhFg9qcKN { position:absolute;display:block;z-index:15092;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:34.6875rem;display:block; }
#M1EHOzsWqEMrDolEFTqN07ESPiRXqtsO { position:absolute;display:block;z-index:15091;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:31.25rem;display:block; }
#AO1WckQwMKJVtFV7O0uacIPMkPpNqLPF { position:absolute;display:block;z-index:15090;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:27.8125rem;display:block; }
#TD1preZGzBqJUdK0oXA4FAx10bckizes { position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:24.375rem;display:block; }
#LyBtaVgo0TWZKx0g9UMgpddf3UAM0vvu { position:absolute;display:block;z-index:15073;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:20.9375rem;display:block; }
#TeQWVJB2aeQ4631fivRsD7CBLfpVzag8 { position:absolute;display:block;z-index:15072;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:17.5rem;display:block; }
#nAtcrtHiTUy88viXHwbQrcSHWz1Pf6W6 { position:absolute;display:block;z-index:15089;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:24.375rem;display:block; }
#xqN3Os5OosEmkv3lwcvTvmKpGP24Osr6 { position:absolute;display:block;z-index:15088;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:20.9375rem;display:block; }
#BwllOStUmWACHwAWsIy6n1iHNs93Uy5J { position:absolute;display:block;z-index:15087;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:17.5rem;display:block; }
#fDp7KUN1Iv5S0bgqOdzvzoCx7OKPCfuc { position:absolute;display:block;z-index:15071;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22.375rem;left:14.0625rem;display:block; }
#Tc8I8dFgk7TKokbo3g6SklH3auxr4t3t { position:absolute;display:block;z-index:15086;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.8125rem;left:14.0625rem;display:block; }
#ZvE5svFqyhM06AiBbsLqeLptad3WCbOp { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:14.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIVNkHutkaU4Skli8vpnaxUETvkaz3o6 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:17.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmW6ASt2p4HzQd4FRK8xFX4ElrUhT7VD { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:21rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7OT0e13zpeSdOgZu1MTLwf1M3ZF9qWr { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:24.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5rTl6D7oyAJcTgWgDpRfd89fJSWTCT9 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.25rem;left:27.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#diqbtMKOr9wdLJtlqKMgTdhqOTbbEP1p { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.3125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOIvUJzD9kFUkZ1Pb0kS5ZhiEFA0Idt9 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.25rem;left:34.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs1JTVe3qEsdHVCG2ZgkP89mWUvfHoUh { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.25rem;left:38.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sW0kTeruPuubLg2R89ZuPqminmmPqEIX { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.25rem;left:41.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#og4XINAXJoQ2ZOkIgkqiR38SP49iGcCG { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:45.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsk5EncyhXDy2rlU5zK3R4TANAbuuQqE { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.25rem;left:48.5rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzWHdURkXtnZR0lQrxG9LkvJVpZHwmVd { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.25rem;left:51.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab7SCO9piL9JQZgtD4eHrxOVqsUx07eU { color:rgba(var(--color-tertiary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.25rem;left:55.375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLupBVe106GTeHAUUgvZeFrJ8xzBeW5I { color:rgba(var(--color-tertiary-3),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Skg5kXF2y2NA2hlPbtvhC2R9bG0TLcn4 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.3125rem;left:9.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MeNr7lbSKRTRRBfhR05kTPIbSGbT54t9 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HC0TgphG7kJCkLM0K2FvaAuDVPLNMc7A { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:8.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PorhRzXR7kJsT1eiwApUm7nUq6aId3vT { color:rgba(var(--color-tertiary-3),1);display:block;width:4rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.8125rem;left:8.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V85QBlxpf11P1iP1HIZNvq8T8H89a1Wy { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nq9z21WTSRBoiQ9Methlbyh1FQLTafo0 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:8.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpHlVZC0TiusCcvWp4UsGpGfhlh7vWt9 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UaIryPCU1nTiAlnNAf3iHLJDZHNd6kTK { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:26.6875rem;left:8.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsoxrxNoaQ7BUlG5AIJzfDu6TR6Jg92E { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iWNqcSzCDOXP09wqaesKmZ2Dod4eaUKJ { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxDxTsqnG3Zy4IVzX48oqeHDtNB0Snbw { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.25rem;left:1.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LacI627seudXutTl5F4ip0oMwufi6aL0 { position:absolute;display:block;z-index:15000;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.8125rem;left:32.1875rem;display:block; }
#MaoM06TxeilKJ8weQ5rNhTT1yZWpicyO { color:rgba(var(--color-tertiary-3),1);display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.3125rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MxpGN64Rz9KVlekvzV5L5i8222DJvpKz { position:absolute;display:block;z-index:15002;background-color:#ff9d13;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.8125rem;left:38.875rem;display:block; }
#TOll8OTcBBO0kSLxoykVmubmab2iRIvU { color:rgba(var(--color-tertiary-3),1);display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.6875rem;left:40.375rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C1ubG0LcComPWvv01QgrpR5DPO3beUNN { color:rgba(var(--color-tertiary-3),1);display:block;width:4.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6875rem;left:47.375rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hONxT6SzzUMLhlMfgZxUTfaaNS5WlmqG { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.8125rem;left:45.875rem;display:block; }
#Ifst84MqzQdgallGBAdzbPpHbv9Id2Hc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.8125rem;left:52.8125rem;display:block; }
#VPPyDgBUMG8shkg6SaJDXhzAOGC6zCXw { color:rgba(var(--color-tertiary-3),1);display:block;width:3.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6875rem;left:54.3125rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tm316eyJTf3CvrCQxeJ6yO6MPzPBOesm { color:rgba(var(--color-tertiary-3),1);display:block;width:3.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6875rem;left:33.8125rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r28UB1o8hWLi4quxSP4rcLNvCMvw26d9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:60rem;display:none; }
#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { position:relative;display:block; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { background-color: transparent; background-image: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container > .video-iframe-container { display: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row > .video-iframe-container { display: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .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); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { border-width: 0; border-radius: 0; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.25);background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#Ayuq4fvIE07wI5ukKBKAtrPxTVzQEKkc { background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.375rem;left:8.75rem;display:block; }
#Kzo3UedDKwxvbkIXIEuXsx8La3VD9QM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDVAIpz3uO2PM7fTM92R94gLgDvnN32u { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2rem;left:3.9375rem;height:10.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fobbmkwQBIvq3wKTTgF30aNvt1Fpx6yT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.875rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#n9TDwTpty696K37T62dFFcby2CayLPi0 { position:relative;display:none; }#n9TDwTpty696K37T62dFFcby2CayLPi0 { border-width: 0; border-radius: 0; }#n9TDwTpty696K37T62dFFcby2CayLPi0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n9TDwTpty696K37T62dFFcby2CayLPi0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR { position:relative;display:block; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR { background-color: transparent; background-image: none; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container > .video-iframe-container { display: none; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row > .video-iframe-container { display: none; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .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); }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR { border-width: 0; border-radius: 0; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.25);background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#KDKH52vTKfw6OL8v6kVVhKZ2PaiH5mbQ { background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.375rem;left:38.75rem;display:block; }
#lNet35DMMd3r5JUZC1rb4cCQ7BJClXQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCkmqikFgv1uHofpTf8IEwhxH4CF2rGx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.875rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VQiFvJlShCmJpIRsbJwqxPAKX0kATvH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.9375rem;height:11.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.25);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; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container { background-color: transparent; background-image: none; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container > .video-iframe-container { display: none; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row > .video-iframe-container { display: none; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .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); }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container { border-width: 0; border-radius: 0; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#mCW5vKMdLM31mQ68CJ3iQFpzTsAvf3Ra { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:1.875rem;height:15.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tWMiMqMXG63fLzFQnGql2T3SvmEEAluN { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:6.25rem;left:1.875rem;display:block; }
#qAOT826ZtLRxEirMUmofb6kOsrDim3WH { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#RMXag0ZHmHRukJUh7ki4MP07GmbtPGF3 { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.9375rem;left:32.125rem;height:16.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iRIoGTKwS7feT9inNWegWTmaM8JePswq { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:6.1875rem;left:32.125rem;display:block; }
#MpMKbPP50UeGGf6aK0Fvhc6eBQZbKZV1 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:32.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU { position:relative;display:block; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU { background-color: transparent; background-image: none; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container > .video-iframe-container { display: none; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row > .video-iframe-container { display: none; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .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); }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU { border-width: 0; border-radius: 0; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CSB1chVIio7LnmnIzUmSS3iJh1kdtJHd { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:4.625rem;left:2rem;display:block; }
#OkJsHIDGVNFX71VIoAeOiIMz8dN5IibL { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2rem;height:1.625rem;font-style:normal;display:block; }
#TB4JzZQpgl9Rgx32yh8TRXK7rL0P2vrO { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.375rem;left:2rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lkm9IwdQ8OxFHaTJTyuNi92tyUuQerTD { 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:20.625rem;width:20.625rem;top:0.5625rem;left:34.6875rem;overflow:hidden;display:block; }
#pBQX67Z2iXBbuZgprgvZznVnfwobv5vV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),0.25);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.75rem;width:30rem;top:0rem;left:30rem;display:block; }
#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg { 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; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container { background-color: transparent; background-image: none; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container > .video-iframe-container { display: none; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row > .video-iframe-container { display: none; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .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); }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container { border-width: 0; border-radius: 0; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#C988LbqQ2rzAWAfDV2QaFKONQ17qcgRb { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.90625rem;left:7.25rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL { position:relative;display:block; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL { background-color: transparent; background-image: none; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container > .video-iframe-container { display: none; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row > .video-iframe-container { display: none; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .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); }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL { border-width: 0; border-radius: 0; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container.adaptive-delivery-prevent-bg, #z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container.lazyload, #z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container.lazyloading { background-image: none; }#ZH34KZFDt8ATsh1RuFZhrCIrL4mHn0r1 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:2rem;height:1.625rem;font-style:normal;display:block; }
#q4KIkpd3eiENbWoLkGyQP7iex5nsmFrB { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.0618286132812rem;left:1.9981307983399rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vlTA0syFc0TJTSt358r7fva6ACeqRQTK { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4996605rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.162200927734rem;left:1.7493209838868rem;height:2.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-form-header {  }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.5rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:rgba(225,225,225,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-textarea { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:rgba(225,225,225,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:700;color:#f2f9ff;width:27.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.2;font-style:normal; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .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:lato;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .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; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-container:first-of-type{padding-top:0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-container:last-of-type{padding-bottom:0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.0623168945312rem;left:30rem; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem;display:block;vertical-align:top; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv {display:block;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.0623168945312rem;left:30rem; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #We4eo21aDNdcG18TE5hc83Dd7a2GOFOE { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #cUvEaCJrvVtfEnMT5y5zqT3PxPsPzNkF { position:relative;display:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #LFSRreEOViG0x2kXFmo0vJzSKVnz9PoF { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #Ag6XlNLB7Bv5nMQGoCJTQFqihKoZVQrr { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #clDzlyv7ZKEt7dGT622KaMXaGle18WT3 { position:relative;display:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #dCKlVaZ7vLJoA5b4SkLx1VHvOodIVSl7 { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #ZAm5gPTIZuBVrhginTQAeCVDChry6loA { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #O0TBFSNksXH64xr1IDeWe1OAldcDT7PQ { position:relative;display:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #RSTxukTG1KhHKbOOJvO7TVsfu8O0avrW { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #gGSViKTGhE2ppdwaJwAp3DrSayaHesBE { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #A0To6q3CmzygEKenTFB0A5pCqNNpkald { position:relative;display:none; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #wE6mKDb49oDTMsufsD99TJ0DyReXp8xz { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #uwXbh1yCcg2OCpLhLhTUzBrGDsEvNvoJ { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #tpl1CM5R7bZmQ57Kbd1TBGSZP2Jqw9CH { position:relative;z-index:2; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #leuXyeHfochGmz3wNn5qGaCpihVo7IXF { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #mU3ItPXB3y7dyFI15UJ6WJPOiQzPsuhp { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #UHsVPXatg5LTCWFNCtSywkbHoGLMORVo { position:relative;z-index:2; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #qrJWmAEe58Q3wlcb1nR8CqT2fTmiruq7 { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #hicvtUiOuBEm5WHLw95wmL5TOraDSSpC { position:relative; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #GRU7LG6ukMtEqQmI7Ihy7mav7hv91gNA { position:relative; }
#C7a2c2M8E8J2vwgSORztLwXXxNGdCcQl { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:22.1875rem;left:32.5625rem;display:block; }
#ypbVMxOE3pbK6rAd1VQc0enOpA1maUM1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:6.25rem;top:5.3125rem;left:2rem;display:block; }
#UZ4LtIGvZeM9I0w1UZOaBBsdceMz66rR { color:rgba(var(--color-tertiary-2),1);display:block;width:25.06199075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:22.649444580078rem;left:2.4685802459717rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysnyiEASLnT7naxtRWxyFepP6RlVWeoT { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74949075rem;width:19.3121605rem;top:16.6796875rem;left:5.3439197540283rem;overflow:hidden;display:block; }
#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container { background-color: transparent; background-image: none; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container > .video-iframe-container { display: none; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row > .video-iframe-container { display: none; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .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); }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container { border-width: 0; border-radius: 0; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#aM8vmkVe4Cp4heFRzEtp77pacy1B6EtB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:30.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pyfE8nRscJxEbeNfwc2487ZTCtBn48c4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:18.125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6fsberRXQgcST79AWF8KTDv8nanJ7FI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.625rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui { 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:15006;opacity:1;top:1.875rem;left:52.4375rem; }
#xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 { 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:15007;opacity:1;top:1.875rem;left:54.5625rem; }
#xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#X4nmB2b21b5DxPMK9GTqZSpZSINck9zV { 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:15008;opacity:1;top:1.875rem;left:56.875rem; }
#X4nmB2b21b5DxPMK9GTqZSpZSINck9zV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#pVixDPKPoprZfGWNI8uIsN3TLZZXneWD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.5625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTOpegqTbVzzzMlfsWkr3BHvTDcLBrfD { 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:1.5625rem;width:6.375rem;top:1.71875rem;left:8.375rem;overflow:hidden;display:block; }
#FAoBuUSErMFdTRgHIKGpBAc6xWogMuK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:41.5625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd { display:block; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGVLR8Ws8SD7VwhbQNiePkCwfv6tibME { width:39.8125rem;height:0.9375rem;top:1.0625rem;left:3.96875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u { width:1.5625rem;height:1.5625rem;top:0.875rem;left:1.5625rem;display:block; }
#RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT { width:1.5625rem;height:1.5625rem;top:0.875rem;left:44.6875rem;display:none; }
#BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #msiEWVPDgTNk4F8gf3O5aLFylZQECa1z { display:none; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KmEFIvq4u9sT489QkPPuVHT7mxO99s1h { display:block; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hm6UpIeesZVJDy2bO6dmQ6Mfgtsf3dq4 { width:6.25rem;height:1.5625rem;top:1.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6UAFIQ113iul3MzVJaiAUe9996dPBT4 { width:4.9375rem;height:1.5625rem;top:1.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBA62eXlZ2IzyyTCRduyJXUgtrOoUon { width:8.5rem;height:1.0625rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFef53T3JiKgqdpgvT3RxhhG7iCAbptZ { width:47.75rem;height:20.890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHAmaNpoJnzSiJ04CH7iuMUSkDqdaOii { width:16.6875rem;height:1.125rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y62D0dGbdnhNx9wO85MLNBkEXq9i4MaC { width:22.6875rem;height:7.125rem;top:17.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7mUOXWHPQDZv4p2BztisD71ZAT3HnZ2 { width:47.75rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSxhJu2np679xUMm22yAQVKw8XqpE2zQ { display:none; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I05kt5omeeG28AoAvJOfCduar2xeV4EE { width:16.6875rem;height:1.125rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOvTE07wyG54HTqrpovUv5gFqROUrTyd { width:25.0625rem;height:7.125rem;top:17.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i { display:none; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uwNJb2WM6zd30N0IAH9u1z7l81u5XeHl { width:45.5rem;height:1.9375rem;top:0.875rem;left:1.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T { display:none; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL { display:block; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcTiIDc1B8RmAMe8mtwU2ZrUhZRTvS6R { width:25.4375rem;height:3.25rem;top:2.25rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJAnTSHyyVGLf0i42ehvAmCMRE6mNUd3 { width:26rem;height:7.875rem;top:8.3125rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnRgT8EEuXD5vXKGDoLXXFgtRcEIUxz8 { width:18.375rem;height:2.8125rem;top:11.375rem;left:4.09375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ZgPOGg2w7W4h9r0sFyfJFkJxVzXCB7 { width:6.25rem;height:0.5rem;top:6.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMc94IIi4cETVwbDLFWwslWn5d5zHR0 { width:15.0625rem;height:5.75rem;top:3.375rem;left:4.40625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZWQf4SrTuMT14kDe0EFewL6o3SVt04n { width:3.125rem;height:3.125rem;top:11.1875rem;left:1.0229282379151rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBwBonblArlFx6RQgo2I6RN33DZBOtws { width:20.5rem;height:1.0625rem;top:14.8125rem;left:1.6564197540283rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnGUV7szRgyHQakVLcsoRHz0zJpMb8S { width:30rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ot17bqvLQXn8MP4NoX9CwkPa8WtmxL { width:19.3125rem;height:5.875rem;top:2.8125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX3En9F1tiFawNkWBWOIcFTEfKitWKXi { width:30rem;height:18.75rem;top:0rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT { display:none; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T { display:block; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUe3eoZgA6aGwfQNUaDBrqzEzJPSnGVi { width:6.25rem;height:0.5rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMEfT0f78K2ey2euxF84uVEXJmvahN9 { width:47.75rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Mfa9tdpCftnCOzgLdN5rttB4FRw0sK { width:8.75rem;height:3.375rem;top:9.9375rem;left:19.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QStAH5mp6to91agrGgkHHilqTmzuhrTP { width:8.75rem;height:1.4375rem;top:13.1875rem;left:19.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllKmScwHNZgnWLANNZqXs7uinMOyITy { width:8.75rem;height:1.25rem;top:12.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJlXsEO0piCkFymGW20yynKWob1NbSs { width:8.75rem;height:2.875rem;top:9.375rem;left:7.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsxAKzVzDVUWNH9GdutlURdUfcpPxhM { width:8.75rem;height:1.25rem;top:12.25rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJSD0Gi5NRqlD17V5hcCGv4FBpzwTX0R { width:8.75rem;height:2.875rem;top:9.375rem;left:31.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxQSJvuebo55eyS08211HCci7FdZFBqB { width:9.4375rem;height:2.375rem;top:15rem;left:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhFHdGItXUtb4TXzE5Fp4tLpmAXzeog { width:8.75rem;height:1.875rem;top:15.0625rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwioF6gS7kp66NXhZ8lXaDlOgzZZM6a0 { width:47.75rem;height:4.5rem;top:26.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp3v9bJAVTwKopOf9eOyDwykPMT2Kkhf { width:6.25rem;height:0.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdeVmmCP0cTshZtUo3KFfJOQwoU7iF { width:38.9375rem;height:1.625rem;top:22.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraaHW9r60T9tEQbANdNdxHAT6iWn0UN { width:8.75rem;height:2.875rem;top:9.375rem;left:39rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luaBpuiKuB7I0rUUAFEx8aqGSVOA7Wod { width:8.75rem;height:1.25rem;top:12.25rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS4oHrS8HceEAoPTQ6GnSEcKaT7Og3xD { width:8.75rem;height:2.875rem;top:9.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISkd0VhaToihFlcLcyWEAPV09Hac28ss { width:8.75rem;height:1.25rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDphbmc4uE1x0493W4OQtacoJRNRFTf { width:8.1875rem;height:2.8125rem;top:14.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfr2Chq8DnHI7KEflc1gKc46xp9C846z { width:8.75rem;height:1.875rem;top:15.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSqyOPSFXR2thxT5RT1Qsb3r8CHSIIs { width:8.75rem;height:1.875rem;top:15.25rem;left:31.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOxrWOroa3CrLFDAzDHrZpT4xmkCJgVf { width:8.75rem;height:1.875rem;top:15.25rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluhLUrxOKsOC1OEdF9Hl1hkaoaSHywV { width:12.5rem;height:12.5rem;top:7.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsGECK7F86UMPbPpW9c7y9NirmyAhUiI { width:8.1875rem;height:2.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOI4UvpxDXXZKdOkyn9Oi3x5WTv0xkTw { width:8.1875rem;height:2.8125rem;top:14.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihn6cOTvEPNvkr8xIioOTB83i05K86xp { width:8.1875rem;height:2.8125rem;top:14.625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteSPWw642hs0AZvbTTMyB28fp6m1ckB { display:block; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHfk45lkp5Q1UDyaRAM6pNeL40nkvQi1 { width:26rem;height:15.75rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAccxG0L28UmZLdtD2PUv2AK4sdDCr9U { width:26rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUd90LIkO7MVlZUp5Ty73Cb4QWFlZGhQ { width:26rem;height:7.875rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQwW4X7Un3AlfTANTmGqnxA5ghWVFtDG { width:6.25rem;height:0.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHFteyIfOO2MeVes45mnirJAmpmyEd6 { width:26rem;height:1.625rem;top:27.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEhJui8ACE39NvPKETMaPoxexdFNN7U { width:18.5rem;height:17.1875rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Nmx1CBDmAxQmS0BLczT2DdHtw0XxTi { width:26rem;height:3.25rem;top:25.25rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEtJXchNLfM3EQ8LUr07uU9XzrFyh5m9 { width:26rem;height:9rem;top:31.4375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4iRsrvkqKWSGsHhyEAKaxh7iluKJJ5 { width:10.9375rem;height:10.9375rem;top:9.4375rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdWGxQic1DBNFQ6fdZtOqUrrb5vho3Xs { width:4.9375rem;height:2.5625rem;top:12.6875rem;left:39.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMXaWOSqiRC93UvlLxERqEsWEs1XEZSC { width:6.25rem;height:0.5rem;top:29.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauuxlOABNqJUtBuVHinTdXrpR7tolC { width:6.25rem;height:0.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPVWettSsVsv95UJvCmeZ5zdseVNI51f { width:26rem;height:2.25rem;top:2.5rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag { display:block; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0yDFOa2oTA5oTlXycTGAcwKTTdVLJKi { width:6.25rem;height:0.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE33cTbLnhFU6886AkfkmlO8N7HdVc1k { width:38.9375rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyatO8R5XRGHuBL8T0ppmqca3UKPL4nO { width:24.4375rem;height:10.125rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKKIVkxLuGPOvNRTsy4Tq8U4PrILMZ6y { width:25.1875rem;height:10.125rem;top:9.0625rem;left:22.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBD7H3cEcGK8FngkLN8IUb365VemoqHO { width:1.5625rem;height:1.5625rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgId6tk58BMW73i45ScsorXFB8OGxZvg { width:1.5625rem;height:1.5625rem;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr6H2MuSUpEGrsCZ3XvAnUEhczDn0sku { width:1.5625rem;height:1.5625rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #icTeBs5F5CS3u4LgR7fs1HLxFZi2slVM { width:1.5625rem;height:1.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3KDNAO42dLzQ6bz6GtenFz4BPP2Ug3E { width:1.5625rem;height:1.5625rem;top:17.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eySTJADxdi1CmaHUUqwzwIwlSOIaGhZu { width:1.5625rem;height:1.5625rem;top:14.5rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfZbUL2rSd7d4uUZwbkxecmLObTOlyst { width:1.5625rem;height:1.5625rem;top:11.0625rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #waWwwM3AiGbJMklki85SDacut8PmxHrr { width:1.5625rem;height:1.5625rem;top:8.8125rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #coVpR1g0J19fNKra3p7KMugkHRvcfArt { width:29.75rem;height:2.8125rem;top:22.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllDRTUCOqHoWetp8gSPIJCZVzecx6Ui { display:block; }
 }@media only screen and (max-width: 763px) { #oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 { display:block; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNlR1C06P9TJxWeDlqk1p01KOI6Irdho { width:26rem;height:11.25rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0vZunbBiGicdTS7OMP0STIUzIr04gZa { width:6.25rem;height:0.5rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxFpCrgaiIGS6aVgX6noq4wgaLqbdHt { width:26rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHuAS8XARb5nlH4oV1n3G4vpfog8bI0 { width:30rem;height:20.625rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 { display:none; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA { display:block; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgWP88NmltOOU7exg9IVUZN1boFIC7sF { width:6.25rem;height:0.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHTQIqBRLUZmQM2mhr0MhuXsCtEyfXT { width:44.9375rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3iym86wC7K30CNk5Odd8TZbunT1uzDt { width:47.75rem;height:9rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 { display:none; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO { display:block; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcZdcpGgL53wHl2zReHsVMG2cIITE8HB { width:26rem;height:11.25rem;top:5.8125rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crfaylfc2eUCJ91BzB36GKpCRqDZVk5f { width:6.25rem;height:0.5rem;top:4.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRzh0oyTueRThCH6ezeW2b9CowrUvgye { width:26rem;height:1.625rem;top:1.25rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv { width:26rem;height:12.6875rem;top:18.3125rem;left:21.75rem;font-size:0.875rem;display:block; }#sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv li:before{  }
 }@media only screen and (max-width: 763px) { #T4fBWapsmLPWhVasPr4TX5bL1K8lUcRW { width:30rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km { display:block; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUh4hEwTpO0zqwLLBNK2Lpds59REOFdf { width:6.25rem;height:0.5rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpfIf5oZp7rbMInTHTOP16UindOH15CZ { width:26.75rem;height:3.5rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBt7Ig12q2pPT5kMTohV1zKHJpTmD9U { width:26rem;height:6.75rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUToq3fmP3bN7kKyIkHXUJn6rZrWGq7S { width:26rem;height:1.875rem;top:19.75rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZ90QZoxNO6gZpT8TlQFmgKqzWHBnJM { width:32.25rem;height:20.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { display:block; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UP6gF0KmBKXV5C9sXqDc8lLm3a4TLNVN { width:6.25rem;height:0.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0SoxVKuM6XpVp9UtWseQvbgZ7E5Ons { width:21.5625rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0bSXgJTK59KOAI0TAJHD2mlqLDus3A { width:6.25rem;height:6.25rem;top:24.5625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrTdAzBNk6Bc3RtbVZluTemszViwFMTi { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKhQCf9Nqa9UoKnLxsVzppXKGnClEXao { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmqyKpnc2VPnh1NiaI1i9H4cpQQxFEBT { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5JRKbUdDS4lOeHJ8ezMAbbHZiTpkJVa { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #goEiNsux7Tv8kAZKLlxAF8m4JRp2nnFP { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTACkLtIzxnnWPk5uAX6bSM1TMWqyuns { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBq6ANTnNCftOHrxF4dhBmrzwIBCMyBf { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evJFJRM8KcfXSXyX964qxOUTKHU9XSTS { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyQUOUomL9RRIT6KoLNPtJp9wkNfJlBF { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZ39k78uEnwcm9emHbUTUFD9TmFXiLsA { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXFBJlxX3XCwdPoLeTiNeTBqZABEPOy4 { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:42.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWQlVU3lJV1UPG2XFhHllBw3c631T8x7 { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBuBbb5qQ4HQxLx7pMffxEsmPDExKgCP { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpUuMTcNH8g4woHJTNyhfDy4dGJt3mmd { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #zR9QhhFwhTznB9dX3lyk5sAZlsNAW1n6 { width:2.8125rem;height:2.8125rem;top:15.5rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #arTRatsr0WJw8v6DMhUxUT731BtfIZFC { width:2.8125rem;height:2.8125rem;top:15.5rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTmnoEITkhVL0lsBbST01CZbUDOVQnb5 { width:2.8125rem;height:2.8125rem;top:15.5rem;left:42.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJoWqvQOWUOl0GPVKfWkxGM3SRWWWb2g { width:2.8125rem;height:2.8125rem;top:15.5rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8g3lJRsZwmCqEep0oJgDpoNiHXsHB1b { width:2.8125rem;height:2.8125rem;top:15.5rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZGG2xPmT59eVuoFG8up1P1vzNAGNzpO { width:2.8125rem;height:2.8125rem;top:15.5rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHXVCXnyzTWlgJKFNS4F0MGdPOKuFfEm { width:2.8125rem;height:2.8125rem;top:15.5rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIHEVJOrTgszGP9mTm2DK7n4kpK5bbl7 { width:2.8125rem;height:2.8125rem;top:15.5rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUQSX9edck1E95tqv0coRAkerziulz3l { width:2.8125rem;height:2.8125rem;top:15.5rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfkPeTwKNEAxlJmLJTVZaVXUDdVlC3zR { width:2.8125rem;height:2.8125rem;top:15.5rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pch7x5n4DvUWi7OtIeo0iDHEoEz5gB9Q { width:2.8125rem;height:2.8125rem;top:15.5rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzmXQpdKuwdX2iP28enI3ddLdh4dHSoh { width:2.8125rem;height:2.8125rem;top:15.5rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5gTEERROm6TZLGqTHliwCSN3RyAGOS3 { width:2.8125rem;height:2.8125rem;top:15.5rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6f8E2r9nnC6hI3tJPJdNVPBtSOSoeyE { width:2.8125rem;height:2.8125rem;top:15.5rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsfSXZwgmxWRbUGhkSPty1xTlEdaQCKs { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOs2VDS9uMMlke3Sh2cLxGyEAc9z23o0 { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBbwq24LXprRhZOUdzwsWbBIXJoAPCCH { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:42.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUv79kADZFQQsJfmND0RnT79xgC5X1fR { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmevsHGcR5ntcHr6fz8XrPvumIqvZ3mq { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQVCcBnBLCW7n6xMrb36ulXzuVdgvB80 { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #epQk8aP3JMdgp6b5sDZyIXkMWcydL5eL { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfLlzw16Too3NiTHeBmMnrBHlXBrgGVu { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #fz4RA5dVTNungiCqpgW5UgK45NnpRvDQ { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGxCBJsCrneNzx6LDuH7P1rkJueNFvoM { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCcCI3Tm1dXTlOWD62fp30ZGpiJBf8x2 { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5MLLSHg7sX9TAERRoy8dfcfHLIk9xn5 { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hd0wQaCqvfCEsSSSZAnMKV2FmT8IERxf { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCxgmCt93QQDeTvQVpbQn7h7NGJbm3y8 { width:2.8125rem;height:2.8125rem;top:18.9375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOB9bIcxLJuMqF9l2GXUKsD4azm9bDes { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZavgQXXLDJObtUz59RWvu6fdKIww9Uf { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aifBouNdKP93Ny7HdIf12tqLtIlCoAUn { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:42.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtbKqbTveiWPFw3zI8CbH7R3hPWvBbrt { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrcCFDNMysJGixwg6xBULkTVug86mq8x { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg8wBwyaDdbLxVVa7VHJqbDRS1bkAoGF { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2M4vV2C0bBIEoaJmCO7OuEh0W0kzQfG { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFQ63FDs5x7ClO32R4Z7ELHwdkHdFR1r { width:2.8125rem;height:2.8125rem;top:22.375rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOTVIcUfGFgIU4U9m2FomED4f9nZaggs { width:2.8125rem;height:2.8125rem;top:22.375rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTHELiU9DDanGJWB1kOJUEbm8i4vbJpT { width:2.8125rem;height:2.8125rem;top:22.375rem;left:42.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5iUaSyCTuRXTvnzkw03eJqCPQlfml1l { width:2.8125rem;height:2.8125rem;top:22.375rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEqCgUSWIWQMLTkqThZvTakCOSMq4yrX { width:2.8125rem;height:2.8125rem;top:22.375rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHx7WJf4D5IT1kA1ooHLwUyQWTRET4PO { width:2.8125rem;height:2.8125rem;top:22.375rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #obgbSIRLzacC6A2n9lTlzpTi3iGw7FOI { width:2.8125rem;height:2.8125rem;top:22.375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr3foCq4vyvvWOQUwOCGkInLvLWIJyTa { width:2.8125rem;height:2.8125rem;top:22.375rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #mv0HE5lJoBgodAQ65GSZst1Jo4QnSMKE { width:2.8125rem;height:2.8125rem;top:22.375rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD8TCAJM20xusMxt4ONTp6ZgmzXIU6GX { width:2.8125rem;height:2.8125rem;top:22.375rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrvSUSNhUmanM2eqC8lbGPXPhFg9qcKN { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1EHOzsWqEMrDolEFTqN07ESPiRXqtsO { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO1WckQwMKJVtFV7O0uacIPMkPpNqLPF { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD1preZGzBqJUdK0oXA4FAx10bckizes { width:2.8125rem;height:2.8125rem;top:22.375rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyBtaVgo0TWZKx0g9UMgpddf3UAM0vvu { width:2.8125rem;height:2.8125rem;top:22.375rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeQWVJB2aeQ4631fivRsD7CBLfpVzag8 { width:2.8125rem;height:2.8125rem;top:22.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAtcrtHiTUy88viXHwbQrcSHWz1Pf6W6 { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqN3Os5OosEmkv3lwcvTvmKpGP24Osr6 { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwllOStUmWACHwAWsIy6n1iHNs93Uy5J { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDp7KUN1Iv5S0bgqOdzvzoCx7OKPCfuc { width:2.8125rem;height:2.8125rem;top:22.375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc8I8dFgk7TKokbo3g6SklH3auxr4t3t { width:2.8125rem;height:2.8125rem;top:25.8125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvE5svFqyhM06AiBbsLqeLptad3WCbOp { width:2.75rem;height:1.25rem;top:10.25rem;left:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIVNkHutkaU4Skli8vpnaxUETvkaz3o6 { width:2.75rem;height:1.25rem;top:10.25rem;left:11.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmW6ASt2p4HzQd4FRK8xFX4ElrUhT7VD { width:2.75rem;height:1.25rem;top:10.25rem;left:14.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7OT0e13zpeSdOgZu1MTLwf1M3ZF9qWr { width:2.75rem;height:1.25rem;top:10.25rem;left:18.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5rTl6D7oyAJcTgWgDpRfd89fJSWTCT9 { width:2.75rem;height:1.25rem;top:10.25rem;left:21.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #diqbtMKOr9wdLJtlqKMgTdhqOTbbEP1p { width:2.75rem;height:1.25rem;top:10.25rem;left:25.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOIvUJzD9kFUkZ1Pb0kS5ZhiEFA0Idt9 { width:2.75rem;height:1.25rem;top:10.25rem;left:28.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hs1JTVe3qEsdHVCG2ZgkP89mWUvfHoUh { width:2.75rem;height:1.25rem;top:10.25rem;left:32.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW0kTeruPuubLg2R89ZuPqminmmPqEIX { width:2.75rem;height:1.25rem;top:10.25rem;left:35.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #og4XINAXJoQ2ZOkIgkqiR38SP49iGcCG { width:2.75rem;height:1.25rem;top:10.25rem;left:38.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsk5EncyhXDy2rlU5zK3R4TANAbuuQqE { width:2.75rem;height:1.25rem;top:10.25rem;left:42.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzWHdURkXtnZR0lQrxG9LkvJVpZHwmVd { width:2.75rem;height:1.25rem;top:10.25rem;left:45rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab7SCO9piL9JQZgtD4eHrxOVqsUx07eU { width:2.75rem;height:1.25rem;top:10.25rem;left:45rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLupBVe106GTeHAUUgvZeFrJ8xzBeW5I { width:5.5625rem;height:1.125rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Skg5kXF2y2NA2hlPbtvhC2R9bG0TLcn4 { width:1.875rem;height:1.125rem;top:10.3125rem;left:3rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeNr7lbSKRTRRBfhR05kTPIbSGbT54t9 { width:4.5rem;height:1.125rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HC0TgphG7kJCkLM0K2FvaAuDVPLNMc7A { width:3.1875rem;height:1.125rem;top:12.9375rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PorhRzXR7kJsT1eiwApUm7nUq6aId3vT { width:4rem;height:2.25rem;top:15.8125rem;left:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V85QBlxpf11P1iP1HIZNvq8T8H89a1Wy { width:4.5rem;height:1.125rem;top:16.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq9z21WTSRBoiQ9Methlbyh1FQLTafo0 { width:3.1875rem;height:1.125rem;top:19.75rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpHlVZC0TiusCcvWp4UsGpGfhlh7vWt9 { width:4.5rem;height:1.125rem;top:19.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaIryPCU1nTiAlnNAf3iHLJDZHNd6kTK { width:3.1875rem;height:1.125rem;top:26.6875rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsoxrxNoaQ7BUlG5AIJzfDu6TR6Jg92E { width:4.5rem;height:1.125rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWNqcSzCDOXP09wqaesKmZ2Dod4eaUKJ { width:3.1875rem;height:1.125rem;top:23.25rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxDxTsqnG3Zy4IVzX48oqeHDtNB0Snbw { width:4.5rem;height:1.125rem;top:23.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LacI627seudXutTl5F4ip0oMwufi6aL0 { width:0.9375rem;height:0.9375rem;top:4.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaoM06TxeilKJ8weQ5rNhTT1yZWpicyO { width:7.6875rem;height:1.125rem;top:4.6875rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxpGN64Rz9KVlekvzV5L5i8222DJvpKz { width:0.9375rem;height:0.9375rem;top:4.8125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOll8OTcBBO0kSLxoykVmubmab2iRIvU { width:4.3125rem;height:1.125rem;top:4.6875rem;left:34.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ubG0LcComPWvv01QgrpR5DPO3beUNN { width:4.25rem;height:1.125rem;top:4.6875rem;left:41.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONxT6SzzUMLhlMfgZxUTfaaNS5WlmqG { width:0.9375rem;height:0.9375rem;top:4.8125rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifst84MqzQdgallGBAdzbPpHbv9Id2Hc { width:0.9375rem;height:0.9375rem;top:4.8125rem;left:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPPyDgBUMG8shkg6SaJDXhzAOGC6zCXw { width:3.875rem;height:1.125rem;top:4.6875rem;left:43.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm316eyJTf3CvrCQxeJ6yO6MPzPBOesm { width:3.875rem;height:1.125rem;top:4.6875rem;left:27.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28UB1o8hWLi4quxSP4rcLNvCMvw26d9 { width:47.75rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { display:block; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ayuq4fvIE07wI5ukKBKAtrPxTVzQEKkc { width:12.5rem;height:2.5rem;top:13.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzo3UedDKwxvbkIXIEuXsx8La3VD9QM0 { display:block; }
 }@media only screen and (max-width: 763px) { #VDVAIpz3uO2PM7fTM92R94gLgDvnN32u { width:22.1875rem;height:10.125rem;top:2rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fobbmkwQBIvq3wKTTgF30aNvt1Fpx6yT { width:30rem;height:17.875rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TDwTpty696K37T62dFFcby2CayLPi0 { display:none; }#n9TDwTpty696K37T62dFFcby2CayLPi0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR { display:block; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDKH52vTKfw6OL8v6kVVhKZ2PaiH5mbQ { width:12.5rem;height:2.5rem;top:13.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNet35DMMd3r5JUZC1rb4cCQ7BJClXQb { display:block; }
 }@media only screen and (max-width: 763px) { #KCkmqikFgv1uHofpTf8IEwhxH4CF2rGx { width:30rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQiFvJlShCmJpIRsbJwqxPAKX0kATvH8 { width:22.1875rem;height:10.125rem;top:2.0625rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL { display:block; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mCW5vKMdLM31mQ68CJ3iQFpzTsAvf3Ra { width:26rem;height:15.75rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMiMqMXG63fLzFQnGql2T3SvmEEAluN { width:6.25rem;height:0.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOT826ZtLRxEirMUmofb6kOsrDim3WH { width:21.9375rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXag0ZHmHRukJUh7ki4MP07GmbtPGF3 { width:26rem;height:15.75rem;top:7.9375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRIoGTKwS7feT9inNWegWTmaM8JePswq { width:6.25rem;height:0.5rem;top:6.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpMKbPP50UeGGf6aK0Fvhc6eBQZbKZV1 { width:19.8125rem;height:3.25rem;top:1.75rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU { display:block; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSB1chVIio7LnmnIzUmSS3iJh1kdtJHd { width:6.25rem;height:0.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkJsHIDGVNFX71VIoAeOiIMz8dN5IibL { width:21.0625rem;height:1.625rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4JzZQpgl9Rgx32yh8TRXK7rL0P2vrO { width:26rem;height:13.5rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkm9IwdQ8OxFHaTJTyuNi92tyUuQerTD { width:20.625rem;height:20.625rem;top:0.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBQX67Z2iXBbuZgprgvZznVnfwobv5vV { width:30rem;height:21.75rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg { display:block; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C988LbqQ2rzAWAfDV2QaFKONQ17qcgRb { width:45.5rem;height:1.9375rem;top:0.875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1KGn1FBQl0n29NJ255vBO36JD3qyqqL { display:block; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZH34KZFDt8ATsh1RuFZhrCIrL4mHn0r1 { width:26.4375rem;height:1.5625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4KIkpd3eiENbWoLkGyQP7iex5nsmFrB { width:26rem;height:8.6875rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTA0syFc0TJTSt358r7fva6ACeqRQTK { width:26.4375rem;height:2.5625rem;top:25.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-regular-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-textarea { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv  { width:27.5rem;height:auto;top:1rem;left:17.75rem; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .radio-container { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv {display:block;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv { width:27.5rem;height:auto;top:1rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #We4eo21aDNdcG18TE5hc83Dd7a2GOFOE {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #cUvEaCJrvVtfEnMT5y5zqT3PxPsPzNkF { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #LFSRreEOViG0x2kXFmo0vJzSKVnz9PoF {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #Ag6XlNLB7Bv5nMQGoCJTQFqihKoZVQrr {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #clDzlyv7ZKEt7dGT622KaMXaGle18WT3 { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #dCKlVaZ7vLJoA5b4SkLx1VHvOodIVSl7 {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #ZAm5gPTIZuBVrhginTQAeCVDChry6loA {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #O0TBFSNksXH64xr1IDeWe1OAldcDT7PQ { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #RSTxukTG1KhHKbOOJvO7TVsfu8O0avrW {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #gGSViKTGhE2ppdwaJwAp3DrSayaHesBE {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #A0To6q3CmzygEKenTFB0A5pCqNNpkald { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #wE6mKDb49oDTMsufsD99TJ0DyReXp8xz {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #uwXbh1yCcg2OCpLhLhTUzBrGDsEvNvoJ {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #tpl1CM5R7bZmQ57Kbd1TBGSZP2Jqw9CH {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #leuXyeHfochGmz3wNn5qGaCpihVo7IXF {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #mU3ItPXB3y7dyFI15UJ6WJPOiQzPsuhp {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #UHsVPXatg5LTCWFNCtSywkbHoGLMORVo {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #qrJWmAEe58Q3wlcb1nR8CqT2fTmiruq7 {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #hicvtUiOuBEm5WHLw95wmL5TOraDSSpC {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #GRU7LG6ukMtEqQmI7Ihy7mav7hv91gNA {  }
 }@media only screen and (max-width: 763px) { #C7a2c2M8E8J2vwgSORztLwXXxNGdCcQl { width:1.875rem;height:1.875rem;top:22.1875rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbVMxOE3pbK6rAd1VQc0enOpA1maUM1 { width:6.25rem;height:0.5rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4LtIGvZeM9I0w1UZOaBBsdceMz66rR { width:25rem;height:1.4375rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysnyiEASLnT7naxtRWxyFepP6RlVWeoT { width:19.25rem;height:4.7342034536996rem;top:16.625rem;left:2.2814197540283rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN { display:none; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aM8vmkVe4Cp4heFRzEtp77pacy1B6EtB { width:7.4375rem;height:1.625rem;top:1.6875rem;left:24.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyfE8nRscJxEbeNfwc2487ZTCtBn48c4 { width:8.625rem;height:0.8125rem;top:2.125rem;left:12rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fsberRXQgcST79AWF8KTDv8nanJ7FI { width:4.625rem;height:1.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui { width:1.25rem;height:1.25rem;top:1.875rem;left:46.3125rem;display:block; }
#xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 { width:1.25rem;height:1.25rem;top:1.875rem;left:46.5rem;display:block; }
#xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #X4nmB2b21b5DxPMK9GTqZSpZSINck9zV { width:1.25rem;height:1.25rem;top:1.875rem;left:46.5rem;display:block; }
#X4nmB2b21b5DxPMK9GTqZSpZSINck9zV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #pVixDPKPoprZfGWNI8uIsN3TLZZXneWD { width:7.625rem;height:0.8125rem;top:2.5rem;left:35.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTOpegqTbVzzzMlfsWkr3BHvTDcLBrfD { width:6.375rem;height:1.5625rem;top:1.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAoBuUSErMFdTRgHIKGpBAc6xWogMuK6 { width:7.625rem;height:0.8125rem;top:1.6875rem;left:35.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UAHKtl8bJVZeRa64c8J3OB2UKOcb1Hxd > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGVLR8Ws8SD7VwhbQNiePkCwfv6tibME { width:20rem;height:1.7391305rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u { display:flex;width:1.5625rem;height:1.5625rem;top:3.0625rem;left:9.25rem; }
#RzPCw6fgKRhVwVmIPRpTETvu5QmJ051u > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT { display:flex;width:1.5625rem;height:1.5625rem;top:6.5rem;left:9.1875rem;display:none; }
#BJhaVeOJaJScJn6ZwWRB5tDgFTEyOKxT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #msiEWVPDgTNk4F8gf3O5aLFylZQECa1z { display:block; }#msiEWVPDgTNk4F8gf3O5aLFylZQECa1z > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmEFIvq4u9sT489QkPPuVHT7mxO99s1h { display:block; }#KmEFIvq4u9sT489QkPPuVHT7mxO99s1h > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hm6UpIeesZVJDy2bO6dmQ6Mfgtsf3dq4 { width:3.9375rem;height:0.9375rem;top:3.78125rem;left:14.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D6UAFIQ113iul3MzVJaiAUe9996dPBT4 { width:2.6875rem;height:0.8125rem;top:3.84375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBA62eXlZ2IzyyTCRduyJXUgtrOoUon { width:6.25rem;height:0.75rem;top:6.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFef53T3JiKgqdpgvT3RxhhG7iCAbptZ { width:20rem;height:8.75rem;top:2.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHAmaNpoJnzSiJ04CH7iuMUSkDqdaOii { width:12.8125rem;height:0;top:0.8125rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y62D0dGbdnhNx9wO85MLNBkEXq9i4MaC { width:20rem;height:0;top:6.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i7mUOXWHPQDZv4p2BztisD71ZAT3HnZ2 { top:0rem;left:0rem;width:20rem;height:8.4375rem;z-index:14999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxhJu2np679xUMm22yAQVKw8XqpE2zQ { background-color:#10a10a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.625rem;display:block; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container { background-color: transparent; background-image: none; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container > .video-iframe-container { display: none; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row > .video-iframe-container { display: none; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .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); }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container { border-width: 0; border-radius: 0; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.625rem; }#bSxhJu2np679xUMm22yAQVKw8XqpE2zQ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I05kt5omeeG28AoAvJOfCduar2xeV4EE { width:12.8125rem;height:1.19565225rem;top:1.25rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fOvTE07wyG54HTqrpovUv5gFqROUrTyd { width:20rem;height:3.26086975rem;top:3rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i { display:none; }#WxlRc3r4FnaR05qkogiZc7zVItTTRJ5i > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uwNJb2WM6zd30N0IAH9u1z7l81u5XeHl { width:20rem;height:3.875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T { display:none; }#obSIHWbUyfyxzmB0hlzTTEm7qTlFXU6T > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL { display:block; }#kGnoHrnDz1zTW4VgU3FuU5ZmCDiJK2hL > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcTiIDc1B8RmAMe8mtwU2ZrUhZRTvS6R { width:20rem;height:3.152174rem;top:15.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJAnTSHyyVGLf0i42ehvAmCMRE6mNUd3 { width:19.6875rem;height:10.86956575rem;top:21.958728790283rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XnRgT8EEuXD5vXKGDoLXXFgtRcEIUxz8 { width:20rem;height:1.902174rem;top:8.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0ZgPOGg2w7W4h9r0sFyfJFkJxVzXCB7 { width:6.25rem;height:0.5rem;top:20.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMc94IIi4cETVwbDLFWwslWn5d5zHR0 { width:20rem;height:3.85869575rem;top:5.5625rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZWQf4SrTuMT14kDe0EFewL6o3SVt04n { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:9.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kBwBonblArlFx6RQgo2I6RN33DZBOtws { width:16.6875rem;height:2.173913rem;top:11.5rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgnGUV7szRgyHQakVLcsoRHz0zJpMb8S { width:20rem;height:12.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ot17bqvLQXn8MP4NoX9CwkPa8WtmxL { width:19.3121605rem;height:5.8746605rem;top:40.371776580811rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX3En9F1tiFawNkWBWOIcFTEfKitWKXi { width:20rem;height:18.75rem;top:36.268344879151rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT { display:none; }#RCVl67fmmr7mlxVfxtu9IAJdraVdWKlT > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T { display:block; }#X7x0WeTE5gPyHLALM3tFpyr4ZaIKit9T > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUe3eoZgA6aGwfQNUaDBrqzEzJPSnGVi { width:6.25rem;height:0.5rem;top:8.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMEfT0f78K2ey2euxF84uVEXJmvahN9 { width:20rem;height:4.728261rem;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9Mfa9tdpCftnCOzgLdN5rttB4FRw0sK { width:12.5rem;height:3.85869575rem;top:33.7890625rem;left:3.7500001788139rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QStAH5mp6to91agrGgkHHilqTmzuhrTP { width:12.5rem;height:1.7391305rem;top:37.642669677734rem;left:3.7500001788139rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zllKmScwHNZgnWLANNZqXs7uinMOyITy { width:8.8125rem;height:1.25rem;top:14.0625rem;left:10.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoJlXsEO0piCkFymGW20yynKWob1NbSs { width:7.7496605rem;height:2.554348rem;top:11.524291992188rem;left:11.405400931835rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbsxAKzVzDVUWNH9GdutlURdUfcpPxhM { width:7.9375rem;height:1.25rem;top:23.3125rem;left:11.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJSD0Gi5NRqlD17V5hcCGv4FBpzwTX0R { width:7.25rem;height:2.554348rem;top:20.75rem;left:12rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxQSJvuebo55eyS08211HCci7FdZFBqB { width:10.74983025rem;height:2.5rem;top:40.047546386719rem;left:4.6246606707573rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynhFHdGItXUtb4TXzE5Fp4tLpmAXzeog { width:8.75rem;height:2.5rem;top:25.484039306641rem;left:10.592731177807rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwioF6gS7kp66NXhZ8lXaDlOgzZZM6a0 { width:19.6875rem;height:13.0434789375rem;top:51.637397766113rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gp3v9bJAVTwKopOf9eOyDwykPMT2Kkhf { width:6.25rem;height:0.499320625rem;top:49.186492919922rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdeVmmCP0cTshZtUo3KFfJOQwoU7iF { width:20rem;height:1.576087rem;top:46.187164306641rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraaHW9r60T9tEQbANdNdxHAT6iWn0UN { width:8.6875rem;height:2.554348rem;top:20.8125rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luaBpuiKuB7I0rUUAFEx8aqGSVOA7Wod { width:8.25rem;height:1.25rem;top:23.375rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fS4oHrS8HceEAoPTQ6GnSEcKaT7Og3xD { width:8.25rem;height:2.554348rem;top:11.5625rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISkd0VhaToihFlcLcyWEAPV09Hac28ss { width:8.0625rem;height:1.25rem;top:14.125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMDphbmc4uE1x0493W4OQtacoJRNRFTf { width:8.75rem;height:3.1869905rem;top:24.984725952149rem;left:10.429688155651rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfr2Chq8DnHI7KEflc1gKc46xp9C846z { width:8.75rem;height:2.5rem;top:25.445831298828rem;left:0.24881118535996rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSqyOPSFXR2thxT5RT1Qsb3r8CHSIIs { width:8.75rem;height:2.5rem;top:16.3125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOxrWOroa3CrLFDAzDHrZpT4xmkCJgVf { width:8.75rem;height:2.5rem;top:16.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluhLUrxOKsOC1OEdF9Hl1hkaoaSHywV { width:12.5rem;height:12.5rem;top:32.311492919922rem;left:3.7500001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsGECK7F86UMPbPpW9c7y9NirmyAhUiI { width:8.18699075rem;height:2.8125rem;top:25.126541137695rem;left:0.46110743284226rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOI4UvpxDXXZKdOkyn9Oi3x5WTv0xkTw { width:8.18699075rem;height:2.8125rem;top:16.0625rem;left:0.4375rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihn6cOTvEPNvkr8xIioOTB83i05K86xp { width:8.18699075rem;height:2.8125rem;top:16.25rem;left:11rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteSPWw642hs0AZvbTTMyB28fp6m1ckB { display:block; }#WteSPWw642hs0AZvbTTMyB28fp6m1ckB > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHfk45lkp5Q1UDyaRAM6pNeL40nkvQi1 { width:19.6875rem;height:21.73913rem;top:8.9205322265625rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZAccxG0L28UmZLdtD2PUv2AK4sdDCr9U { width:20rem;height:4.728261rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUd90LIkO7MVlZUp5Ty73Cb4QWFlZGhQ { width:19.6875rem;height:9.782609rem;top:36.48063659668rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pQwW4X7Un3AlfTANTmGqnxA5ghWVFtDG { width:6.25rem;height:0.5rem;top:34.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHFteyIfOO2MeVes45mnirJAmpmyEd6 { width:20rem;height:1.576087rem;top:31.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfEhJui8ACE39NvPKETMaPoxexdFNN7U { width:18.5rem;height:17.1875rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Nmx1CBDmAxQmS0BLczT2DdHtw0XxTi { width:20rem;height:4.728261rem;top:70.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEtJXchNLfM3EQ8LUr07uU9XzrFyh5m9 { width:19.6875rem;height:11.956522rem;top:78.689895629881rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ET4iRsrvkqKWSGsHhyEAKaxh7iluKJJ5 { display:flex;width:10.9375rem;height:10.9375rem;top:52.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #RdWGxQic1DBNFQ6fdZtOqUrrb5vho3Xs { width:1.625rem;height:2.554348rem;top:55.75rem;left:10.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMXaWOSqiRC93UvlLxERqEsWEs1XEZSC { width:6.25rem;height:0.5rem;top:77rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauuxlOABNqJUtBuVHinTdXrpR7tolC { width:6.25rem;height:0.5rem;top:7.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPVWettSsVsv95UJvCmeZ5zdseVNI51f { width:20rem;height:3.26086975rem;top:47.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag { display:block; }#uLzB4ppDnxRfTRaFqgaJ0xnlU0eix5Ag > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0yDFOa2oTA5oTlXycTGAcwKTTdVLJKi { width:6.25rem;height:0.5rem;top:6.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE33cTbLnhFU6886AkfkmlO8N7HdVc1k { width:20rem;height:3.152174rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyatO8R5XRGHuBL8T0ppmqca3UKPL4nO { width:19.6875rem;height:13.04347825rem;top:14.314544677734rem;left:0.31250005960464rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PKKIVkxLuGPOvNRTsy4Tq8U4PrILMZ6y { width:19.6875rem;height:13.043478rem;top:34.168151855469rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EBD7H3cEcGK8FngkLN8IUb365VemoqHO { display:flex;width:1.5625rem;height:1.5625rem;top:10.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgId6tk58BMW73i45ScsorXFB8OGxZvg { display:flex;width:1.5625rem;height:1.5625rem;top:11.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr6H2MuSUpEGrsCZ3XvAnUEhczDn0sku { display:flex;width:1.5625rem;height:1.5625rem;top:14.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icTeBs5F5CS3u4LgR7fs1HLxFZi2slVM { display:flex;width:6.25rem;height:6.25rem;top:8.125rem;left:6.875rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #m3KDNAO42dLzQ6bz6GtenFz4BPP2Ug3E { display:flex;width:6.25rem;height:6.25rem;top:27.9375rem;left:6.875rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #eySTJADxdi1CmaHUUqwzwIwlSOIaGhZu { display:flex;width:1.5625rem;height:1.5625rem;top:14.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfZbUL2rSd7d4uUZwbkxecmLObTOlyst { display:flex;width:1.5625rem;height:1.5625rem;top:11.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #waWwwM3AiGbJMklki85SDacut8PmxHrr { display:flex;width:1.5625rem;height:1.5625rem;top:8.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #coVpR1g0J19fNKra3p7KMugkHRvcfArt { width:19rem;height:2.75rem;top:48.875rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllDRTUCOqHoWetp8gSPIJCZVzecx6Ui { display:block; }
 }@media only screen and (max-width: 763px) { #oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 { display:block; }#oo2fWNrBL3zK5eJB9NlWAM3P4Ri1Vwd7 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNlR1C06P9TJxWeDlqk1p01KOI6Irdho { width:19.6875rem;height:14.130435rem;top:9.0761108398438rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B0vZunbBiGicdTS7OMP0STIUzIr04gZa { width:6.25rem;height:0.5rem;top:7.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxFpCrgaiIGS6aVgX6noq4wgaLqbdHt { width:20rem;height:4.728261rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMHuAS8XARb5nlH4oV1n3G4vpfog8bI0 { width:20rem;height:13.75rem;top:25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 { display:none; }#uaaNzHMsfz0RCJzTbqe3RbkEqdqweWg6 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA { background-color:rgba(208,208,208,0.25);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container { background-color: transparent; background-image: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container > .video-iframe-container { display: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row > .video-iframe-container { display: none; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .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); }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container { border-width: 0; border-radius: 0; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#FhLmaMkyc1hWzOWJtG36VhP1TExnSiXA > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgWP88NmltOOU7exg9IVUZN1boFIC7sF { width:6.25rem;height:0.5rem;top:6.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHTQIqBRLUZmQM2mhr0MhuXsCtEyfXT { width:20rem;height:3.152174rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3iym86wC7K30CNk5Odd8TZbunT1uzDt { width:19.6875rem;height:26.0869579375rem;top:8.4154052734375rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 { display:none; }#SyyxJmrC9sCeIiaaspSp5uxSatDTHIq5 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO { display:block; }#Es4u6X4V5mumQNfEGFKHHFX2FkgpwktO > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcZdcpGgL53wHl2zReHsVMG2cIITE8HB { width:19.6875rem;height:15.2173919375rem;top:29.203125rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #crfaylfc2eUCJ91BzB36GKpCRqDZVk5f { width:6.25rem;height:0.5rem;top:27.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRzh0oyTueRThCH6ezeW2b9CowrUvgye { width:20rem;height:3.152174rem;top:22.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv { width:20rem;height:15.5923919375rem;top:46.1875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }#sQhaRnTuFMGeEbUmF6aW89c6c2U8E8Xv li:before{  }
 }@media only screen and (max-width: 763px) { #T4fBWapsmLPWhVasPr4TX5bL1K8lUcRW { width:20rem;height:21.666015625rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km { display:block; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#f1iVXExMv9aqxGvqTWqPkt7bF9Pto5Km > .row .container { width:20rem;height:36.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUh4hEwTpO0zqwLLBNK2Lpds59REOFdf { width:6.25rem;height:0.5rem;top:7.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpfIf5oZp7rbMInTHTOP16UindOH15CZ { width:20rem;height:4.728261rem;top:1.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuBt7Ig12q2pPT5kMTohV1zKHJpTmD9U { width:19.6875rem;height:8.695652rem;top:9.8011169433594rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uUToq3fmP3bN7kKyIkHXUJn6rZrWGq7S { width:20rem;height:1.79347825rem;top:19.9375rem;left:0rem;font-size:0.5rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zWZ90QZoxNO6gZpT8TlQFmgKqzWHBnJM { width:20rem;height:12.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { display:block; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe { background-color: transparent; background-image: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container > .video-iframe-container { display: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row > .video-iframe-container { display: none; }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .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); }#Q2y1zByDLxUQnafpwJs5kXZv4rfV8mDe > .row .container { width:20rem;height:22.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UP6gF0KmBKXV5C9sXqDc8lLm3a4TLNVN { width:6.25rem;height:0.5rem;top:6.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0SoxVKuM6XpVp9UtWseQvbgZ7E5Ons { width:20rem;height:3.804348rem;top:1.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR0bSXgJTK59KOAI0TAJHD2mlqLDus3A { width:6.25rem;height:6.25rem;top:316.625rem;left:6.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #GrTdAzBNk6Bc3RtbVZluTemszViwFMTi { width:0.9375rem;height:0.9375rem;top:76.3125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKhQCf9Nqa9UoKnLxsVzppXKGnClEXao { width:0.9375rem;height:0.9375rem;top:76.3125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmqyKpnc2VPnh1NiaI1i9H4cpQQxFEBT { width:0.9375rem;height:0.9375rem;top:71.5rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5JRKbUdDS4lOeHJ8ezMAbbHZiTpkJVa { width:0.9375rem;height:0.9375rem;top:76.3125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #goEiNsux7Tv8kAZKLlxAF8m4JRp2nnFP { width:2.8125rem;height:2.8125rem;top:99.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTACkLtIzxnnWPk5uAX6bSM1TMWqyuns { width:2.8125rem;height:2.8125rem;top:71.5rem;left:17.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBq6ANTnNCftOHrxF4dhBmrzwIBCMyBf { width:2.8125rem;height:2.8125rem;top:71.5rem;left:14.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evJFJRM8KcfXSXyX964qxOUTKHU9XSTS { width:0.9375rem;height:0.9375rem;top:76.3125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyQUOUomL9RRIT6KoLNPtJp9wkNfJlBF { width:2.8125rem;height:2.8125rem;top:124.1875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZ39k78uEnwcm9emHbUTUFD9TmFXiLsA { width:2.8125rem;height:2.8125rem;top:120.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXFBJlxX3XCwdPoLeTiNeTBqZABEPOy4 { width:2.8125rem;height:2.8125rem;top:116.0625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWQlVU3lJV1UPG2XFhHllBw3c631T8x7 { width:2.8125rem;height:2.8125rem;top:112rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBuBbb5qQ4HQxLx7pMffxEsmPDExKgCP { width:2.8125rem;height:2.8125rem;top:107.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpUuMTcNH8g4woHJTNyhfDy4dGJt3mmd { width:2.8125rem;height:2.8125rem;top:103.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zR9QhhFwhTznB9dX3lyk5sAZlsNAW1n6 { width:2.8125rem;height:2.8125rem;top:186.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #arTRatsr0WJw8v6DMhUxUT731BtfIZFC { width:2.8125rem;height:2.8125rem;top:182.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTmnoEITkhVL0lsBbST01CZbUDOVQnb5 { width:2.8125rem;height:2.8125rem;top:178.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJoWqvQOWUOl0GPVKfWkxGM3SRWWWb2g { width:2.8125rem;height:2.8125rem;top:174.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8g3lJRsZwmCqEep0oJgDpoNiHXsHB1b { width:2.8125rem;height:2.8125rem;top:170.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZGG2xPmT59eVuoFG8up1P1vzNAGNzpO { width:2.8125rem;height:2.8125rem;top:162.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHXVCXnyzTWlgJKFNS4F0MGdPOKuFfEm { width:2.8125rem;height:2.8125rem;top:158.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIHEVJOrTgszGP9mTm2DK7n4kpK5bbl7 { width:2.8125rem;height:2.8125rem;top:166.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUQSX9edck1E95tqv0coRAkerziulz3l { width:2.8125rem;height:2.8125rem;top:154.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfkPeTwKNEAxlJmLJTVZaVXUDdVlC3zR { width:2.8125rem;height:2.8125rem;top:150.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pch7x5n4DvUWi7OtIeo0iDHEoEz5gB9Q { width:2.8125rem;height:2.8125rem;top:146.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzmXQpdKuwdX2iP28enI3ddLdh4dHSoh { width:2.8125rem;height:2.8125rem;top:142.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5gTEERROm6TZLGqTHliwCSN3RyAGOS3 { width:2.8125rem;height:2.8125rem;top:138.1875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6f8E2r9nnC6hI3tJPJdNVPBtSOSoeyE { width:2.8125rem;height:2.8125rem;top:134.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsfSXZwgmxWRbUGhkSPty1xTlEdaQCKs { width:2.8125rem;height:2.8125rem;top:248.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOs2VDS9uMMlke3Sh2cLxGyEAc9z23o0 { width:2.8125rem;height:2.8125rem;top:244.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBbwq24LXprRhZOUdzwsWbBIXJoAPCCH { width:2.8125rem;height:2.8125rem;top:240.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUv79kADZFQQsJfmND0RnT79xgC5X1fR { width:2.8125rem;height:2.8125rem;top:236.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmevsHGcR5ntcHr6fz8XrPvumIqvZ3mq { width:2.8125rem;height:2.8125rem;top:232.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQVCcBnBLCW7n6xMrb36ulXzuVdgvB80 { width:2.8125rem;height:2.8125rem;top:224.0625rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #epQk8aP3JMdgp6b5sDZyIXkMWcydL5eL { width:2.8125rem;height:2.8125rem;top:220.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfLlzw16Too3NiTHeBmMnrBHlXBrgGVu { width:2.8125rem;height:2.8125rem;top:228.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fz4RA5dVTNungiCqpgW5UgK45NnpRvDQ { width:2.8125rem;height:2.8125rem;top:216.0625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGxCBJsCrneNzx6LDuH7P1rkJueNFvoM { width:2.8125rem;height:2.8125rem;top:212rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCcCI3Tm1dXTlOWD62fp30ZGpiJBf8x2 { width:2.8125rem;height:2.8125rem;top:207.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5MLLSHg7sX9TAERRoy8dfcfHLIk9xn5 { width:2.8125rem;height:2.8125rem;top:203.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hd0wQaCqvfCEsSSSZAnMKV2FmT8IERxf { width:2.8125rem;height:2.8125rem;top:199.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCxgmCt93QQDeTvQVpbQn7h7NGJbm3y8 { width:2.8125rem;height:2.8125rem;top:195.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOB9bIcxLJuMqF9l2GXUKsD4azm9bDes { width:2.8125rem;height:2.8125rem;top:376.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZavgQXXLDJObtUz59RWvu6fdKIww9Uf { width:2.8125rem;height:2.8125rem;top:372.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aifBouNdKP93Ny7HdIf12tqLtIlCoAUn { width:2.8125rem;height:2.8125rem;top:368.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtbKqbTveiWPFw3zI8CbH7R3hPWvBbrt { width:2.8125rem;height:2.8125rem;top:364.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrcCFDNMysJGixwg6xBULkTVug86mq8x { width:2.8125rem;height:2.8125rem;top:360.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg8wBwyaDdbLxVVa7VHJqbDRS1bkAoGF { width:2.8125rem;height:2.8125rem;top:352.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2M4vV2C0bBIEoaJmCO7OuEh0W0kzQfG { width:2.8125rem;height:2.8125rem;top:356.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFQ63FDs5x7ClO32R4Z7ELHwdkHdFR1r { width:2.8125rem;height:2.8125rem;top:310.1875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOTVIcUfGFgIU4U9m2FomED4f9nZaggs { width:2.8125rem;height:2.8125rem;top:306.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTHELiU9DDanGJWB1kOJUEbm8i4vbJpT { width:2.8125rem;height:2.8125rem;top:302.0625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5iUaSyCTuRXTvnzkw03eJqCPQlfml1l { width:2.8125rem;height:2.8125rem;top:298rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEqCgUSWIWQMLTkqThZvTakCOSMq4yrX { width:2.8125rem;height:2.8125rem;top:293.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHx7WJf4D5IT1kA1ooHLwUyQWTRET4PO { width:2.8125rem;height:2.8125rem;top:285.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #obgbSIRLzacC6A2n9lTlzpTi3iGw7FOI { width:2.8125rem;height:2.8125rem;top:281.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr3foCq4vyvvWOQUwOCGkInLvLWIJyTa { width:2.8125rem;height:2.8125rem;top:289.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mv0HE5lJoBgodAQ65GSZst1Jo4QnSMKE { width:2.8125rem;height:2.8125rem;top:277.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD8TCAJM20xusMxt4ONTp6ZgmzXIU6GX { width:2.8125rem;height:2.8125rem;top:273.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrvSUSNhUmanM2eqC8lbGPXPhFg9qcKN { width:2.8125rem;height:2.8125rem;top:348.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1EHOzsWqEMrDolEFTqN07ESPiRXqtsO { width:2.8125rem;height:2.8125rem;top:344.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO1WckQwMKJVtFV7O0uacIPMkPpNqLPF { width:2.8125rem;height:2.8125rem;top:340.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD1preZGzBqJUdK0oXA4FAx10bckizes { width:2.8125rem;height:2.8125rem;top:269.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyBtaVgo0TWZKx0g9UMgpddf3UAM0vvu { width:2.8125rem;height:2.8125rem;top:265.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeQWVJB2aeQ4631fivRsD7CBLfpVzag8 { width:2.8125rem;height:2.8125rem;top:261.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAtcrtHiTUy88viXHwbQrcSHWz1Pf6W6 { width:2.8125rem;height:2.8125rem;top:336.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqN3Os5OosEmkv3lwcvTvmKpGP24Osr6 { width:2.8125rem;height:2.8125rem;top:332.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwllOStUmWACHwAWsIy6n1iHNs93Uy5J { width:2.8125rem;height:2.8125rem;top:328.1875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDp7KUN1Iv5S0bgqOdzvzoCx7OKPCfuc { width:2.8125rem;height:2.8125rem;top:257.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc8I8dFgk7TKokbo3g6SklH3auxr4t3t { width:2.8125rem;height:2.8125rem;top:324.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvE5svFqyhM06AiBbsLqeLptad3WCbOp { width:2.75rem;height:1.25rem;top:34.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pIVNkHutkaU4Skli8vpnaxUETvkaz3o6 { width:2.75rem;height:1.25rem;top:36.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WmW6ASt2p4HzQd4FRK8xFX4ElrUhT7VD { width:2.75rem;height:1.25rem;top:39.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e7OT0e13zpeSdOgZu1MTLwf1M3ZF9qWr { width:2.75rem;height:1.25rem;top:41.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E5rTl6D7oyAJcTgWgDpRfd89fJSWTCT9 { width:2.75rem;height:1.25rem;top:44.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #diqbtMKOr9wdLJtlqKMgTdhqOTbbEP1p { width:2.75rem;height:1.25rem;top:46.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZOIvUJzD9kFUkZ1Pb0kS5ZhiEFA0Idt9 { width:2.75rem;height:1.25rem;top:49.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hs1JTVe3qEsdHVCG2ZgkP89mWUvfHoUh { width:2.75rem;height:1.25rem;top:51.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sW0kTeruPuubLg2R89ZuPqminmmPqEIX { width:2.75rem;height:1.25rem;top:54.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #og4XINAXJoQ2ZOkIgkqiR38SP49iGcCG { width:2.75rem;height:1.25rem;top:56.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fsk5EncyhXDy2rlU5zK3R4TANAbuuQqE { width:2.75rem;height:1.25rem;top:59.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qzWHdURkXtnZR0lQrxG9LkvJVpZHwmVd { width:2.75rem;height:1.25rem;top:61.625rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ab7SCO9piL9JQZgtD4eHrxOVqsUx07eU { width:2.75rem;height:1.25rem;top:64.125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nLupBVe106GTeHAUUgvZeFrJ8xzBeW5I { width:5.5625rem;height:1.125rem;top:10.0625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Skg5kXF2y2NA2hlPbtvhC2R9bG0TLcn4 { width:1.875rem;height:1.125rem;top:10.0625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MeNr7lbSKRTRRBfhR05kTPIbSGbT54t9 { width:4.5rem;height:1.125rem;top:66.625rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HC0TgphG7kJCkLM0K2FvaAuDVPLNMc7A { width:3.1875rem;height:1.125rem;top:69rem;left:8.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PorhRzXR7kJsT1eiwApUm7nUq6aId3vT { width:4rem;height:2.25rem;top:130.625rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V85QBlxpf11P1iP1HIZNvq8T8H89a1Wy { width:4.5rem;height:1.125rem;top:128.25rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nq9z21WTSRBoiQ9Methlbyh1FQLTafo0 { width:3.1875rem;height:1.125rem;top:193.375rem;left:8.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PpHlVZC0TiusCcvWp4UsGpGfhlh7vWt9 { width:4.5rem;height:1.125rem;top:191rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UaIryPCU1nTiAlnNAf3iHLJDZHNd6kTK { width:3.1875rem;height:1.125rem;top:315.5rem;left:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsoxrxNoaQ7BUlG5AIJzfDu6TR6Jg92E { width:4.5rem;height:1.125rem;top:314.25rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWNqcSzCDOXP09wqaesKmZ2Dod4eaUKJ { width:3.1875rem;height:1.125rem;top:255rem;left:8.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pxDxTsqnG3Zy4IVzX48oqeHDtNB0Snbw { width:4.5rem;height:1.125rem;top:252.625rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LacI627seudXutTl5F4ip0oMwufi6aL0 { width:0.9375rem;height:0.9375rem;top:10.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaoM06TxeilKJ8weQ5rNhTT1yZWpicyO { width:7.6875rem;height:1.0869565rem;top:8.4375rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxpGN64Rz9KVlekvzV5L5i8222DJvpKz { width:0.9375rem;height:0.9375rem;top:10.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOll8OTcBBO0kSLxoykVmubmab2iRIvU { width:4.3125rem;height:1.0869565rem;top:10.25rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1ubG0LcComPWvv01QgrpR5DPO3beUNN { width:4.25rem;height:1.0869565rem;top:11.875rem;left:4.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hONxT6SzzUMLhlMfgZxUTfaaNS5WlmqG { width:0.9375rem;height:0.9375rem;top:12rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifst84MqzQdgallGBAdzbPpHbv9Id2Hc { width:0.9375rem;height:0.9375rem;top:12rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPPyDgBUMG8shkg6SaJDXhzAOGC6zCXw { width:3.875rem;height:1.0869565rem;top:11.875rem;left:12.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm316eyJTf3CvrCQxeJ6yO6MPzPBOesm { width:3.875rem;height:1.0869565rem;top:10.1875rem;left:4.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r28UB1o8hWLi4quxSP4rcLNvCMvw26d9 { top:14.25rem;left:0rem;width:20rem;height:6.5625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { display:block; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { background-color: transparent; background-image: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container > .video-iframe-container { display: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row > .video-iframe-container { display: none; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .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); }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu { border-width: 0; border-radius: 0; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#i3UT2P95ZeOkUHGZfbAR8N4dtW5pBDiu > .row .container { width:20rem;height:28.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(208,208,208,0.25);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ayuq4fvIE07wI5ukKBKAtrPxTVzQEKkc { width:12.5rem;height:2.5rem;top:24.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzo3UedDKwxvbkIXIEuXsx8La3VD9QM0 { display:block; }
 }@media only screen and (max-width: 763px) { #VDVAIpz3uO2PM7fTM92R94gLgDvnN32u { width:17.6875rem;height:10.32608725rem;top:13.1875rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fobbmkwQBIvq3wKTTgF30aNvt1Fpx6yT { width:20rem;height:11.916666666667rem;top:0rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TDwTpty696K37T62dFFcby2CayLPi0 { display:block; }#n9TDwTpty696K37T62dFFcby2CayLPi0 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR { display:block; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#dmZFPUqHPTaVDDeSFZTePto6yaV9dXeR > .row .container { width:20rem;height:28.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDKH52vTKfw6OL8v6kVVhKZ2PaiH5mbQ { width:12.5rem;height:2.5rem;top:24.416015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNet35DMMd3r5JUZC1rb4cCQ7BJClXQb { display:block; }
 }@media only screen and (max-width: 763px) { #KCkmqikFgv1uHofpTf8IEwhxH4CF2rGx { width:20rem;height:11.916666666667rem;top:0rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQiFvJlShCmJpIRsbJwqxPAKX0kATvH8 { width:17.6875rem;height:11.35869625rem;top:12.355285644531rem;left:1.1557405591011rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL { display:block; }#z8Fx8i7sB8Twws6nKcra8xpL35FfHIIL > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mCW5vKMdLM31mQ68CJ3iQFpzTsAvf3Ra { width:19.6875rem;height:18.4782619375rem;top:7.4371337890625rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tWMiMqMXG63fLzFQnGql2T3SvmEEAluN { width:6.25rem;height:0.5rem;top:5.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOT826ZtLRxEirMUmofb6kOsrDim3WH { width:20rem;height:3.152174rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMXag0ZHmHRukJUh7ki4MP07GmbtPGF3 { width:19.6875rem;height:19.565218rem;top:34.045349121094rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #iRIoGTKwS7feT9inNWegWTmaM8JePswq { width:6.25rem;height:0.5rem;top:32.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpMKbPP50UeGGf6aK0Fvhc6eBQZbKZV1 { width:19.8125rem;height:3.152174rem;top:27.875rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU { display:block; }#bndfK9K6WaN9QC9Hu2n94tIU5hDufUxU > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSB1chVIio7LnmnIzUmSS3iJh1kdtJHd { width:6.25rem;height:0.5rem;top:6.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkJsHIDGVNFX71VIoAeOiIMz8dN5IibL { width:20rem;height:3.804348rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB4JzZQpgl9Rgx32yh8TRXK7rL0P2vrO { width:19.6875rem;height:17.391304rem;top:8.1331787109375rem;left:0.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lkm9IwdQ8OxFHaTJTyuNi92tyUuQerTD { width:20rem;height:20rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBQX67Z2iXBbuZgprgvZznVnfwobv5vV { width:20rem;height:20.625rem;top:26.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg { display:block; }#V1EEaNwtnefZLdiFZhtXbX9ncuLdkJQg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C988LbqQ2rzAWAfDV2QaFKONQ17qcgRb { width:20rem;height:3.804348rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1KGn1FBQl0n29NJ255vBO36JD3qyqqL { display:block; }#z1KGn1FBQl0n29NJ255vBO36JD3qyqqL > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZH34KZFDt8ATsh1RuFZhrCIrL4mHn0r1 { width:20rem;height:4.347826rem;top:1.1455688476562rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4KIkpd3eiENbWoLkGyQP7iex5nsmFrB { width:19.74949075rem;height:10.869565rem;top:7.9999389648438rem;left:0.25050956010819rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vlTA0syFc0TJTSt358r7fva6ACeqRQTK { width:19.0625rem;height:3.478261rem;top:55.942565917969rem;left:0.46875005960464rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv  { width:17.5rem;height:auto;top:26.802795410156rem;left:0rem;z-index:15000; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv {display:block;}#QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv { width:17.5rem;height:auto;top:26.802795410156rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #We4eo21aDNdcG18TE5hc83Dd7a2GOFOE {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #cUvEaCJrvVtfEnMT5y5zqT3PxPsPzNkF { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #LFSRreEOViG0x2kXFmo0vJzSKVnz9PoF {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #Ag6XlNLB7Bv5nMQGoCJTQFqihKoZVQrr {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #clDzlyv7ZKEt7dGT622KaMXaGle18WT3 { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #dCKlVaZ7vLJoA5b4SkLx1VHvOodIVSl7 {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #ZAm5gPTIZuBVrhginTQAeCVDChry6loA {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #O0TBFSNksXH64xr1IDeWe1OAldcDT7PQ { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #RSTxukTG1KhHKbOOJvO7TVsfu8O0avrW {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #gGSViKTGhE2ppdwaJwAp3DrSayaHesBE {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #A0To6q3CmzygEKenTFB0A5pCqNNpkald { display:none; }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #wE6mKDb49oDTMsufsD99TJ0DyReXp8xz {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #uwXbh1yCcg2OCpLhLhTUzBrGDsEvNvoJ {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #tpl1CM5R7bZmQ57Kbd1TBGSZP2Jqw9CH {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #leuXyeHfochGmz3wNn5qGaCpihVo7IXF {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #mU3ItPXB3y7dyFI15UJ6WJPOiQzPsuhp {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #UHsVPXatg5LTCWFNCtSywkbHoGLMORVo {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #qrJWmAEe58Q3wlcb1nR8CqT2fTmiruq7 {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #hicvtUiOuBEm5WHLw95wmL5TOraDSSpC {  }
 }@media only screen and (max-width: 763px) { #QB6oFcdyz6c3icRvHN5m9XJAOgCskrBv #GRU7LG6ukMtEqQmI7Ihy7mav7hv91gNA {  }
 }@media only screen and (max-width: 763px) { #C7a2c2M8E8J2vwgSORztLwXXxNGdCcQl { width:1.875rem;height:1.875rem;top:49.375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbVMxOE3pbK6rAd1VQc0enOpA1maUM1 { width:6.25rem;height:0.499320625rem;top:6.4368286132812rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4LtIGvZeM9I0w1UZOaBBsdceMz66rR { width:20rem;height:1.467391375rem;top:25.961486816406rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysnyiEASLnT7naxtRWxyFepP6RlVWeoT { width:15.2496605rem;height:3.75rem;top:20.372802734375rem;left:2.3743206858635rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN { position:relative;z-index:auto;display:block; }#TbRnmTNE0wO0xCyH29uDIlqf2FUVpVDN > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM8vmkVe4Cp4heFRzEtp77pacy1B6EtB { width:8.375rem;height:1.847826125rem;top:4.625rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyfE8nRscJxEbeNfwc2487ZTCtBn48c4 { width:10.875rem;height:0.7608695625rem;top:13.6875rem;left:4.5625rem;font-size:0.625rem;color:rgba(255,255,255,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6fsberRXQgcST79AWF8KTDv8nanJ7FI { width:4.625rem;height:1.5rem;top:1.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui { display:flex;width:1.5625rem;height:1.5625rem;top:10.875rem;left:7rem; }
#xV8pBEe3BcwE6y9kb9wpuRTBNSPh9pui > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 { display:flex;width:1.5625rem;height:1.5625rem;top:10.875rem;left:9.25rem; }
#xOEObLXEs5mAosCIeGpSJAykt2QAgWZ9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #X4nmB2b21b5DxPMK9GTqZSpZSINck9zV { display:flex;width:1.5625rem;height:1.5625rem;top:10.875rem;left:11.4375rem; }
#X4nmB2b21b5DxPMK9GTqZSpZSINck9zV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pVixDPKPoprZfGWNI8uIsN3TLZZXneWD { width:9.0625rem;height:0.9239130625rem;top:8.6875rem;left:5.5rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTOpegqTbVzzzMlfsWkr3BHvTDcLBrfD { width:6.375rem;height:1.5625rem;top:1.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAoBuUSErMFdTRgHIKGpBAc6xWogMuK6 { width:10.25rem;height:0.9239130625rem;top:7.75rem;left:4.875rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }