.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:224,236,234;--color-primary-1:163,197,193;--color-primary-2:102,158,152;--color-primary-3:67,156,155;--color-primary-4:0,94,83;--color-secondary-0:255,229,225;--color-secondary-1:255,169,154;--color-secondary-2:255,83,53;--color-secondary-3:128,42,27;--color-secondary-4:38,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:163,179,177;--color-tertiary-2:102,128,125;--color-tertiary-3:61,77,75;--color-tertiary-4:0,44,39;--headlines-font-family:ubuntu;--paragraphs-font-family:ubuntu; }@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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { 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;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:13.0625rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#Swi7ZOKNrBapAaR0nlZqOfBQMRDCUSgN { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.78125rem;left:47.613837663518rem;display:block; }
#Tcu6RSaFGDuV3PG01QyiuVoUORSvLMUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { position:relative;display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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.6875rem;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; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { 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;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:111.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8729248046875rem;left:0rem;height:9.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:16.68408203125rem;left:2.25rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:80.4375rem;width:40.5625rem;top:23.75rem;left:9.5rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:17.0625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:108.1875rem;left:29.25rem;overflow:hidden;display:block; }
#nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:106.0625rem;left:22.71875rem;display:block; }
#DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msZOsM0xI3qaZ8TNaM8ebNMyGWTrcND2 { position:absolute;display:block;z-index:15009;height:21.75rem;width:27.25rem;top:29.8125rem;left:16.375rem;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { 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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { 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; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .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); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:29.625rem;top:5.875rem;left:30.375rem;overflow:hidden;display:block; }
#GU3LT1QwUvlG6lAUrD12hLzAVnnVTZoQ { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.0625rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-4),1); }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-trigger.adaptive-delivery-prevent-bg, #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-trigger.lazyload, #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-trigger.lazyloading { background-image: none; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.6875rem;left:0rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dbxu0y3XXuIwRGPB7FWaEfdISKAsOKnP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GbaV7GyJJlqbWThKiw8HGL9nfR8CUins { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #eatEm3X9GzUnwVz2i62PaOpT3kPnF5Wo { display:block;position:relative; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #fd6pAA2TST92XQZ9CZQ1fDOoPN5BkXdU {  }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GCiDNZE2odbsP7Zx8TlmVOGbZMIq4FJ7 {  }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dzT0W2sSX3lym3wfHMsNwTFpZXlZs8pT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dhvf9qk18dgs0OMdEUmLpfgolg9VFTim { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #r799ClkrBJqD1XQD5fmdfh7tcwxAEsJh { display:block;position:relative; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kzkug7Tl39W7lQqTAJw99UIMPubCa4Bs {  }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #iRn273UwvxDwm8AObUbTsnidMOHL5vrF { display:none; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #XRfn4mT59inTOa8oQ3HhQ1F5k8iamWC1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #U02VicyVl5zATWLNU1IcnmhyUOCxam0M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kKDfRW1ndSKtTe3XxF7fTQB7XtmDxKgv { display:block;position:relative; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #g4d6SmAPVAbPQIVyKn4k5wCDAefvH9ic {  }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #PcziO2aANcmnBHSqcGWPIqc1znrCrXAL { display:none; }
#UflMMzv80oGKKemCr8ffiuqPiKQAagSL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.25rem;left:33rem;overflow:hidden;display:block; }
#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { 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; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { background-color: transparent; background-image: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .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); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { border-width: 0; border-radius: 0; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#drecKlH12TFxwykoZPrQUBt42RE87FfI { 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:15021;opacity:1;top:0.6875rem;left:28.4375rem; }
#kJ99dXaECeVtdbWgrGOzE6JDGcx9Pv24 { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER { position:relative;display:block; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER { background-color: transparent; background-image: none; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row .container > .video-iframe-container { display: none; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row > .video-iframe-container { display: none; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .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); }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER { border-width: 0; border-radius: 0; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .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; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .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:14.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:block; }#URi5DKWQFylvkranvZeV9r6At3sBmwfh { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:51.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#b9p4AMwd8ZDohhFdd5aIxVFKiPUrfJym { color:rgba(var(--color-primary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:4.875rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#birvJUdayTzVcQqdHSVIZWPQIW1KVzKF { box-sizing:content-box;height:2.1875rem;width:8.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:11.4375rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#TrMnF20ShAPkboIwZoc0JBliuiMDxnCn { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:41.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#vXV5rZy5eptlbe46oXU1dvPglqXDE4h1 { color:rgba(var(--color-primary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.8125rem;left:12.375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O7pfcRfdkTDnDqtWu47JqyzWtOOwPodN { color:rgba(var(--color-primary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:4.8125rem;left:41.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNi8gTTdiJuxD0pbItATAh7Tgv3KL1a1 { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TVD9Kpw89SWpnZs9mxK52bGiqZZ6OfUJ { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:7.25rem;left:41.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#lHOM9vfHLzxnZL9LbynwrtAINbCcOt0N { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.25rem;left:51.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#PTeMBT61wFezzgbJlDgB789bp7WtS89u { color:rgba(var(--color-primary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:7.625rem;left:41.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdcLCwy0smtQgv4KGWaqg3f2nmdCJKSP { color:rgba(var(--color-primary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:7.6875rem;left:51.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PR8ARfZ9RP1rb8U6WVKmMwPqSQS0MNtI { box-sizing:content-box;height:2.1875rem;width:10.6875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#SQrl63pp9J4DMMTwTuLLXLRTpwz5x6hZ { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.8125rem;left:31.0625rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eBWFIptGFTgLJ1SSLVlozQcOeEPpzthU { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.1875rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lvNRs6JTSbUIvHLnUPFgbKnMPiPAwHTm { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { 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; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:1.3447265625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.75rem;width:14.0625rem;top:0rem;left:0.0009765625rem;display:block; }
#pfvM7BXck2EAZ0Q0q9dsalAIsK2yFNe8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.005859375rem;left:5.7822265625rem; }
#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:17.34375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.875rem;width:14.0625rem;top:0rem;left:16rem;display:block; }
#IUblp4XH8mKVBIOpK53rh2mHux6rkXh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.099609375rem;left:21.875rem; }
#WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.90625rem;left:11.8125rem; }
#WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#sFOvarIimTgvV9D141GR2eTbANpg0Ggt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#U4bPwpkq9OTQDT0MzGaFqwpDPknQMCsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0gilsM9LaOy4gOTIJabIxx04qtc8dS3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.9375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:15.8125rem;display:block; }
#PCERFXRMTv3tdaqgZlK1ZvW1eUI5mLa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.8984375rem;left:27.875rem; }
#unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe { position:relative;display:block; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe { background-color: transparent; background-image: none; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row .container > .video-iframe-container { display: none; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row > .video-iframe-container { display: none; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .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); }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe { border-width: 0; border-radius: 0; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .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; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .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:14.875rem;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; }#WC4fRFbPFIkeyBNsAEE90FC5iFDEpxzl { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:4.9375rem;left:51.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#oDCUJnItLo45CTzzwvkaulIq4Ni47dBt { color:rgba(var(--color-primary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:5.375rem;left:51.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1d4x9aP0a8HXHCCVfimB00SPTXsKUzT { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:7.75rem;left:51rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#foIUFpR5ex3VCcE3kKgazbVvbHTfq4Xy { color:rgba(var(--color-primary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:8.1875rem;left:51.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z82c6eQ6ZSlX3JOo2usRSdzTZqNvK1tu { box-sizing:content-box;height:2.1875rem;width:8.875rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:4.9375rem;left:21.375rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#I7HJ0yuVa57ot6k5TIkcZF0zAEmtT2Jp { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:4.9375rem;left:41.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#WrWXQUgk96ZSXriqpH4AZvMwq8bPRIcG { color:rgba(var(--color-primary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.4375rem;left:22.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpZwrBRyL2LKGxc5nJyixCPHMSArt5PB { color:rgba(var(--color-primary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LbU9JDA9lQTupar1owX1oIO3TJhmLtmZ { box-sizing:content-box;height:2.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:7.75rem;left:41.125rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#ODOlEzTudvs8QMk9GBVANa8Ahdeta4dt { color:rgba(var(--color-primary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZlxdTZSW6tGm2aA9wCtT92255BFh3UR { color:rgba(var(--color-primary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#khieMSBneBkDbcryCgqVIe4O7L5106p2 { box-sizing:content-box;height:2.1875rem;width:20.5625rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;top:4.9375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#Iz7G4OeBdtfxF58f21gposW7PBt0GbQH { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.0625rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BMc62IzmfkFyA0fiQyMpqQwiC2FLLaJL { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:8.125rem;left:31.1875rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TdP4moWeDox14qQaL4SX655eGrAlNRKm { color:rgba(var(--color-primary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:5.375rem;left:0.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0hg0LlnXFlF5FgyiRpM22Bn29hZmISp { position:absolute;display:block;z-index:15051;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.5rem;width:5rem;top:1.3125rem;left:12.84375rem;overflow:hidden;display:block; }
#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { 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; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { background-color: transparent; background-image: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .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); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { border-width: 0; border-radius: 0; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:16.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ei018nxz6D8NcclkWWygrwCA0etAyuTa { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3115234375rem;left:31.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyvamifImI0SmXIzqxyAdDFzPUgQFeue { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.3125rem;left:46.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GI6RfMCZDbq6GBterZUQvICy2IiyoNna { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.8125rem;width:14.0625rem;top:0.625rem;left:15.5rem;display:block; }
#QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.75rem;width:14.0625rem;top:0.625rem;left:30.466796875rem;display:block; }
#GPMc2G3t2EWbdxdL4cLvwPyV13tdbEme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.125rem;left:21.4375rem; }
#QLN4uhCWZ1EUaUBazgGFbZ3nIN4B7znh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.25rem;left:36.53125rem; }
#In7QTJdeOHz3ydQP1I6RRaO3VTCTthey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.375rem;left:51.625rem; }
#KFceyKJGPOv1cWtkkgT7w0zDTvDOW2M2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:6.4375rem; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-primary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.458984375rem;left:1.0625rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4yTTwvDnswsTDvbLkbOFKpExkGnSZFQ { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.75rem;width:14.0625rem;top:0.6875rem;left:0.5rem;display:block; }
#kTx4ts8mbTfOoCpNOOABlgSy2BqbzyMi { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.8125rem;width:14.0625rem;top:0.625rem;left:45.46875rem;display:block; }
#mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.4541015625rem;left:12.4375rem; }
#mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.4541015625rem;left:27.4375rem; }
#sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.4541015625rem;left:42.4375rem; }
#yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.4541015625rem;left:57.3125rem; }
#DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#pWKqmQvTD32EP2NadeeehH4VTTBGFvW5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0.63330078125rem;left:15.375rem;display:block; }
#RWr1bsw8AdLhwp6KakNQ3PH8gp9rvLd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwzkZargzD3JVWwTdyQn24P860DHPUlR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0.75830078125rem;left:30.375rem;display:block; }
#DHUzXWkhk80TZH9IWDJvfKRHe8A9cMTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L5xlKczJbbTwcimUKysK3lr0R3vp1xbs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0.63330078125rem;left:45.4375rem;display:block; }
#lvTudiwdLWtWhR73evbwRC8k03fo8mNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6a0L5NTrAUtNZicWdeyiInEqFlfy0U4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.15625rem;left:0.375rem;display:block; }
#xOesEwNZKbFEWRPoEJauSkhi5rHVxSgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyM2w2D4UDP0PU4av5AWRETvkgQ9ealf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.9375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0.6875rem;left:0.375rem;display:block; }
#ytHUhqZF6ETPkHpPa7PTE3HdK36gfiZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0rwED4rys44koK76kNoTh4cdQDeL4fD { 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; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { background-color: transparent; background-image: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container > .video-iframe-container { display: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container { display: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .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); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { border-width: 0; border-radius: 0; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.837890625rem;left:1.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.837890625rem;left:16.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { color:rgba(var(--color-primary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:30.5rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Po8L2M9ZtVUObbbITZABHoTxikJubu0C { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.9375rem;left:46.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfusJ2POHTxigndJ5rdOkZkBaHVLdw5U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.9375rem;left:6.75rem; }
#urieWA3ziwazncGkDJymUxBuPem6hLfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.6875rem;left:21.5rem; }
#Hzvy9DSdeKdXLab2VZBo8LAI8ZJxbzGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.46875rem;left:36.40625rem; }
#QMGWT5FUWZJblOyTMzBdirAce0mZncdb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.375rem;left:51.4375rem; }
#rqlPhCucCT1TJWMUWdLC0WyalJPGynVQ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.875rem;width:14.0625rem;top:0rem;left:30.46875rem;display:block; }
#WPZJ5a8dE88Sli1QJbQRngIoFBvfefUF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.8125rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#A7PcsnCpD44gf472ROn1pdk0WPmdkz0d { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.75rem;width:14.0625rem;top:0rem;left:0.46875rem;display:block; }
#wzEo7xE1PrPbZZN8IJrARQP6pawSa73I { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.75rem;width:14.0625rem;top:0rem;left:15.46875rem;display:block; }
#aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.974609375rem;left:12.4375rem; }
#aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.0791015625rem;left:27.375rem; }
#yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.0791015625rem;left:42.4375rem; }
#KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#keKLkyG86Rf2l4tC0xNMypyIaVDzONAE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.0791015625rem;left:57.375rem; }
#keKLkyG86Rf2l4tC0xNMypyIaVDzONAE > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#gTtLp13FVvSEC1P69uzh2ubHTmbQSp4H { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0.84375rem;left:15.375rem;display:block; }
#nBEHdNJv5fRem18Mm7ZNqazsN1EUmVRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkFlJlC3MzCetPadkdb0ZNKTaHPwTgrX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0.84375rem;left:30.375rem;display:block; }
#nVTV2DSuan0t1Joh8BxfhTzTxixAJudy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmTQtLuvCVPcxK9VvhBs710aaftn3mXH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0.84375rem;left:45.375rem;display:block; }
#haKtr2t63DOTVnmJleUyyE0DsERJsPI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Umev76QVwJOSVJZKraiUEwqrfGhSwG6S { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#tQZe3T4WMlSr0AtaAET4emOrDqGymPoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { 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; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { background-color: transparent; background-image: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container > .video-iframe-container { display: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container { display: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .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); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { border-width: 0; border-radius: 0; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:16.8125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { color:rgba(var(--color-primary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.03125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGfT1eoZBtlvBu7HMvCnV0dIG6JSdEit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.3125rem;left:6.4375rem; }
#laL6cxx97rTeMsT6mpm9VLHsrEfbnFHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.5rem;left:21.59375rem; }
#D03x94Xv93wtTcVN3O4D8R7AuXwiXR15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.4375rem;left:36.53125rem; }
#Alynrn0K7a8L6oCiZQPd2kEtTPPC6Ant { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.875rem;width:14.0625rem;top:0rem;left:30.46875rem;display:block; }
#T0uewFb14IR2kMUvmCpnrGgre0hiToXG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.8125rem;width:14.0625rem;top:0rem;left:15.46875rem;display:block; }
#hJeZLqPPUqIhUcRTFAz8MWBiOiAKAmpz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.8125rem;width:14.0625rem;top:0rem;left:0.5rem;display:block; }
#tfuM25uJDxXIrSPCmySlqWd9DzXN8epe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:6.875rem;left:12.25rem; }
#tfuM25uJDxXIrSPCmySlqWd9DzXN8epe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#XEasy5FnuZTyQxUJVDXzpfJUBXReRBvc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:6.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0rem;left:30.375rem;display:block; }
#BOoTlxmqJnprmeFrFtiudWmv2vfXf4sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.8291015625rem;left:27.25rem; }
#uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#GQ4EycPcogfigIEIEbZA9nQacHBeyxmq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.75rem;left:15.375rem;display:block; }
#iH9UbEDTcEsJfcAoCNrEdeCg4P18c6MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.9375rem;left:42.1875rem; }
#kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#TT0zTpgKy8v1VyIyFSNeHpky8gZyQQi0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:9rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:30rem;display:block; }
#vpM0ugSDt7dWD9DPpPsBvIco83LpfTTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yipiDKG7TIybQt9oux5nSrZJ8N1NygZd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:8.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0.75rem;left:0.375rem;display:block; }
#q3APPHWtfEHcR92ppayF0El3oOha3aEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { 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; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18b3dfeb-69a3-48b0-ae53-30ee72ef71cf/DSC_0325.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.adaptive-delivery-prevent-bg, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyload, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyloading { background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:9rem;left:27.75rem;display:block; }
#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18b3dfeb-69a3-48b0-ae53-30ee72ef71cf/DSC_0325.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.adaptive-delivery-prevent-bg, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyload, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyloading { background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.9); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.9); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .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); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { border-width: 0; border-radius: 0; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#SndzQAqclTWgWecDRtW2qG8rfJAvK9px { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.32373046875rem;left:5.46875rem;height:3.82421875rem;font-style:normal;display:block; }
#UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { color:#3d4051;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.1533203125rem;left:2.5rem;height:6.410125rem;font-style:normal;display:block; }
#SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { color:#3d4051;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:7.1533203125rem;left:31.53125rem;height:6.410125rem;font-style:normal;display:block; }
#Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { color:#050b26;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.07470703125rem;left:35.46875rem;height:1.9121125rem;font-style:normal;display:block; }
#ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0rem;left:30rem;display:block; }
#OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.9375rem;left:2.5rem; }
#B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.9375rem;left:32.5rem; }
#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18b3dfeb-69a3-48b0-ae53-30ee72ef71cf/DSC_0325.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.adaptive-delivery-prevent-bg, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyload, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyloading { background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .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); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { border-width: 0; border-radius: 0; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.11865234375rem;left:5.46875rem;height:3.82421875rem;font-style:normal;display:block; }
#V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { color:#3d4051;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.154296875rem;left:2.5rem;height:4.2744125rem;font-style:normal;display:block; }
#aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { color:#3d4051;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:7.25rem;left:32.5rem;height:4.2744125rem;font-style:normal;display:block; }
#PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { color:#050b26;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.18115234375rem;left:35.46875rem;height:3.82421875rem;font-style:normal;display:block; }
#XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0.03038215637207rem;left:0rem;display:block; }
#UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#tz7hnzKssshdSPNd8hFalwBzpPHom1xC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.9375rem;left:32.5rem; }
#twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.9375rem;left:2.5rem; }
#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18b3dfeb-69a3-48b0-ae53-30ee72ef71cf/DSC_0325.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.adaptive-delivery-prevent-bg, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyload, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyloading { background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { border-width: 0; border-radius: 0; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.1552734375rem;left:21.15625rem;display:block; }
#fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9374ca0e-7ba1-4eaa-819e-b8c64aa6d3ea/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#ygryeZmmxBthdSI0nsdhK7gStaTg4158 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:9.2498216629031rem;left:0.062143325805664rem;height:6.07324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.99951171875rem;left:27.75rem;display:block; }
#UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:27rem;top:24.1875rem;left:0.0625rem;display:block; }
#Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(51deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(51deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(51deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(51deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(51deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27rem;top:31.5rem;left:0.0625rem;display:block; }
#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.8748111724854rem;left:0.061256408691406rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eewgzlNLERICOQBTKEvTBlDe9UksCmUr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.38134765625rem;left:8.74755859375rem;height:2.923825rem;font-style:normal;display:block; }
#WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:35.75rem;left:4.875rem;display:block; }
#unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:33.59375rem;left:4.8125rem;display:block; }
#dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XENZf4R8d2X7OA974H22LpBVbEuyiWlP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:29.375rem;width:23.5rem;top:18.5625rem;left:32.25rem;overflow:hidden;display:block; }
#hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.1875rem;top:24.1875rem;left:0.063541412353513rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:25.65625rem;left:1.21875rem; }
#FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:33.3125rem;left:2.6572265625rem; }
#HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:35.40625rem;left:2.625rem; }
#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { 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; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { background-color: transparent; background-image: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .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); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { border-width: 0; border-radius: 0; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:11.5625rem;top:7.4375rem;left:24.15625rem;display:block; }
#iZL3g295iN0p004lbpkmdOPnOBblRSXU { 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; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { background-color: transparent; background-image: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .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); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { border-width: 0; border-radius: 0; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:17.0625rem;left:1.3125rem;height:13.295875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { 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:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.62353515625rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { 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:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:23.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrkGGMQybmJ02OiLN0ifS4REHevza53X { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:17.0625rem;left:22rem;height:13.2958875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:10.6875rem;width:10.6875rem;top:0.78125rem;left:4.71875rem;overflow:hidden;display:block; }
#GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0.625rem;left:44.6875rem;overflow:hidden;display:block; }
#hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f48e02;border-left:0.125rem solid #f48e02;border-right:0.125rem solid #f48e02;border-bottom:0.125rem solid #f48e02;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:44.125rem;display:block; }
#az0462xxndKOHtBUN3sTz0BI39pzUOhx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:24.1875rem;display:block; }
#QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:10.875rem;width:10.875rem;top:0.6875rem;left:24.8125rem;overflow:hidden;display:block; }
#RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:4rem;display:block; }
#u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:13.75rem;left:8.90625rem; }
#DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:13.75rem;left:29rem; }
#ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:13.6875rem;left:49rem; }
#DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:17.06201171875rem;left:41.96875rem;height:13.295875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { 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:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.62353515625rem;left:43.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { 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; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(24deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(24deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(24deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(24deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(24deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.052734375rem;left:0rem;height:2.88720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.09375rem;left:19.96875rem;display:block; }
#zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Toiim50lyVGI46gWqAnyq5Tc0LAvVqq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.5625rem;height:2.9248rem;font-style:normal;display:block; }
#tVM9L3Hz3Mc1wiq2qvmb5fICf1XFSZXc { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:1.3125rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:17.5625rem;left:47.5625rem;display:block; }
#GOWGTN6QfoEPEt1zIGV0ZrU93q8EONzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBA7thpqTeSV9RPV3N4BIsdsvoCw1bmd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:1.3125rem;text-decoration:none;z-index:15016;text-align:right;text-align-last:right;top:19.625rem;left:46.3125rem;display:block; }
#bgKFrfOE6pKaMnVDJEnphHRhKoAP9RTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzXr6eD6Obr2gkPloNxc7AE3fwND85yJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:1.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.2373046875rem;left:23.96875rem;display:block; }
#LFDbHI38mMK1Lpo2daKwqoq2Id3htiJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:13.0625rem;height:5.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swi7ZOKNrBapAaR0nlZqOfBQMRDCUSgN { width:10.875rem;height:2.3125rem;top:2.75rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcu6RSaFGDuV3PG01QyiuVoUORSvLMUm { display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:9.25rem;top:5.8125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:4.5rem;top:16.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:40.5625rem;height:80.4375rem;top:23.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:25.9375rem;height:3.0625rem;top:25.25rem;left:10.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:108.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:14.5625rem;height:1.3125rem;top:106.0625rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #msZOsM0xI3qaZ8TNaM8ebNMyGWTrcND2 { top:29.8125rem;left:10.25rem;width:27.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:4rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:29.625rem;height:19.375rem;top:5.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3LT1QwUvlG6lAUrD12hLzAVnnVTZoQ { width:30rem;height:2.25rem;top:1.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC { display:flex;height:auto;width:27.8125rem;top:7.25rem;left:2.5625rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dbxu0y3XXuIwRGPB7FWaEfdISKAsOKnP {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GbaV7GyJJlqbWThKiw8HGL9nfR8CUins {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #eatEm3X9GzUnwVz2i62PaOpT3kPnF5Wo {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #fd6pAA2TST92XQZ9CZQ1fDOoPN5BkXdU {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GCiDNZE2odbsP7Zx8TlmVOGbZMIq4FJ7 {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dzT0W2sSX3lym3wfHMsNwTFpZXlZs8pT {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dhvf9qk18dgs0OMdEUmLpfgolg9VFTim {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #r799ClkrBJqD1XQD5fmdfh7tcwxAEsJh {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kzkug7Tl39W7lQqTAJw99UIMPubCa4Bs {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #iRn273UwvxDwm8AObUbTsnidMOHL5vrF {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #XRfn4mT59inTOa8oQ3HhQ1F5k8iamWC1 {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #U02VicyVl5zATWLNU1IcnmhyUOCxam0M {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kKDfRW1ndSKtTe3XxF7fTQB7XtmDxKgv {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #g4d6SmAPVAbPQIVyKn4k5wCDAefvH9ic {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #PcziO2aANcmnBHSqcGWPIqc1znrCrXAL {  }
 }@media only screen and (max-width: 763px) { #UflMMzv80oGKKemCr8ffiuqPiKQAagSL { width:1.5625rem;height:1.5625rem;top:7.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drecKlH12TFxwykoZPrQUBt42RE87FfI { top:0.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ99dXaECeVtdbWgrGOzE6JDGcx9Pv24 { width:47.75rem;height:2.375rem;top:5.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER { display:block; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URi5DKWQFylvkranvZeV9r6At3sBmwfh { top:4.4375rem;left:38.6875rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9p4AMwd8ZDohhFdd5aIxVFKiPUrfJym { width:7.5rem;height:1.375rem;top:4.875rem;left:40.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #birvJUdayTzVcQqdHSVIZWPQIW1KVzKF { top:4.4375rem;left:5.3125rem;width:8.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMnF20ShAPkboIwZoc0JBliuiMDxnCn { top:4.4375rem;left:35.0625rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXV5rZy5eptlbe46oXU1dvPglqXDE4h1 { width:7.0625rem;height:1.375rem;top:4.8125rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7pfcRfdkTDnDqtWu47JqyzWtOOwPodN { width:7.5rem;height:1.375rem;top:4.8125rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNi8gTTdiJuxD0pbItATAh7Tgv3KL1a1 { width:13.5625rem;height:1.25rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVD9Kpw89SWpnZs9mxK52bGiqZZ6OfUJ { top:7.25rem;left:35.0625rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOM9vfHLzxnZL9LbynwrtAINbCcOt0N { top:7.25rem;left:38.6875rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeMBT61wFezzgbJlDgB789bp7WtS89u { width:7.5rem;height:1.375rem;top:7.625rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdcLCwy0smtQgv4KGWaqg3f2nmdCJKSP { width:8.0625rem;height:1.375rem;top:7.6875rem;left:39.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ARfZ9RP1rb8U6WVKmMwPqSQS0MNtI { top:4.4375rem;left:0rem;width:10.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrl63pp9J4DMMTwTuLLXLRTpwz5x6hZ { width:9.4375rem;height:1.375rem;top:4.8125rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBWFIptGFTgLJ1SSLVlozQcOeEPpzthU { width:9.4375rem;height:1.375rem;top:7.625rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvNRs6JTSbUIvHLnUPFgbKnMPiPAwHTm { width:9.4375rem;height:1.375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:2.75rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfvM7BXck2EAZ0Q0q9dsalAIsK2yFNe8 { top:1rem;left:4.2509765625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11.375rem;height:2.75rem;top:3.625rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:14.0625rem;height:8.875rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUblp4XH8mKVBIOpK53rh2mHux6rkXh0 { top:1.0625rem;left:17.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw { top:6.875rem;left:10.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
#WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #sFOvarIimTgvV9D141GR2eTbANpg0Ggt { width:14.25rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bPwpkq9OTQDT0MzGaFqwpDPknQMCsC { display:block; }
 }@media only screen and (max-width: 763px) { #E0gilsM9LaOy4gOTIJabIxx04qtc8dS3 { width:14.25rem;height:8.9375rem;top:0rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCERFXRMTv3tdaqgZlK1ZvW1eUI5mLa8 { display:block; }
 }@media only screen and (max-width: 763px) { #unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM { top:6.875rem;left:22.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
#unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe { display:block; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WC4fRFbPFIkeyBNsAEE90FC5iFDEpxzl { top:4.9375rem;left:38.6875rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDCUJnItLo45CTzzwvkaulIq4Ni47dBt { width:8.0625rem;height:1.375rem;top:5.375rem;left:39.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1d4x9aP0a8HXHCCVfimB00SPTXsKUzT { top:7.75rem;left:38.6875rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIUFpR5ex3VCcE3kKgazbVvbHTfq4Xy { width:8.0625rem;height:1.375rem;top:8.1875rem;left:39.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82c6eQ6ZSlX3JOo2usRSdzTZqNvK1tu { top:4.9375rem;left:15.25rem;width:8.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7HJ0yuVa57ot6k5TIkcZF0zAEmtT2Jp { top:4.9375rem;left:35.0625rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrWXQUgk96ZSXriqpH4AZvMwq8bPRIcG { width:7.0625rem;height:1.375rem;top:5.4375rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZwrBRyL2LKGxc5nJyixCPHMSArt5PB { width:7.5rem;height:1.375rem;top:5.3125rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbU9JDA9lQTupar1owX1oIO3TJhmLtmZ { top:7.75rem;left:35rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOlEzTudvs8QMk9GBVANa8Ahdeta4dt { width:7.5rem;height:1.375rem;top:8.125rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlxdTZSW6tGm2aA9wCtT92255BFh3UR { width:20.8125rem;height:1.25rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khieMSBneBkDbcryCgqVIe4O7L5106p2 { top:4.9375rem;left:0rem;width:20.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7G4OeBdtfxF58f21gposW7PBt0GbQH { width:9.4375rem;height:1.375rem;top:5.3125rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMc62IzmfkFyA0fiQyMpqQwiC2FLLaJL { width:9.4375rem;height:1.375rem;top:8.125rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdP4moWeDox14qQaL4SX655eGrAlNRKm { width:19.25rem;height:1.375rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hg0LlnXFlF5FgyiRpM22Bn29hZmISp { top:1.3125rem;left:6.71875rem;width:5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11.375rem;height:4.125rem;top:3.3125rem;left:12.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11.375rem;height:4.125rem;top:3.25rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyvamifImI0SmXIzqxyAdDFzPUgQFeue { width:11.375rem;height:4.125rem;top:3.3125rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI6RfMCZDbq6GBterZUQvICy2IiyoNna { width:14.0625rem;height:8.8125rem;top:0.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { width:14.0625rem;height:8.75rem;top:0.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPMc2G3t2EWbdxdL4cLvwPyV13tdbEme { top:1.125rem;left:16.84375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLN4uhCWZ1EUaUBazgGFbZ3nIN4B7znh { top:1.25rem;left:28.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In7QTJdeOHz3ydQP1I6RRaO3VTCTthey { top:1.375rem;left:40.90625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFceyKJGPOv1cWtkkgT7w0zDTvDOW2M2 { top:1.25rem;left:4.90625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:12.875rem;height:4.125rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4yTTwvDnswsTDvbLkbOFKpExkGnSZFQ { width:14.0625rem;height:8.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTx4ts8mbTfOoCpNOOABlgSy2BqbzyMi { width:14.0625rem;height:8.8125rem;top:0.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M { top:7.4375rem;left:10.375rem;width:1.5625rem;height:1.5625rem;display:block; }
#mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E { top:7.4375rem;left:22.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
#sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ { top:7.4375rem;left:34.25rem;width:1.5625rem;height:1.5625rem;display:block; }
#yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 { top:7.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pWKqmQvTD32EP2NadeeehH4VTTBGFvW5 { width:14.25rem;height:8.75rem;top:0.625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWr1bsw8AdLhwp6KakNQ3PH8gp9rvLd4 { display:block; }
 }@media only screen and (max-width: 763px) { #HwzkZargzD3JVWwTdyQn24P860DHPUlR { width:14.25rem;height:8.75rem;top:0.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUzXWkhk80TZH9IWDJvfKRHe8A9cMTD { display:block; }
 }@media only screen and (max-width: 763px) { #L5xlKczJbbTwcimUKysK3lr0R3vp1xbs { width:14.25rem;height:8.75rem;top:0.625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTudiwdLWtWhR73evbwRC8k03fo8mNT { display:block; }
 }@media only screen and (max-width: 763px) { #i6a0L5NTrAUtNZicWdeyiInEqFlfy0U4 { width:14.25rem;height:8.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOesEwNZKbFEWRPoEJauSkhi5rHVxSgB { display:block; }
 }@media only screen and (max-width: 763px) { #zyM2w2D4UDP0PU4av5AWRETvkgQ9ealf { width:14.25rem;height:8.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytHUhqZF6ETPkHpPa7PTE3HdK36gfiZy { display:block; }
 }@media only screen and (max-width: 763px) { #l0rwED4rys44koK76kNoTh4cdQDeL4fD { display:block; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { width:11.375rem;height:2.75rem;top:3.8125rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { width:11.375rem;height:2.75rem;top:3.8125rem;left:12.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { width:14rem;height:4.125rem;top:2.9375rem;left:21.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8L2M9ZtVUObbbITZABHoTxikJubu0C { width:11.375rem;height:4.125rem;top:2.9375rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfusJ2POHTxigndJ5rdOkZkBaHVLdw5U { top:0.9375rem;left:5.21875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urieWA3ziwazncGkDJymUxBuPem6hLfk { top:0.6875rem;left:16.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzvy9DSdeKdXLab2VZBo8LAI8ZJxbzGf { top:0.4375rem;left:28.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGWT5FUWZJblOyTMzBdirAce0mZncdb { top:0.375rem;left:40.71875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlPhCucCT1TJWMUWdLC0WyalJPGynVQ { width:14.0625rem;height:8.875rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZJ5a8dE88Sli1QJbQRngIoFBvfefUF { width:14.0625rem;height:8.8125rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7PcsnCpD44gf472ROn1pdk0WPmdkz0d { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEo7xE1PrPbZZN8IJrARQP6pawSa73I { width:14.0625rem;height:8.75rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM { top:6.9375rem;left:10.375rem;width:1.5625rem;height:1.5625rem;display:block; }
#aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca { top:7.0625rem;left:22.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
#yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc { top:7.0625rem;left:34.25rem;width:1.5625rem;height:1.5625rem;display:block; }
#KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #keKLkyG86Rf2l4tC0xNMypyIaVDzONAE { top:7.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#keKLkyG86Rf2l4tC0xNMypyIaVDzONAE > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #gTtLp13FVvSEC1P69uzh2ubHTmbQSp4H { width:14.25rem;height:8.75rem;top:0.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEHdNJv5fRem18Mm7ZNqazsN1EUmVRB { display:block; }
 }@media only screen and (max-width: 763px) { #nkFlJlC3MzCetPadkdb0ZNKTaHPwTgrX { width:14.25rem;height:8.75rem;top:0.8125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTV2DSuan0t1Joh8BxfhTzTxixAJudy { display:block; }
 }@media only screen and (max-width: 763px) { #KmTQtLuvCVPcxK9VvhBs710aaftn3mXH { width:14.25rem;height:8.75rem;top:0.8125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haKtr2t63DOTVnmJleUyyE0DsERJsPI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Umev76QVwJOSVJZKraiUEwqrfGhSwG6S { width:14.25rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZe3T4WMlSr0AtaAET4emOrDqGymPoO { display:block; }
 }@media only screen and (max-width: 763px) { #bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { display:block; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { width:11.375rem;height:2.75rem;top:2.5rem;left:0.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { width:11.375rem;height:4.125rem;top:2.5rem;left:12.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { width:12.9375rem;height:4.125rem;top:2.5rem;left:22.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGfT1eoZBtlvBu7HMvCnV0dIG6JSdEit { top:0.3125rem;left:4.90625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laL6cxx97rTeMsT6mpm9VLHsrEfbnFHh { top:0.5rem;left:17rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D03x94Xv93wtTcVN3O4D8R7AuXwiXR15 { top:0.4375rem;left:28.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alynrn0K7a8L6oCiZQPd2kEtTPPC6Ant { width:14.0625rem;height:8.875rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0uewFb14IR2kMUvmCpnrGgre0hiToXG { width:14.0625rem;height:8.8125rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJeZLqPPUqIhUcRTFAz8MWBiOiAKAmpz { width:14.0625rem;height:8.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuM25uJDxXIrSPCmySlqWd9DzXN8epe { top:6.875rem;left:10.375rem;width:1.5625rem;height:1.5625rem;display:block; }
#tfuM25uJDxXIrSPCmySlqWd9DzXN8epe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XEasy5FnuZTyQxUJVDXzpfJUBXReRBvc { width:14.25rem;height:6.1875rem;top:0rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOoTlxmqJnprmeFrFtiudWmv2vfXf4sx { display:block; }
 }@media only screen and (max-width: 763px) { #uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk { top:6.8125rem;left:22.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
#uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #GQ4EycPcogfigIEIEbZA9nQacHBeyxmq { width:14.25rem;height:8.375rem;top:0.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9UbEDTcEsJfcAoCNrEdeCg4P18c6MN { display:block; }
 }@media only screen and (max-width: 763px) { #kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b { top:6.9375rem;left:34.25rem;width:1.5625rem;height:1.5625rem;display:block; }
#kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #TT0zTpgKy8v1VyIyFSNeHpky8gZyQQi0 { width:14.25rem;height:9rem;top:0rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpM0ugSDt7dWD9DPpPsBvIco83LpfTTo { display:block; }
 }@media only screen and (max-width: 763px) { #yipiDKG7TIybQt9oux5nSrZJ8N1NygZd { width:14.25rem;height:8.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3APPHWtfEHcR92ppayF0El3oOha3aEp { display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.5rem;height:0.125rem;top:9rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:19.0625rem;height:3.8125rem;top:2.3125rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:26.5rem;height:6.375rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:26.9375rem;height:6.375rem;top:7.125rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:21.25rem;height:1.875rem;top:3.0625rem;left:26.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { width:30rem;height:15.3125rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:19.0625rem;height:3.8125rem;top:2.0625rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:26.25rem;height:4.25rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:26.625rem;height:4.25rem;top:7.25rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:19.0625rem;height:3.8125rem;top:2.125rem;left:26.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:17.6875rem;height:3.4375rem;top:3.125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:47.75rem;height:6.0625rem;top:9.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5rem;height:0.125rem;top:15.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:27rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:27rem;height:7.1875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:47.75rem;height:2.375rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:14.3125rem;height:2.875rem;top:26.375rem;left:2.62255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { width:20.75rem;height:1.3125rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:20.75rem;height:1.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:23.5rem;height:29.375rem;top:18.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:7.1875rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { width:1.875rem;height:1.875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:11.5625rem;height:0.375rem;top:7.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:17.375rem;height:13.25rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.25rem;top:31.5625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.25rem;top:31.625rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:13.25rem;top:17.0625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:10.6875rem;height:10.6875rem;top:0.75rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:10.9375rem;height:10.9375rem;top:0.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:11.75rem;height:11.8125rem;top:0rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:11.75rem;height:11.8125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:10.875rem;height:10.875rem;top:0.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:2.1875rem;height:2.1875rem;top:13.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:2.1875rem;height:2.1875rem;top:13.75rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:13.25rem;top:17rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.25rem;top:31.5625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:20.0625rem;height:3.4375rem;top:10.0625rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #Toiim50lyVGI46gWqAnyq5Tc0LAvVqq8 { width:14.3125rem;height:2.875rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVM9L3Hz3Mc1wiq2qvmb5fICf1XFSZXc { width:10.875rem;height:1.3125rem;top:17.5625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWGTN6QfoEPEt1zIGV0ZrU93q8EONzZ { display:block; }
 }@media only screen and (max-width: 763px) { #iBA7thpqTeSV9RPV3N4BIsdsvoCw1bmd { width:12.0625rem;height:1.3125rem;top:19.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgKFrfOE6pKaMnVDJEnphHRhKoAP9RTa { display:block; }
 }@media only screen and (max-width: 763px) { #XzXr6eD6Obr2gkPloNxc7AE3fwND85yJ { width:12.0625rem;height:1.3125rem;top:19.1875rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDbHI38mMK1Lpo2daKwqoq2Id3htiJg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:6.5625rem;height:2.5625rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swi7ZOKNrBapAaR0nlZqOfBQMRDCUSgN { width:10.875rem;height:2.3125rem;top:1.0068359375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcu6RSaFGDuV3PG01QyiuVoUORSvLMUm { display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:15.3125rem;height:3.5996125rem;top:2.3109018802643rem;left:2.3428621888161rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:7.03125rem;top:7.181640625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:20rem;height:113rem;top:17.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:18.75rem;height:2.275rem;top:18.687854528427rem;left:0.62411218881607rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #msZOsM0xI3qaZ8TNaM8ebNMyGWTrcND2 { width:15.5rem;height:21.75rem;top:20.9619140625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:2.5rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:18.75rem;height:7.871125rem;top:5.59423828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:14.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:17.125rem;height:11.25rem;top:2rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3LT1QwUvlG6lAUrD12hLzAVnnVTZoQ { width:20rem;height:1.5rem;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC { display:flex;height:auto;width:17.5rem;top:15.625rem;left:0rem; }
#giLeSmAmUyycttSPG7sPf2qQXUuFUCVC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dbxu0y3XXuIwRGPB7FWaEfdISKAsOKnP {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GbaV7GyJJlqbWThKiw8HGL9nfR8CUins {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #eatEm3X9GzUnwVz2i62PaOpT3kPnF5Wo {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #fd6pAA2TST92XQZ9CZQ1fDOoPN5BkXdU {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #GCiDNZE2odbsP7Zx8TlmVOGbZMIq4FJ7 {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dzT0W2sSX3lym3wfHMsNwTFpZXlZs8pT {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #dhvf9qk18dgs0OMdEUmLpfgolg9VFTim {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #r799ClkrBJqD1XQD5fmdfh7tcwxAEsJh {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kzkug7Tl39W7lQqTAJw99UIMPubCa4Bs {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #iRn273UwvxDwm8AObUbTsnidMOHL5vrF {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #XRfn4mT59inTOa8oQ3HhQ1F5k8iamWC1 {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #U02VicyVl5zATWLNU1IcnmhyUOCxam0M {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #kKDfRW1ndSKtTe3XxF7fTQB7XtmDxKgv {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #g4d6SmAPVAbPQIVyKn4k5wCDAefvH9ic {  }
 }@media only screen and (max-width: 763px) { #giLeSmAmUyycttSPG7sPf2qQXUuFUCVC #PcziO2aANcmnBHSqcGWPIqc1znrCrXAL {  }
 }@media only screen and (max-width: 763px) { #UflMMzv80oGKKemCr8ffiuqPiKQAagSL { width:1.5625rem;height:1.5625rem;top:7.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drecKlH12TFxwykoZPrQUBt42RE87FfI { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kJ99dXaECeVtdbWgrGOzE6JDGcx9Pv24 { width:20rem;height:1.5rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER { display:block; }#ZNa6pFuRBBBqTmCBmdGZRhlWuVEh2kER > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URi5DKWQFylvkranvZeV9r6At3sBmwfh { width:8.9375rem;height:2.1875rem;top:15.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9p4AMwd8ZDohhFdd5aIxVFKiPUrfJym { width:7.5rem;height:1.13720625rem;top:16rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #birvJUdayTzVcQqdHSVIZWPQIW1KVzKF { width:8.875rem;height:2.1875rem;top:6.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMnF20ShAPkboIwZoc0JBliuiMDxnCn { width:8.9375rem;height:2.1875rem;top:12.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXV5rZy5eptlbe46oXU1dvPglqXDE4h1 { width:7.0625rem;height:1.13720625rem;top:7.1875rem;left:6.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7pfcRfdkTDnDqtWu47JqyzWtOOwPodN { width:7.5rem;height:1.13720625rem;top:12.9375rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNi8gTTdiJuxD0pbItATAh7Tgv3KL1a1 { width:13.5625rem;height:1.25rem;top:1.25rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVD9Kpw89SWpnZs9mxK52bGiqZZ6OfUJ { width:8.9375rem;height:2.1875rem;top:12.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOM9vfHLzxnZL9LbynwrtAINbCcOt0N { width:8.9375rem;height:2.1875rem;top:15.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeMBT61wFezzgbJlDgB789bp7WtS89u { width:7.5rem;height:1.13720625rem;top:13.1875rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdcLCwy0smtQgv4KGWaqg3f2nmdCJKSP { width:8.0625rem;height:1.13720625rem;top:16.0625rem;left:11.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ARfZ9RP1rb8U6WVKmMwPqSQS0MNtI { width:10.6875rem;height:2.1875rem;top:3.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrl63pp9J4DMMTwTuLLXLRTpwz5x6hZ { width:9.4375rem;height:1.13720625rem;top:10.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBWFIptGFTgLJ1SSLVlozQcOeEPpzthU { width:9.4375rem;height:1.13720625rem;top:10.75rem;left:10.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvNRs6JTSbUIvHLnUPFgbKnMPiPAwHTm { width:9.4375rem;height:1.13720625rem;top:4.3125rem;left:5.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:8.9375rem;height:2.2744125rem;top:2.7373046875rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:9.6875rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfvM7BXck2EAZ0Q0q9dsalAIsK2yFNe8 { display:flex;width:1.5625rem;height:1.5625rem;top:0.875rem;left:3.90625rem; }
 }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:9.1875rem;height:2.2744125rem;top:2.73681640625rem;left:10.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:9.6875rem;height:6.6875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUblp4XH8mKVBIOpK53rh2mHux6rkXh0 { display:flex;width:1.9375rem;height:1.9375rem;top:0.6875rem;left:14.34375rem; }
 }@media only screen and (max-width: 763px) { #WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw { display:flex;width:1.5625rem;height:1.5625rem;top:5.0107421875rem;left:7.65625rem; }
#WAlcNHUGvrsg6KSTUXhggDl03ZE9HTRw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #sFOvarIimTgvV9D141GR2eTbANpg0Ggt { width:9.625rem;height:6.875rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bPwpkq9OTQDT0MzGaFqwpDPknQMCsC { display:block; }
 }@media only screen and (max-width: 763px) { #E0gilsM9LaOy4gOTIJabIxx04qtc8dS3 { width:9.875rem;height:6.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCERFXRMTv3tdaqgZlK1ZvW1eUI5mLa8 { display:block; }
 }@media only screen and (max-width: 763px) { #unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM { display:flex;width:1.5625rem;height:1.5625rem;top:5.0107421875rem;left:18.1875rem; }
#unEin57qKT3zhDAX6NKvuQ7TdEOs2hfM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe { display:block; }#JZGkyQVWi4qT1CutJdDZlnKdbPmOFzxe > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WC4fRFbPFIkeyBNsAEE90FC5iFDEpxzl { width:8.9375rem;height:2.1875rem;top:20.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDCUJnItLo45CTzzwvkaulIq4Ni47dBt { width:8.0625rem;height:1.13720625rem;top:20.875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1d4x9aP0a8HXHCCVfimB00SPTXsKUzT { width:8.9375rem;height:2.1875rem;top:20.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIUFpR5ex3VCcE3kKgazbVvbHTfq4Xy { width:8.0625rem;height:1.13720625rem;top:20.9375rem;left:11.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z82c6eQ6ZSlX3JOo2usRSdzTZqNvK1tu { width:8.875rem;height:2.1875rem;top:10.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7HJ0yuVa57ot6k5TIkcZF0zAEmtT2Jp { width:8.9375rem;height:2.1875rem;top:17.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrWXQUgk96ZSXriqpH4AZvMwq8bPRIcG { width:7.0625rem;height:1.13720625rem;top:11.375rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpZwrBRyL2LKGxc5nJyixCPHMSArt5PB { width:7.5rem;height:1.13720625rem;top:18rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbU9JDA9lQTupar1owX1oIO3TJhmLtmZ { width:8.9375rem;height:2.1875rem;top:17.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOlEzTudvs8QMk9GBVANa8Ahdeta4dt { width:7.5rem;height:1.13720625rem;top:18.25rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZlxdTZSW6tGm2aA9wCtT92255BFh3UR { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khieMSBneBkDbcryCgqVIe4O7L5106p2 { width:15.3125rem;height:2.1875rem;top:8.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7G4OeBdtfxF58f21gposW7PBt0GbQH { width:9.4375rem;height:1.13720625rem;top:15.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMc62IzmfkFyA0fiQyMpqQwiC2FLLaJL { width:9.4375rem;height:1.13720625rem;top:15.375rem;left:10.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdP4moWeDox14qQaL4SX655eGrAlNRKm { width:19.25rem;height:1.13720625rem;top:8.6875rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0hg0LlnXFlF5FgyiRpM22Bn29hZmISp { width:6rem;height:3.0625rem;top:3.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:8.5625rem;height:3.41015625rem;top:2.2001953125rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:9rem;height:3.41015625rem;top:9.87451171875rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyvamifImI0SmXIzqxyAdDFzPUgQFeue { width:8.5625rem;height:3.41015625rem;top:9.8740234375rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GI6RfMCZDbq6GBterZUQvICy2IiyoNna { width:9.75rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { width:9.5625rem;height:6.875rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPMc2G3t2EWbdxdL4cLvwPyV13tdbEme { display:flex;width:1.75rem;height:1.75rem;top:0.1875rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #QLN4uhCWZ1EUaUBazgGFbZ3nIN4B7znh { display:flex;width:1.6875rem;height:1.6875rem;top:7.875rem;left:3.78125rem; }
 }@media only screen and (max-width: 763px) { #In7QTJdeOHz3ydQP1I6RRaO3VTCTthey { display:flex;width:1.6875rem;height:1.6875rem;top:7.875rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #KFceyKJGPOv1cWtkkgT7w0zDTvDOW2M2 { display:flex;width:1.625rem;height:1.625rem;top:0.25rem;left:3.96875rem; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:9.875rem;height:3.41015625rem;top:2.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4yTTwvDnswsTDvbLkbOFKpExkGnSZFQ { width:9.75rem;height:6.9375rem;top:7.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTx4ts8mbTfOoCpNOOABlgSy2BqbzyMi { width:9.6875rem;height:7rem;top:7.486328125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M { display:flex;width:1.5625rem;height:1.5625rem;top:12.4375rem;left:18.125rem; }
#mRLvt5yQhtQZGtqczRSd2D8Mg1xHxc4M > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E { display:flex;width:1.5625rem;height:1.5625rem;top:12.517578125rem;left:7.875rem; }
#sNlTWZJ7d4guWmpPi1MlTqxHPCEZ3T5E > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ { display:flex;width:1.5625rem;height:1.5625rem;top:5.25rem;left:18.4375rem; }
#yow2ldHcqTheMZoG0rCDtW6mxwgdTEwZ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 { display:flex;width:1.5625rem;height:1.5625rem;top:5.125rem;left:8.25rem; }
#DgqDCtafhNP2yxxzDnXc4ApeneCNFHC7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pWKqmQvTD32EP2NadeeehH4VTTBGFvW5 { width:9.9375rem;height:6.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWr1bsw8AdLhwp6KakNQ3PH8gp9rvLd4 { display:block; }
 }@media only screen and (max-width: 763px) { #HwzkZargzD3JVWwTdyQn24P860DHPUlR { width:9.375rem;height:7.0625rem;top:7.20458984375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUzXWkhk80TZH9IWDJvfKRHe8A9cMTD { display:block; }
 }@media only screen and (max-width: 763px) { #L5xlKczJbbTwcimUKysK3lr0R3vp1xbs { width:9.8125rem;height:6.6875rem;top:7.20458984375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTudiwdLWtWhR73evbwRC8k03fo8mNT { display:block; }
 }@media only screen and (max-width: 763px) { #i6a0L5NTrAUtNZicWdeyiInEqFlfy0U4 { width:9.875rem;height:7.125rem;top:7.39208984375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOesEwNZKbFEWRPoEJauSkhi5rHVxSgB { display:block; }
 }@media only screen and (max-width: 763px) { #zyM2w2D4UDP0PU4av5AWRETvkgQ9ealf { width:9.8125rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytHUhqZF6ETPkHpPa7PTE3HdK36gfiZy { display:block; }
 }@media only screen and (max-width: 763px) { #l0rwED4rys44koK76kNoTh4cdQDeL4fD { display:block; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { width:9.0625rem;height:2.2744125rem;top:3.04248046875rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { width:8.6875rem;height:2.2744125rem;top:3.04296875rem;left:10.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { width:9.75rem;height:4.546875rem;top:9.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po8L2M9ZtVUObbbITZABHoTxikJubu0C { width:8.125rem;height:3.41015625rem;top:10.3125rem;left:11.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfusJ2POHTxigndJ5rdOkZkBaHVLdw5U { display:flex;width:1.5rem;height:1.5rem;top:1.13671875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #urieWA3ziwazncGkDJymUxBuPem6hLfk { display:flex;width:1.6875rem;height:1.6875rem;top:1.04296875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #Hzvy9DSdeKdXLab2VZBo8LAI8ZJxbzGf { display:flex;width:1.5rem;height:1.5rem;top:8.3125rem;left:4.15625rem; }
 }@media only screen and (max-width: 763px) { #QMGWT5FUWZJblOyTMzBdirAce0mZncdb { display:flex;width:1.9375rem;height:1.9375rem;top:8.0625rem;left:14.21875rem; }
 }@media only screen and (max-width: 763px) { #rqlPhCucCT1TJWMUWdLC0WyalJPGynVQ { width:9.6875rem;height:7.25rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZJ5a8dE88Sli1QJbQRngIoFBvfefUF { width:9.6875rem;height:7.3125rem;top:8rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7PcsnCpD44gf472ROn1pdk0WPmdkz0d { width:9.75rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEo7xE1PrPbZZN8IJrARQP6pawSa73I { width:9.6875rem;height:7.0625rem;top:0.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM { display:flex;width:1.5625rem;height:1.5625rem;top:5.625rem;left:7.75rem; }
#aA5HB638Q6TGvwiogXWEtvCAHp2fTFUM > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca { display:flex;width:1.5625rem;height:1.5625rem;top:5.69140625rem;left:18.03125rem; }
#yvhZbp4aPiCKUQmEaFWmiotWw7Jexbca > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc { display:flex;width:1.5625rem;height:1.5625rem;top:13.375rem;left:7.75rem; }
#KHOOAPINHmf2dEQ3b2r67IVJgapw9Tnc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #keKLkyG86Rf2l4tC0xNMypyIaVDzONAE { display:flex;width:1.5625rem;height:1.5625rem;top:13.53564453125rem;left:17.75rem; }
#keKLkyG86Rf2l4tC0xNMypyIaVDzONAE > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #gTtLp13FVvSEC1P69uzh2ubHTmbQSp4H { width:9.8125rem;height:7.125rem;top:7.4228515625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEHdNJv5fRem18Mm7ZNqazsN1EUmVRB { display:block; }
 }@media only screen and (max-width: 763px) { #nkFlJlC3MzCetPadkdb0ZNKTaHPwTgrX { width:9.6875rem;height:7.1875rem;top:0.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTV2DSuan0t1Joh8BxfhTzTxixAJudy { display:block; }
 }@media only screen and (max-width: 763px) { #KmTQtLuvCVPcxK9VvhBs710aaftn3mXH { width:9.4375rem;height:6.9375rem;top:8.74267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haKtr2t63DOTVnmJleUyyE0DsERJsPI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Umev76QVwJOSVJZKraiUEwqrfGhSwG6S { width:9.375rem;height:7.3125rem;top:0.33544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZe3T4WMlSr0AtaAET4emOrDqGymPoO { display:block; }
 }@media only screen and (max-width: 763px) { #bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { display:block; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { width:8.75rem;height:2.2744125rem;top:2.70458984375rem;left:0.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { width:8.75rem;height:3.41015625rem;top:2.44921875rem;left:10.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { width:9.25rem;height:3.41015625rem;top:10.9375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGfT1eoZBtlvBu7HMvCnV0dIG6JSdEit { display:flex;width:2.125rem;height:2.125rem;top:0.25rem;left:3.65625rem; }
 }@media only screen and (max-width: 763px) { #laL6cxx97rTeMsT6mpm9VLHsrEfbnFHh { display:flex;width:1.9375rem;height:1.9375rem;top:0.25rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #D03x94Xv93wtTcVN3O4D8R7AuXwiXR15 { display:flex;width:2rem;height:2rem;top:8.5rem;left:4.03125rem; }
 }@media only screen and (max-width: 763px) { #Alynrn0K7a8L6oCiZQPd2kEtTPPC6Ant { width:9.8125rem;height:7.5625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0uewFb14IR2kMUvmCpnrGgre0hiToXG { width:9.625rem;height:7.5625rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJeZLqPPUqIhUcRTFAz8MWBiOiAKAmpz { width:9.8125rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuM25uJDxXIrSPCmySlqWd9DzXN8epe { display:flex;width:1.5625rem;height:1.5625rem;top:5.60302734375rem;left:18.21875rem; }
#tfuM25uJDxXIrSPCmySlqWd9DzXN8epe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XEasy5FnuZTyQxUJVDXzpfJUBXReRBvc { width:9.5rem;height:7.75rem;top:8.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOoTlxmqJnprmeFrFtiudWmv2vfXf4sx { display:block; }
 }@media only screen and (max-width: 763px) { #uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk { display:flex;width:1.5625rem;height:1.5625rem;top:13.6875rem;left:7.625rem; }
#uo2HUDI7nXnQrHKZtG8pxtBmAbft3Jxk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #GQ4EycPcogfigIEIEbZA9nQacHBeyxmq { width:9.6875rem;height:7.625rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9UbEDTcEsJfcAoCNrEdeCg4P18c6MN { display:block; }
 }@media only screen and (max-width: 763px) { #kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b { display:flex;width:1.5625rem;height:1.5625rem;top:5.60986328125rem;left:7.59375rem; }
#kFZ91E2x1Vo0ne6VktZZwNu8kVVgd38b > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #TT0zTpgKy8v1VyIyFSNeHpky8gZyQQi0 { width:9.625rem;height:7.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpM0ugSDt7dWD9DPpPsBvIco83LpfTTo { display:block; }
 }@media only screen and (max-width: 763px) { #yipiDKG7TIybQt9oux5nSrZJ8N1NygZd { width:9.0625rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3APPHWtfEHcR92ppayF0El3oOha3aEp { display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { background-color:#f2f2f2;background-image:none;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:20rem;height:3rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#439c9b;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.5rem;height:0.125rem;top:6.9375rem;left:7.75rem;background-color:#439c9b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { background-color:#f2f2f2;background-image:none;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .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); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:10.625rem;height:5.09765625rem;top:2.5rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:15.75rem;height:8.496125rem;top:8.8125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:15.75rem;height:8.496125rem;top:28.1875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:10.625rem;height:3.3994125rem;top:21.8125rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { width:20rem;height:19.5rem;top:0.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:20rem;height:19.5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:22.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { background-color:#f2f2f2;background-image:none;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .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); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:10.625rem;height:3.3994125rem;top:2.5rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:15.75rem;height:5.09765625rem;top:8.875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:15.75rem;height:5.09765625rem;top:28.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:10.625rem;height:5.09765625rem;top:22.0625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:20rem;height:19.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:20rem;height:19.5rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:22.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { background-color:#f2f2f2;background-image:none;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:18.6875rem;height:2.875rem;top:1.78125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:18.75rem;height:9.4453125rem;top:7.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5625rem;height:0.125rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:20rem;height:5.1875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:20rem;height:7rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:20rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:12.875rem;height:2.5996125rem;top:41.9375rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { width:8.75rem;height:1rem;top:49.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:6.75rem;height:1rem;top:47.5rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:15.3125rem;height:19.25rem;top:19.4375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:4.4375rem;height:5.1875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:41.375rem;left:0.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:47.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { width:1.875rem;height:1.875rem;top:49.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:20rem;height:1.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:4.5rem;height:0.125rem;top:12.75rem;left:7.75rem;background-color:#439c9b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:13.59375rem;top:15.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.29980625rem;top:30.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.29980625rem;top:94.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:11.8945625rem;top:82.3125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:10.25rem;height:10.25rem;top:2.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:9.875rem;height:9.875rem;top:35.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:11.75rem;height:11.8125rem;top:34.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:11.75rem;height:11.875rem;top:66.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:9.875rem;height:9.875rem;top:67.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:11.75rem;height:11.75rem;top:1.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:1.875rem;height:1.875rem;top:13.6875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:1.875rem;height:1.875rem;top:79.625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:1.875rem;height:1.875rem;top:46.9375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:11.8945rem;top:49.25rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.29980625rem;top:61.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:20rem;height:3.298825rem;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:18.3125rem;height:2.875rem;top:7.25rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #Toiim50lyVGI46gWqAnyq5Tc0LAvVqq8 { width:14.25rem;height:2.5996125rem;top:20.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVM9L3Hz3Mc1wiq2qvmb5fICf1XFSZXc { width:10.875rem;height:1.3125rem;top:23.724609375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOWGTN6QfoEPEt1zIGV0ZrU93q8EONzZ { display:block; }
 }@media only screen and (max-width: 763px) { #iBA7thpqTeSV9RPV3N4BIsdsvoCw1bmd { width:12.0625rem;height:1.3125rem;top:28.849609375rem;left:3.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgKFrfOE6pKaMnVDJEnphHRhKoAP9RTa { display:block; }
 }@media only screen and (max-width: 763px) { #XzXr6eD6Obr2gkPloNxc7AE3fwND85yJ { width:12.0625rem;height:1.3125rem;top:26.287109375rem;left:3.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDbHI38mMK1Lpo2daKwqoq2Id3htiJg { display:block; }
 }