.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:249,223,221;--color-primary-1:237,148,142;--color-primary-2:218,41,28;--color-primary-3:109,21,14;--color-primary-4:33,6,4;--color-secondary-0:248,241,225;--color-secondary-1:232,208,154;--color-secondary-2:208,161,52;--color-secondary-3:104,81,26;--color-secondary-4:31,24,8;--color-tertiary-0:255,255,255;--color-tertiary-1:244,229,233;--color-tertiary-2:146,137,140;--color-tertiary-3:88,82,84;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { 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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { 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:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { position:relative;display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { background-color: transparent; background-image: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { border-width: 0; border-radius: 0; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;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; }#iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { color:#071638;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.44335877895355rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vugKrCNZstDkA36UcnoTixaWrsSs9dTN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13688125rem;text-align:right;text-align-last:right;display:block; }
#iidx9DkB14y6k6Vk1KODdhypzntphBUW { 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:15043;opacity:1;top:0.34288120269776rem;left:11.235244750976rem; }
#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { position:relative;display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:93.8125rem;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; }#uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { position:absolute;display:block;z-index:15005;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.43575rem;width:6.43575rem;top:1.4409722089768rem;left:4.0625rem;display:block; }
#WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { z-index:15007;top:3.11572265625rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:90.686828613281rem;left:12.710775375366rem;display:block; }
#gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { color:#02050e;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:9.5100927352906rem;left:2.5rem;height:21.59180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { position:absolute;display:block;z-index:15182;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:25.0625rem;width:18.75rem;top:33.653148651123rem;left:2.5rem;overflow:hidden;display:block; }
#RArmgdLksW5b5WvE11PhD7HSgCqoliPT { position:absolute;display:block;z-index:15183;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:21.7496875rem;width:32.749rem;top:37.01496887207rem;left:24.803060531616rem;overflow:hidden;display:block; }
#Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { position:absolute;display:block;z-index:15184;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.6245rem;width:26.4998125rem;top:63.856605529788rem;left:1.7488613128662rem;overflow:hidden;display:block; }
#SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { position:absolute;display:block;z-index:15185;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.6871875rem;width:26.687rem;top:63.824054718019rem;left:30.011392593384rem;overflow:hidden;display:block; }
#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { position:relative;display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { background-color: transparent; background-image: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { border-width: 0; border-radius: 0; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;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; }#JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13688125rem;text-align:right;text-align-last:right;display:block; }
#fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:1.0869140625rem;height:3.00636875rem;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; }
#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { position:relative;display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:318.8125rem;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; }#UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { z-index:15012;top:4.3125rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.020208375rem;height:3.270670875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { position:absolute;display:block;z-index:15006;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.5rem;width:6.5rem;top:2.8125rem;left:9.5625rem;display:block; }
#Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { color:#071638;display:block;width:57.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:11.372062683106rem;left:1.4371738433838rem;height:12.595225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { color:#071638;display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:124.81039047241rem;left:2.5618495941162rem;height:12.595225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ge07MC0HueTUf51kAeACiauWxuJiF5Mc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:291.1875rem;left:7.875rem;height:1.29980625rem;display:block; }
#NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:67.540798187256rem;left:1.5746536254882rem;height:1.29980625rem;display:block; }
#cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { position:absolute;display:block;z-index:15224;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:21.1246875rem;width:28.2495rem;top:24.981281280517rem;left:26.936033248901rem;overflow:hidden;display:block; }
#Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.8125rem;top:54.48974609375rem;left:3.8728847503662rem;overflow:hidden;display:block; }
#wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { position:absolute;display:block;z-index:15226;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:29.5625rem;width:22.0625rem;top:135.31087994576rem;left:1.5730800628662rem;overflow:hidden;display:block; }
#sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { position:absolute;display:block;z-index:15228;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:29.5rem;width:22.0625rem;top:135.31005346775rem;left:29.987791061401rem;overflow:hidden;display:block; }
#E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { position:absolute;display:block;z-index:15229;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:27.7498125rem;width:20.7495rem;top:24.982095718384rem;left:3.7491855621338rem;overflow:hidden;display:block; }
#sWWxR2uR1s69dGI1gReS4unezTJCOgrW { position:absolute;display:block;z-index:15230;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:31.25rem;width:23.3121875rem;top:165.05858802796rem;left:1.1555995941162rem;overflow:hidden;display:block; }
#v1XGScJHi7l55lCzAO55TE6O98DR6odS { position:absolute;display:block;z-index:15231;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.3745rem;width:19.6875rem;top:211.45669174194rem;left:31.674802780151rem;overflow:hidden;display:block; }
#bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { position:absolute;display:block;z-index:15232;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:23.0625rem;top:165.06020736694rem;left:29.987791061401rem;overflow:hidden;display:block; }
#imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { position:absolute;display:block;z-index:15233;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:27.249375rem;width:20.374375rem;top:211.45669174194rem;left:2.8743495941162rem;overflow:hidden;display:block; }
#I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { position:absolute;display:block;z-index:15234;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:26rem;width:22.6875rem;top:46.856282234192rem;left:31.530759811401rem;overflow:hidden;display:block; }
#WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { position:absolute;display:block;z-index:15235;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:27.5625rem;top:97.279458999631rem;left:31.048177719116rem;overflow:hidden;display:block; }
#NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { position:absolute;display:block;z-index:15236;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.437rem;width:27.4373125rem;top:97.373860359194rem;left:1.5730800628662rem;overflow:hidden;display:block; }
#dnRrq03HIk7Ov1wTEexJvcAuD1M17yep { color:#071638;display:block;width:57.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:80.2490234375rem;left:1.4371738433838rem;height:14.394525rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TfcRfAzun56SoyB2LIX2HHn2GqcOWNXk { color:#071638;display:block;width:54.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:199.30093002319rem;left:2.5618495941162rem;height:12.595225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AsyWR7SkQ1zfXgSnbnBfWrgFQwx3MPSg { position:absolute;display:block;z-index:15234;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:29.1875rem;width:21.875rem;top:240.17658042907rem;left:2.8743495941162rem;overflow:hidden;display:block; }
#ThviQ1MzGpUHh8dbIylrZtaZJ1oroklM { position:absolute;display:block;z-index:15235;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:22.0621875rem;width:26.875rem;top:241.67804527282rem;left:28.361001968384rem;overflow:hidden;display:block; }
#wCzFLycEweWTWuTgXQbKsf2sZRU6RNPB { position:absolute;display:block;z-index:15236;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:25rem;width:18.6873125rem;top:290.34341430664rem;left:33.415525436401rem;overflow:hidden;display:block; }
#BMkWRTLQMa80kAuMl5xKZeqCwGvf0I1W { color:#071638;display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:276.34521484375rem;left:1.5730800628662rem;height:16.1938625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pcMLBmoU0z4yOu2zMpleuVOK0nIkSoAb { position:absolute;display:block;z-index:15238;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:23.3125rem;width:21.8125rem;top:291.18732690811rem;left:1.904296875rem;overflow:hidden;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { top:0.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { top:0.6875rem;left:34.3125rem;width:13.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { top:0.3125rem;left:5.1102447509766rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { top:1.4375rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:3.0625rem;left:0rem;width:8.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { top:90.625rem;left:6.5857753753663rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { top:9.5rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { top:33.625rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmgdLksW5b5WvE11PhD7HSgCqoliPT { top:37rem;left:15.0625rem;width:32.6875rem;height:21.708843328231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { top:63.8125rem;left:0rem;width:26.4375rem;height:17.583057191442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { top:63.8125rem;left:21.0625rem;width:26.625rem;height:17.646096121239rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { top:0.6875rem;left:34.3125rem;width:13.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { top:0rem;left:0rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.3125rem;left:0rem;width:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { top:2.8125rem;left:3.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { top:11.3125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { top:124.75rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { top:291.1875rem;left:1.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { top:67.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { top:24.9375rem;left:19.5625rem;width:28.1875rem;height:21.078324533399rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { top:54.4375rem;left:0rem;width:24.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { top:135.25rem;left:0rem;width:22.0625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { top:135.25rem;left:23.862791061401rem;width:22.0625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { top:24.9375rem;left:0rem;width:20.6875rem;height:27.666895399588rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWWxR2uR1s69dGI1gReS4unezTJCOgrW { top:165rem;left:0rem;width:23.25rem;height:31.166637622488rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XGScJHi7l55lCzAO55TE6O98DR6odS { top:211.4375rem;left:25.549802780151rem;width:19.6875rem;height:26.3745rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { top:165rem;left:23.5625rem;width:23.0625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { top:211.4375rem;left:0rem;width:20.3125rem;height:27.166621292064rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { top:46.8125rem;left:25.0625rem;width:22.6875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { top:97.25rem;left:20.1875rem;width:27.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { top:97.3125rem;left:0rem;width:27.375rem;height:20.390585812659rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRrq03HIk7Ov1wTEexJvcAuD1M17yep { top:80.1875rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfcRfAzun56SoyB2LIX2HHn2GqcOWNXk { top:199.25rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsyWR7SkQ1zfXgSnbnBfWrgFQwx3MPSg { top:240.125rem;left:0rem;width:21.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThviQ1MzGpUHh8dbIylrZtaZJ1oroklM { top:241.625rem;left:20.875rem;width:26.875rem;height:22.0621875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCzFLycEweWTWuTgXQbKsf2sZRU6RNPB { top:290.3125rem;left:27.290525436401rem;width:18.625rem;height:24.916637959578rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMkWRTLQMa80kAuMl5xKZeqCwGvf0I1W { top:276.3125rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcMLBmoU0z4yOu2zMpleuVOK0nIkSoAb { top:291.125rem;left:0rem;width:21.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { width:20rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:20rem;height:2.26171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { width:20rem;height:1.625rem;top:0.328125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { width:13.5rem;height:0.89355625rem;top:1.38671875rem;left:6.5rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { display:flex;width:1.5rem;height:1.5rem;top:0.40625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:20rem;height:107.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { width:6rem;height:6rem;top:1.1371526718139rem;left:3.1276042461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:2.9375rem;left:0rem;width:6.366395875rem;height:2.180177125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { width:2.125rem;height:2.125rem;top:0.78038215637206rem;left:10.062500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { width:20rem;height:27.29245625rem;top:9.0918064117431rem;left:0.052083313465118rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { width:20rem;height:26.75rem;top:38.14208984375rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmgdLksW5b5WvE11PhD7HSgCqoliPT { width:20rem;height:13.3121875rem;top:64.995929718019rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { width:20rem;height:13.25rem;top:78.926593780519rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { width:20rem;height:13.3121875rem;top:93.333328247069rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:9.9375rem;height:0.89355625rem;top:2.2309036254883rem;left:10.062500536442rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { width:10.434875rem;height:2.6001rem;top:0.26128578186035rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:20rem;height:481.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.6220703125rem;left:0rem;width:9.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { width:7.372375rem;height:7.372375rem;top:2.6684036254883rem;left:5.2005207538605rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { width:20rem;height:15.5957125rem;top:12.562495231628rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { width:20rem;height:14.296075rem;top:170.17090797424rem;left:0.052083313465118rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { width:12.5rem;height:1.29980625rem;top:34.907118082046rem;left:0.23784720897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29980625rem;top:231.11112403869rem;left:0.11024302244186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { width:20rem;height:15rem;top:56.820474624634rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { width:20rem;height:15rem;top:71.924641609194rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { width:20rem;height:26.687rem;top:184.57112121582rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { width:20rem;height:26.75rem;top:211.36067199707rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { width:19.9373125rem;height:26.624375rem;top:30.091958999634rem;left:0.10335284471512rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWWxR2uR1s69dGI1gReS4unezTJCOgrW { width:20rem;height:26.6875rem;top:238.21451306343rem;left:0.10335284471512rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XGScJHi7l55lCzAO55TE6O98DR6odS { width:20rem;height:26.687rem;top:336.435546875rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { width:20rem;height:26.6875rem;top:265.00569152832rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { width:19.8746875rem;height:26.5625rem;top:309.76888012886rem;left:0.10335284471512rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { width:20rem;height:22.9375rem;top:87.02880859375rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { width:20rem;height:15rem;top:136.49576807022rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { width:20rem;height:14.9373125rem;top:151.33954876661rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRrq03HIk7Ov1wTEexJvcAuD1M17yep { width:20rem;height:16.895325rem;top:117.2900390625rem;left:0.052083313465118rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TfcRfAzun56SoyB2LIX2HHn2GqcOWNXk { width:20rem;height:12.99645rem;top:297.29413795471rem;left:0.052083313465118rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AsyWR7SkQ1zfXgSnbnBfWrgFQwx3MPSg { width:20rem;height:26.685714285714rem;top:363.974609375rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThviQ1MzGpUHh8dbIylrZtaZJ1oroklM { width:20rem;height:16.418372093023rem;top:391.51204299927rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCzFLycEweWTWuTgXQbKsf2sZRU6RNPB { width:20rem;height:26.8125rem;top:454.65899658203rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMkWRTLQMa80kAuMl5xKZeqCwGvf0I1W { width:20rem;height:16.895375rem;top:415.48336791993rem;left:0.052083313465118rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pcMLBmoU0z4yOu2zMpleuVOK0nIkSoAb { width:20rem;height:21.375358166189rem;top:433.17950439453rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5992875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.0996125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6621125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1621125rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.5688475rem;top:1.25rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }