.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:228,252,255;--color-primary-1:147,231,222;--color-primary-2:75,215,200;--color-primary-3:30,205,186;--color-primary-4:3,152,158;--color-secondary-0:217,217,225;--color-secondary-1:128,128,155;--color-secondary-2:0,0,55;--color-secondary-3:0,0,28;--color-secondary-4:0,0,8;--color-tertiary-0:217,217,225;--color-tertiary-1:128,128,155;--color-tertiary-2:0,0,55;--color-tertiary-3:0,0,28;--color-tertiary-4:0,0,8;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;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); }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.81);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; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container { background-color: transparent; background-image: none; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container > .video-iframe-container { display: none; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row > .video-iframe-container { display: none; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .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); }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container { border-width: 0; border-radius: 0; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#gbKfF7orHg01G7TrbmyGBarhPkQPayuw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.0625rem;top:1.937255859375rem;left:0rem;overflow:hidden;display:block; }
#QfgMGL1QcdxEObmgA6FhOL8SAqTSIm5J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1228125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.9375rem;left:14.875rem;display:block; }
#PHe41HS447PkfSoWLVQuPcu2OTWF0SmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7M5z79AWlsFrdv238585ckKcftxUH6v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3730625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375rem;left:27.0625rem;display:block; }
#m2Eu46pgmNCpi7IiClKrG7WDEhH40fvh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfQTcQTzHS4Hr07hhVHuNlo3ML1MPKGM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f1035;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.3125rem;left:48.060546875rem;display:block; }
#kHgXqObcyGFR4T5Xz2T30EahkO2I610n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpM8fAPiOkkKAg3IHII8Z5iTCAKJX9fA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:39.685546875rem;display:block; }
#rKKsKmSnmv0gyEhah3RbD8l9bnHr5fh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atAPbllMGpTZTMcmPmCw6hfhSV999Fw4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.3125rem;left:64.5rem;display:block; }
#bpcX1dMiTO0lss1OlAgtWCv3v1edTJQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4115793e-ef51-41d9-91d7-16a899a92ba1/AdobeStock_1120574203.jpeg");background-position:center left !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#UAQmtZoUxh0IlJNIk2pn5wT9Uv98FX1K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.375rem;top:17.73681640625rem;left:0rem;overflow:hidden;display:block; }
#FJeOr63AwUbKKUgxa1ByuTeM322CmeJx { color:rgba(var(--color-tertiary-2),1);display:block;width:48.3728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.528564453125rem;left:0rem;height:2.79980625rem;font-style:normal;display:block; }
#trT3CcVoWlb1TE5UDrZmMWS7UzRGBCer { color:rgba(var(--color-primary-4),1);display:block;width:47.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.159423828125rem;left:0rem;height:8.449225rem;font-style:normal;display:block; }
#HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 { 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:15017;opacity:1;top:44.3115234375rem;left:35.9375rem; }
#HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nc4LPsTsBi2cVlwwptiwaDJXCG8XNJAF { color:rgba(var(--color-tertiary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:32.442626953125rem;left:0rem;height:10.06103125rem;display:block; }
#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#380138;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; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container { background-color: transparent; background-image: none; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container > .video-iframe-container { display: none; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row > .video-iframe-container { display: none; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .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); }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container { border-width: 0; border-radius: 0; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#eFiHPpTIF0r7nWKZLQ5AU66aBUAzVft7 { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.552734375rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#ApnRxqmrRLgiytN2pVM8mHXMAOCfuWPX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:58.5625rem;display:block; }
#LfT8P8C8TlUJwQVkioKmTcTQ0JOeBLaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container { background-color: transparent; background-image: none; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container > .video-iframe-container { display: none; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row > .video-iframe-container { display: none; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .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); }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container { border-width: 0; border-radius: 0; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#Rzmy7CTLNN22NTW5LrqLgAnEPgtZnqgq { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.001708984375rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#JQFZCCSBnPhNh8ZgLVc1gLlbLpHr66lv { color:rgba(var(--color-tertiary-2),1);display:block;width:39.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.875rem;left:35.0625rem;height:8rem;display:block; }
#JZb5944VwgQ0CsCfIkJg3NfhLIvTpVDr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;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:16.9360625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:12.63720703125rem;left:35.0625rem;display:block; }
#CxQ8eMQ03nNwGe2At2Lyld7EpFegGdtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container { background-color: transparent; background-image: none; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container > .video-iframe-container { display: none; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row > .video-iframe-container { display: none; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .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); }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container { border-width: 0; border-radius: 0; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#X3oNHiDF8EJ9bsw1ppB1bJH9dO9i4pfA { color:rgba(var(--color-tertiary-2),1);display:block;width:28.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.093017578125rem;left:23.00048828125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container { background-color: transparent; background-image: none; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container > .video-iframe-container { display: none; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row > .video-iframe-container { display: none; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .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); }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container { border-width: 0; border-radius: 0; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#kaHnh9o3M2HnlqygOcKDD0F3hxHqGbrF { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:8.24951171875rem;left:0rem;height:7.8735625rem;display:block; }
#QxGVP4RrEDQg85NlFAbZwpJQaWAlcbzJ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.24951171875rem;left:25rem;height:7.8735625rem;display:block; }
#pUXE2sRcUqnkW1FEyFKc5DA68Cl2LTAq { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.24951171875rem;left:49.9375rem;height:9.44825rem;font-style:normal;display:block; }
#tyZTLF6n8XqOyCUi7Nvim3eWl7kNmbH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0rem;left:0rem; }
#ZWwNXVhDwGDLe6BWcxrdkEg5n4SuhQzI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.74925rem;width:6.74925rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:25rem; }
#DgHbprBoWIQ8UqDrOTaH7tOEp3lOOz4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.7480625rem;width:6.7480625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0rem;left:49.9365234375rem; }
#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container { background-color: transparent; background-image: none; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container > .video-iframe-container { display: none; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row > .video-iframe-container { display: none; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .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); }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container { border-width: 0; border-radius: 0; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#svqGnxLEFxeSvl8GZAfJ9w7Z89xLdAKw { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:8.24951171875rem;left:0rem;height:3.1494125rem;display:block; }
#TCaFD7GAoiBMZaDAPOguaWTu0qsl8vXc { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.25rem;left:25rem;height:3.1494125rem;display:block; }
#Bkce1lDaB0fV77qQfwtmOxXptmEa4Nh5 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.25rem;left:50rem;height:7.87351875rem;display:block; }
#HJXWNG87mwE5QNSEBwAahQ5f8u413HvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.74925rem;width:6.74925rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:0rem; }
#v46pi6ty45UbifOWyoyAUurW2fRmrCgU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.7480625rem;width:6.7480625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0rem;left:25rem; }
#DnUl399JXXAFMQmZ7cDpTxwiHxrKNysk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.7480625rem;width:6.7480625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0rem;left:50rem; }
#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container { background-color: transparent; background-image: none; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container > .video-iframe-container { display: none; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row > .video-iframe-container { display: none; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .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); }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container { border-width: 0; border-radius: 0; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container { font-size:0.875rem;font-family:arial;height:79.6875rem;width:75rem;position:relative;display:block; }#rc9BEx1Jsy196OU2DlSL0U5E6PoxK1AI { color:rgba(var(--color-tertiary-2),1);display:block;width:25.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.781982421875rem;left:41.1865234375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xx00amaF5kT1om7QUhA2HIrqbdF4GSIJ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.5625rem;left:41.1865234375rem;height:4.4619125rem;display:block; }
#pmm7d2lJgc9hVk25zUHqZhWAUS2aWIOq { color:rgba(var(--color-tertiary-2),1);display:block;width:32.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:25.375rem;left:41.1875rem;height:2.975rem;display:block; }
#rsVwIo9TtmiLT7qfNnW1VA8b6XTHd2zT { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.375rem;left:41.1875rem;height:2.975rem;display:block; }
#iimPRvT27gbpuR2ATf2m92beE3xmWHkZ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:35.1875rem;left:41.1875rem;height:5.94921875rem;display:block; }
#Qdi1UVTbwxZb76g7B6drgh796GlxtGM9 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:42.625rem;left:41.1875rem;height:4.4619125rem;display:block; }
#z4hrG0RLkF65G6xe7PhiW9XhPb9qeSSL { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:48.5625rem;left:41.1875rem;height:2.975rem;display:block; }
#s3euULgASxRNSZ5pxPzTF8p3MnGT6cl8 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:53.3125rem;left:41.1875rem;height:4.4619125rem;display:block; }
#KZUb3AtAAmLx9PG6v4cMqGhuGnshma5B { color:rgba(var(--color-tertiary-2),1);display:block;width:32.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:58.625rem;left:41.1875rem;height:5.94921875rem;display:block; }
#VmDoC5DwBcxmHuUakI1SIpfksauJL4T7 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:66.125rem;left:41.1875rem;height:4.4619125rem;display:block; }
#tvxKxRHvfJgwy4igLMf3thgZeM0T9sEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.886962890625rem;left:37.5rem; }
#qG7VinC7AEfgE0LSONiIp9zcD7A1z0JH { color:rgba(var(--color-tertiary-2),1);display:block;width:32.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:12.4375rem;left:41.1875rem;height:4.4619125rem;display:block; }
#N8aJRwL6TzZBRVLVnOgUMt0cLVC4JkQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.8125rem;left:37.5rem; }
#gTQa6eXW6GCvEEQv2DupTlrZ9PlLmqWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.802001953125rem;left:37.5rem; }
#QztZTEghGBHXDPDDF5kR8kiBisTHrIS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31rem;left:37.5rem; }
#Kb7eQerKmnMTGQnGoUr80w0yc9DhwJnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.3125rem;left:37.5rem; }
#P8HsHTiiMPDKxIDf10gMAF7tz4ic03we { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:44rem;left:37.5rem; }
#UmcLgGXQu1z4rezN6HdLmtbXLZLcXVkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.1875rem;left:37.5rem; }
#VI9LStSHJJtiIqz90K2DUqQfd16UC38D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:53.9375rem;left:37.5rem; }
#Gr7hlsVQ4GZcs9axxViRIVhkWcOGfw5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:60.6875rem;left:37.5rem; }
#RokLqerbDcwcr5H1wCVLNfA5sEE1DFFS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:67.4375rem;left:37.5rem; }
#kiZBsiyiqDTGESCuObd2x2NLET1sRHKe { color:rgba(var(--color-tertiary-2),1);display:block;width:32.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:72.6875rem;left:41.1875rem;height:4.4619125rem;display:block; }
#KIR685pvvx7NTzrlX4BsbOUCFkJnoRTe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:74rem;left:37.5rem; }
#ceO6vFkvN2h1gta9qaK85RZMtd6QDy6D { color:rgba(var(--color-tertiary-2),1);display:block;width:32.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:17.991943359375rem;left:41.1865234375rem;height:5.94921875rem;display:block; }
#AhtDohHWeGqr65MLM6KOTssP7AgpUdON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.9375rem;left:37.5rem; }
#AhAACGgZJEQU9A3xw506kSAkl5aMfZdv { position:absolute;display:block;z-index:15025;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:74.4375rem;width:57.8125rem;top:2.781982421875rem;left:-21.281304270385rem;overflow:hidden;display:block; }
#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container { background-color: transparent; background-image: none; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container > .video-iframe-container { display: none; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row > .video-iframe-container { display: none; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .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); }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container { border-width: 0; border-radius: 0; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.875rem;width:75rem;position:relative;display:block; }#FzSkgFPleyitzGNmpE8A9Ui7Pf5xlLEy { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:18.5625rem;left:0.8125rem;display:block; }
#ZD5UEVcku1Ial3mea81OR5F9ld3sUwK4 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:17.9375rem;left:12.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#plk7VJNGkykRoHwuh0aQvqNNvCvbU4xt { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:19.25rem;left:1rem;height:4.798825rem;font-style:normal;display:block; }
#uksLMNTNnuaPbWlVrC7SawDXTLy12ASd { color:rgba(var(--color-primary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:14.5625rem;left:0.8125rem;height:3.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XlTp5wwCgPa9W90MrQ2r0x8EqJTRAZXZ { color:rgba(var(--color-primary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:14.5625rem;left:21.125rem;height:3.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcnIh00PHSXGCFPfqtyX7FOJPc1VTyGq { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:19.25rem;left:21.125rem;height:3.19921875rem;font-style:normal;display:block; }
#oUi18K35woZKqhWWknnaaDcw2ddMRAvJ { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:18.5625rem;left:21.125rem;display:block; }
#bycLfBKnzTKlyeUamqsAkBpha956sZ01 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:17.9375rem;left:32.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AN4EbiENtkbFsXTerVLpkVWvP0AQZc7F { color:rgba(var(--color-primary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:14.625rem;left:40.0625rem;height:3.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ilP1dmEMIP52MP5Nb5B5MAyC4JOUKFfU { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:18.625rem;left:40.0625rem;display:block; }
#vpBqoF0vnyDdebo9fNa8BPe9kD55ihEx { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:4.798825rem;font-style:normal;display:block; }
#ChkZcxDb5DHRFAMJ3naHE7860BRezNuM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:18rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OAAQmVQt1HIlQl2pXgge0UTbpsDoc8zN { color:rgba(var(--color-primary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:14.625rem;left:61.375rem;height:3.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTKDyT9xGf7ZGoJM0wrWDwTCTqulV429 { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:18.5625rem;left:61.375rem;display:block; }
#BCxKF7e8g3f6A3LXXi5Mmwf2PvXZXn92 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:19.25rem;left:61.375rem;height:4.798825rem;font-style:normal;display:block; }
#gXFL9huZaSSwzpfmCgdWZAGgTqJhBRJb { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:17.9375rem;left:72.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hqNxIOEU8TxZTltCBhvFppbsD2k3dNTo { color:#ffffff;display:block;width:27.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.248779296875rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#UzMMCn6T7csAhQKuTspWZtX0z55MViKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container { background-color: transparent; background-image: none; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container > .video-iframe-container { display: none; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row > .video-iframe-container { display: none; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .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); }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container { border-width: 0; border-radius: 0; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container { font-size:0.875rem;font-family:lato;height:69.5625rem;width:75rem;position:relative;display:block; }#AbPZpFfDHNwA4mQ4FkJhtv6I4ELuV8oo { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.375rem;left:3.0625rem;display:block; }
#zA8CSS2up7EglfZye9Xp6mgrBkv8IFkx { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18rem;left:3.0625rem;display:block; }
#uauWurb3v0C4Th2FKa8GbrhoTa8nfxSm { color:rgba(var(--color-tertiary-2),1);display:block;width:61.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.185791015625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSfTxQIkNq1LqzrTs7yq1OT0FNCUG52k { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;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:16.9360625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:62.451171875rem;left:29.03076171875rem;display:block; }
#EZGGHUAOPsUoxN7b4f6cSobZ53uqZ37C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKnyKsz4Lxt3lOwmolH7RgnIk5VIoKMZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.51611328125rem;left:0rem; }
#rdB8L790EsqpTvkCuLhxTMw3T5GFATq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.125rem;left:0rem; }
#rotlMuVDVPbuQL3xSVUkA8us74Lt13lT { color:rgba(var(--color-tertiary-2),1);display:block;width:26.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:11.51611328125rem;left:3.0615234375rem;height:4.72411875rem;display:block; }
#WZZTDobcEbSmKfRIdZpZgKFaESQwJR2m { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.4375rem;left:3.0625rem;height:1.575rem;display:block; }
#roQR5hbXPhCaITL9VBFRxAGANaWO6wID { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.4990234375rem;left:42.8125rem;height:4.72411875rem;display:block; }
#pZZIOVg0AQIrTP8CD02kW0ub8wTv7uHk { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.375rem;left:42.8125rem;display:block; }
#oTqyEEx2PJpELZi79kzAdNcTnKdbC8Pg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.5rem;left:39.75rem; }
#JSet7SAfdx5Os38LsEMNaZqP1i7HagWg { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19.4375rem;left:42.8125rem;height:1.575rem;display:block; }
#h5aHrTwVUXkQ5MOJ0wTkSg0WlMT4JPLU { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18rem;left:42.8125rem;display:block; }
#Avqt3xrVFw1xEpmNEAawLmzND4m9R9V1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.125rem;left:39.75rem; }
#sQK2NLXdzT1DZJqxQ0V9SrMmVc20XCMG { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.0625rem;left:3.0625rem;display:block; }
#sZrSGobzTAN0xm75ZLm2RHDSaz2tQemf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.1875rem;left:0rem; }
#p1GZNH9erGK4TDpBaAJ0bexT9aR0zAFO { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:24.5rem;left:3.0625rem;height:1.575rem;display:block; }
#HLE6nxHbzuO4KMPwrqQo1bWk1xb5eIxA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.1875rem;left:39.75rem; }
#ll44GPsM5MKA5Bpn6pTJ5emMrbbxiw5n { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.5rem;left:42.8125rem;height:1.575rem;display:block; }
#W2VMIqocQeNXKbRMffAKviNgSHhdZZRr { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.0625rem;left:42.8125rem;display:block; }
#HAnmgVI23Ubc2TbUQiSQsJ9ZZqTTZK5F { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:34.625rem;left:3.0625rem;height:1.575rem;display:block; }
#NoteDNABIs96skGhrX9uV1fLVzfazBDS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:34.3125rem;left:39.75rem; }
#IGoM3S5IEBuV8eFcsUXXdCPD6NQqAxSO { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-4),1);background-image:none;top:33.1875rem;left:42.8125rem;display:block; }
#Fsf1CC0vTzDvfPTcI2JRmJQ93rHd83zp { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:29.5625rem;left:3.0625rem;height:1.575rem;display:block; }
#iSrH9Zx9dqraUZf9M04vLIgr0wpl1qPS { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:29.5625rem;left:42.8125rem;height:1.575rem;display:block; }
#XEJTUQBKwZdltnCIqJrIWmQwEvJXRaE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:29.25rem;left:39.75rem; }
#VQgKSIwrfPJSg4HkxazXGGCK9Auu5rB3 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),1);background-image:none;top:33.1875rem;left:3.0625rem;display:block; }
#GMsC6vtDIbXhG8cbvITB3B3DgUe0UZNm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29.25rem;left:0rem; }
#WGQElkCnhUlFcKI19HsdKHHnQT5aqNJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.3125rem;left:0rem; }
#bvqtudIbyyMpWMMQdKNBcrvyFtLf5cm0 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28.125rem;left:3.0625rem;display:block; }
#moIIR6oSnLpX8UOgK8DoIAFraBulWVEK { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28.125rem;left:42.8125rem;display:block; }
#hZwApwRMRlXVMx8Zvrco1Ku81W50Tbdm { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6240234375rem;left:42.8125rem;height:1.575rem;display:block; }
#vOdFrH2dM2ykZ5lo9Etsfd3c0PW3DkFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:49.3125rem;left:39.75rem; }
#lcWKSLW442TOEOrkKUFt0Ml9pPA0DVTR { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:49.625rem;left:42.8125rem;height:3.1494125rem;display:block; }
#EocHKy0Q4zExCDWKICUOzUrtIyoPPBxk { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:49.625rem;left:3.0625rem;height:3.1494125rem;display:block; }
#az4OldqIhGST46vvxrb2GiucnWtU6kup { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-4),1);background-image:none;top:48.1875rem;left:42.8125rem;display:block; }
#D9dVkaZTe9ggalxJgZC4tbZ8IdblddyC { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:44.5625rem;left:3.0625rem;height:1.575rem;display:block; }
#dzTsWlqF5pGx87bDXR6hxo9P2V93oTr1 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:44.5625rem;left:42.8125rem;height:1.575rem;display:block; }
#Eefeq21K5QqpgA6sge4qgXmPNpLgOhWE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:44.25rem;left:39.75rem; }
#VCa1ZTO2XCd0IFyG4hMieL1oMlXdVKty { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-4),1);background-image:none;top:43.125rem;left:42.8125rem;display:block; }
#sG41DBVkIA7IdAs011mduf312RWHGahu { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-4),1);background-image:none;top:48.1875rem;left:3.0625rem;display:block; }
#JsZJD5L2h0gUB7WrkcqWaDfpFdf1eaZL { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-4),1);background-image:none;top:43.125rem;left:3.0625rem;display:block; }
#hd4PIkMgvipMtEcKPFH4p4KeboXEr8t5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:39.5rem;left:3.0625rem;height:1.575rem;display:block; }
#yVFys5of3QFu2hUTIwMMzNaaTZetySQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:39.1875rem;left:39.75rem; }
#NOx6mDCcbie4vTPh6sPEhTTP3EPhtQVr { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:39.5rem;left:42.8125rem;height:1.575rem;display:block; }
#UQi7EWnWDUFMhwfy5KVuXfsFo0vnCDu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:39.1875rem;left:0rem; }
#Jsti07UB06JuHVtIrDlLxTQMWhakzoTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:44.25rem;left:0rem; }
#uXmk38SKUhTn89TrB12BKJvx0JFAvhXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:49.3125rem;left:0rem; }
#LI37tIKOVZSiF2SyU86vrKNo11pHgM8t { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.0625rem;left:3.0625rem;display:block; }
#bwxqgc3LJwS1oJ59dq3T7tdT87AT6I5p { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.0625rem;left:42.8125rem;display:block; }
#Sfiz4lptWguiutuuVEx6uTBwffKV8xP4 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:56.3125rem;left:42.8125rem;height:1.575rem;display:block; }
#QI2IGf86kQ0ofFqBTDKoJwPTdAC3OaZr { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:56.3125rem;left:3.0625rem;height:4.72411875rem;display:block; }
#yu1R8BkLalBHvF1x9535XW0tSB29xyco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:56rem;left:39.75rem; }
#sKVa68b9SbKMZZeSA2V0aTTTfczeyEIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:56rem;left:0rem; }
#WO7v2de2G3ChRtteBpqA6LrfadXW4dsa { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:54.875rem;left:42.8125rem;display:block; }
#L8Fqa7FiV7W4FCd1Oq2fzgeDXxcvyADF { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-4),1);background-image:none;top:54.875rem;left:3.0625rem;display:block; }
#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP > .row .container { border-width: 0; border-radius: 0; }#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:none; }#Tntb56JacmE1Ub04GffgJ9yvWQqKmu2m { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4365rem;position:absolute;font-family:"montserrat bolder";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:0.592041015625rem;height:2.436525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yXHJ9Je2KCp58STOiMIxmJVMFZy274aM { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.9360625rem;top:5.3125rem;left:8.0615234375rem;overflow:hidden;display:block; }
#kCfPZ1QBWLHX0X7ly4B3Wqs6A0zVQExN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3110625rem;width:6.3110625rem;top:5.28076171875rem;left:34.34326171875rem;overflow:hidden;display:block; }
#LtfoWD73buIPARKidyoy0PKAVUXokteT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:2.56225625rem;top:5.3125rem;left:61.21826171875rem;overflow:hidden;display:block; }
#D5O5eIEVxp9H7rCJmS1NXmDHkTusnKxR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dk1hOrGPMDxRzLeeNT4hnb5RqU33cqZe { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"montserrat bolder";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOVDrV92Iehl6xAwGPL6aTdNpumGTqnt { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0.5625rem;height:12.9980625rem;text-align:left;text-align-last:left;display:block; }
#CTv50Mtkpr1PTgBroAJUJF1o9I1Cqh7U { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDeSsEaiAee3tUPwl95aiGIx0PQGpCzp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"montserrat bolder";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:25.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofcUKv7NGGlQLmOCON8AAO66eWsuhfon { color:rgba(var(--color-tertiary-2),1);display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:16.125rem;left:25.6875rem;height:11.3733125rem;text-align:left;text-align-last:left;display:block; }
#tN4MywrzlOK944HubDnxMqUefylaJyUa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:50.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLKB7eVexCeehr39zyW8Vg9y6cw1Gzwb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"montserrat bolder";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:50.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CTJpdSFwNJBEbIA7gpW5uqgHpd5A8SLb { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:16.0625rem;left:50.875rem;height:16.2475625rem;text-align:left;text-align-last:left;display:block; }
#zfOn1oXHvNcqc0912SvTvE4enUZQrlE9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 1.25rem 1.25rem 1.25rem rgba(var(--color-secondary-2),0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:34.561767578125rem;left:4.810791015625rem;display:block; }
#wfFZX5BZT5Jn3N77lUrGyRWe5kuay0bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXqnsuQU2WuppaIgkdlz4wqPTftktTWh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 1.25rem 1.25rem 1.25rem rgba(var(--color-secondary-2),0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:34.561767578125rem;left:30.78125rem;display:block; }
#mTMcMBhFEXCeZeisktu2U9tIrK0kkvym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPipn3CETFyTNCHALa9ScXBSvONCaBfs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 1.25rem 1.25rem 1.25rem rgba(var(--color-secondary-2),0.3) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:34.561767578125rem;left:55.0927734375rem;display:block; }
#EStpDRmbhTfkSHZMhNRHtuQqpXZqS9BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container { background-color: transparent; background-image: none; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container > .video-iframe-container { display: none; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row > .video-iframe-container { display: none; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .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); }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container { border-width: 0; border-radius: 0; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container { font-size:0.875rem;font-family:lato;height:64.1875rem;width:75rem;position:relative;display:block; }#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:lato;color:#063949;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .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_9c3ebee295332be745a3d7fcbcd5c237cda9af51.svg");background-size:contain !important; }#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-trigger.adaptive-delivery-prevent-bg, #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-trigger.lazyload, #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-trigger.lazyloading { background-image: none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK { box-sizing:content-box;height:auto;width:67.999375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.310302734375rem;left:2.249755859375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ETmXVtu7nZ6buLevS9y00A9pNLv4OGuO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Q6r6Nlknaac18MPtdMmOm8tIbs8LWIgV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #EyiV6VAHHiWViKLlU0Ug4mKunPDWP7CT { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cx6W50Xdbndf1VRBU58MNeReuFNOgceV {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TAZHeLA5dT2BzGrBRWpovTKAfIlrdSha {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qFcTSUvmfBuSZGxZkNBzNKvLf5xUg3kC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #nvl1mctUFHpHfBQUUVi0HvdSibHgaA2H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gh4grGeMds6JmyzEo4Kn2HKNBwxUCzVJ { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #NMikn9BROkxNQOB674s1r4FivGcloMG0 {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gSOq8RghfzKTUdRFw6BhPUMGCeUn6nfy { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #vvx6zq6DQmEK7TgIN0NbcU7LxHyIqZ8p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kfVxnJVu4quP1KDclqKcL8dU5RPzp1c1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #mkZpxl9LaMhCU9py9eKGayBOpOB8BPUR { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #crlDMIeJpSWoai0UEetOfIThe6h8bxoR {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fuFUzkNqR6tASsVRzBPsDZggqusb8kbt { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #VMv40oEDO9g1tiIC4lCty5TcJZNDRBpa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TTaL5vRNvOpwnRFCZFrDrHfdrqrlp7ZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qf1y3OVhlBQReI7cW02aBTDJqns1zmNV { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #B5KFwuud2ACwTbwHrnpuFooaPIsyyJTf {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kOvKLJHVlTStIBgyR79I94JAIscafvWe { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ze8hZ35qTLhNF4upXlWTJgQRM57k3l6T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #P97tb0ETpHoCJTg8SiK39gHp8KEumgZU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #PMFmKdnQTdzkdpCzrTdrAm3XJCged9oz { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Pz3qbc21ZOvATzqs5f8mUUfxSf4qJ7Mc {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #tQDLMdLhU7hg1iZpThNThfgVakqyUlsz { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #bnxSNys05goG1G3ytCedwJh20iwLOD4o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #RFKpMi1DD0qXuJXrSbgFq9sKCAZlSh3i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cCKlKHD1TFgtLUix0Eo1f6G8fQOHNOpF { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fulN47R2dSdb5BCxw4BzZE0pEdHkAWZ0 {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TZtVAo2JgIyyAAidW5AJ9yqLQkbikU2I { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TgZbqBxxSLb3zUR1UfCIp0XtvSNB9QOy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #z5Tmkl8ctiLicJCLiEE4HboiVuOOizJ9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TzIkPtkU9Mz28r8z2VCvQsOT6mrS6rsk { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #JkWeyEhR0TRZSaDs9DnpkDvdGezIryyU {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gx3MAAPS4MTXxJXErNBnWizgTLTNosZ0 { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #hHswmzuq3Oo02xdEw1UVuCnyL7Nei9uG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ZJrufbVBDf83SGd4xDC3NL00D6Rz7mnf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #BiaqIMrd39hHFJU8Wq2H6aP2MkrfEzsP { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ode9HsbnaB1LoWK55qDvq5PMHhlrZrLh {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #X9Q8GMKJo2d5HTil0qaESSJ3NsTWFflX { display:none; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #inJf97ySB5fJp3Z3Ef1IBMrIc2r10fbm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #uTvKnuqp1IM6wJHRVFpg16gCDCUztdNk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #SpBNQm19ALU4H5X1ORiZGCv6sbLAMxlm { display:block;position:relative; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #G6tki8OObxKPUqZ3lUq8lZgOqyxuBZeK {  }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #yrS1sCLdb5aVdFkRgfRbdrmMrrIT1uz0 { display:none; }
#IrSgnmKStOCS7O4gqizFA2P3Cvo3ZbTH { box-sizing:content-box;height:51.125rem;width:69rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:12.061767578125rem;left:0rem;border-top:0.0625rem solid #063949;border-left:0.0625rem solid #063949;border-right:0;border-bottom:0;display:block; }
#AqHWr3KFCysOosasxBoNiyhWtd2Jtxl7 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.436767578125rem;left:68.436279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V6prNJO2cxW0MTkaPSqFZZw5OJW5Eh4I { color:rgba(var(--color-tertiary-2),1);display:block;width:61.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.067138671875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eU9wFQtqnIcAO2QaNTiehJZLLrlGHQOX { color:rgba(var(--color-tertiary-2),1);display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:8.6669921875rem;left:0rem;height:1.575rem;display:block; }
#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container { background-color: transparent; background-image: none; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container > .video-iframe-container { display: none; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row > .video-iframe-container { display: none; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .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); }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container { border-width: 0; border-radius: 0; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#Jbc4Lvuqx6r5rWCKTggndygT5TzfTevQ { color:rgba(var(--color-tertiary-2),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.12451171875rem;left:14.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyRWQHl92JRkBIfxnfJlfG2Ldi5LIQro { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.1875rem;top:14.15625rem;left:1.75rem;overflow:hidden;display:block; }
#S4T7UmCTu2QrnaCfPf8QaiVro1CBbeK5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.06171875rem;top:13.6875rem;left:15.985156059265rem;overflow:hidden;display:block; }
#JhbuS0QITJvoZ6EuML5Hd5Ew7m9kzCCk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.060125rem;width:4.49921875rem;top:11.21875rem;left:25.186718940735rem;overflow:hidden;display:block; }
#Pg9TZSanUUTfpkacE5EqwWSPTXZePoZs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99921875rem;width:7.4351875rem;top:13.75rem;left:35.344532966614rem;overflow:hidden;display:block; }
#ABifggFy9VdzDLWQau7MrTgrfh8gyfga { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87421875rem;width:4.12421875rem;top:13.3125rem;left:57.585938453674rem;overflow:hidden;display:block; }
#kH3yi5b3NZuguV3khE3XZfQQsVzwQvFl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.87426875rem;top:19.23095703125rem;left:2.373046875rem;overflow:hidden;display:block; }
#E2wuxpI9gzdhX9nn2v8vVt5ClX6y0FV6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.5609375rem;top:13.53125rem;left:46.212498664856rem;overflow:hidden;display:block; }
#hLTxvHbgPd1xaKn72xOoJ0c9LtTaf6om { 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:4.875rem;width:4.875rem;top:19.27734375rem;left:12.4345703125rem;overflow:hidden;display:block; }
#IO4PCB9knl4KPFCPMHnB4ZcHwEyepsdn { 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:3.624025rem;width:10.5605625rem;top:19.88671875rem;left:20.8740234375rem;overflow:hidden;display:block; }
#aBiKS7d5l2FS2p3m7M9HXziUMs8M1WCh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18676875rem;width:3.75rem;top:19.105224609375rem;left:38.98095703125rem;overflow:hidden;display:block; }
#Nxm9vcyOZN9Wi5IcmUezq4OQCIRzmkcn { position:absolute;display:block;z-index:15017;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.12421875rem;width:10.2484375rem;top:19.278125762939rem;left:44.868748664856rem;overflow:hidden;display:block; }
#cvKer6nm6lAvzhw9mzGqS0C32A8HWVqh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18671875rem;width:14.6875rem;top:20.104688644409rem;left:57.585938453674rem;overflow:hidden;display:block; }
#sy5uLZ8daMEOmb4aNJJykM2lpWVELWd7 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.095947265625rem;left:29.6875rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c57567d4-4495-4c49-a965-e6f45f37afa9/AdobeStock_553721043min.preview.mirror.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.adaptive-delivery-prevent-bg, #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.lazyload, #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.lazyloading { background-image: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { background-color: transparent; background-image: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container > .video-iframe-container { display: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row > .video-iframe-container { display: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .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); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { border-width: 0; border-radius: 0; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7::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; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#cSRZDJF3LrNAnv0002zmyzI0zfS25nNT { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:21.5rem;left:0rem;height:8.5rem;display:block; }
#yfIBUGTmDwb4L940Od8ll1ZSFbtqgFNO { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:33.8733125rem;width:35.4358125rem;top:7.875rem;left:39.625rem;display:block; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-form-header {  }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:28.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.625rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-secondary-2),1);font-size:0.9375rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.9375rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:28.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:27.375rem;overflow:hidden;font-style:normal;float:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-container:first-of-type{padding-top:0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-container:last-of-type{padding-bottom:0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.91552734375rem;left:41.71630859375rem; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.625rem;display:block;vertical-align:top; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv {display:block;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.62425rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.625rem;left:41.75rem; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #kySUfhchqSNR3QXD0gCPdKLuebRKzF4i { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #dyvFSBW1hxsFMO5rKzKCErs7Sf4qJCEf { position:relative;display:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #eubCGQdnkKc5W4PTyAStkbqgI90xz75i { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #K7bAs0ANUvrXA5xdpyf9Hia3BkQO7TQC { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #OPPQg6CrWHiWKcLubAWe5D6QRb6v28yO { position:relative;display:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Av0VStoxRo1KHS1LIK4SMw9VdZ4TNA4h { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TzIvbVScuG8F7DScciZynmCcvTWIOwb7 { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I0sCPMiOPMQhcM2JuHpdC5CfPGHTBy9T { position:relative;display:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #BVeo2HlRlLJfG9BQABh26edDO4NTJxxd { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I1NmEeg04J8BNnypnZFTTMfTPMGx9ToF { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TuDrm3TXLavuPaiTiRFg05Np29xXSlAG { position:relative;display:none; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #SInepd8dd1I1Rh5beibxnQKJaRoBDZM8 { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #vTFIFXlKrc8hIQU1Fxdr53fKNV12QDGU { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #fwl7FGCvTMOsWBAlLMb01KnGQByXTHVF { position:relative;display:block; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #QTsAuahR23iL4OQkWwdyOkBOneQNSNPG { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #tIcBhf0TBrNP3hDrpXzug08wmq6BBZqE { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #rDaebvR4cUQ1ogfWsFcDqKMILKBnEpKl { position:relative;z-index:2; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #yDRszcZ3vITuRq42x4mZU3Ti42CdGZ0z { position:relative; }
#BawfTgkpo12I3qbrTBpCQMLJed1VCUIZ { position:relative;display:block; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #czDWekxTceW3ZZFT2AS5F7xfP8Nf4pfv { position:relative; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Ulsb7BkPfoByX7nzGOFEcRvZFBTED3TG { position:relative; }
#b9i4MC9Amo6HDx00eZkurbGJe3mN6Win { color:rgba(var(--color-tertiary-2),1);display:block;width:29.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.4375rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container { background-color: transparent; background-image: none; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container > .video-iframe-container { display: none; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row > .video-iframe-container { display: none; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .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); }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container { border-width: 0; border-radius: 0; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#vf7QfpT1E858tpgeaupEIOsHzNx01wLp { color:rgba(var(--color-tertiary-2),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:14.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dg2Sfptgag40BAe4PNTRMpMZJ0Gc6kKD { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:6rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4Sqiw3F3KbEfDG80Z4wTk27RrOe1PhS { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5rem;left:28.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpLWQTJ6WrDleZW14VWEq97vLhVyMiMG { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5rem;left:50.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dO0RBsiwXKsHgU9yFTIrzQ0MVoAzkCBV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.0625rem;left:6rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#bXQz5ahk2NBFPt3VFUOIShXaaQrx3LWs { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.0625rem;left:24.34375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#FEVDC7tHwcRNugsJdO6pD3KF4U5lp7vz { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.0625rem;left:50.9375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container { background-color: transparent; background-image: none; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container > .video-iframe-container { display: none; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row > .video-iframe-container { display: none; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .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); }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container { border-width: 0; border-radius: 0; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#vlI62w5ylkLpqM22BGHl9i1awqLrTLGy { position:absolute;display:block;z-index:15000;background-color:#e5e5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#sAHyrUrZpLXEGMV0TPJkLpEfbhet3vUN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#w0ItEZUuOTzvRIeNQKvxryxwrwAODZky { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.3125rem;height:1.3rem;display:block; }
#pefykxS9kzat8wyblZ2hLWtSHlPGapm3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.3125rem;height:1.70625rem;font-style:normal;display:block; }
#FsFVaxy3TE1GFsA1JP76ur0PkkMWp4lE { color:rgba(var(--color-tertiary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:34.812500953674rem;height:1.70625rem;font-style:normal;display:block; }
#UEwiH6ggN1cK9EmAiOw42nTkmNmx0bDE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:3.625rem;left:30.624999046326rem;overflow:hidden;display:block; }
#tePFUo6tJL0FlR0qxrXZyTOU3cSzm5lM { color:rgba(var(--color-tertiary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:34.812500953674rem;height:1.3rem;display:block; }
#bBJvznLg7U5Mgat2LCCxOIgngHhrwPBa { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6242065429688rem;left:49.436718940735rem;height:1.3rem;display:block; }
#pnvByKFpvz2eamBS7xILm4gPhsVnTLgR { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:49.437500953674rem;height:1.70625rem;font-style:normal;display:block; }
#p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD { 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:15008;opacity:1;top:3.6859741210938rem;left:45.600781440735rem; }
#p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm { 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:15009;opacity:1;top:3.6859741210938rem;left:59.537499427796rem; }
#R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#P20rB0EWU6KgyhMQzTdSCBXt4UsUd97I { color:rgba(var(--color-tertiary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4984741210938rem;left:63.748436927794rem;height:1.3rem;display:block; }
#c8XSGJfXOpSLhZE8e3pdF5orN6OpMTLT { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.7703247070312rem;left:63.748436927794rem;height:1.70625rem;font-style:normal;display:block; }
#ANeiGsEGCIzvNfWhQCXZoyKihcoOz09v { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:20.5625rem;height:1.70625rem;font-style:normal;display:block; }
#iIf2Sh7gGEKmCiOngJxbVNRmuesMVCi1 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:20.5625rem;height:1.3rem;display:block; }
#eveXNhz4Hpn3OxGUmNOubh2UG9JbGRsb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:3.375rem;left:16.25rem;overflow:hidden;display:block; }
#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container { background-color: transparent; background-image: none; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container > .video-iframe-container { display: none; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row > .video-iframe-container { display: none; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .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); }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container { border-width: 0; border-radius: 0; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#PG2LuM60e9WO2UU3L9lTQeKbN6lDDalP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5625rem;top:3.40625rem;left:0rem;overflow:hidden;display:block; }
#o4zD4mdp3ZzDB2uZ3iLbIpu1DLARrHCP { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:31.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg { display:block; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbKfF7orHg01G7TrbmyGBarhPkQPayuw { width:11.0625rem;height:2.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgMGL1QcdxEObmgA6FhOL8SAqTSIm5J { width:12.0625rem;height:2.1875rem;top:1.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHe41HS447PkfSoWLVQuPcu2OTWF0SmK { display:block; }
 }@media only screen and (max-width: 763px) { #f7M5z79AWlsFrdv238585ckKcftxUH6v { width:11.3125rem;height:2.1875rem;top:1.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Eu46pgmNCpi7IiClKrG7WDEhH40fvh { display:block; }
 }@media only screen and (max-width: 763px) { #UfQTcQTzHS4Hr07hhVHuNlo3ML1MPKGM { width:14.9375rem;height:3.4375rem;top:1.3125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgXqObcyGFR4T5Xz2T30EahkO2I610n { display:block; }
 }@media only screen and (max-width: 763px) { #PpM8fAPiOkkKAg3IHII8Z5iTCAKJX9fA { width:5.625rem;height:2.1875rem;top:1.9375rem;left:26.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKKsKmSnmv0gyEhah3RbD8l9bnHr5fh2 { display:block; }
 }@media only screen and (max-width: 763px) { #atAPbllMGpTZTMcmPmCw6hfhSV999Fw4 { width:10.5rem;height:3.4375rem;top:1.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcX1dMiTO0lss1OlAgtWCv3v1edTJQv { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAQmtZoUxh0IlJNIk2pn5wT9Uv98FX1K { width:12.375rem;height:1.6875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeOr63AwUbKKUgxa1ByuTeM322CmeJx { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trT3CcVoWlb1TE5UDrZmMWS7UzRGBCer { width:47.75rem;height:8.4375rem;top:22.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 { width:3.125rem;height:3.125rem;top:44.25rem;left:22.3125rem;display:block; }
#HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Nc4LPsTsBi2cVlwwptiwaDJXCG8XNJAF { width:47.5625rem;height:10.0625rem;top:32.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI { display:block; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFiHPpTIF0r7nWKZLQ5AU66aBUAzVft7 { width:47.75rem;height:1.6875rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApnRxqmrRLgiytN2pVM8mHXMAOCfuWPX { width:16.4375rem;height:2.8125rem;top:1rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfT8P8C8TlUJwQVkioKmTcTQ0JOeBLaN { display:block; }
 }@media only screen and (max-width: 763px) { #fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F { display:block; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzmy7CTLNN22NTW5LrqLgAnEPgtZnqgq { width:29rem;height:12.1875rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFZCCSBnPhNh8ZgLVc1gLlbLpHr66lv { width:39.875rem;height:7.9375rem;top:2.8125rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZb5944VwgQ0CsCfIkJg3NfhLIvTpVDr { width:16.875rem;height:3.4375rem;top:12.625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQ8eMQ03nNwGe2At2Lyld7EpFegGdtt { display:block; }
 }@media only screen and (max-width: 763px) { #dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I { display:block; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3oNHiDF8EJ9bsw1ppB1bJH9dO9i4pfA { width:28.9375rem;height:4.8125rem;top:4.0625rem;left:9.37548828125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 { display:block; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaHnh9o3M2HnlqygOcKDD0F3hxHqGbrF { width:23.125rem;height:7.875rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxGVP4RrEDQg85NlFAbZwpJQaWAlcbzJ { width:23.5rem;height:7.875rem;top:8.1875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXE2sRcUqnkW1FEyFKc5DA68Cl2LTAq { width:25.0625rem;height:9.4375rem;top:8.1875rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyZTLF6n8XqOyCUi7Nvim3eWl7kNmbH0 { width:6.75rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwNXVhDwGDLe6BWcxrdkEg5n4SuhQzI { width:6.6875rem;height:6.6875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgHbprBoWIQ8UqDrOTaH7tOEp3lOOz4E { width:6.6875rem;height:6.6875rem;top:0rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv { display:block; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svqGnxLEFxeSvl8GZAfJ9w7Z89xLdAKw { width:22.1875rem;height:3.125rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaFD7GAoiBMZaDAPOguaWTu0qsl8vXc { width:23.3125rem;height:3.125rem;top:8.1875rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkce1lDaB0fV77qQfwtmOxXptmEa4Nh5 { width:23.3125rem;height:7.8125rem;top:8.1875rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXWNG87mwE5QNSEBwAahQ5f8u413HvK { width:6.6875rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46pi6ty45UbifOWyoyAUurW2fRmrCgU { width:6.6875rem;height:6.6875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnUl399JXXAFMQmZ7cDpTxwiHxrKNysk { width:6.6875rem;height:6.6875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI { display:block; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc9BEx1Jsy196OU2DlSL0U5E6PoxK1AI { width:25.125rem;height:2.375rem;top:2.75rem;left:22.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx00amaF5kT1om7QUhA2HIrqbdF4GSIJ { width:32.6875rem;height:4.4375rem;top:6.5625rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmm7d2lJgc9hVk25zUHqZhWAUS2aWIOq { width:32.375rem;height:2.9375rem;top:25.375rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsVwIo9TtmiLT7qfNnW1VA8b6XTHd2zT { width:32.9375rem;height:2.9375rem;top:30.3125rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimPRvT27gbpuR2ATf2m92beE3xmWHkZ { width:33.125rem;height:5.9375rem;top:35.1875rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdi1UVTbwxZb76g7B6drgh796GlxtGM9 { width:32.625rem;height:4.4375rem;top:42.625rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4hrG0RLkF65G6xe7PhiW9XhPb9qeSSL { width:32.5rem;height:2.9375rem;top:48.5625rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3euULgASxRNSZ5pxPzTF8p3MnGT6cl8 { width:33.4375rem;height:4.4375rem;top:53.3125rem;left:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUb3AtAAmLx9PG6v4cMqGhuGnshma5B { width:32.5rem;height:5.9375rem;top:58.625rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDoC5DwBcxmHuUakI1SIpfksauJL4T7 { width:32.3125rem;height:4.4375rem;top:66.125rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvxKxRHvfJgwy4igLMf3thgZeM0T9sEo { width:1.75rem;height:1.75rem;top:7.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG7VinC7AEfgE0LSONiIp9zcD7A1z0JH { width:32.6875rem;height:4.4375rem;top:12.375rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8aJRwL6TzZBRVLVnOgUMt0cLVC4JkQC { width:1.75rem;height:1.75rem;top:13.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQa6eXW6GCvEEQv2DupTlrZ9PlLmqWp { width:1.75rem;height:1.75rem;top:20.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QztZTEghGBHXDPDDF5kR8kiBisTHrIS5 { width:1.75rem;height:1.75rem;top:31rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7eQerKmnMTGQnGoUr80w0yc9DhwJnT { width:1.75rem;height:1.75rem;top:37.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8HsHTiiMPDKxIDf10gMAF7tz4ic03we { width:1.75rem;height:1.75rem;top:44rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmcLgGXQu1z4rezN6HdLmtbXLZLcXVkr { width:1.75rem;height:1.75rem;top:49.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI9LStSHJJtiIqz90K2DUqQfd16UC38D { width:1.75rem;height:1.75rem;top:53.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr7hlsVQ4GZcs9axxViRIVhkWcOGfw5F { width:1.75rem;height:1.75rem;top:60.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RokLqerbDcwcr5H1wCVLNfA5sEE1DFFS { width:1.75rem;height:1.75rem;top:67.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiZBsiyiqDTGESCuObd2x2NLET1sRHKe { width:32.3125rem;height:4.4375rem;top:72.625rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIR685pvvx7NTzrlX4BsbOUCFkJnoRTe { width:1.75rem;height:1.75rem;top:74rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceO6vFkvN2h1gta9qaK85RZMtd6QDy6D { width:32.6875rem;height:5.9375rem;top:17.9375rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhtDohHWeGqr65MLM6KOTssP7AgpUdON { width:1.75rem;height:1.75rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAACGgZJEQU9A3xw506kSAkl5aMfZdv { width:47.75rem;height:61.481351351351rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scDLv7eFlxwen7eBnIz5QuT0HZoQtXue { display:block; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzSkgFPleyitzGNmpE8A9Ui7Pf5xlLEy { top:18.5625rem;left:0rem;width:12rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5UEVcku1Ial3mea81OR5F9ld3sUwK4 { top:17.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plk7VJNGkykRoHwuh0aQvqNNvCvbU4xt { top:19.25rem;left:0rem;width:12.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uksLMNTNnuaPbWlVrC7SawDXTLy12ASd { top:14.5rem;left:0rem;width:15.5rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlTp5wwCgPa9W90MrQ2r0x8EqJTRAZXZ { top:14.5625rem;left:7.5rem;width:11.0625rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnIh00PHSXGCFPfqtyX7FOJPc1VTyGq { top:19.25rem;left:7.5rem;width:12.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUi18K35woZKqhWWknnaaDcw2ddMRAvJ { top:18.5625rem;left:7.5rem;width:12rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bycLfBKnzTKlyeUamqsAkBpha956sZ01 { top:17.9375rem;left:18.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4EbiENtkbFsXTerVLpkVWvP0AQZc7F { top:14.5625rem;left:26.437255859375rem;width:11rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilP1dmEMIP52MP5Nb5B5MAyC4JOUKFfU { top:18.625rem;left:26.4375rem;width:12.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBqoF0vnyDdebo9fNa8BPe9kD55ihEx { top:19.25rem;left:26.437255859375rem;width:15.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChkZcxDb5DHRFAMJ3naHE7860BRezNuM { top:18rem;left:37.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAAQmVQt1HIlQl2pXgge0UTbpsDoc8zN { top:14.5625rem;left:34.4375rem;width:13.3125rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKDyT9xGf7ZGoJM0wrWDwTCTqulV429 { top:18.5625rem;left:35.6875rem;width:12rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BCxKF7e8g3f6A3LXXi5Mmwf2PvXZXn92 { top:19.25rem;left:34.0625rem;width:12.625rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXFL9huZaSSwzpfmCgdWZAGgTqJhBRJb { top:17.9375rem;left:46.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNxIOEU8TxZTltCBhvFppbsD2k3dNTo { width:27.625rem;height:2.375rem;top:6.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMMCn6T7csAhQKuTspWZtX0z55MViKn { display:block; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbPZpFfDHNwA4mQ4FkJhtv6I4ELuV8oo { top:10.375rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zA8CSS2up7EglfZye9Xp6mgrBkv8IFkx { top:18rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uauWurb3v0C4Th2FKa8GbrhoTa8nfxSm { width:47.75rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSfTxQIkNq1LqzrTs7yq1OT0FNCUG52k { width:16.875rem;height:3.4375rem;top:62.4375rem;left:15.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZGGHUAOPsUoxN7b4f6cSobZ53uqZ37C { display:block; }
 }@media only screen and (max-width: 763px) { #KKnyKsz4Lxt3lOwmolH7RgnIk5VIoKMZ { width:1.75rem;height:1.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB8L790EsqpTvkCuLhxTMw3T5GFATq1 { width:1.75rem;height:1.75rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rotlMuVDVPbuQL3xSVUkA8us74Lt13lT { width:26.875rem;height:4.6875rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZTDobcEbSmKfRIdZpZgKFaESQwJR2m { width:29.875rem;height:1.5625rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQR5hbXPhCaITL9VBFRxAGANaWO6wID { width:32.25rem;height:4.75rem;top:11.4375rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZZIOVg0AQIrTP8CD02kW0ub8wTv7uHk { top:10.375rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oTqyEEx2PJpELZi79kzAdNcTnKdbC8Pg { width:1.75rem;height:1.75rem;top:11.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSet7SAfdx5Os38LsEMNaZqP1i7HagWg { width:26.4375rem;height:1.5625rem;top:19.4375rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5aHrTwVUXkQ5MOJ0wTkSg0WlMT4JPLU { top:18rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Avqt3xrVFw1xEpmNEAawLmzND4m9R9V1 { width:1.75rem;height:1.75rem;top:19.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQK2NLXdzT1DZJqxQ0V9SrMmVc20XCMG { top:23.0625rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sZrSGobzTAN0xm75ZLm2RHDSaz2tQemf { width:1.75rem;height:1.75rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GZNH9erGK4TDpBaAJ0bexT9aR0zAFO { width:29.875rem;height:1.5625rem;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLE6nxHbzuO4KMPwrqQo1bWk1xb5eIxA { width:1.75rem;height:1.75rem;top:24.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll44GPsM5MKA5Bpn6pTJ5emMrbbxiw5n { width:26.4375rem;height:1.5625rem;top:24.5rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VMIqocQeNXKbRMffAKviNgSHhdZZRr { top:23.0625rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HAnmgVI23Ubc2TbUQiSQsJ9ZZqTTZK5F { width:29.875rem;height:1.5625rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoteDNABIs96skGhrX9uV1fLVzfazBDS { width:1.75rem;height:1.75rem;top:34.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGoM3S5IEBuV8eFcsUXXdCPD6NQqAxSO { top:33.1875rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Fsf1CC0vTzDvfPTcI2JRmJQ93rHd83zp { width:29.875rem;height:1.5625rem;top:29.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrH9Zx9dqraUZf9M04vLIgr0wpl1qPS { width:26.4375rem;height:1.5625rem;top:29.5625rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEJTUQBKwZdltnCIqJrIWmQwEvJXRaE6 { width:1.75rem;height:1.75rem;top:29.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQgKSIwrfPJSg4HkxazXGGCK9Auu5rB3 { top:33.1875rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GMsC6vtDIbXhG8cbvITB3B3DgUe0UZNm { width:1.75rem;height:1.75rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQElkCnhUlFcKI19HsdKHHnQT5aqNJ7 { width:1.75rem;height:1.75rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvqtudIbyyMpWMMQdKNBcrvyFtLf5cm0 { top:28.125rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #moIIR6oSnLpX8UOgK8DoIAFraBulWVEK { top:28.125rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hZwApwRMRlXVMx8Zvrco1Ku81W50Tbdm { width:26.875rem;height:1.5625rem;top:34.5625rem;left:20.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOdFrH2dM2ykZ5lo9Etsfd3c0PW3DkFB { width:1.75rem;height:1.75rem;top:49.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWKSLW442TOEOrkKUFt0Ml9pPA0DVTR { width:30.9375rem;height:3.125rem;top:49.625rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EocHKy0Q4zExCDWKICUOzUrtIyoPPBxk { width:29.875rem;height:3.125rem;top:49.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az4OldqIhGST46vvxrb2GiucnWtU6kup { top:48.1875rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D9dVkaZTe9ggalxJgZC4tbZ8IdblddyC { width:29.875rem;height:1.5625rem;top:44.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzTsWlqF5pGx87bDXR6hxo9P2V93oTr1 { width:32.0625rem;height:1.5625rem;top:44.5625rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eefeq21K5QqpgA6sge4qgXmPNpLgOhWE { width:1.75rem;height:1.75rem;top:44.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCa1ZTO2XCd0IFyG4hMieL1oMlXdVKty { top:43.125rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sG41DBVkIA7IdAs011mduf312RWHGahu { top:48.1875rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JsZJD5L2h0gUB7WrkcqWaDfpFdf1eaZL { top:43.125rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hd4PIkMgvipMtEcKPFH4p4KeboXEr8t5 { width:29.875rem;height:1.5625rem;top:39.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFys5of3QFu2hUTIwMMzNaaTZetySQz { width:1.75rem;height:1.75rem;top:39.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOx6mDCcbie4vTPh6sPEhTTP3EPhtQVr { width:26.4375rem;height:1.5625rem;top:39.5rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQi7EWnWDUFMhwfy5KVuXfsFo0vnCDu1 { width:1.75rem;height:1.75rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsti07UB06JuHVtIrDlLxTQMWhakzoTc { width:1.75rem;height:1.75rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXmk38SKUhTn89TrB12BKJvx0JFAvhXw { width:1.75rem;height:1.75rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI37tIKOVZSiF2SyU86vrKNo11pHgM8t { top:38.0625rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bwxqgc3LJwS1oJ59dq3T7tdT87AT6I5p { top:38.0625rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Sfiz4lptWguiutuuVEx6uTBwffKV8xP4 { width:30.9375rem;height:1.5625rem;top:56.3125rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2IGf86kQ0ofFqBTDKoJwPTdAC3OaZr { width:29.875rem;height:4.6875rem;top:56.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu1R8BkLalBHvF1x9535XW0tSB29xyco { width:1.75rem;height:1.75rem;top:56rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKVa68b9SbKMZZeSA2V0aTTTfczeyEIz { width:1.75rem;height:1.75rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO7v2de2G3ChRtteBpqA6LrfadXW4dsa { top:54.875rem;left:29.1875rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #L8Fqa7FiV7W4FCd1Oq2fzgeDXxcvyADF { top:54.875rem;left:0rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP { display:none; }#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tntb56JacmE1Ub04GffgJ9yvWQqKmu2m { width:27.375rem;height:2.375rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHJ9Je2KCp58STOiMIxmJVMFZy274aM { width:6.875rem;height:6.1949773376466rem;top:5.3125rem;left:3.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCfPZ1QBWLHX0X7ly4B3Wqs6A0zVQExN { width:6.25rem;height:6.25rem;top:5.25rem;left:20.65576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfoWD73buIPARKidyoy0PKAVUXokteT { width:2.5rem;height:6.0981410426846rem;top:5.3125rem;left:38.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5O5eIEVxp9H7rCJmS1NXmDHkTusnKxR { width:12.5rem;height:1.5625rem;top:12.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1hOrGPMDxRzLeeNT4hnb5RqU33cqZe { width:12.5rem;height:1.5625rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOVDrV92Iehl6xAwGPL6aTdNpumGTqnt { width:23.875rem;height:14.0625rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTv50Mtkpr1PTgBroAJUJF1o9I1Cqh7U { width:12.5rem;height:1.5625rem;top:11.5625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDeSsEaiAee3tUPwl95aiGIx0PQGpCzp { width:12.5rem;height:1.5625rem;top:13.4375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofcUKv7NGGlQLmOCON8AAO66eWsuhfon { width:23.6875rem;height:14.0625rem;top:16.125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4MywrzlOK944HubDnxMqUefylaJyUa { width:12.5rem;height:1.5625rem;top:11.5625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKB7eVexCeehr39zyW8Vg9y6cw1Gzwb { width:12.5rem;height:1.5625rem;top:13.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJpdSFwNJBEbIA7gpW5uqgHpd5A8SLb { width:23.5rem;height:15.625rem;top:16.0625rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfOn1oXHvNcqc0912SvTvE4enUZQrlE9 { width:13.4375rem;height:3.4375rem;top:34.5rem;left:0.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFZX5BZT5Jn3N77lUrGyRWe5kuay0bd { display:block; }
 }@media only screen and (max-width: 763px) { #mXqnsuQU2WuppaIgkdlz4wqPTftktTWh { width:13.4375rem;height:3.4375rem;top:34.5rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMcMBhFEXCeZeisktu2U9tIrK0kkvym { display:block; }
 }@media only screen and (max-width: 763px) { #DPipn3CETFyTNCHALa9ScXBSvONCaBfs { width:13.4375rem;height:3.4375rem;top:34.5rem;left:32.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EStpDRmbhTfkSHZMhNRHtuQqpXZqS9BU { display:block; }
 }@media only screen and (max-width: 763px) { #zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa { display:block; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ETmXVtu7nZ6buLevS9y00A9pNLv4OGuO {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Q6r6Nlknaac18MPtdMmOm8tIbs8LWIgV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #EyiV6VAHHiWViKLlU0Ug4mKunPDWP7CT {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cx6W50Xdbndf1VRBU58MNeReuFNOgceV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TAZHeLA5dT2BzGrBRWpovTKAfIlrdSha {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qFcTSUvmfBuSZGxZkNBzNKvLf5xUg3kC {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #nvl1mctUFHpHfBQUUVi0HvdSibHgaA2H {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gh4grGeMds6JmyzEo4Kn2HKNBwxUCzVJ {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #NMikn9BROkxNQOB674s1r4FivGcloMG0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gSOq8RghfzKTUdRFw6BhPUMGCeUn6nfy {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #vvx6zq6DQmEK7TgIN0NbcU7LxHyIqZ8p {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kfVxnJVu4quP1KDclqKcL8dU5RPzp1c1 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #mkZpxl9LaMhCU9py9eKGayBOpOB8BPUR {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #crlDMIeJpSWoai0UEetOfIThe6h8bxoR {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fuFUzkNqR6tASsVRzBPsDZggqusb8kbt {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #VMv40oEDO9g1tiIC4lCty5TcJZNDRBpa {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TTaL5vRNvOpwnRFCZFrDrHfdrqrlp7ZL {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qf1y3OVhlBQReI7cW02aBTDJqns1zmNV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #B5KFwuud2ACwTbwHrnpuFooaPIsyyJTf {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kOvKLJHVlTStIBgyR79I94JAIscafvWe {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ze8hZ35qTLhNF4upXlWTJgQRM57k3l6T {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #P97tb0ETpHoCJTg8SiK39gHp8KEumgZU {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #PMFmKdnQTdzkdpCzrTdrAm3XJCged9oz {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Pz3qbc21ZOvATzqs5f8mUUfxSf4qJ7Mc {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #tQDLMdLhU7hg1iZpThNThfgVakqyUlsz {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #bnxSNys05goG1G3ytCedwJh20iwLOD4o {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #RFKpMi1DD0qXuJXrSbgFq9sKCAZlSh3i {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cCKlKHD1TFgtLUix0Eo1f6G8fQOHNOpF {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fulN47R2dSdb5BCxw4BzZE0pEdHkAWZ0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TZtVAo2JgIyyAAidW5AJ9yqLQkbikU2I {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TgZbqBxxSLb3zUR1UfCIp0XtvSNB9QOy {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #z5Tmkl8ctiLicJCLiEE4HboiVuOOizJ9 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TzIkPtkU9Mz28r8z2VCvQsOT6mrS6rsk {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #JkWeyEhR0TRZSaDs9DnpkDvdGezIryyU {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gx3MAAPS4MTXxJXErNBnWizgTLTNosZ0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #hHswmzuq3Oo02xdEw1UVuCnyL7Nei9uG {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ZJrufbVBDf83SGd4xDC3NL00D6Rz7mnf {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #BiaqIMrd39hHFJU8Wq2H6aP2MkrfEzsP {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ode9HsbnaB1LoWK55qDvq5PMHhlrZrLh {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #X9Q8GMKJo2d5HTil0qaESSJ3NsTWFflX {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #inJf97ySB5fJp3Z3Ef1IBMrIc2r10fbm {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #uTvKnuqp1IM6wJHRVFpg16gCDCUztdNk {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #SpBNQm19ALU4H5X1ORiZGCv6sbLAMxlm {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #G6tki8OObxKPUqZ3lUq8lZgOqyxuBZeK {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #yrS1sCLdb5aVdFkRgfRbdrmMrrIT1uz0 {  }
 }@media only screen and (max-width: 763px) { #IrSgnmKStOCS7O4gqizFA2P3Cvo3ZbTH { top:12rem;left:0rem;width:47.6875rem;height:51.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqHWr3KFCysOosasxBoNiyhWtd2Jtxl7 { top:11.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6prNJO2cxW0MTkaPSqFZZw5OJW5Eh4I { width:47.75rem;height:2.375rem;top:5.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9wFQtqnIcAO2QaNTiehJZLLrlGHQOX { width:47.75rem;height:1.5625rem;top:8.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC { display:block; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jbc4Lvuqx6r5rWCKTggndygT5TzfTevQ { width:45.3125rem;height:2.375rem;top:5.0625rem;left:1.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRWQHl92JRkBIfxnfJlfG2Ldi5LIQro { width:11.1875rem;height:2.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4T7UmCTu2QrnaCfPf8QaiVro1CBbeK5 { width:6rem;height:3.0931821110968rem;top:13.6875rem;left:2.3601560592651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbuS0QITJvoZ6EuML5Hd5Ew7m9kzCCk { width:4.4375rem;height:7.9495589512069rem;top:11.1875rem;left:11.561718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9TZSanUUTfpkacE5EqwWSPTXZePoZs { width:7.375rem;height:2.9749402125031rem;top:13.75rem;left:21.719532966614rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABifggFy9VdzDLWQau7MrTgrfh8gyfga { width:4.0625rem;height:3.816241238871rem;top:13.3125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3yi5b3NZuguV3khE3XZfQQsVzwQvFl { width:4.8125rem;height:4.8739673130457rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2wuxpI9gzdhX9nn2v8vVt5ClX6y0FV6 { width:7.5rem;height:3.4097954122752rem;top:13.5rem;left:32.587498664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTxvHbgPd1xaKn72xOoJ0c9LtTaf6om { width:4.875rem;height:4.875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4PCB9knl4KPFCPMHnB4ZcHwEyepsdn { width:10.5rem;height:3.6032420148075rem;top:19.875rem;left:7.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiKS7d5l2FS2p3m7M9HXziUMs8M1WCh { width:3.75rem;height:5.18676875rem;top:19.0625rem;left:25.35595703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxm9vcyOZN9Wi5IcmUezq4OQCIRzmkcn { width:10.1875rem;height:5.09375rem;top:19.25rem;left:31.243748664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvKer6nm6lAvzhw9mzGqS0C32A8HWVqh { width:14.6875rem;height:3.18671875rem;top:20.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5uLZ8daMEOmb4aNJJykM2lpWVELWd7 { width:42.6875rem;height:1.75rem;top:27.0625rem;left:5.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 { display:block; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSRZDJF3LrNAnv0002zmyzI0zfS25nNT { width:31.875rem;height:8.4375rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIBUGTmDwb4L940Od8ll1ZSFbtqgFNO { width:35.375rem;height:33.8125rem;top:7.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-regular-label { width:28.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-textarea { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-button { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-checkbox-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv  { width:28.625rem;height:27.875rem;top:15.875rem;left:16.625rem; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .radio-container { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv {display:block;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv { width:28.5625rem;height:auto;top:9.625rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #kySUfhchqSNR3QXD0gCPdKLuebRKzF4i {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #dyvFSBW1hxsFMO5rKzKCErs7Sf4qJCEf { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #eubCGQdnkKc5W4PTyAStkbqgI90xz75i {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #K7bAs0ANUvrXA5xdpyf9Hia3BkQO7TQC {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #OPPQg6CrWHiWKcLubAWe5D6QRb6v28yO { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Av0VStoxRo1KHS1LIK4SMw9VdZ4TNA4h {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TzIvbVScuG8F7DScciZynmCcvTWIOwb7 {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I0sCPMiOPMQhcM2JuHpdC5CfPGHTBy9T { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #BVeo2HlRlLJfG9BQABh26edDO4NTJxxd {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I1NmEeg04J8BNnypnZFTTMfTPMGx9ToF {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TuDrm3TXLavuPaiTiRFg05Np29xXSlAG { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #SInepd8dd1I1Rh5beibxnQKJaRoBDZM8 {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #vTFIFXlKrc8hIQU1Fxdr53fKNV12QDGU {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #fwl7FGCvTMOsWBAlLMb01KnGQByXTHVF {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #QTsAuahR23iL4OQkWwdyOkBOneQNSNPG {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #tIcBhf0TBrNP3hDrpXzug08wmq6BBZqE {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #rDaebvR4cUQ1ogfWsFcDqKMILKBnEpKl {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #yDRszcZ3vITuRq42x4mZU3Ti42CdGZ0z {  }
 }@media only screen and (max-width: 763px) { #BawfTgkpo12I3qbrTBpCQMLJed1VCUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #czDWekxTceW3ZZFT2AS5F7xfP8Nf4pfv {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Ulsb7BkPfoByX7nzGOFEcRvZFBTED3TG {  }
 }@media only screen and (max-width: 763px) { #b9i4MC9Amo6HDx00eZkurbGJe3mN6Win { width:29.1875rem;height:7.8125rem;top:12.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haSooMVlrwm0POGsuHwW0F4vrf2kHUDu { display:block; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf7QfpT1E858tpgeaupEIOsHzNx01wLp { width:45.3125rem;height:2.4375rem;top:6.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2Sfptgag40BAe4PNTRMpMZJ0Gc6kKD { width:18.125rem;height:1.9375rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Sqiw3F3KbEfDG80Z4wTk27RrOe1PhS { width:18.125rem;height:1.9375rem;top:10.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpLWQTJ6WrDleZW14VWEq97vLhVyMiMG { width:18.125rem;height:1.9375rem;top:10.5rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0RBsiwXKsHgU9yFTIrzQ0MVoAzkCBV { width:18.125rem;height:1.375rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQz5ahk2NBFPt3VFUOIShXaaQrx3LWs { width:26.3125rem;height:2.8125rem;top:13.0625rem;left:10.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEVDC7tHwcRNugsJdO6pD3KF4U5lp7vz { width:18.125rem;height:1.375rem;top:13rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 { display:block; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlI62w5ylkLpqM22BGHl9i1awqLrTLGy { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAHyrUrZpLXEGMV0TPJkLpEfbhet3vUN { width:3.1875rem;height:3.1875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ItEZUuOTzvRIeNQKvxryxwrwAODZky { width:9.8125rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pefykxS9kzat8wyblZ2hLWtSHlPGapm3 { width:10.5625rem;height:1.6875rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFVaxy3TE1GFsA1JP76ur0PkkMWp4lE { width:10.3125rem;height:1.6875rem;top:4.875rem;left:21.187500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwiH6ggN1cK9EmAiOw42nTkmNmx0bDE { width:3.1875rem;height:3.1875rem;top:3.625rem;left:16.999999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #tePFUo6tJL0FlR0qxrXZyTOU3cSzm5lM { width:10.3125rem;height:1.3125rem;top:3.6875rem;left:21.187500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBJvznLg7U5Mgat2LCCxOIgngHhrwPBa { width:8.1875rem;height:1.3125rem;top:3.5625rem;left:35.811718940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvByKFpvz2eamBS7xILm4gPhsVnTLgR { width:8.5rem;height:1.6875rem;top:4.75rem;left:35.812500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD { width:3.125rem;height:3.125rem;top:3.625rem;left:31.975781440735rem;display:block; }
#p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm { width:3.125rem;height:3.125rem;top:3.625rem;left:44.625rem;display:block; }
#R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P20rB0EWU6KgyhMQzTdSCBXt4UsUd97I { width:10.875rem;height:1.3125rem;top:3.4375rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8XSGJfXOpSLhZE8e3pdF5orN6OpMTLT { width:10.6875rem;height:1.6875rem;top:4.75rem;left:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeiGsEGCIzvNfWhQCXZoyKihcoOz09v { width:8.4375rem;height:1.6875rem;top:4.625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIf2Sh7gGEKmCiOngJxbVNRmuesMVCi1 { width:9.8125rem;height:1.25rem;top:3.4375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eveXNhz4Hpn3OxGUmNOubh2UG9JbGRsb { width:3.25rem;height:3.25rem;top:3.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO { display:block; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG2LuM60e9WO2UU3L9lTQeKbN6lDDalP { width:11.5625rem;height:1.5rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zD4mdp3ZzDB2uZ3iLbIpu1DLARrHCP { width:43.5625rem;height:1.25rem;top:3.5625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg { position:relative;z-index:auto;display:block; }#gJ4MsP2tSCNbx2BOt6KzuAbbcpTlRXyg > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbKfF7orHg01G7TrbmyGBarhPkQPayuw { width:6.375rem;height:1.25rem;top:4.7683715820312E-7rem;left:6.7811422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgMGL1QcdxEObmgA6FhOL8SAqTSIm5J { width:12.0625rem;height:2.1875rem;top:1.9375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHe41HS447PkfSoWLVQuPcu2OTWF0SmK { display:block; }
 }@media only screen and (max-width: 763px) { #f7M5z79AWlsFrdv238585ckKcftxUH6v { width:11.3125rem;height:2.1875rem;top:1.9375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2Eu46pgmNCpi7IiClKrG7WDEhH40fvh { display:block; }
 }@media only screen and (max-width: 763px) { #UfQTcQTzHS4Hr07hhVHuNlo3ML1MPKGM { width:16.875rem;height:3.4375rem;top:2.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgXqObcyGFR4T5Xz2T30EahkO2I610n { display:block; }
 }@media only screen and (max-width: 763px) { #PpM8fAPiOkkKAg3IHII8Z5iTCAKJX9fA { width:5.625rem;height:2.1875rem;top:1.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKKsKmSnmv0gyEhah3RbD8l9bnHr5fh2 { display:block; }
 }@media only screen and (max-width: 763px) { #atAPbllMGpTZTMcmPmCw6hfhSV999Fw4 { width:14.25rem;height:3.4375rem;top:7.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcX1dMiTO0lss1OlAgtWCv3v1edTJQv { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4115793e-ef51-41d9-91d7-16a899a92ba1/AdobeStock_1120574203.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAQmtZoUxh0IlJNIk2pn5wT9Uv98FX1K { width:13.31175rem;height:1.811525rem;top:2.54150390625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeOr63AwUbKKUgxa1ByuTeM322CmeJx { width:20rem;height:1.7rem;top:13.155517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trT3CcVoWlb1TE5UDrZmMWS7UzRGBCer { width:20rem;height:7.8rem;top:5.43701171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 { display:flex;width:3.125rem;height:3.125rem;top:31.578369140625rem;left:8.4375rem; }
#HM16RyEhSGAM0lnveHWwefOHKWgTD6O6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Nc4LPsTsBi2cVlwwptiwaDJXCG8XNJAF { width:20rem;height:14rem;top:14.854736328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI { display:block; }#qmS3xV3BD4vxOoSOyTqgKwG0t81Cg2bI > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFiHPpTIF0r7nWKZLQ5AU66aBUAzVft7 { width:20rem;height:5.11875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApnRxqmrRLgiytN2pVM8mHXMAOCfuWPX { width:16.4375rem;height:2.8125rem;top:7.6171875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfT8P8C8TlUJwQVkioKmTcTQ0JOeBLaN { display:block; }
 }@media only screen and (max-width: 763px) { #fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F { display:block; }#fU33ENaZMJ06Txs2daMOTNUcGTfFVH2F > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzmy7CTLNN22NTW5LrqLgAnEPgtZnqgq { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JQFZCCSBnPhNh8ZgLVc1gLlbLpHr66lv { width:20rem;height:12.6rem;top:10.452880859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZb5944VwgQ0CsCfIkJg3NfhLIvTpVDr { width:16.875rem;height:3.4375rem;top:25.1171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQ8eMQ03nNwGe2At2Lyld7EpFegGdtt { display:block; }
 }@media only screen and (max-width: 763px) { #dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I { display:block; }#dDrS63riQ0BnfI3NZE6C9QSycEwmAB8I > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3oNHiDF8EJ9bsw1ppB1bJH9dO9i4pfA { width:17.0605625rem;height:6.3375rem;top:1.25rem;left:1.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 { display:block; }#MJ5B87bNRHhtbv3uOfrlaymD88pNdV23 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaHnh9o3M2HnlqygOcKDD0F3hxHqGbrF { width:20rem;height:7rem;top:7.24975625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxGVP4RrEDQg85NlFAbZwpJQaWAlcbzJ { width:20rem;height:7rem;top:22.764892578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUXE2sRcUqnkW1FEyFKc5DA68Cl2LTAq { width:20rem;height:8.4rem;top:38.699951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyZTLF6n8XqOyCUi7Nvim3eWl7kNmbH0 { display:flex;width:6.75rem;height:6.75rem;top:0rem;left:6.62353515625rem; }
 }@media only screen and (max-width: 763px) { #ZWwNXVhDwGDLe6BWcxrdkEg5n4SuhQzI { display:flex;width:6.6875rem;height:6.6875rem;top:15.4296875rem;left:6.6552734375rem; }
 }@media only screen and (max-width: 763px) { #DgHbprBoWIQ8UqDrOTaH7tOEp3lOOz4E { display:flex;width:6.6875rem;height:6.6875rem;top:31.09130859375rem;left:6.6552734375rem; }
 }@media only screen and (max-width: 763px) { #cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv { display:block; }#cTTWZUCPZ88TNZ32BzZncmrauTSqMoMv > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svqGnxLEFxeSvl8GZAfJ9w7Z89xLdAKw { width:20rem;height:2.8rem;top:9.437255859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCaFD7GAoiBMZaDAPOguaWTu0qsl8vXc { width:20rem;height:2.8rem;top:22.342529296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bkce1lDaB0fV77qQfwtmOxXptmEa4Nh5 { width:20rem;height:7rem;top:36.998291015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJXWNG87mwE5QNSEBwAahQ5f8u413HvK { display:flex;width:6.6875rem;height:6.6875rem;top:1.49169921875rem;left:6.6552734375rem; }
 }@media only screen and (max-width: 763px) { #v46pi6ty45UbifOWyoyAUurW2fRmrCgU { display:flex;width:6.6875rem;height:6.6875rem;top:14.678955078125rem;left:6.6552734375rem; }
 }@media only screen and (max-width: 763px) { #DnUl399JXXAFMQmZ7cDpTxwiHxrKNysk { display:flex;width:6.6875rem;height:6.6875rem;top:28.365478515625rem;left:6.6552734375rem; }
 }@media only screen and (max-width: 763px) { #Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI { display:block; }#Ek3yDKhi6HTsJfG6ODQf4T0Td4le7lcI > .row .container { width:20rem;height:160.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc9BEx1Jsy196OU2DlSL0U5E6PoxK1AI { width:18.9355625rem;height:4.225rem;top:1.25rem;left:0.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xx00amaF5kT1om7QUhA2HIrqbdF4GSIJ { width:20rem;height:5.6rem;top:8.873291015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmm7d2lJgc9hVk25zUHqZhWAUS2aWIOq { width:20rem;height:4.2rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsVwIo9TtmiLT7qfNnW1VA8b6XTHd2zT { width:20rem;height:4.2rem;top:27.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iimPRvT27gbpuR2ATf2m92beE3xmWHkZ { width:20rem;height:8.4rem;top:36.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qdi1UVTbwxZb76g7B6drgh796GlxtGM9 { width:20rem;height:7rem;top:48rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4hrG0RLkF65G6xe7PhiW9XhPb9qeSSL { width:20rem;height:4.2rem;top:58.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3euULgASxRNSZ5pxPzTF8p3MnGT6cl8 { width:20rem;height:7rem;top:66.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZUb3AtAAmLx9PG6v4cMqGhuGnshma5B { width:20rem;height:8.4rem;top:76.328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmDoC5DwBcxmHuUakI1SIpfksauJL4T7 { width:20rem;height:7rem;top:87.98461875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvxKxRHvfJgwy4igLMf3thgZeM0T9sEo { display:flex;width:1.75rem;height:1.75rem;top:16.015625rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #qG7VinC7AEfgE0LSONiIp9zcD7A1z0JH { width:20rem;height:7rem;top:99.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8aJRwL6TzZBRVLVnOgUMt0cLVC4JkQC { display:flex;width:1.75rem;height:1.75rem;top:121.07055664062rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #gTQa6eXW6GCvEEQv2DupTlrZ9PlLmqWp { display:flex;width:1.75rem;height:1.75rem;top:107.5rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #QztZTEghGBHXDPDDF5kR8kiBisTHrIS5 { display:flex;width:1.75rem;height:1.75rem;top:85.570068359375rem;left:9.091796875rem; }
 }@media only screen and (max-width: 763px) { #Kb7eQerKmnMTGQnGoUr80w0yc9DhwJnT { display:flex;width:1.75rem;height:1.75rem;top:74.578857421875rem;left:9.091796875rem; }
 }@media only screen and (max-width: 763px) { #P8HsHTiiMPDKxIDf10gMAF7tz4ic03we { display:flex;width:1.75rem;height:1.75rem;top:6.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #UmcLgGXQu1z4rezN6HdLmtbXLZLcXVkr { display:flex;width:1.75rem;height:1.75rem;top:24.874267578125rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #VI9LStSHJJtiIqz90K2DUqQfd16UC38D { display:flex;width:1.75rem;height:1.75rem;top:34.3115234375rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #Gr7hlsVQ4GZcs9axxViRIVhkWcOGfw5F { display:flex;width:1.75rem;height:1.75rem;top:45.810546875rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #RokLqerbDcwcr5H1wCVLNfA5sEE1DFFS { display:flex;width:1.75rem;height:1.75rem;top:56.4990234375rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #kiZBsiyiqDTGESCuObd2x2NLET1sRHKe { width:20rem;height:7rem;top:124.06127929688rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIR685pvvx7NTzrlX4BsbOUCFkJnoRTe { display:flex;width:1.75rem;height:1.75rem;top:64.18701171875rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #ceO6vFkvN2h1gta9qaK85RZMtd6QDy6D { width:20rem;height:8.4rem;top:110.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhtDohHWeGqr65MLM6KOTssP7AgpUdON { display:flex;width:1.75rem;height:1.75rem;top:96.3125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #AhAACGgZJEQU9A3xw506kSAkl5aMfZdv { width:20rem;height:25.751351351351rem;top:133.35083007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scDLv7eFlxwen7eBnIz5QuT0HZoQtXue { display:block; }#scDLv7eFlxwen7eBnIz5QuT0HZoQtXue > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzSkgFPleyitzGNmpE8A9Ui7Pf5xlLEy { width:12.0625rem;height:0.0625rem;top:10.287506103516rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5UEVcku1Ial3mea81OR5F9ld3sUwK4 { width:1rem;height:1rem;top:9.7562561035156rem;left:14.737500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #plk7VJNGkykRoHwuh0aQvqNNvCvbU4xt { width:17.68725rem;height:3.2rem;top:12.49951171875rem;left:1.154296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uksLMNTNnuaPbWlVrC7SawDXTLy12ASd { width:11.25rem;height:2.4rem;top:7.0874938964844rem;left:3.21875rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XlTp5wwCgPa9W90MrQ2r0x8EqJTRAZXZ { width:11.375rem;height:2.4rem;top:19.125rem;left:3.625rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QcnIh00PHSXGCFPfqtyX7FOJPc1VTyGq { width:19.125rem;height:3.2rem;top:23.5625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUi18K35woZKqhWWknnaaDcw2ddMRAvJ { width:12.0625rem;height:0.0625rem;top:22.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bycLfBKnzTKlyeUamqsAkBpha956sZ01 { width:0.99975625rem;height:0.99975625rem;top:21.6484375rem;left:15.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4EbiENtkbFsXTerVLpkVWvP0AQZc7F { width:11.4375rem;height:2.4rem;top:29.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ilP1dmEMIP52MP5Nb5B5MAyC4JOUKFfU { width:12.0625rem;height:0.0625rem;top:32.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBqoF0vnyDdebo9fNa8BPe9kD55ihEx { width:18.5rem;height:4.8rem;top:33.3125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChkZcxDb5DHRFAMJ3naHE7860BRezNuM { width:0.999025rem;height:0.999025rem;top:32.0234375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAAQmVQt1HIlQl2pXgge0UTbpsDoc8zN { width:11.4375rem;height:2.4rem;top:40.6875rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KTKDyT9xGf7ZGoJM0wrWDwTCTqulV429 { width:11.625rem;height:0.0625rem;top:44.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCxKF7e8g3f6A3LXXi5Mmwf2PvXZXn92 { width:18.1875rem;height:4.8rem;top:45.0625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXFL9huZaSSwzpfmCgdWZAGgTqJhBRJb { width:0.99975625rem;height:0.99975625rem;top:43.656005859375rem;left:15.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNxIOEU8TxZTltCBhvFppbsD2k3dNTo { width:13.75rem;height:4.225rem;top:1.749267578125rem;left:3.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzMMCn6T7csAhQKuTspWZtX0z55MViKn { display:none; }#UzMMCn6T7csAhQKuTspWZtX0z55MViKn > .row .container { width:20rem;height:116.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AbPZpFfDHNwA4mQ4FkJhtv6I4ELuV8oo { width:6.25rem;height:0.0625rem;top:16.4375rem;left:2.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA8CSS2up7EglfZye9Xp6mgrBkv8IFkx { width:6.25rem;height:0.0625rem;top:35.581250190735rem;left:2.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uauWurb3v0C4Th2FKa8GbrhoTa8nfxSm { width:20rem;height:5.8483875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSfTxQIkNq1LqzrTs7yq1OT0FNCUG52k { width:16.875rem;height:3.4375rem;top:110.8933105625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZGGHUAOPsUoxN7b4f6cSobZ53uqZ37C { display:block; }
 }@media only screen and (max-width: 763px) { #KKnyKsz4Lxt3lOwmolH7RgnIk5VIoKMZ { display:flex;width:1.75rem;height:1.75rem;top:38.1433105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #rdB8L790EsqpTvkCuLhxTMw3T5GFATq1 { display:flex;width:1.75rem;height:1.75rem;top:45.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #rotlMuVDVPbuQL3xSVUkA8us74Lt13lT { width:20rem;height:auto;top:11.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WZZTDobcEbSmKfRIdZpZgKFaESQwJR2m { width:20rem;height:auto;top:19.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #roQR5hbXPhCaITL9VBFRxAGANaWO6wID { width:20rem;height:auto;top:11.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pZZIOVg0AQIrTP8CD02kW0ub8wTv7uHk { width:6.25rem;height:0;top:36.8933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqyEEx2PJpELZi79kzAdNcTnKdbC8Pg { display:flex;width:1.75rem;height:1.75rem;top:41.1433105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #JSet7SAfdx5Os38LsEMNaZqP1i7HagWg { width:20rem;height:auto;top:19.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5aHrTwVUXkQ5MOJ0wTkSg0WlMT4JPLU { width:6.25rem;height:0;top:44.1433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avqt3xrVFw1xEpmNEAawLmzND4m9R9V1 { display:flex;width:1.75rem;height:1.75rem;top:48.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #sQK2NLXdzT1DZJqxQ0V9SrMmVc20XCMG { width:6.25rem;height:0;top:52.6433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZrSGobzTAN0xm75ZLm2RHDSaz2tQemf { display:flex;width:1.75rem;height:1.75rem;top:53.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #p1GZNH9erGK4TDpBaAJ0bexT9aR0zAFO { width:20rem;height:auto;top:24.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HLE6nxHbzuO4KMPwrqQo1bWk1xb5eIxA { display:flex;width:1.75rem;height:1.75rem;top:56.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #ll44GPsM5MKA5Bpn6pTJ5emMrbbxiw5n { width:20rem;height:auto;top:24.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W2VMIqocQeNXKbRMffAKviNgSHhdZZRr { width:6.25rem;height:0;top:51.3933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnmgVI23Ubc2TbUQiSQsJ9ZZqTTZK5F { width:20rem;height:auto;top:34.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NoteDNABIs96skGhrX9uV1fLVzfazBDS { display:flex;width:1.75rem;height:1.75rem;top:73.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #IGoM3S5IEBuV8eFcsUXXdCPD6NQqAxSO { width:6.25rem;height:0;top:69.6433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsf1CC0vTzDvfPTcI2JRmJQ93rHd83zp { width:20rem;height:auto;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iSrH9Zx9dqraUZf9M04vLIgr0wpl1qPS { width:20rem;height:auto;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XEJTUQBKwZdltnCIqJrIWmQwEvJXRaE6 { display:flex;width:1.75rem;height:1.75rem;top:65.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #VQgKSIwrfPJSg4HkxazXGGCK9Auu5rB3 { width:6.25rem;height:0;top:68.3933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMsC6vtDIbXhG8cbvITB3B3DgUe0UZNm { display:flex;width:1.75rem;height:1.75rem;top:62.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #WGQElkCnhUlFcKI19HsdKHHnQT5aqNJ7 { display:flex;width:1.75rem;height:1.75rem;top:70.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #bvqtudIbyyMpWMMQdKNBcrvyFtLf5cm0 { width:6.25rem;height:0;top:61.1433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moIIR6oSnLpX8UOgK8DoIAFraBulWVEK { width:6.25rem;height:0;top:59.8933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwApwRMRlXVMx8Zvrco1Ku81W50Tbdm { width:20rem;height:auto;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vOdFrH2dM2ykZ5lo9Etsfd3c0PW3DkFB { display:flex;width:1.75rem;height:1.75rem;top:99.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #lcWKSLW442TOEOrkKUFt0Ml9pPA0DVTR { width:20rem;height:auto;top:49.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EocHKy0Q4zExCDWKICUOzUrtIyoPPBxk { width:20rem;height:auto;top:49.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #az4OldqIhGST46vvxrb2GiucnWtU6kup { width:6.25rem;height:0;top:95.1433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9dVkaZTe9ggalxJgZC4tbZ8IdblddyC { width:20rem;height:auto;top:44.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dzTsWlqF5pGx87bDXR6hxo9P2V93oTr1 { width:20rem;height:auto;top:44.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Eefeq21K5QqpgA6sge4qgXmPNpLgOhWE { display:flex;width:1.75rem;height:1.75rem;top:90.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #VCa1ZTO2XCd0IFyG4hMieL1oMlXdVKty { width:6.25rem;height:0;top:86.6433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG41DBVkIA7IdAs011mduf312RWHGahu { width:6.25rem;height:0;top:93.8933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsZJD5L2h0gUB7WrkcqWaDfpFdf1eaZL { width:6.25rem;height:0;top:85.3933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4PIkMgvipMtEcKPFH4p4KeboXEr8t5 { width:20rem;height:auto;top:39.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yVFys5of3QFu2hUTIwMMzNaaTZetySQz { display:flex;width:1.75rem;height:1.75rem;top:82.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #NOx6mDCcbie4vTPh6sPEhTTP3EPhtQVr { width:20rem;height:auto;top:39.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UQi7EWnWDUFMhwfy5KVuXfsFo0vnCDu1 { display:flex;width:1.75rem;height:1.75rem;top:79.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Jsti07UB06JuHVtIrDlLxTQMWhakzoTc { display:flex;width:1.75rem;height:1.75rem;top:87.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #uXmk38SKUhTn89TrB12BKJvx0JFAvhXw { display:flex;width:1.75rem;height:1.75rem;top:96.3933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #LI37tIKOVZSiF2SyU86vrKNo11pHgM8t { width:6.25rem;height:0;top:78.1433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwxqgc3LJwS1oJ59dq3T7tdT87AT6I5p { width:6.25rem;height:0;top:76.8933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfiz4lptWguiutuuVEx6uTBwffKV8xP4 { width:20rem;height:auto;top:56.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QI2IGf86kQ0ofFqBTDKoJwPTdAC3OaZr { width:20rem;height:auto;top:56.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yu1R8BkLalBHvF1x9535XW0tSB29xyco { display:flex;width:1.75rem;height:1.75rem;top:107.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #sKVa68b9SbKMZZeSA2V0aTTTfczeyEIz { display:flex;width:1.75rem;height:1.75rem;top:104.8933105625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #WO7v2de2G3ChRtteBpqA6LrfadXW4dsa { width:6.25rem;height:0;top:103.6433105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Fqa7FiV7W4FCd1Oq2fzgeDXxcvyADF { width:6.25rem;height:0;top:102.3933105625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP { display:none; }#q8wtGXUhOsVdUfkrKiC5wy6OBo39CzqP > .row .container { width:20rem;height:110.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tntb56JacmE1Ub04GffgJ9yvWQqKmu2m { width:15.8728125rem;height:4.875rem;top:1.25rem;left:2.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXHJ9Je2KCp58STOiMIxmJVMFZy274aM { width:6.25rem;height:5.625rem;top:8.0615234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCfPZ1QBWLHX0X7ly4B3Wqs6A0zVQExN { width:5.9375rem;height:5.9375rem;top:42.373046875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfoWD73buIPARKidyoy0PKAVUXokteT { width:2.436525rem;height:5.62621875rem;top:76rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5O5eIEVxp9H7rCJmS1NXmDHkTusnKxR { width:12.5rem;height:1.625rem;top:15rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk1hOrGPMDxRzLeeNT4hnb5RqU33cqZe { width:12.5rem;height:1.625rem;top:17.186279296875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOVDrV92Iehl6xAwGPL6aTdNpumGTqnt { width:19.187rem;height:14.625rem;top:19.89501953125rem;left:0.74951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTv50Mtkpr1PTgBroAJUJF1o9I1Cqh7U { width:20rem;height:1.625rem;top:49.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDeSsEaiAee3tUPwl95aiGIx0PQGpCzp { width:20rem;height:1.625rem;top:51.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofcUKv7NGGlQLmOCON8AAO66eWsuhfon { width:19.187rem;height:13.1625rem;top:54.810791015625rem;left:0.37353515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN4MywrzlOK944HubDnxMqUefylaJyUa { width:12.5rem;height:1.625rem;top:82.8125rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLKB7eVexCeehr39zyW8Vg9y6cw1Gzwb { width:12.5rem;height:1.625rem;top:84.6875rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTJpdSFwNJBEbIA7gpW5uqgHpd5A8SLb { width:19.1875rem;height:14.625rem;top:87.1875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfOn1oXHvNcqc0912SvTvE4enUZQrlE9 { width:13.75rem;height:3.4375rem;top:36.580810546875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFZX5BZT5Jn3N77lUrGyRWe5kuay0bd { display:block; }
 }@media only screen and (max-width: 763px) { #mXqnsuQU2WuppaIgkdlz4wqPTftktTWh { width:13.4375rem;height:3.4375rem;top:70.343017578125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMcMBhFEXCeZeisktu2U9tIrK0kkvym { display:block; }
 }@media only screen and (max-width: 763px) { #DPipn3CETFyTNCHALa9ScXBSvONCaBfs { width:13.4375rem;height:3.4375rem;top:104.90478515625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EStpDRmbhTfkSHZMhNRHtuQqpXZqS9BU { display:block; }
 }@media only screen and (max-width: 763px) { #zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa { display:block; }#zZ1cX4WNw9nLptVpVpHaNwPhd8tTTrZa > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK { display:flex;height:auto;width:17.5rem;top:9.573974609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ETmXVtu7nZ6buLevS9y00A9pNLv4OGuO {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Q6r6Nlknaac18MPtdMmOm8tIbs8LWIgV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #EyiV6VAHHiWViKLlU0Ug4mKunPDWP7CT {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cx6W50Xdbndf1VRBU58MNeReuFNOgceV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TAZHeLA5dT2BzGrBRWpovTKAfIlrdSha {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qFcTSUvmfBuSZGxZkNBzNKvLf5xUg3kC {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #nvl1mctUFHpHfBQUUVi0HvdSibHgaA2H {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gh4grGeMds6JmyzEo4Kn2HKNBwxUCzVJ {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #NMikn9BROkxNQOB674s1r4FivGcloMG0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gSOq8RghfzKTUdRFw6BhPUMGCeUn6nfy {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #vvx6zq6DQmEK7TgIN0NbcU7LxHyIqZ8p {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kfVxnJVu4quP1KDclqKcL8dU5RPzp1c1 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #mkZpxl9LaMhCU9py9eKGayBOpOB8BPUR {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #crlDMIeJpSWoai0UEetOfIThe6h8bxoR {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fuFUzkNqR6tASsVRzBPsDZggqusb8kbt {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #VMv40oEDO9g1tiIC4lCty5TcJZNDRBpa {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TTaL5vRNvOpwnRFCZFrDrHfdrqrlp7ZL {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #qf1y3OVhlBQReI7cW02aBTDJqns1zmNV {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #B5KFwuud2ACwTbwHrnpuFooaPIsyyJTf {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #kOvKLJHVlTStIBgyR79I94JAIscafvWe {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ze8hZ35qTLhNF4upXlWTJgQRM57k3l6T {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #P97tb0ETpHoCJTg8SiK39gHp8KEumgZU {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #PMFmKdnQTdzkdpCzrTdrAm3XJCged9oz {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #Pz3qbc21ZOvATzqs5f8mUUfxSf4qJ7Mc {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #tQDLMdLhU7hg1iZpThNThfgVakqyUlsz {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #bnxSNys05goG1G3ytCedwJh20iwLOD4o {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #RFKpMi1DD0qXuJXrSbgFq9sKCAZlSh3i {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #cCKlKHD1TFgtLUix0Eo1f6G8fQOHNOpF {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #fulN47R2dSdb5BCxw4BzZE0pEdHkAWZ0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TZtVAo2JgIyyAAidW5AJ9yqLQkbikU2I {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TgZbqBxxSLb3zUR1UfCIp0XtvSNB9QOy {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #z5Tmkl8ctiLicJCLiEE4HboiVuOOizJ9 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #TzIkPtkU9Mz28r8z2VCvQsOT6mrS6rsk {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #JkWeyEhR0TRZSaDs9DnpkDvdGezIryyU {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #gx3MAAPS4MTXxJXErNBnWizgTLTNosZ0 {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #hHswmzuq3Oo02xdEw1UVuCnyL7Nei9uG {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ZJrufbVBDf83SGd4xDC3NL00D6Rz7mnf {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #BiaqIMrd39hHFJU8Wq2H6aP2MkrfEzsP {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #ode9HsbnaB1LoWK55qDvq5PMHhlrZrLh {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #X9Q8GMKJo2d5HTil0qaESSJ3NsTWFflX {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #inJf97ySB5fJp3Z3Ef1IBMrIc2r10fbm {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #uTvKnuqp1IM6wJHRVFpg16gCDCUztdNk {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #SpBNQm19ALU4H5X1ORiZGCv6sbLAMxlm {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #G6tki8OObxKPUqZ3lUq8lZgOqyxuBZeK {  }
 }@media only screen and (max-width: 763px) { #GkNzQGDNhFIX5bCmwoiP9TBLrs83vFoK #yrS1sCLdb5aVdFkRgfRbdrmMrrIT1uz0 {  }
 }@media only screen and (max-width: 763px) { #IrSgnmKStOCS7O4gqizFA2P3Cvo3ZbTH { width:19.625rem;height:26.0625rem;top:8.949999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqHWr3KFCysOosasxBoNiyhWtd2Jtxl7 { width:1.25rem;height:1.25rem;top:8.324999809265rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6prNJO2cxW0MTkaPSqFZZw5OJW5Eh4I { width:20rem;height:3.9rem;top:1.9921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU9wFQtqnIcAO2QaNTiehJZLLrlGHQOX { width:20rem;height:auto;top:8.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC { display:block; }#yt6X3QdTGXsT9HKSrGty2CUsrVd1ZOCC > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jbc4Lvuqx6r5rWCKTggndygT5TzfTevQ { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyRWQHl92JRkBIfxnfJlfG2Ldi5LIQro { width:11.1853125rem;height:2.1875rem;top:6.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4T7UmCTu2QrnaCfPf8QaiVro1CBbeK5 { width:6.0620125rem;height:3.125rem;top:9.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbuS0QITJvoZ6EuML5Hd5Ew7m9kzCCk { width:3.31176875rem;height:5.99975625rem;top:45.06103515625rem;left:8.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9TZSanUUTfpkacE5EqwWSPTXZePoZs { width:6.3110625rem;height:2.5rem;top:21.873779296875rem;left:6.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABifggFy9VdzDLWQau7MrTgrfh8gyfga { width:4.0625rem;height:3.81591875rem;top:26.873779296875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3yi5b3NZuguV3khE3XZfQQsVzwQvFl { width:4.8120125rem;height:4.87305rem;top:14.248046875rem;left:7.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2wuxpI9gzdhX9nn2v8vVt5ClX6y0FV6 { width:9.4983125rem;height:4.1870125rem;top:60.594482421875rem;left:5.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTxvHbgPd1xaKn72xOoJ0c9LtTaf6om { width:3.625rem;height:3.625rem;top:39.43603515625rem;left:4.625244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4PCB9knl4KPFCPMHnB4ZcHwEyepsdn { width:10.4980625rem;height:3.601075rem;top:33.248291015625rem;left:4.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiKS7d5l2FS2p3m7M9HXziUMs8M1WCh { width:3.75rem;height:5.18676875rem;top:52.87353515625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxm9vcyOZN9Wi5IcmUezq4OQCIRzmkcn { width:10.1855625rem;height:5.092775rem;top:66.531982421875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvKer6nm6lAvzhw9mzGqS0C32A8HWVqh { width:14.6875rem;height:3.18671875rem;top:74.121875762938rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5uLZ8daMEOmb4aNJJykM2lpWVELWd7 { width:20rem;height:1.86889375rem;top:79.934375762938rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c57567d4-4495-4c49-a965-e6f45f37afa9/AdobeStock_553721043min.preview.mirror.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.adaptive-delivery-prevent-bg, #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.lazyload, #i6rnEVc7P6bgvXigOepOslM2ymX3H7W7.lazyloading { background-image: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { background-color: transparent; background-image: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container > .video-iframe-container { display: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row > .video-iframe-container { display: none; }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .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); }#i6rnEVc7P6bgvXigOepOslM2ymX3H7W7 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSRZDJF3LrNAnv0002zmyzI0zfS25nNT { width:20rem;height:6.8rem;top:8.499755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfIBUGTmDwb4L940Od8ll1ZSFbtqgFNO { width:20rem;height:26.4375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv  { width:17.5rem;height:23.183625rem;top:18.8134765625rem;left:0rem; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv {display:block;}#QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv { width:17.5rem;height:23.183625rem;top:18.8134765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #kySUfhchqSNR3QXD0gCPdKLuebRKzF4i {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #dyvFSBW1hxsFMO5rKzKCErs7Sf4qJCEf { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #eubCGQdnkKc5W4PTyAStkbqgI90xz75i {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #K7bAs0ANUvrXA5xdpyf9Hia3BkQO7TQC {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #OPPQg6CrWHiWKcLubAWe5D6QRb6v28yO { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Av0VStoxRo1KHS1LIK4SMw9VdZ4TNA4h {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TzIvbVScuG8F7DScciZynmCcvTWIOwb7 {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I0sCPMiOPMQhcM2JuHpdC5CfPGHTBy9T { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #BVeo2HlRlLJfG9BQABh26edDO4NTJxxd {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #I1NmEeg04J8BNnypnZFTTMfTPMGx9ToF {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #TuDrm3TXLavuPaiTiRFg05Np29xXSlAG { display:none; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #SInepd8dd1I1Rh5beibxnQKJaRoBDZM8 {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #vTFIFXlKrc8hIQU1Fxdr53fKNV12QDGU {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #fwl7FGCvTMOsWBAlLMb01KnGQByXTHVF {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #QTsAuahR23iL4OQkWwdyOkBOneQNSNPG {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #tIcBhf0TBrNP3hDrpXzug08wmq6BBZqE {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #rDaebvR4cUQ1ogfWsFcDqKMILKBnEpKl {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #yDRszcZ3vITuRq42x4mZU3Ti42CdGZ0z {  }
 }@media only screen and (max-width: 763px) { #BawfTgkpo12I3qbrTBpCQMLJed1VCUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #czDWekxTceW3ZZFT2AS5F7xfP8Nf4pfv {  }
 }@media only screen and (max-width: 763px) { #QgV7MEgysyUmntRzUhd0TvKDiMCSo1cv #Ulsb7BkPfoByX7nzGOFEcRvZFBTED3TG {  }
 }@media only screen and (max-width: 763px) { #b9i4MC9Amo6HDx00eZkurbGJe3mN6Win { width:20rem;height:5.775rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haSooMVlrwm0POGsuHwW0F4vrf2kHUDu { display:block; }#haSooMVlrwm0POGsuHwW0F4vrf2kHUDu > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf7QfpT1E858tpgeaupEIOsHzNx01wLp { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dg2Sfptgag40BAe4PNTRMpMZJ0Gc6kKD { width:18.125rem;height:1.625rem;top:4.375rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4Sqiw3F3KbEfDG80Z4wTk27RrOe1PhS { width:18.125rem;height:1.625rem;top:7.625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpLWQTJ6WrDleZW14VWEq97vLhVyMiMG { width:18.125rem;height:1.625rem;top:12.874755859375rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO0RBsiwXKsHgU9yFTIrzQ0MVoAzkCBV { width:18.125rem;height:1.13769375rem;top:5.9375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXQz5ahk2NBFPt3VFUOIShXaaQrx3LWs { width:20rem;height:2.275rem;top:9.906005859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEVDC7tHwcRNugsJdO6pD3KF4U5lp7vz { width:18.125rem;height:1.13769375rem;top:15.030517578125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 { display:block; }#BoyS3trP7iloTMLdqMCkFiyIDGoKzyb7 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlI62w5ylkLpqM22BGHl9i1awqLrTLGy { width:20rem;height:0.062255875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAHyrUrZpLXEGMV0TPJkLpEfbhet3vUN { width:2.6245125rem;height:2.6245125rem;top:2.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ItEZUuOTzvRIeNQKvxryxwrwAODZky { width:12.5rem;height:1.13769375rem;top:6.4370125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pefykxS9kzat8wyblZ2hLWtSHlPGapm3 { width:15.3734375rem;height:1.4625rem;top:7.5726571083069rem;left:2.3132813572884rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsFVaxy3TE1GFsA1JP76ur0PkkMWp4lE { width:15.3723125rem;height:1.4625rem;top:25.75rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEwiH6ggN1cK9EmAiOw42nTkmNmx0bDE { width:2.6245125rem;height:2.6245125rem;top:20.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tePFUo6tJL0FlR0qxrXZyTOU3cSzm5lM { width:12.5rem;height:1.1375rem;top:24.5625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBJvznLg7U5Mgat2LCCxOIgngHhrwPBa { width:12.5rem;height:1.1375rem;top:33.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnvByKFpvz2eamBS7xILm4gPhsVnTLgR { width:15.375rem;height:1.4625rem;top:34.6875rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD { display:flex;width:3.125rem;height:3.125rem;top:29.875rem;left:8.4375rem; }
#p20aXlWOdCMZWyVykvA2Xv4qswXJKqFD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm { display:flex;width:3.125rem;height:3.125rem;top:38.625rem;left:8.375rem; }
#R8Pd7JKAE8NWn33t6Bs1RiENbUIZNmAm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P20rB0EWU6KgyhMQzTdSCBXt4UsUd97I { width:12.5rem;height:1.1375rem;top:42.75rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8XSGJfXOpSLhZE8e3pdF5orN6OpMTLT { width:10.9375rem;height:1.4625rem;top:43.8125rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANeiGsEGCIzvNfWhQCXZoyKihcoOz09v { width:8.4375rem;height:1.4625rem;top:16.3125rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIf2Sh7gGEKmCiOngJxbVNRmuesMVCi1 { width:9.8125rem;height:1.1375rem;top:15.1875rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eveXNhz4Hpn3OxGUmNOubh2UG9JbGRsb { width:2.625rem;height:2.625rem;top:11.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO { display:block; }#bPXVH3U1QKJx0upk2PqZGBUuApqLGKZO > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG2LuM60e9WO2UU3L9lTQeKbN6lDDalP { width:9.6875rem;height:1.25rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zD4mdp3ZzDB2uZ3iLbIpu1DLARrHCP { width:18.8733125rem;height:2.275rem;top:3.75rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }