.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:218,228,226;--color-primary-1:133,165,158;--color-primary-2:10,75,61;--color-primary-3:5,38,31;--color-primary-4:2,11,9;--color-secondary-0:253,246,226;--color-secondary-1:249,225,157;--color-secondary-2:242,194,59;--color-secondary-3:121,97,30;--color-secondary-4:36,29,9;--color-tertiary-0:218,228,226;--color-tertiary-1:133,165,158;--color-tertiary-2:10,75,61;--color-tertiary-3:5,38,31;--color-tertiary-4:2,11,9;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom 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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { 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:2.25rem;width:2.6875rem;top:17.1875rem;left:15.250000953674rem;overflow:hidden;display:block; }
#k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:18.874349594116rem;left:17.312500953674rem;height:3.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XtJ5oVSIM8Md7lfQMWz047XG3mAvWOIA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14rem;top:7.8125rem;left:23.875rem;overflow:hidden;display:block; }
#XXOU7TcCsJXeb9S1WD3EZcMuFsWTPL0v { position:absolute;display:block;z-index:15017;height:3.8125rem;width:6.8125rem;top:0rem;left:0rem;display:block; }
#ebPOe8KbpMEeb6QbcBSfQNNwdPn837A4 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:22.037109375rem;left:14.656250953674rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vK6kf5BZNfhdNXAO5QEC5sExACLKEeei { position:absolute;display:block;z-index:14998;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:37.375rem;width:36.625rem;top:3.03125rem;left:13.375000953674rem;overflow:hidden;display:block; }
#aNSg9xT349yuaAnfwibApfV14QBICVVr { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.375rem;top:16.125rem;left:7.5000009536744rem;overflow:hidden;display:block; }
#W33KQbTUUJiZcx8FSOiMsX6bqP4Xv6wH { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.125rem;top:0.0625rem;left:11.770833015442rem;overflow:hidden;display:block; }
#C0MidwFw5JKZnax7S3759uulACdssgik { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:17.625rem;height:3.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.5rem;left:22.875001907349rem;display:block; }
#DO1cQAhkG4znRy2Nf0A0DZOxWflmupEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t20QvWazmwpEorXC0Nx9NJ83GbT7W0yV { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.125rem;top:0.0625rem;left:11.770833015442rem;overflow:hidden;display:none; }
#kwsCpHkgclDWModrZXLcKLJMgThcVNGt { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:25.3369140625rem;left:15.59375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeS0D2gi6lb4L4ZIsIg0vx3t5Oe7ocAN { color:rgba(var(--color-tertiary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:13.97500038147rem;left:3.9375rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { background-color: transparent; background-image: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container > .video-iframe-container { display: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row > .video-iframe-container { display: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .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); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { border-width: 0; border-radius: 0; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#xu7rC0TF04g9HNapgPt80AB6Lzd7JQGM { 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:2.875rem;width:3.4375rem;top:0.75rem;left:4.5rem;overflow:hidden;display:block; }
#zce5d91doURKgXsGJrRV65LahMZHHxLD { color:rgba(var(--color-tertiary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.6500015258789rem;left:8.46875rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { background-color: transparent; background-image: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container > .video-iframe-container { display: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row > .video-iframe-container { display: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .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); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { border-width: 0; border-radius: 0; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#Zd4TPT6Ii6qxSNTR2Nemk29BQPsFAwOV { color:#37322b;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.7180986404419rem;left:1.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keWL8DICXrMP1TwXPyMlBhWQT1NDcgUa { color:#37322b;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.7180995941163rem;left:43.500000953674rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZnTrJqNKrcVmUP0Z4aRC2ffOnrDCnvh { color:#37322b;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.7180995941163rem;left:22.437500953674rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFmbkvT5m5dcvQls5KkkgzJoPUPr2fs0 { position:absolute;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18rem;width:18rem;top:1.3424482345581rem;left:0.625rem;display:block; }
#kP8Kg4yfvp74Ud58FmiAsJB8LqD2zfDz { position:absolute;display:block;z-index:15001;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18rem;width:18rem;top:1.3430995941162rem;left:20.875000953674rem;display:block; }
#XTzg02KqmclP9l2FJo0eqWTfsvQyTPQc { position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18rem;width:18rem;top:1.34375rem;left:41.343750953674rem;display:block; }
#HiFo5MZzvWAvvLIpSaavNRaJpAu2yIDS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:17.5625rem;left:8.3125009536744rem;overflow:hidden;display:block; }
#dVciHNw3BG13fKXA5wUBmZ6GCyk9exLb { position:absolute;display:block;z-index:15004;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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16.3125rem;left:7.1250009536744rem;display:block; }
#B18ScVOkOL9DF3No2V478CFqw1oc0vFA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16.1875rem;left:27.500000953674rem;display:block; }
#rapKxgGWIAEvbkXyEGMyZ1Ef4gbE4Gz0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16.1875rem;left:47.875000953674rem;display:block; }
#qa9TsRTVH01my6KZ3xg8AZw3L5DNncra { 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:3.125rem;width:3.125rem;top:17.4375rem;left:28.687500953674rem;overflow:hidden;display:block; }
#FhhNVrk9wBT51yTJfBrFz4hxOtPIlDta { 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:3.125rem;width:3.125rem;top:17.4375rem;left:49.125000953674rem;overflow:hidden;display:block; }
#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w { 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; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { background-color: transparent; background-image: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container > .video-iframe-container { display: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row > .video-iframe-container { display: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .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); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { border-width: 0; border-radius: 0; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#mtHnaTKG7q4W9FCy7C8pQJLTcefiFa6W { 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:2.875rem;width:2.875rem;top:6.5rem;left:28.625rem;overflow:hidden;display:block; }
#MDqJHGXrbSd9eINfb25yG51IgKu1FR0W { color:#f6f6f6;display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:1.8691408634186rem;left:9.1562509536744rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iROe86Nr1kRd88m1ZE8PR7QNTtnuwmht { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:5.5rem;left:27.625rem;display:block; }
#wxk8evNtQ3Smd54abL0xUXqRe9xUn36w { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6.375rem;left:31.5rem;display:block; }
#UFUdqw2tE6MbHTVdG4lGmJpaR1q2Ak6F { color:#f6f6f6;display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:12.3125rem;left:3.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmWRZgTtFlXEVX7pdzwo8AWFI2e46BKS { color:#f6f6f6;display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:22.8125rem;left:4.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glQPyiMe0JwyREG8N7pPfXoAGbkFMPOe { 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:2.875rem;width:2.875rem;top:17.625rem;left:28.562501907349rem;overflow:hidden;display:block; }
#ypq847lq40z294c15qFSRqDVicPrqLrm { position:absolute;display:block;z-index:15003;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:16.6875rem;left:27.625001907349rem;display:block; }
#VKMGTuqzg9imBtnNFVaclTe1W9ccZnTD { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:18.4375rem;left:31.4375rem;display:block; }
#EXCJzGM7mDCOh1oiOuLbkbinSyHSx4Ak { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:3.994140625rem;left:22.437500953674rem;display:block; }
#fNh8avqQK3J78V12doFkSTyPG1X5BO87 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.125rem;top:15.936849355698rem;left:28.625000953674rem;display:block; }
#iVTnuWVmn54cPeET4kGNRdMyuzXNLylV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:20rem;top:25.8125rem;left:20rem;display:block; }
#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { background-color: transparent; background-image: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container > .video-iframe-container { display: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row > .video-iframe-container { display: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .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); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { border-width: 0; border-radius: 0; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#FM3utgxAq8PhQiJvTpLzmTNV30QQE0hl { 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:2.875rem;width:3.4375rem;top:1.185546875rem;left:16.000000953674rem;overflow:hidden;display:block; }
#wlh8LDHTGAgZb4WPxM6kbtvRS23s2GDt { color:rgba(var(--color-tertiary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3977851867676rem;left:8.4687509536744rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJFXV57eMXdyFyTFL024XGahg5MEbsgL { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.060546875rem;left:16.281250953674rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { background-color: transparent; background-image: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container > .video-iframe-container { display: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row > .video-iframe-container { display: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .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); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { border-width: 0; border-radius: 0; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { font-size:0.875rem;font-family:arial;height:102.375rem;width:60rem;position:relative;display:block; }#a8x5PVOgCblMpxG7pEmFQJlsUTdJpKIS { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:1.375rem;left:20.437500953674rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7lsQACPUwfhrFA2ITIcXPriNhRkFtZJ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:11.074870109558rem;left:20.437500953674rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbdcEMnau5ieE4qRASLUlG0mX7eaEuyT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:27.0625rem;left:20.4375rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k2avlMRQGENHdxuL9fIebcTi0D39WPt3 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:35.6875rem;left:20.4375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXEdlcM75M4zeVV93bNMzZmidOSaC9fs { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:52.5rem;left:20.4375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8C1ey1ZWxlNNarKMcE8z79VIEDQpAxv { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:60.750005245209rem;left:20.437500953674rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KTvnCMlfFHwP1dmcyQ0DmM0ZPOof0azC { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:76.6875rem;left:20.4375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yScQlznImLEm3JS3Cra8kibz93Mx2XJl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:1.375rem;left:13.1875rem;display:block; }
#qoIB4wT2T61sNiKOvo5pIzH3lcZc5Jn2 { position:absolute;display:block;z-index:15002;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:1.6875rem;left:13.5rem;display:block; }
#AlcAJGwVedR6y3uhC8tP2Gti4GEqITF4 { position:absolute;display:block;z-index:15004;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:10.9375rem;left:13.5rem;display:block; }
#XTyvqtRVL4fkWwyn9PrGQVbqG1AwxUCr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:10.625rem;left:13.1875rem;display:block; }
#wzT8ilcaSdUgOHG88qFmHuTFtgDd3r17 { position:absolute;display:block;z-index:14990;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:18.625rem;left:13.5rem;display:block; }
#fAOmdcct5zVe8KEnV4zP74U29bpVfQRM { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:18.3125rem;left:13.1875rem;display:block; }
#QG6R1OVJwd7RLGvTDpwF0v8gPJwsE0e0 { position:absolute;display:block;z-index:14993;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:27.0625rem;left:13.5rem;display:block; }
#ybozFsybaHq4HeoQ51Dsm2i6bw4etEPz { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:26.75rem;left:13.1875rem;display:block; }
#SKNWdCO4P3E39XFVe2MoPk4qdDR3TPwb { position:absolute;display:block;z-index:14995;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:35.75rem;left:13.5rem;display:block; }
#dw7RMZzusBo7xOlzhemihHkA37oFsXa2 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:35.4375rem;left:13.1875rem;display:block; }
#P1Q7XxQUIeZ1pWC7brRLlIDH4ICiaaHC { position:absolute;display:block;z-index:14997;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:43.6875rem;left:13.5rem;display:block; }
#Puh8luwxBWCp6AJQ7zrvzLpTxGydg7gJ { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:43.375rem;left:13.1875rem;display:block; }
#S6bPnfpiDwRuk5q8ehTT7Hawc8o704BD { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:52rem;left:13.5rem;display:block; }
#uoKMeQhyqS8FMEyxFHQ8FNauxUGgUGQO { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:51.6875rem;left:13.1875rem;display:block; }
#zpgF6V3Sz0nxGpkSBVUsfcfuySlbKffN { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91rem;width:0.3125rem;top:7rem;left:15.843750953674rem;display:block; }
#JMiOxNe72r9fuppETglri8twkC1lzGVK { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCQ6LIRGaXlLPWs6xszuJWpalv7hMD7z { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1fP2V4faA79WNP0FGGnIclWdeJH5SUx { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6Zt6VXn8U3Ti220yXET1vegpI0MbDCF { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5625rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpeCATSO27kZTG9OIMwEEazCsyT60mE8 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36.25rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufgTAfzKIICBy67JAvFOSUUdlUCdCI43 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.1875rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmNTBx7krmLLWBVRXutJyezmu73F90m8 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:52.5rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNedOOSadOAMURE7hVsMnT5hzzgVau8n { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:85.531255722044rem;left:20.437500953674rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCXxoZlrwmHwxks55NMI8XgweafaI1c7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:60.375rem;left:13.1875rem;display:block; }
#ovgBNVLmi0d6ByTm1fTy0GncOA2Z4hcw { position:absolute;display:block;z-index:15004;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:60.6875rem;left:13.5rem;display:block; }
#giKTkLtVw8xziCANZBy18T8HTqmQJUVn { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:61.1875rem;left:14.875rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usHahiDIIWPlB8Ftz5Xh9iU1VVqADBZu { color:rgba(var(--color-tertiary-2),1);display:block;width:29.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:20.337891340256rem;left:20.437500953674rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzI4Ah5yGNRn9xbaUTp0hckguO8kUoWH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:45.343751907349rem;left:20.437500953674rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoTqJMiwrAbVLMeqae3MrqkL75xWW1Un { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:68.375rem;left:13.25rem;display:block; }
#gLHV4w0fF40F6LpclyV4rnP4H2c80MMo { position:absolute;display:block;z-index:15007;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:68.6875rem;left:13.5625rem;display:block; }
#TpTmwnsiTflZBAz8na5F1lHtqtKSFOg9 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:69.1875rem;left:14.9375rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVPmOpUwR4UT9gdlZ1AXBnIyNGo0KoAt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:76.6875rem;left:13.1875rem;display:block; }
#yoFrrSbsdJycBBPAg72l8J27Lw3CzxM6 { position:absolute;display:block;z-index:15010;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:77rem;left:13.5rem;display:block; }
#RfE7rwtuoEMTbEmEkPvPkL1rnAtaTkvl { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:77.50976753235rem;left:13.843750953674rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOPPd6WU9cAysdtRJhSrPDiH85muTS0W { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:85.25rem;left:13.1875rem;display:block; }
#HooaUTFbAwSaW58AMlsP01QxmqZ5O3mP { position:absolute;display:block;z-index:15013;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:85.5625rem;left:13.5rem;display:block; }
#hLc72clRkE5PHGtcJi6DggbGweGW4qed { color:rgba(var(--color-tertiary-2),1);display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:86.07226753235rem;left:13.656250953674rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXym8volivggTMFnzsSWOFttE8KakCNL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:93.125rem;left:13.1875rem;display:block; }
#TRyKzD2g4ghnFgQ80WEfsTVHb7picyT4 { position:absolute;display:block;z-index:15016;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:93.4375rem;left:13.5rem;display:block; }
#bqdvirwKXkvIJ1OVA8sUf0O6H9lA1RWv { color:rgba(var(--color-tertiary-2),1);display:block;width:5.1875rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:93.947271347044rem;left:13.406250953674rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQJoHP9nySzn7dwK7HcvhNo1CNsOkZCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:70.375rem;left:20.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHoVXcrMRxTmpE3WqPfr5wORFh7QTh8t { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:95.093755722044rem;left:20.437500953674rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom left !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; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.adaptive-delivery-prevent-bg, #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.lazyload, #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.lazyloading { background-image: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { background-color: transparent; background-image: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container > .video-iframe-container { display: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row > .video-iframe-container { display: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .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); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { border-width: 0; border-radius: 0; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#vS66foMJyK4d80n3oWlKFSrr9K0L3ZQV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:33.3125rem;top:7.5rem;left:13.375rem;overflow:hidden;display:block; }
#XdKP68N7QITvVWuhJHiXfryB51SzPDFS { color:rgba(var(--color-tertiary-2),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.375rem;left:15.875rem;height:16.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2D7pHEN7UT4eB8byEVVac35IvLQ8W5W { position:absolute;display:block;z-index:15007;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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.2812501192093rem;left:13.375000953674rem;display:block; }
#HMXx44de3EyLBC62zHHFHBf1UTMVC9Lw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.3750001192093rem;left:14.593750953674rem;overflow:hidden;display:block; }
#KGMNwefUMgeNAgOAphF7wMqfu9VufJG3 { 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:1.875rem;width:2.125rem;top:42.766278594732rem;left:7.6875009536744rem;overflow:hidden;display:block; }
#w76TxuLB139WdB5XxxAzpQwT8uwwgE4h { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:2.09375rem;left:20.312500953674rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { 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; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { background-color: transparent; background-image: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container > .video-iframe-container { display: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container { display: none; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .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); }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { border-width: 0; border-radius: 0; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { color:#f6f6f6;display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.953125rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X66c7M2lSwak7M2yewh18OEpAM3MOzyU { 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:1.875rem;width:2.125rem;top:0.90625rem;left:6.375rem;overflow:hidden;display:block; }
#Z0URntnlxzub0uom73asob7XQ0xfF1eK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !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; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK.adaptive-delivery-prevent-bg, #Z0URntnlxzub0uom73asob7XQ0xfF1eK.lazyload, #Z0URntnlxzub0uom73asob7XQ0xfF1eK.lazyloading { background-image: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { background-color: transparent; background-image: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container > .video-iframe-container { display: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row > .video-iframe-container { display: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .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); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { border-width: 0; border-radius: 0; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK::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; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#r7E1lq97l7B0G23i2wEXnUdPchdH7TTd { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:36.5625rem;top:8.4375rem;left:11.6875rem;overflow:hidden;display:block; }
#gDWtLfvv6QpackPoftwKt2vGAr3WUy3t { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #eff7fc ;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:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.717449188233rem;left:21.249279022217rem;display:block; }
#r9b2ZOxvtPC3tXaXCPq9H7f0TOs5fuLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBagOGDT3FBECEATcD07SBQTRLpWKaO1 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:30.611980438233rem;left:17.905817031861rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrJlnkId8CA3zvqo9nT5VkOZ4Gdg01Im { color:rgba(var(--color-tertiary-2),1);display:block;width:26.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #efefef;top:23.639324188233rem;left:16.779514312744rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGzEWrw5fpEVBcXVQdFIhihZWdEhdlyZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.43605625rem;width:12.3119375rem;top:13.597367048264rem;left:23.811489105224rem;overflow:hidden;display:block; }
#J4ZE2pGxi3iDff3pIIx3ZSBES7saUC0m { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:21.93593788147rem;left:17.905469894409rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaPK2MGmXf3HRUCdz76orc8TGTxuIbwB { color:#0a4b3d;display:block;width:24.0609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:18.4375rem;left:17.905469894409rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !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:none; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS.adaptive-delivery-prevent-bg, #plN6bal0DbJWvm58Zz7ysJki0IdkpkmS.lazyload, #plN6bal0DbJWvm58Zz7ysJki0IdkpkmS.lazyloading { background-image: none; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS > .row .container { border-width: 0; border-radius: 0; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS::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; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:none; }#GwHfOXTSmrw3X8iHVIL8JHcGRv8Q5N2d { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:36.5625rem;top:8.4375rem;left:11.6875rem;overflow:hidden;display:block; }
#I9Z0twOmFC934NolfawFC7FdI0xN0G8l { background-color:#8e5dea;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #eff7fc ;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:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.341796875rem;left:21.248046875rem;display:block; }
#k9pQagZJZRADN3sDCuT4OmKimFWsZ461 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoQdObqCTOBhyFAnnKaXBiNIVCLpGnlR { color:#000000;display:block;width:24.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:30.923828125rem;left:17.9052734375rem;height:4.1982375rem;font-style:normal;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; }
#DuJnPTcH9wWiZC6TelbrdQAHQ6mRbs00 { color:#8e5dea;display:block;width:26.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #efefef;top:22.576171875rem;left:16.779296875rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8uZadZzC2QXD6Ge1WrOb10GUBbf2VXF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.43605625rem;width:12.3119375rem;top:12.5966796875rem;left:23.810546875rem;overflow:hidden;display:block; }
#MCtST0cfF54bDZdAGf4hJXmRfCkSORTz { color:#000908;display:block;width:10.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:20.9365234375rem;left:17.9052734375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOOEIGRMPgtHP7EmPr2r5AyvoVtVBCfg { color:#000908;display:block;width:24.0610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:18.123046875rem;left:17.9677734375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGxiBg1VaWEDKeuyVfvXaarXWfVHOKEx { color:#000000;display:block;width:24.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:28.650390625rem;left:27.15625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !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:none; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg.adaptive-delivery-prevent-bg, #LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg.lazyload, #LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg.lazyloading { background-image: none; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg > .row .container { border-width: 0; border-radius: 0; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg::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; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:none; }#iTlkRRSAB6tSheTZ3bAXRMKODU1HXxOl { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.43605625rem;width:12.3119375rem;top:11.618200302124rem;left:23.842594146729rem;overflow:hidden;display:block; }
#qVhR6uPwgM1HeWbmOba6TALvhkQmAyyg { background-color:#8e5dea;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:17.4985625rem;height:3.43605625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.155961036682rem;left:21.249279022217rem;display:block; }
#d32uAfv7k3T2TRKTHPty1NTwSuuPcFe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwANl9fbWp8Tf2i8rimUyA6k87twH60b { position:absolute;display:block;z-index:14998;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:34rem;width:33.3125rem;top:0.96874880790713rem;left:13.343750953674rem;overflow:hidden;display:block; }
#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { background-color: transparent; background-image: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container > .video-iframe-container { display: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row > .video-iframe-container { display: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .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); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { border-width: 0; border-radius: 0; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#usTTq7X3X0R0RcbDDSyEJMw13s6hpwiJ { 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:2.875rem;width:3.4375rem;top:0.75rem;left:4.5rem;overflow:hidden;display:block; }
#T6NGyiCZifWo6i5TtuLNDPJnLGIMaKSa { color:rgba(var(--color-tertiary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3999938964844rem;left:8.46875rem;height:5.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G { 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; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container { background-color: transparent; background-image: none; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container > .video-iframe-container { display: none; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row > .video-iframe-container { display: none; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .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); }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container { border-width: 0; border-radius: 0; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#hZt8uoRHQwBq6zLziozL8XiTfnDLt5TG { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container { background-color: transparent; background-image: none; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container > .video-iframe-container { display: none; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row > .video-iframe-container { display: none; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .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); }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container { border-width: 0; border-radius: 0; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH { position:relative;display:block; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH { background-color: transparent; background-image: none; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container > .video-iframe-container { display: none; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row > .video-iframe-container { display: none; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .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); }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH { border-width: 0; border-radius: 0; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IVBnINxtaM5wTQs42eqb6l676RRhXmwB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.25rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#xK1Eci4UwgAEepTZcE3kEv0Emp7tWQ3T { color:#f6f6f6;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.5625rem;left:13.250000953674rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFea4WvPB4SJCP2nzJiQBJSVTqxMruE8 { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP { position:relative;display:block; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP { background-color: transparent; background-image: none; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container > .video-iframe-container { display: none; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row > .video-iframe-container { display: none; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .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); }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP { border-width: 0; border-radius: 0; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#isDWKgf2HctCF1riTMaWFD6uLigMXvBK { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#ZTxJLPyOaM7TtsxitaW5EIkroSGukh8s { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 > .row .container { border-width: 0; border-radius: 0; }#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:none; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr { position:relative;display:none; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr { border-width: 0; border-radius: 0; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i6QcTpErFvlMtONyBOhoqQldwtG6FsZD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#pTrk6FtaLFB09qQeTiCw5if5oibqzy69 { color:#f6f6f6;display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.75911331176756rem;left:9.0625009536744rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#om9lI4z2KG7k0Q7AcDxlD6hyipvxFsDu { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#ZfIWw3WtPmS3exI17897fQLrU0gSiezC { position:relative;display:none; }#ZfIWw3WtPmS3exI17897fQLrU0gSiezC { border-width: 0; border-radius: 0; }#ZfIWw3WtPmS3exI17897fQLrU0gSiezC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZfIWw3WtPmS3exI17897fQLrU0gSiezC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pOuNwRpkKH4BKzooT1ZzxWrTqUfvkbRe { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#klIMFZ44HDMoa4WH7ob1JGWN3hsQ5MuQ { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:1.6875rem;text-align:justify;text-align-last:initial;display:block; }
#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container { background-color: transparent; background-image: none; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container > .video-iframe-container { display: none; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row > .video-iframe-container { display: none; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .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); }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container { border-width: 0; border-radius: 0; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu { position:relative;display:block; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu { background-color: transparent; background-image: none; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container > .video-iframe-container { display: none; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row > .video-iframe-container { display: none; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .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); }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu { border-width: 0; border-radius: 0; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kpcvh3cHiDPK5D5LaGCknK1FoD258wIG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#vRNk4l6CGTELzfFrMce4zEt9iOk39xMT { color:#f6f6f6;display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.75911331176756rem;left:9.0625009536744rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZ2JeyLxmQRnyME7MDhIIzz5CJSxg7S0 { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE { position:relative;display:block; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE { background-color: transparent; background-image: none; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container > .video-iframe-container { display: none; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row > .video-iframe-container { display: none; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .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); }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE { border-width: 0; border-radius: 0; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qLMWOlvRVeTn4NWn7qZps68dVAKAUO15 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#RQWsbSa3VRvTp1kV9uyocou2dlo1t9EV { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:1.6875rem;text-align:justify;text-align-last:initial;display:block; }
#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container { background-color: transparent; background-image: none; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container > .video-iframe-container { display: none; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row > .video-iframe-container { display: none; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .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); }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container { border-width: 0; border-radius: 0; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC { position:relative;display:block; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC { background-color: transparent; background-image: none; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container > .video-iframe-container { display: none; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row > .video-iframe-container { display: none; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .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); }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC { border-width: 0; border-radius: 0; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gMLbfcpAFBU3TAcU2lEM47ITGHTDXXHJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#aLOL8uyJvOFZbhT0nJkuW4qUbVTDxkaT { color:#f6f6f6;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.75975608825681rem;left:11.250000953674rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaloXkfJHu4k2xZT0EFxQAMErZJWtiQX { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b { position:relative;display:block; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b { background-color: transparent; background-image: none; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container > .video-iframe-container { display: none; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row > .video-iframe-container { display: none; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .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); }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b { border-width: 0; border-radius: 0; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ASNWclvfXIybPmhGXnqTksZRl74SpVBi { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.875rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#vNV6ziRSwMT9p35FpDnlSVqdlAok8BZq { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container { background-color: transparent; background-image: none; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container > .video-iframe-container { display: none; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row > .video-iframe-container { display: none; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .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); }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container { border-width: 0; border-radius: 0; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI { position:relative;display:block; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI { background-color: transparent; background-image: none; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container > .video-iframe-container { display: none; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row > .video-iframe-container { display: none; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .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); }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI { border-width: 0; border-radius: 0; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HWxVI00HvcDiZNxVZITMS2QCxl5id5mx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#r85at8SWQbMt5t3uhwH6t4Uh2PPoMvzP { color:#f6f6f6;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.75975608825681rem;left:11.250000953674rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmfW4DiL8ELI3H9oUTtyLmD599BGpUlB { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC { position:relative;display:block; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC { background-color: transparent; background-image: none; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container > .video-iframe-container { display: none; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row > .video-iframe-container { display: none; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .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); }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC { border-width: 0; border-radius: 0; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CiSFRqW6m96dF47HZZ5mQlp4P13DIVFR { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#WiEyMuTyLZsSpXb2eMRRnFRhMmT4X1MJ { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:6.75rem;text-align:justify;text-align-last:initial;display:block; }
#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container { background-color: transparent; background-image: none; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container > .video-iframe-container { display: none; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row > .video-iframe-container { display: none; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .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); }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container { border-width: 0; border-radius: 0; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F { position:relative;display:block; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F { background-color: transparent; background-image: none; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container > .video-iframe-container { display: none; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row > .video-iframe-container { display: none; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .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); }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F { border-width: 0; border-radius: 0; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GkxEzDJVEAX2aETwhJwInLZhTsBtSkDS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#LhwQ8QnMHyinb01a3xElwheWJeoOAwBT { color:#f6f6f6;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.75975608825681rem;left:11.250000953674rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTuKn6eRiNFZoUVZuwoTOauTzVD7dNT7 { box-sizing:content-box;color:#f6f6f6;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:0rem;left:48.375000953674rem;display:block; }
#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi { position:relative;display:block; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi { background-color: transparent; background-image: none; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container > .video-iframe-container { display: none; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row > .video-iframe-container { display: none; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .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); }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi { border-width: 0; border-radius: 0; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPzEbPrUuidMI63DN9xcde4VGaHRKmrM { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.875rem;width:43.75rem;top:0rem;left:8.1250009536744rem;display:block; }
#ae8iC7oftsiRLwp8qsiZnNpFnEDC6ozS { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:10.3125rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container { background-color: transparent; background-image: none; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container > .video-iframe-container { display: none; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row > .video-iframe-container { display: none; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .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); }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container { border-width: 0; border-radius: 0; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { background-color: transparent; background-image: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .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); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { border-width: 0; border-radius: 0; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { color:rgba(var(--color-tertiary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.90625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { color:rgba(var(--color-tertiary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5312512721866rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUGfRE7ts24B0OFO8wHwcGo6V7pRL5SQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:1.2050793971866rem;left:15.312500953674rem;overflow:hidden;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:6.6875rem;left:24.500000953674rem;height:9.5625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;height:19.4375rem;width:12.9375rem;top:1.5625rem;left:9.2500009536744rem;overflow:hidden;display:block; }
#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container { background-color: transparent; background-image: none; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container > .video-iframe-container { display: none; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row > .video-iframe-container { display: none; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .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); }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container { border-width: 0; border-radius: 0; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#qhPryg2wWFfPTd0IDGTwGPv9Awys6HFq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.90625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZSHg2oJMVuTkLtKF9xo85MKTO7WkFAL { color:rgba(var(--color-tertiary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5312512721866rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lrwiwrl7yApkrwnsy1ICToIMhb1rR7B4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:1.2050793971866rem;left:15.312500953674rem;overflow:hidden;display:block; }
#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container { background-color: transparent; background-image: none; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container > .video-iframe-container { display: none; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row > .video-iframe-container { display: none; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .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); }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container { border-width: 0; border-radius: 0; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#IfEDnbSXkyLNE12ghyuZRHFw7704UHTe { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:41.0625rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#B4T12ViulbKV0KW1kXrJ9kq1oXlMz2dG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.375rem;left:19.125rem;height:20.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJgAiygfZmL7TMlF1uCPtUFvdaDT3cQN { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIoRWw1ytRHPtTuXiclrTnbNe0kOGqBn { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba2def7c-13f7-469a-924f-f917343bcabe/WhatsAppImage20230621at152238.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.25rem;left:23.750000953674rem;display:block; }#N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC.adaptive-delivery-prevent-bg, #N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC.lazyload, #N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC.lazyloading { background-image: none; }
#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container { background-color: transparent; background-image: none; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container > .video-iframe-container { display: none; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row > .video-iframe-container { display: none; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .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); }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container { border-width: 0; border-radius: 0; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#rlZTi1fms7qyeNd6ceTJGMVStg3lydOH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:26.6875rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#Bg6JlNsavECfsDvzvtAH6T3NX5GLh0LW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.375rem;left:19.125rem;height:6.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbPvIbZMTulA2sLa9g8DEapBPPy6w6bE { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaWxVIyp9xbyMph4RJssCctIS9apzg8z { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b1dfd7d6-c359-448b-9332-a64e5dad3e89/WhatsAppImage20230621at153224.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.25rem;left:23.750000953674rem;display:block; }#WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu.adaptive-delivery-prevent-bg, #WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu.lazyload, #WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu.lazyloading { background-image: none; }
#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container { background-color: transparent; background-image: none; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container > .video-iframe-container { display: none; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row > .video-iframe-container { display: none; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .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); }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container { border-width: 0; border-radius: 0; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#CxnpXZN9o0eUT57WXwRPeeXHwKcfAFu3 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:30rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#TivOSmSrEh7QagaIJ9dBwL1p4pfQGdzL { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.388021469116rem;left:18.406250953674rem;height:10.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlAywJBndHZMoNF7FD3nhtnVskQSXrPs { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tP7DQuuoD7aHmxZrJxqSWBCJ3LUnT8BK { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f068645e-a4ac-42ac-87a4-3f9684b6c3f8/WhatsAppImage20230621at153714.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.25rem;left:23.750000953674rem;display:block; }#BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT.adaptive-delivery-prevent-bg, #BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT.lazyload, #BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT.lazyloading { background-image: none; }
#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container { background-color: transparent; background-image: none; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container > .video-iframe-container { display: none; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row > .video-iframe-container { display: none; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .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); }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container { border-width: 0; border-radius: 0; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#LdLO47MqUPzZaiitgpkfF4o9cLolmeJT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:30rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#v75VT7ixBM2CyRaxEasTUhtBVInCwpf2 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.375rem;left:19.125rem;height:10.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPh6f47M6S1C6rRWIO7p5yhBRE5kP0pL { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxGEBZNWfl6F1hIGQWZIX7qBTOCiQw1i { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3x31TqWSM101dFJLJwS2yMGWSqamvMg { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DbgxQwMt/WhatsApp_Image_2022_06_04_at_17.16.48.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.25rem;left:23.750000953674rem;display:block; }#S3x31TqWSM101dFJLJwS2yMGWSqamvMg.adaptive-delivery-prevent-bg, #S3x31TqWSM101dFJLJwS2yMGWSqamvMg.lazyload, #S3x31TqWSM101dFJLJwS2yMGWSqamvMg.lazyloading { background-image: none; }
#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container { background-color: transparent; background-image: none; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container > .video-iframe-container { display: none; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row > .video-iframe-container { display: none; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .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); }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container { border-width: 0; border-radius: 0; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#G7TynbeWDJXldEbyHyzUwqW4JBOTze4q { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:33.0625rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#L1ggMmsh4MA6fqp60peKT0IfeMC6098t { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:21.0625rem;left:19.125rem;height:12.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKtI9wmL0VLcNNezEPqSrngVQZDEUrT8 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.1875rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wF1U1uNExT8GMIwDTLiISCyVtuncDqlf { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3FIlWpqg/WhatsApp_Image_2022_06_04_at_17.17.31.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.6875rem;left:23.750000953674rem;display:block; }#LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq.adaptive-delivery-prevent-bg, #LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq.lazyload, #LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq.lazyloading { background-image: none; }
#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container { background-color: transparent; background-image: none; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container > .video-iframe-container { display: none; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row > .video-iframe-container { display: none; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .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); }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container { border-width: 0; border-radius: 0; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#n3G0fbDKlc51ULMLs1qwrVsTqDUu3Gvz { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:27.5625rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#G5TRqhgTtVAWuBONCKcQiuQ42ZT2aOT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:21.375rem;left:18.3125rem;height:6.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxFemRAI8L7W8mDqFhIP8TTFq9teC1VT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.3125rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7ObFplmJyTt4mhdWzMCixkpG2sWIKwP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.4375rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzA2FvxlLZWosvblgo67cBffVZvIA3Bz { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IaLYsxxO/WhatsApp_Image_2022_06_04_at_17.17.17.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:3rem;left:23.750000953674rem;display:block; }#QzA2FvxlLZWosvblgo67cBffVZvIA3Bz.adaptive-delivery-prevent-bg, #QzA2FvxlLZWosvblgo67cBffVZvIA3Bz.lazyload, #QzA2FvxlLZWosvblgo67cBffVZvIA3Bz.lazyloading { background-image: none; }
#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container { background-color: transparent; background-image: none; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container > .video-iframe-container { display: none; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row > .video-iframe-container { display: none; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .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); }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container { border-width: 0; border-radius: 0; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#IRJa4BiL2M9Z7LTFBPOG7x3BRZNf0o29 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:25rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#s3hKJVtQFZ08t6zdQ6wTcmIlJf2aZFgU { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.875rem;left:19.8125rem;height:4.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPFSozmLaSBZLKrrABo8ltwHOA3PeNFQ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTnb6D1nuTVtWvXTUkqQCA4MyRe2clDo { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qI3CHjky/WhatsApp_Image_2022_06_04_at_17.17.03.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.3125rem;left:23.750000953674rem;display:block; }#d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae.adaptive-delivery-prevent-bg, #d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae.lazyload, #d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae.lazyloading { background-image: none; }
#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container { background-color: transparent; background-image: none; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container > .video-iframe-container { display: none; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row > .video-iframe-container { display: none; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .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); }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container { border-width: 0; border-radius: 0; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#OPqO3RdNJlIf7MVszTzlGWSIAud2NlMk { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:32.875rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#VmMUqkeNeWoFpVwG9zSfKxvPEy66KGlA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.875rem;left:19.8125rem;height:12.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzvCDqT8QQoRxmssbfSNlsDq25PSrXEm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLv07KqIpF2Sr1GmGvBRNwVJ0TSqESxa { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxGGZVFlRhUlw8TWItV2KdJOffW17vbq { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8988c77-9837-4029-9b2c-6cd6847134eb/WhatsAppImage20221017at110933.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.3125rem;left:23.750000953674rem;display:block; }#MxGGZVFlRhUlw8TWItV2KdJOffW17vbq.adaptive-delivery-prevent-bg, #MxGGZVFlRhUlw8TWItV2KdJOffW17vbq.lazyload, #MxGGZVFlRhUlw8TWItV2KdJOffW17vbq.lazyloading { background-image: none; }
#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container { background-color: transparent; background-image: none; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container > .video-iframe-container { display: none; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row > .video-iframe-container { display: none; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .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); }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container { border-width: 0; border-radius: 0; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#UaxPXzr870bu0c1569LGK1WHUaKDqVTA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:27.3125rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#Zt2Me8k0HPpTC39rEiNELtcmmIobUd9v { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.875rem;left:19.8125rem;height:6.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQW47ZX8gqXy4i5n5QBAJi8PPkRTTqBQ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evywwWvuqszXZEFbS7NUWlbFZeBNiBXg { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/081f0b86-2735-4e95-a435-15edc26aa6aa/WhatsAppImage20221017at1109331.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.3125rem;left:23.750000953674rem;display:block; }#A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu.adaptive-delivery-prevent-bg, #A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu.lazyload, #A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu.lazyloading { background-image: none; }
#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container { background-color: transparent; background-image: none; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container > .video-iframe-container { display: none; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row > .video-iframe-container { display: none; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .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); }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container { border-width: 0; border-radius: 0; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#GsOr5WkeT4lXfxuFCeXT0BEQowk2Kg3R { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:26.625rem;width:25.5625rem;top:1.0625rem;left:17.250000953674rem;display:block; }
#z9aXZNCc0dIHv5ySN39242cQh6xiihTA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:20.875rem;left:19.8125rem;height:6.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrOlFOUPvFWOITytsKEfablrtmniWXWi { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:18.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiuqsxQmFhWLQLbZcsbCx5H19oqX3tDw { color:rgba(var(--color-tertiary-2),1);display:block;width:21.7486875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:19.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1f2c79e6-d59c-4fb5-a591-4ca50fea9a5e/WhatsAppImage20221017at110934.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.3125rem;left:23.750000953674rem;display:block; }#kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa.adaptive-delivery-prevent-bg, #kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa.lazyload, #kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa.lazyloading { background-image: none; }
#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { 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; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { background-color: transparent; background-image: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .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); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { border-width: 0; border-radius: 0; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { box-sizing:content-box;color:#f6f6f6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.625rem;left:8.8125rem;display:block; }
#DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.25rem;left:11.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { 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:4.3125rem;width:9.9375rem;top:7.625rem;left:34.0625rem;overflow:hidden;display:block; }
#iedEN8gqH79KvFl5PcF4VemF32epCF81 { 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:4.25rem;width:10.9375rem;top:7.625rem;left:44.75rem;overflow:hidden;display:block; }
#fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:8.8125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:34.0625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { 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:3.4375rem;width:12.3125rem;top:0.875rem;left:23.843750953674rem;overflow:hidden;display:block; }
#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { 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; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { background-color: transparent; background-image: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .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); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { border-width: 0; border-radius: 0; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:60rem;position:relative;display:block; }#CntDC6socZVSycLNtTwUaeXNuAogrVSt { color:#f6f6f6;display:block;width:50.1875rem;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:0.1875rem;left:4.90625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { top:17.1875rem;left:9.1250009536744rem;width:2.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { top:18.8125rem;left:11.187500953674rem;width:28.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtJ5oVSIM8Md7lfQMWz047XG3mAvWOIA { top:7.8125rem;left:17.75rem;width:14rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXOU7TcCsJXeb9S1WD3EZcMuFsWTPL0v { top:0rem;left:0rem;width:6.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebPOe8KbpMEeb6QbcBSfQNNwdPn837A4 { top:22rem;left:8.5312509536744rem;width:34.0625rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK6kf5BZNfhdNXAO5QEC5sExACLKEeei { top:3rem;left:7.2500009536744rem;width:36.625rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSg9xT349yuaAnfwibApfV14QBICVVr { top:16.125rem;left:1.3750009536743rem;width:23.375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W33KQbTUUJiZcx8FSOiMsX6bqP4Xv6wH { top:0.0625rem;left:5.6458330154419rem;width:25.125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0MidwFw5JKZnax7S3759uulACdssgik { width:17.625rem;height:3.8125rem;top:27.5rem;left:16.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO1cQAhkG4znRy2Nf0A0DZOxWflmupEe { display:block; }
 }@media only screen and (max-width: 763px) { #t20QvWazmwpEorXC0Nx9NJ83GbT7W0yV { top:0.0625rem;left:5.6458330154419rem;width:25.125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwsCpHkgclDWModrZXLcKLJMgThcVNGt { top:25.3125rem;left:9.46875rem;width:32.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeS0D2gi6lb4L4ZIsIg0vx3t5Oe7ocAN { top:13.9375rem;left:0rem;width:35.3125rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ { display:block; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu7rC0TF04g9HNapgPt80AB6Lzd7JQGM { top:0.75rem;left:0rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zce5d91doURKgXsGJrRV65LahMZHHxLD { top:2.625rem;left:2.34375rem;width:43.0625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C { display:block; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd4TPT6Ii6qxSNTR2Nemk29BQPsFAwOV { top:6.6875rem;left:0rem;width:16.625rem;height:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWL8DICXrMP1TwXPyMlBhWQT1NDcgUa { top:6.6875rem;left:33.8125rem;width:13.9375rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZnTrJqNKrcVmUP0Z4aRC2ffOnrDCnvh { top:6.6875rem;left:16.312500953674rem;width:15.125rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmbkvT5m5dcvQls5KkkgzJoPUPr2fs0 { top:1.3125rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP8Kg4yfvp74Ud58FmiAsJB8LqD2zfDz { top:1.3125rem;left:14.750000953674rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzg02KqmclP9l2FJo0eqWTfsvQyTPQc { top:1.3125rem;left:29.5rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFo5MZzvWAvvLIpSaavNRaJpAu2yIDS { top:17.5625rem;left:2.1875009536743rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVciHNw3BG13fKXA5wUBmZ6GCyk9exLb { top:16.3125rem;left:1.0000009536743rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18ScVOkOL9DF3No2V478CFqw1oc0vFA { top:16.1875rem;left:21.375000953674rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapKxgGWIAEvbkXyEGMyZ1Ef4gbE4Gz0 { top:16.1875rem;left:41.750000953674rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9TsRTVH01my6KZ3xg8AZw3L5DNncra { top:17.4375rem;left:22.562500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhNVrk9wBT51yTJfBrFz4hxOtPIlDta { top:17.4375rem;left:43.000000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w { display:block; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtHnaTKG7q4W9FCy7C8pQJLTcefiFa6W { top:6.5rem;left:22.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDqJHGXrbSd9eINfb25yG51IgKu1FR0W { top:1.8125rem;left:3.03125rem;width:41.6875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iROe86Nr1kRd88m1ZE8PR7QNTtnuwmht { top:5.5rem;left:21.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxk8evNtQ3Smd54abL0xUXqRe9xUn36w { top:6.375rem;left:25.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUdqw2tE6MbHTVdG4lGmJpaR1q2Ak6F { top:12.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmWRZgTtFlXEVX7pdzwo8AWFI2e46BKS { top:22.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQPyiMe0JwyREG8N7pPfXoAGbkFMPOe { top:17.625rem;left:22.437501907349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypq847lq40z294c15qFSRqDVicPrqLrm { top:16.6875rem;left:21.500001907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKMGTuqzg9imBtnNFVaclTe1W9ccZnTD { top:18.4375rem;left:25.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXCJzGM7mDCOh1oiOuLbkbinSyHSx4Ak { top:3.9375rem;left:16.312500953674rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNh8avqQK3J78V12doFkSTyPG1X5BO87 { top:15.875rem;left:22.500000953674rem;width:18.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTnuWVmn54cPeET4kGNRdMyuzXNLylV { top:25.8125rem;left:13.875rem;width:20rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 { display:block; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM3utgxAq8PhQiJvTpLzmTNV30QQE0hl { top:1.125rem;left:9.8750009536744rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlh8LDHTGAgZb4WPxM6kbtvRS23s2GDt { top:2.375rem;left:2.3437509536743rem;width:43.0625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJFXV57eMXdyFyTFL024XGahg5MEbsgL { top:4rem;left:10.156251907349rem;width:27.4375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf { display:block; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8x5PVOgCblMpxG7pEmFQJlsUTdJpKIS { top:1.375rem;left:14.312500953674rem;width:27.4375rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7lsQACPUwfhrFA2ITIcXPriNhRkFtZJ { top:11.0625rem;left:14.312500953674rem;width:25.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdcEMnau5ieE4qRASLUlG0mX7eaEuyT { top:27.0625rem;left:14.3125rem;width:29.0625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2avlMRQGENHdxuL9fIebcTi0D39WPt3 { top:35.6875rem;left:14.3125rem;width:29.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEdlcM75M4zeVV93bNMzZmidOSaC9fs { top:52.5rem;left:14.3125rem;width:28.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8C1ey1ZWxlNNarKMcE8z79VIEDQpAxv { top:60.75rem;left:14.312500953674rem;width:29.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvnCMlfFHwP1dmcyQ0DmM0ZPOof0azC { top:76.6875rem;left:14.3125rem;width:28.875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScQlznImLEm3JS3Cra8kibz93Mx2XJl { top:1.375rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoIB4wT2T61sNiKOvo5pIzH3lcZc5Jn2 { top:1.6875rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlcAJGwVedR6y3uhC8tP2Gti4GEqITF4 { top:10.9375rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyvqtRVL4fkWwyn9PrGQVbqG1AwxUCr { top:10.625rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzT8ilcaSdUgOHG88qFmHuTFtgDd3r17 { top:18.625rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAOmdcct5zVe8KEnV4zP74U29bpVfQRM { top:18.3125rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6R1OVJwd7RLGvTDpwF0v8gPJwsE0e0 { top:27.0625rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybozFsybaHq4HeoQ51Dsm2i6bw4etEPz { top:26.75rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNWdCO4P3E39XFVe2MoPk4qdDR3TPwb { top:35.75rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw7RMZzusBo7xOlzhemihHkA37oFsXa2 { top:35.4375rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Q7XxQUIeZ1pWC7brRLlIDH4ICiaaHC { top:43.6875rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puh8luwxBWCp6AJQ7zrvzLpTxGydg7gJ { top:43.375rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6bPnfpiDwRuk5q8ehTT7Hawc8o704BD { top:52rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKMeQhyqS8FMEyxFHQ8FNauxUGgUGQO { top:51.6875rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpgF6V3Sz0nxGpkSBVUsfcfuySlbKffN { top:7rem;left:9.7187509536744rem;width:0.3125rem;height:91rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMiOxNe72r9fuppETglri8twkC1lzGVK { top:2.1875rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQ6LIRGaXlLPWs6xszuJWpalv7hMD7z { top:11.4375rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1fP2V4faA79WNP0FGGnIclWdeJH5SUx { top:19.125rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Zt6VXn8U3Ti220yXET1vegpI0MbDCF { top:27.5625rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpeCATSO27kZTG9OIMwEEazCsyT60mE8 { top:36.25rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgTAfzKIICBy67JAvFOSUUdlUCdCI43 { top:44.1875rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNTBx7krmLLWBVRXutJyezmu73F90m8 { top:52.5rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNedOOSadOAMURE7hVsMnT5hzzgVau8n { top:85.5rem;left:14.312500953674rem;width:28.875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCXxoZlrwmHwxks55NMI8XgweafaI1c7 { top:60.375rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgBNVLmi0d6ByTm1fTy0GncOA2Z4hcw { top:60.6875rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giKTkLtVw8xziCANZBy18T8HTqmQJUVn { top:61.1875rem;left:8.75rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHahiDIIWPlB8Ftz5Xh9iU1VVqADBZu { top:20.3125rem;left:14.312500953674rem;width:29.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzI4Ah5yGNRn9xbaUTp0hckguO8kUoWH { top:45.3125rem;left:14.312500953674rem;width:28.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTqJMiwrAbVLMeqae3MrqkL75xWW1Un { top:68.375rem;left:7.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHV4w0fF40F6LpclyV4rnP4H2c80MMo { top:68.6875rem;left:7.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTmwnsiTflZBAz8na5F1lHtqtKSFOg9 { top:69.1875rem;left:8.8125rem;width:2.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVPmOpUwR4UT9gdlZ1AXBnIyNGo0KoAt { top:76.6875rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFrrSbsdJycBBPAg72l8J27Lw3CzxM6 { top:77rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfE7rwtuoEMTbEmEkPvPkL1rnAtaTkvl { top:77.5rem;left:7.7187509536744rem;width:4.3125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOPPd6WU9cAysdtRJhSrPDiH85muTS0W { top:85.25rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HooaUTFbAwSaW58AMlsP01QxmqZ5O3mP { top:85.5625rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLc72clRkE5PHGtcJi6DggbGweGW4qed { top:86.0625rem;left:7.5312509536744rem;width:4.6875rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXym8volivggTMFnzsSWOFttE8KakCNL { top:93.125rem;left:7.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyKzD2g4ghnFgQ80WEfsTVHb7picyT4 { top:93.4375rem;left:7.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqdvirwKXkvIJ1OVA8sUf0O6H9lA1RWv { top:93.9375rem;left:7.2812509536744rem;width:5.1875rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQJoHP9nySzn7dwK7HcvhNo1CNsOkZCJ { top:70.375rem;left:14.375rem;width:28.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHoVXcrMRxTmpE3WqPfr5wORFh7QTh8t { top:95.0625rem;left:14.312500953674rem;width:28.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 { display:block; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vS66foMJyK4d80n3oWlKFSrr9K0L3ZQV { top:7.5rem;left:7.25rem;width:33.3125rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKP68N7QITvVWuhJHiXfryB51SzPDFS { top:16.375rem;left:9.7500019073488rem;width:28.3125rem;height:16.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2D7pHEN7UT4eB8byEVVac35IvLQ8W5W { top:1.25rem;left:7.2500009536744rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXx44de3EyLBC62zHHFHBf1UTMVC9Lw { top:2.375rem;left:8.4687509536744rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGMNwefUMgeNAgOAphF7wMqfu9VufJG3 { top:42.75rem;left:1.5625009536743rem;width:2.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76TxuLB139WdB5XxxAzpQwT8uwwgE4h { top:2.0625rem;left:14.187501907349rem;width:28.9375rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { display:block; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { top:0.9375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X66c7M2lSwak7M2yewh18OEpAM3MOzyU { top:0.875rem;left:0.25rem;width:2.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0URntnlxzub0uom73asob7XQ0xfF1eK { display:block; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7E1lq97l7B0G23i2wEXnUdPchdH7TTd { top:8.4375rem;left:5.5625rem;width:36.5rem;height:37.248920490677rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWtLfvv6QpackPoftwKt2vGAr3WUy3t { width:17.4375rem;height:3.375rem;top:33.6875rem;left:15.124279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9b2ZOxvtPC3tXaXCPq9H7f0TOs5fuLx { display:block; }
 }@media only screen and (max-width: 763px) { #VBagOGDT3FBECEATcD07SBQTRLpWKaO1 { top:30.5625rem;left:11.780469894409rem;width:24.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJlnkId8CA3zvqo9nT5VkOZ4Gdg01Im { top:23.625rem;left:10.65390586853rem;width:26.375rem;height:6.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGzEWrw5fpEVBcXVQdFIhihZWdEhdlyZ { top:13.5625rem;left:17.686489105224rem;width:12.25rem;height:3.4187705275876rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZE2pGxi3iDff3pIIx3ZSBES7saUC0m { top:21.875rem;left:11.780469894409rem;width:10.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaPK2MGmXf3HRUCdz76orc8TGTxuIbwB { top:18.4375rem;left:11.780469894409rem;width:24rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plN6bal0DbJWvm58Zz7ysJki0IdkpkmS { display:block; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwHfOXTSmrw3X8iHVIL8JHcGRv8Q5N2d { top:8.4375rem;left:5.5625rem;width:36.5rem;height:37.248920490677rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Z0twOmFC934NolfawFC7FdI0xN0G8l { width:17.4375rem;height:3.375rem;top:36.3125rem;left:15.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pQagZJZRADN3sDCuT4OmKimFWsZ461 { display:block; }
 }@media only screen and (max-width: 763px) { #aoQdObqCTOBhyFAnnKaXBiNIVCLpGnlR { top:30.875rem;left:11.7802734375rem;width:24.125rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuJnPTcH9wWiZC6TelbrdQAHQ6mRbs00 { top:22.5625rem;left:10.654296875rem;width:26.375rem;height:6.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8uZadZzC2QXD6Ge1WrOb10GUBbf2VXF { top:12.5625rem;left:17.685546875rem;width:12.25rem;height:3.4183882954961rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCtST0cfF54bDZdAGf4hJXmRfCkSORTz { top:20.875rem;left:11.7802734375rem;width:10.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOOEIGRMPgtHP7EmPr2r5AyvoVtVBCfg { top:18.0625rem;left:11.8427734375rem;width:24rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGxiBg1VaWEDKeuyVfvXaarXWfVHOKEx { top:28.625rem;left:21.03125rem;width:24.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg { display:block; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTlkRRSAB6tSheTZ3bAXRMKODU1HXxOl { top:11.5625rem;left:17.717594146729rem;width:12.25rem;height:3.4187705275876rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhR6uPwgM1HeWbmOba6TALvhkQmAyyg { width:17.4375rem;height:3.375rem;top:16.125rem;left:15.124279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #d32uAfv7k3T2TRKTHPty1NTwSuuPcFe7 { display:block; }
 }@media only screen and (max-width: 763px) { #gwANl9fbWp8Tf2i8rimUyA6k87twH60b { top:0.9375rem;left:7.2187509536744rem;width:33.3125rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg { display:block; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usTTq7X3X0R0RcbDDSyEJMw13s6hpwiJ { top:0.75rem;left:0rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NGyiCZifWo6i5TtuLNDPJnLGIMaKSa { top:2.375rem;left:2.34375rem;width:43.0625rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G { display:block; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZt8uoRHQwBq6zLziozL8XiTfnDLt5TG { top:1.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp { display:block; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH { display:block; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVBnINxtaM5wTQs42eqb6l676RRhXmwB { top:0rem;left:2.0000009536743rem;width:43.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1Eci4UwgAEepTZcE3kEv0Emp7tWQ3T { top:0.5625rem;left:7.1250009536744rem;width:33.5rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFea4WvPB4SJCP2nzJiQBJSVTqxMruE8 { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP { display:block; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isDWKgf2HctCF1riTMaWFD6uLigMXvBK { width:43.75rem;height:6.5rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxJLPyOaM7TtsxitaW5EIkroSGukh8s { top:0.9375rem;left:4.1875rem;width:39.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 { display:block; }#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr { display:block; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6QcTpErFvlMtONyBOhoqQldwtG6FsZD { top:0rem;left:2rem;width:43.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrk6FtaLFB09qQeTiCw5if5oibqzy69 { top:0.75rem;left:2.9375009536743rem;width:39.6875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #om9lI4z2KG7k0Q7AcDxlD6hyipvxFsDu { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIWw3WtPmS3exI17897fQLrU0gSiezC { display:block; }#ZfIWw3WtPmS3exI17897fQLrU0gSiezC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOuNwRpkKH4BKzooT1ZzxWrTqUfvkbRe { width:43.75rem;height:4.0625rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #klIMFZ44HDMoa4WH7ob1JGWN3hsQ5MuQ { top:0.9375rem;left:4.1875009536743rem;width:39.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH { display:block; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu { display:block; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpcvh3cHiDPK5D5LaGCknK1FoD258wIG { top:0rem;left:2rem;width:43.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRNk4l6CGTELzfFrMce4zEt9iOk39xMT { top:0.75rem;left:2.9375009536743rem;width:39.6875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2JeyLxmQRnyME7MDhIIzz5CJSxg7S0 { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE { display:block; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLMWOlvRVeTn4NWn7qZps68dVAKAUO15 { width:43.75rem;height:4.0625rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQWsbSa3VRvTp1kV9uyocou2dlo1t9EV { top:0.9375rem;left:4.1875rem;width:39.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr { display:block; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC { display:block; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMLbfcpAFBU3TAcU2lEM47ITGHTDXXHJ { top:0rem;left:2rem;width:43.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOL8uyJvOFZbhT0nJkuW4qUbVTDxkaT { top:0.75rem;left:5.1250009536743rem;width:37.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaloXkfJHu4k2xZT0EFxQAMErZJWtiQX { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b { display:block; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASNWclvfXIybPmhGXnqTksZRl74SpVBi { width:43.75rem;height:6.875rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNV6ziRSwMT9p35FpDnlSVqdlAok8BZq { top:0.9375rem;left:4.1875009536743rem;width:39.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73tCLCuVrc7d2DfskagIxv3OOqWAuWd { display:block; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI { display:block; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWxVI00HvcDiZNxVZITMS2QCxl5id5mx { top:0rem;left:2rem;width:43.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r85at8SWQbMt5t3uhwH6t4Uh2PPoMvzP { top:0.75rem;left:5.1250009536743rem;width:37.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmfW4DiL8ELI3H9oUTtyLmD599BGpUlB { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC { display:block; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiSFRqW6m96dF47HZZ5mQlp4P13DIVFR { width:43.75rem;height:8.3125rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiEyMuTyLZsSpXb2eMRRnFRhMmT4X1MJ { top:0.9375rem;left:4.1875009536743rem;width:39.375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 { display:block; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F { display:block; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkxEzDJVEAX2aETwhJwInLZhTsBtSkDS { top:0rem;left:2rem;width:43.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhwQ8QnMHyinb01a3xElwheWJeoOAwBT { top:0.75rem;left:5.1250009536743rem;width:37.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuKn6eRiNFZoUVZuwoTOauTzVD7dNT7 { top:0rem;left:42.250000953674rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi { display:block; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPzEbPrUuidMI63DN9xcde4VGaHRKmrM { width:43.75rem;height:6.875rem;top:0rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8iC7oftsiRLwp8qsiZnNpFnEDC6ozS { top:0.9375rem;left:4.1875009536743rem;width:39.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N { display:block; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { display:block; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { top:1.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { top:4.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUGfRE7ts24B0OFO8wHwcGo6V7pRL5SQ { top:1.1875rem;left:9.1875009536744rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:6.6875rem;left:16.25rem;width:31.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:1.5625rem;left:3.1250009536743rem;width:12.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF { display:block; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPryg2wWFfPTd0IDGTwGPv9Awys6HFq { top:1.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSHg2oJMVuTkLtKF9xo85MKTO7WkFAL { top:4.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrwiwrl7yApkrwnsy1ICToIMhb1rR7B4 { top:1.1875rem;left:9.1875009536744rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv { display:block; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfEDnbSXkyLNE12ghyuZRHFw7704UHTe { width:25.5625rem;height:41.0625rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4T12ViulbKV0KW1kXrJ9kq1oXlMz2dG { width:21.6875rem;height:20.875rem;top:20.375rem;left:13.000000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJgAiygfZmL7TMlF1uCPtUFvdaDT3cQN { width:23.375rem;height:1.375rem;top:18.5rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIoRWw1ytRHPtTuXiclrTnbNe0kOGqBn { width:21.6875rem;height:2.8125rem;top:15.625rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC { width:12.5rem;height:12.5rem;top:2.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k { display:block; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZTi1fms7qyeNd6ceTJGMVStg3lydOH { width:25.5625rem;height:26.6875rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6JlNsavECfsDvzvtAH6T3NX5GLh0LW { width:21.6875rem;height:6rem;top:20.375rem;left:13.000000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPvIbZMTulA2sLa9g8DEapBPPy6w6bE { width:23.375rem;height:1.375rem;top:18.5rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWxVIyp9xbyMph4RJssCctIS9apzg8z { width:21.6875rem;height:2.8125rem;top:15.625rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu { width:12.5rem;height:12.5rem;top:2.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX { display:block; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxnpXZN9o0eUT57WXwRPeeXHwKcfAFu3 { width:25.5625rem;height:30rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivOSmSrEh7QagaIJ9dBwL1p4pfQGdzL { width:23.1875rem;height:10.0625rem;top:20.375rem;left:12.281250953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlAywJBndHZMoNF7FD3nhtnVskQSXrPs { width:23.375rem;height:1.375rem;top:18.5rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP7DQuuoD7aHmxZrJxqSWBCJ3LUnT8BK { width:21.6875rem;height:2.8125rem;top:15.625rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT { width:12.5rem;height:12.5rem;top:2.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy { display:block; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdLO47MqUPzZaiitgpkfF4o9cLolmeJT { width:25.5625rem;height:30rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #v75VT7ixBM2CyRaxEasTUhtBVInCwpf2 { width:21.6875rem;height:10.0625rem;top:20.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh6f47M6S1C6rRWIO7p5yhBRE5kP0pL { width:23.375rem;height:1.375rem;top:18.5rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGEBZNWfl6F1hIGQWZIX7qBTOCiQw1i { width:21.6875rem;height:2.8125rem;top:15.625rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3x31TqWSM101dFJLJwS2yMGWSqamvMg { width:12.5rem;height:12.5rem;top:2.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi { display:block; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7TynbeWDJXldEbyHyzUwqW4JBOTze4q { width:25.5625rem;height:33.0625rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ggMmsh4MA6fqp60peKT0IfeMC6098t { width:21.6875rem;height:12.0625rem;top:21.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtI9wmL0VLcNNezEPqSrngVQZDEUrT8 { width:23.375rem;height:1.375rem;top:19.1875rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1U1uNExT8GMIwDTLiISCyVtuncDqlf { width:21.6875rem;height:2.8125rem;top:16.3125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq { width:12.5rem;height:12.5rem;top:2.6875rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukhPRETn2UpR0FwxwV2klfb6nm2HH2l { display:block; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3G0fbDKlc51ULMLs1qwrVsTqDUu3Gvz { width:25.5625rem;height:27.5625rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TRqhgTtVAWuBONCKcQiuQ42ZT2aOT7 { width:23.375rem;height:6rem;top:21.375rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxFemRAI8L7W8mDqFhIP8TTFq9teC1VT { width:23.375rem;height:1.375rem;top:19.3125rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ObFplmJyTt4mhdWzMCixkpG2sWIKwP { width:21.6875rem;height:2.8125rem;top:16.4375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzA2FvxlLZWosvblgo67cBffVZvIA3Bz { width:12.5rem;height:12.5rem;top:3rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 { display:block; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRJa4BiL2M9Z7LTFBPOG7x3BRZNf0o29 { width:25.5625rem;height:25rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3hKJVtQFZ08t6zdQ6wTcmIlJf2aZFgU { width:20.4375rem;height:4rem;top:20.875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFSozmLaSBZLKrrABo8ltwHOA3PeNFQ { width:23.375rem;height:1.375rem;top:19rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTnb6D1nuTVtWvXTUkqQCA4MyRe2clDo { width:21.6875rem;height:2.8125rem;top:16.125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae { width:12.5rem;height:12.5rem;top:2.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN { display:block; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPqO3RdNJlIf7MVszTzlGWSIAud2NlMk { width:25.5625rem;height:32.875rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmMUqkeNeWoFpVwG9zSfKxvPEy66KGlA { width:20.4375rem;height:12.0625rem;top:20.875rem;left:13.687500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvCDqT8QQoRxmssbfSNlsDq25PSrXEm { width:23.375rem;height:1.375rem;top:19rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLv07KqIpF2Sr1GmGvBRNwVJ0TSqESxa { width:21.6875rem;height:2.8125rem;top:16.125rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxGGZVFlRhUlw8TWItV2KdJOffW17vbq { width:12.5rem;height:12.5rem;top:2.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST { display:block; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaxPXzr870bu0c1569LGK1WHUaKDqVTA { width:25.5625rem;height:27.3125rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2Me8k0HPpTC39rEiNELtcmmIobUd9v { width:20.4375rem;height:6rem;top:20.875rem;left:13.687500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQW47ZX8gqXy4i5n5QBAJi8PPkRTTqBQ { width:23.375rem;height:1.375rem;top:19rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evywwWvuqszXZEFbS7NUWlbFZeBNiBXg { width:21.6875rem;height:2.8125rem;top:16.125rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu { width:12.5rem;height:12.5rem;top:2.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI { display:block; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOr5WkeT4lXfxuFCeXT0BEQowk2Kg3R { width:25.5625rem;height:26.625rem;top:1.0625rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9aXZNCc0dIHv5ySN39242cQh6xiihTA { width:20.4375rem;height:6rem;top:20.875rem;left:13.687500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrOlFOUPvFWOITytsKEfablrtmniWXWi { width:23.375rem;height:1.375rem;top:19rem;left:12.187500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiuqsxQmFhWLQLbZcsbCx5H19oqX3tDw { width:21.6875rem;height:2.8125rem;top:16.125rem;left:12.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa { width:12.5rem;height:12.5rem;top:2.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { display:block; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { top:7.625rem;left:2.6875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { width:16.0625rem;height:1.5rem;top:8.25rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { width:9.9375rem;height:4.3125rem;top:7.625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iedEN8gqH79KvFl5PcF4VemF32epCF81 { width:10.9375rem;height:4.25rem;top:7.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { width:16.0625rem;height:1.5rem;top:5.5rem;left:2.6875009536743rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { width:16.0625rem;height:1.5rem;top:5.5rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { top:0.875rem;left:17.718750953674rem;width:12.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { display:block; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CntDC6socZVSycLNtTwUaeXNuAogrVSt { top:0.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#0a4b3d;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { width:2.5rem;height:2.125rem;top:11.900391340256rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { width:20rem;height:1.51875rem;top:17.895309448243rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(19,0,0,0.75);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #XtJ5oVSIM8Md7lfQMWz047XG3mAvWOIA { width:7.875rem;height:2.1875rem;top:11.15625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXOU7TcCsJXeb9S1WD3EZcMuFsWTPL0v { width:7.6875rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebPOe8KbpMEeb6QbcBSfQNNwdPn837A4 { width:16.4375rem;height:1.29375rem;top:19.852340698243rem;left:1.7812500596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(19,0,0,0.75);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vK6kf5BZNfhdNXAO5QEC5sExACLKEeei { width:20rem;height:20.3125rem;top:9.193359375rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #aNSg9xT349yuaAnfwibApfV14QBICVVr { width:20rem;height:20.4375rem;top:9.1314244907069rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #W33KQbTUUJiZcx8FSOiMsX6bqP4Xv6wH { width:14.8125rem;height:15.125rem;top:6.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #C0MidwFw5JKZnax7S3759uulACdssgik { width:17.375rem;height:3.25rem;top:23.0546875rem;left:1.3125000596046rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #DO1cQAhkG4znRy2Nf0A0DZOxWflmupEe { display:block; }
 }@media only screen and (max-width: 763px) { #t20QvWazmwpEorXC0Nx9NJ83GbT7W0yV { width:14.8125rem;height:15.125rem;top:17.537109375rem;left:5.1868489384651rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #kwsCpHkgclDWModrZXLcKLJMgThcVNGt { width:17.875rem;height:0;top:20.7060546875rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(19,0,0,0.75);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TeS0D2gi6lb4L4ZIsIg0vx3t5Oe7ocAN { width:17rem;height:1.05rem;top:15.13125038147rem;left:1.5000000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(19,0,0,0.75);line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ { background-color:#eff7fc;background-image:none;display:block; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { background-color: transparent; background-image: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container > .video-iframe-container { display: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row > .video-iframe-container { display: none; }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .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); }#BWTqa6cU1AUaofkhhCH4BHmPNLuk6TeZ > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu7rC0TF04g9HNapgPt80AB6Lzd7JQGM { width:2.5625rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zce5d91doURKgXsGJrRV65LahMZHHxLD { width:15.5rem;height:1.5rem;top:0.68749880790713rem;left:2.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C { background-color:#eff7fc;background-image:none;display:block; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { background-color: transparent; background-image: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container > .video-iframe-container { display: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row > .video-iframe-container { display: none; }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .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); }#t6umUr1sQ8F5XD4HpDDv1t9hEyF8Up6C > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd4TPT6Ii6qxSNTR2Nemk29BQPsFAwOV { width:14.125rem;height:6.6rem;top:4.3125rem;left:2.9375000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #keWL8DICXrMP1TwXPyMlBhWQT1NDcgUa { width:14.0625rem;height:4.95rem;top:39.5625rem;left:3.125rem;font-size:1.375rem;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #PZnTrJqNKrcVmUP0Z4aRC2ffOnrDCnvh { width:13.5625rem;height:6.6rem;top:21.9375rem;left:3.1875rem;font-size:1.375rem;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #mFmbkvT5m5dcvQls5KkkgzJoPUPr2fs0 { width:16.5625rem;height:16.5625rem;top:0rem;left:1.625rem;border-top:0.125rem solid #0a4b3d;border-left:0.125rem solid #0a4b3d;border-right:0.125rem solid #0a4b3d;border-bottom:0.125rem solid #0a4b3d;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kP8Kg4yfvp74Ud58FmiAsJB8LqD2zfDz { width:16.5625rem;height:16.5625rem;top:16.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzg02KqmclP9l2FJo0eqWTfsvQyTPQc { width:16.5625rem;height:16.5625rem;top:33.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFo5MZzvWAvvLIpSaavNRaJpAu2yIDS { width:3.125rem;height:3.125rem;top:15.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVciHNw3BG13fKXA5wUBmZ6GCyk9exLb { width:5.3125rem;height:5.3125rem;top:13.875rem;left:7.375rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B18ScVOkOL9DF3No2V478CFqw1oc0vFA { width:5.3125rem;height:5.3125rem;top:30.3125rem;left:7.8125rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rapKxgGWIAEvbkXyEGMyZ1Ef4gbE4Gz0 { width:5.3125rem;height:5.3125rem;top:46.75rem;left:7.5625rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qa9TsRTVH01my6KZ3xg8AZw3L5DNncra { width:3.125rem;height:3.125rem;top:31.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhNVrk9wBT51yTJfBrFz4hxOtPIlDta { width:3.125rem;height:3.125rem;top:47.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w { background-color:#0a4b3d;background-image:none;display:block; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { background-color: transparent; background-image: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container > .video-iframe-container { display: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row > .video-iframe-container { display: none; }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .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); }#GebWA7m6kTwsFZgx82SFaC3h4G6Tsk7w > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtHnaTKG7q4W9FCy7C8pQJLTcefiFa6W { width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDqJHGXrbSd9eINfb25yG51IgKu1FR0W { width:20rem;height:1.95rem;top:2.3726501464844rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #iROe86Nr1kRd88m1ZE8PR7QNTtnuwmht { width:4.8125rem;height:4.8125rem;top:5.5625rem;left:7.5625005364419rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wxk8evNtQ3Smd54abL0xUXqRe9xUn36w { width:3.125rem;height:3.125rem;top:11.5625rem;left:8.3750005364419rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #UFUdqw2tE6MbHTVdG4lGmJpaR1q2Ak6F { width:20rem;height:5.85rem;top:15.085157394409rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#f6f6f6;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zmWRZgTtFlXEVX7pdzwo8AWFI2e46BKS { width:20rem;height:5.85rem;top:32.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #glQPyiMe0JwyREG8N7pPfXoAGbkFMPOe { width:3.125rem;height:3.125rem;top:23.5rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypq847lq40z294c15qFSRqDVicPrqLrm { width:4.8125rem;height:4.8125rem;top:22.5rem;left:7.5625005364419rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VKMGTuqzg9imBtnNFVaclTe1W9ccZnTD { width:3.125rem;height:3.125rem;top:28.437498092651rem;left:8.4375005364419rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #EXCJzGM7mDCOh1oiOuLbkbinSyHSx4Ak { width:6.875rem;height:0.1875rem;top:5.310546875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNh8avqQK3J78V12doFkSTyPG1X5BO87 { width:6.25rem;height:0.1875rem;top:25.022789001465rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTnuWVmn54cPeET4kGNRdMyuzXNLylV { width:6.25rem;height:0.1875rem;top:40.5859375rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 { background-color:#f6f6f6;background-image:none;display:block; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { background-color: transparent; background-image: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container > .video-iframe-container { display: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row > .video-iframe-container { display: none; }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .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); }#aHKLRuTI7f6Tl5Hhw8tsfdHJ6mTgiBg0 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM3utgxAq8PhQiJvTpLzmTNV30QQE0hl { width:2.5625rem;height:2.1875rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlh8LDHTGAgZb4WPxM6kbtvRS23s2GDt { width:16.8125rem;height:1.5rem;top:1.71875rem;left:2.6242187619209rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #xJFXV57eMXdyFyTFL024XGahg5MEbsgL { width:20rem;height:1.925rem;top:3.28125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf.adaptive-delivery-prevent-bg, #ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf.lazyload, #ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf.lazyloading { background-image: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { background-color: transparent; background-image: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container > .video-iframe-container { display: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row > .video-iframe-container { display: none; }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .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); }#ivmTAHrSJ6UrK2n4XPTD2H8XNE3qHeVf > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8x5PVOgCblMpxG7pEmFQJlsUTdJpKIS { width:13.375rem;height:12.6rem;top:1.1868515014649rem;left:6.3750002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7lsQACPUwfhrFA2ITIcXPriNhRkFtZJ { width:13.1875rem;height:8.4rem;top:16.311848958954rem;left:6.3750002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdcEMnau5ieE4qRASLUlG0mX7eaEuyT { width:13.4375rem;height:8.4rem;top:34.8125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2avlMRQGENHdxuL9fIebcTi0D39WPt3 { width:13.625rem;height:9rem;top:45.4375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEdlcM75M4zeVV93bNMzZmidOSaC9fs { width:13.375rem;height:6rem;top:64.8125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8C1ey1ZWxlNNarKMcE8z79VIEDQpAxv { width:13.9375rem;height:9rem;top:74.25rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvnCMlfFHwP1dmcyQ0DmM0ZPOof0azC { width:13.75rem;height:9rem;top:93.375rem;left:6.2493489384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScQlznImLEm3JS3Cra8kibz93Mx2XJl { width:5.625rem;height:5.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoIB4wT2T61sNiKOvo5pIzH3lcZc5Jn2 { width:5rem;height:5rem;top:1.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlcAJGwVedR6y3uhC8tP2Gti4GEqITF4 { width:5rem;height:5rem;top:16.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyvqtRVL4fkWwyn9PrGQVbqG1AwxUCr { width:5.625rem;height:5.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzT8ilcaSdUgOHG88qFmHuTFtgDd3r17 { width:5rem;height:5rem;top:26.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAOmdcct5zVe8KEnV4zP74U29bpVfQRM { width:5.625rem;height:5.625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6R1OVJwd7RLGvTDpwF0v8gPJwsE0e0 { width:5rem;height:5rem;top:35.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybozFsybaHq4HeoQ51Dsm2i6bw4etEPz { width:5.625rem;height:5.625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNWdCO4P3E39XFVe2MoPk4qdDR3TPwb { width:5rem;height:5rem;top:44.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw7RMZzusBo7xOlzhemihHkA37oFsXa2 { width:5.625rem;height:5.625rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Q7XxQUIeZ1pWC7brRLlIDH4ICiaaHC { width:5rem;height:5rem;top:56.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puh8luwxBWCp6AJQ7zrvzLpTxGydg7gJ { width:5.625rem;height:5.625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6bPnfpiDwRuk5q8ehTT7Hawc8o704BD { width:5rem;height:5rem;top:65.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKMeQhyqS8FMEyxFHQ8FNauxUGgUGQO { width:5.625rem;height:5.625rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpgF6V3Sz0nxGpkSBVUsfcfuySlbKffN { width:0.3125rem;height:116.875rem;top:3.25rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMiOxNe72r9fuppETglri8twkC1lzGVK { width:2.3125rem;height:3.25rem;top:2.0625rem;left:1.6562500596046rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQ6LIRGaXlLPWs6xszuJWpalv7hMD7z { width:2.3125rem;height:3.25rem;top:17.187500953674rem;left:1.6562500596046rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1fP2V4faA79WNP0FGGnIclWdeJH5SUx { width:2.3125rem;height:3.25rem;top:27.5rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Zt6VXn8U3Ti220yXET1vegpI0MbDCF { width:2.3125rem;height:3.25rem;top:36rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpeCATSO27kZTG9OIMwEEazCsyT60mE8 { width:2.3125rem;height:3.25rem;top:45.4375rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgTAfzKIICBy67JAvFOSUUdlUCdCI43 { width:2.3125rem;height:3.25rem;top:57.1875rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNTBx7krmLLWBVRXutJyezmu73F90m8 { width:2.3125rem;height:3.25rem;top:66.125rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNedOOSadOAMURE7hVsMnT5hzzgVau8n { width:13.6875rem;height:9rem;top:104.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCXxoZlrwmHwxks55NMI8XgweafaI1c7 { width:5.625rem;height:5.625rem;top:75.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgBNVLmi0d6ByTm1fTy0GncOA2Z4hcw { width:5rem;height:5rem;top:75.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giKTkLtVw8xziCANZBy18T8HTqmQJUVn { width:2.3125rem;height:3.25rem;top:76.4375rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHahiDIIWPlB8Ftz5Xh9iU1VVqADBZu { width:12.6875rem;height:2.8rem;top:27.75rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzI4Ah5yGNRn9xbaUTp0hckguO8kUoWH { width:11.8125rem;height:3rem;top:57.3125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTqJMiwrAbVLMeqae3MrqkL75xWW1Un { width:5.625rem;height:5.625rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHV4w0fF40F6LpclyV4rnP4H2c80MMo { width:5rem;height:5rem;top:85rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTmwnsiTflZBAz8na5F1lHtqtKSFOg9 { width:2.3125rem;height:3.25rem;top:85.875rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVPmOpUwR4UT9gdlZ1AXBnIyNGo0KoAt { width:5.625rem;height:5.625rem;top:93.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFrrSbsdJycBBPAg72l8J27Lw3CzxM6 { width:5rem;height:5rem;top:93.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfE7rwtuoEMTbEmEkPvPkL1rnAtaTkvl { width:4.3125rem;height:3.25rem;top:94.25rem;left:0.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOPPd6WU9cAysdtRJhSrPDiH85muTS0W { width:5.625rem;height:5.625rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HooaUTFbAwSaW58AMlsP01QxmqZ5O3mP { width:5rem;height:5rem;top:104.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLc72clRkE5PHGtcJi6DggbGweGW4qed { width:4.6875rem;height:3.25rem;top:105.25rem;left:0.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXym8volivggTMFnzsSWOFttE8KakCNL { width:5.625rem;height:5.625rem;top:114.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyKzD2g4ghnFgQ80WEfsTVHb7picyT4 { width:5rem;height:5rem;top:115.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqdvirwKXkvIJ1OVA8sUf0O6H9lA1RWv { width:5.1875rem;height:3.25rem;top:115.9375rem;left:0.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQJoHP9nySzn7dwK7HcvhNo1CNsOkZCJ { width:10.6875rem;height:3rem;top:86rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHoVXcrMRxTmpE3WqPfr5wORFh7QTh8t { width:10.3125rem;height:3rem;top:116.0625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.adaptive-delivery-prevent-bg, #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.lazyload, #XHCMHwlnf6bU92wJhFXtnAd70yobtpw0.lazyloading { background-image: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { background-color: transparent; background-image: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container > .video-iframe-container { display: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row > .video-iframe-container { display: none; }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .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); }#XHCMHwlnf6bU92wJhFXtnAd70yobtpw0 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vS66foMJyK4d80n3oWlKFSrr9K0L3ZQV { width:20rem;height:20.4375rem;top:6.5rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #XdKP68N7QITvVWuhJHiXfryB51SzPDFS { width:16.4375rem;height:9.61875rem;top:11.409376144409rem;left:1.7812500596046rem;font-size:1.1875rem;color:#0a4b3d;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Z2D7pHEN7UT4eB8byEVVac35IvLQ8W5W { width:5.3125rem;height:5.3125rem;top:0rem;left:0rem;background-color:#f2c23b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HMXx44de3EyLBC62zHHFHBf1UTMVC9Lw { width:3.125rem;height:3.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGMNwefUMgeNAgOAphF7wMqfu9VufJG3 { width:2.125rem;height:1.875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76TxuLB139WdB5XxxAzpQwT8uwwgE4h { width:12.375rem;height:4.875rem;top:0.8125rem;left:6.2500000596044rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt { display:block; }#OAOG6aomozCaB7XSTVDlTcXQTSpEbzrt > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7ducnInCyxbHgIsyIrHn5ZzNIODGeo { width:14.4375rem;height:9.66875rem;top:1.0523433685302rem;left:2.7812500596046rem;font-size:1.0625rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #X66c7M2lSwak7M2yewh18OEpAM3MOzyU { width:1.5625rem;height:1.375rem;top:0.67187595367431rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0URntnlxzub0uom73asob7XQ0xfF1eK { background-color:#f6f6f6;background-image:none;display:block; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { background-color: transparent; background-image: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container > .video-iframe-container { display: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row > .video-iframe-container { display: none; }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .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); }#Z0URntnlxzub0uom73asob7XQ0xfF1eK > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7E1lq97l7B0G23i2wEXnUdPchdH7TTd { width:19.9375rem;height:25.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWtLfvv6QpackPoftwKt2vGAr3WUy3t { width:17.4985625rem;height:3.43605625rem;top:18.5rem;left:1.25rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #r9b2ZOxvtPC3tXaXCPq9H7f0TOs5fuLx { display:block; }
 }@media only screen and (max-width: 763px) { #VBagOGDT3FBECEATcD07SBQTRLpWKaO1 { width:19.99925rem;height:1.4rem;top:16.375rem;left:0rem;font-size:1rem;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #RrJlnkId8CA3zvqo9nT5VkOZ4Gdg01Im { width:19.99925rem;height:5.28125rem;top:11.625rem;left:0rem;font-size:4.0625rem;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GGzEWrw5fpEVBcXVQdFIhihZWdEhdlyZ { width:7.1860625rem;height:1.87355625rem;top:6.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZE2pGxi3iDff3pIIx3ZSBES7saUC0m { width:10.6235625rem;height:1.3rem;top:11.1875rem;left:4.6875000596046rem;font-size:1rem;color:#0a4b3d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xaPK2MGmXf3HRUCdz76orc8TGTxuIbwB { width:20rem;height:1.70625rem;top:9.0625rem;left:0rem;font-size:1.3125rem;color:#0a4b3d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #plN6bal0DbJWvm58Zz7ysJki0IdkpkmS { background-color:#eff7fc;background-image:none;display:none; }#plN6bal0DbJWvm58Zz7ysJki0IdkpkmS > .row .container { width:20rem;height:31.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GwHfOXTSmrw3X8iHVIL8JHcGRv8Q5N2d { width:19.9375rem;height:25.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Z0twOmFC934NolfawFC7FdI0xN0G8l { width:17.4985625rem;height:3.43605625rem;top:19.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pQagZJZRADN3sDCuT4OmKimFWsZ461 { display:block; }
 }@media only screen and (max-width: 763px) { #aoQdObqCTOBhyFAnnKaXBiNIVCLpGnlR { width:16.75rem;height:2.8857375rem;top:15.75rem;left:2.125rem;font-size:0.6875rem;color:#000908;display:block; }
 }@media only screen and (max-width: 763px) { #DuJnPTcH9wWiZC6TelbrdQAHQ6mRbs00 { width:19.99925rem;height:4.3056625rem;top:10.3125rem;left:0rem;font-size:3.3125rem;color:#8e5dea;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #U8uZadZzC2QXD6Ge1WrOb10GUBbf2VXF { width:5.0625rem;height:1.25rem;top:6.0625rem;left:7.3241776711906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCtST0cfF54bDZdAGf4hJXmRfCkSORTz { width:10.6235625rem;height:1.29980625rem;top:10.25rem;left:4.6875rem;font-size:1rem;color:#000908;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZOOEIGRMPgtHP7EmPr2r5AyvoVtVBCfg { width:15.6865rem;height:2.11230625rem;top:7.875rem;left:2rem;font-size:1.625rem;color:#000908;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UGxiBg1VaWEDKeuyVfvXaarXWfVHOKEx { width:6.6875rem;height:1.2246125rem;top:13.83203125rem;left:13rem;font-size:0.875rem;color:#000908;display:block; }
 }@media only screen and (max-width: 763px) { #LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg { background-color:#eff7fc;background-image:none;display:none; }#LRJISQCZGtxq4dNSrGLqtMiGC9GZ27kg > .row .container { width:20rem;height:23.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iTlkRRSAB6tSheTZ3bAXRMKODU1HXxOl { width:10.0621875rem;height:2.811775rem;top:7.0616321563719rem;left:4.9674479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhR6uPwgM1HeWbmOba6TALvhkQmAyyg { width:17.4985625rem;height:3.43605625rem;top:10.374711036682rem;left:1.249276638031rem;display:block; }
 }@media only screen and (max-width: 763px) { #d32uAfv7k3T2TRKTHPty1NTwSuuPcFe7 { display:block; }
 }@media only screen and (max-width: 763px) { #gwANl9fbWp8Tf2i8rimUyA6k87twH60b { width:20rem;height:20.412757973734rem;top:2.1875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg { background-color:#f6f6f6;background-image:none;display:block; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { background-color: transparent; background-image: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container > .video-iframe-container { display: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row > .video-iframe-container { display: none; }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .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); }#EhawpqRxzUqQBbmNrPHNTHStMT3ygfsg > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usTTq7X3X0R0RcbDDSyEJMw13s6hpwiJ { width:2.5625rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NGyiCZifWo6i5TtuLNDPJnLGIMaKSa { width:17rem;height:9rem;top:2.21875rem;left:1.7500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G { display:block; }#q6tyEWkseyDBIkMXWBmDZMBlrIzGea8G > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZt8uoRHQwBq6zLziozL8XiTfnDLt5TG { width:20rem;height:2.6rem;top:0.53645706176758rem;left:0rem;font-size:2rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp { display:block; }#wRu7ISHnlvwegytrtD5NtIkrRcGkW8Sp > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH { display:block; }#qaS1dBbR7QdVdXQW23Ug4mlg2Fy7abRH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVBnINxtaM5wTQs42eqb6l676RRhXmwB { width:20rem;height:5.3125rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xK1Eci4UwgAEepTZcE3kEv0Emp7tWQ3T { width:12.875rem;height:4.5rem;top:0.40625rem;left:3.5625002980233rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lFea4WvPB4SJCP2nzJiQBJSVTqxMruE8 { width:3.125rem;height:3.125rem;top:1.09375rem;left:16.874348938465rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP { display:block; }#irZ2IJP7l5yT0SoT3Dkxon3gngWb8BPP > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isDWKgf2HctCF1riTMaWFD6uLigMXvBK { width:20rem;height:8.25rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxJLPyOaM7TtsxitaW5EIkroSGukh8s { width:17.375rem;height:10.5rem;top:0.6875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 { display:none; }#eyiLgP7Rwx8aNJNo1q5FqsGzfDAMPwB8 > .row .container { width:20rem;height:0.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr { display:none; }#zVOGTuKsnbZsWBb7AHSUwT2O2VeAHaHr > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i6QcTpErFvlMtONyBOhoqQldwtG6FsZD { width:20rem;height:3.875rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pTrk6FtaLFB09qQeTiCw5if5oibqzy69 { width:13.8125rem;height:3rem;top:0.8125rem;left:3.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #om9lI4z2KG7k0Q7AcDxlD6hyipvxFsDu { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIWw3WtPmS3exI17897fQLrU0gSiezC { display:none; }#ZfIWw3WtPmS3exI17897fQLrU0gSiezC > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pOuNwRpkKH4BKzooT1ZzxWrTqUfvkbRe { width:20rem;height:4.4375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klIMFZ44HDMoa4WH7ob1JGWN3hsQ5MuQ { width:17.625rem;height:3rem;top:0.34375rem;left:1.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH { display:block; }#VAoh8cW4NIHCUEE7qKBAUH1uKkySWVhH > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu { display:block; }#g2tcIVlOuJdGGEhGDVy9vNevm3VZIJBu > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpcvh3cHiDPK5D5LaGCknK1FoD258wIG { width:20rem;height:4.1875rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vRNk4l6CGTELzfFrMce4zEt9iOk39xMT { width:15.625rem;height:3rem;top:0.8125rem;left:1.2812500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2JeyLxmQRnyME7MDhIIzz5CJSxg7S0 { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE { display:block; }#bl3HXQUdTHrgrBvxsvWvDQM2KPHW0WNE > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLMWOlvRVeTn4NWn7qZps68dVAKAUO15 { width:20rem;height:2.625rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQWsbSa3VRvTp1kV9uyocou2dlo1t9EV { width:17.625rem;height:1.5rem;top:0.34375rem;left:1.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr { display:block; }#Ly8pTXI5r9QUTbt5mvTiToXExxLm9qrr > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC { display:block; }#S8fWoN6AHprQRuNFdUq48ANZyg7JK8dC > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMLbfcpAFBU3TAcU2lEM47ITGHTDXXHJ { width:20rem;height:3.8125rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aLOL8uyJvOFZbhT0nJkuW4qUbVTDxkaT { width:13.8125rem;height:3rem;top:0.40625rem;left:3.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QaloXkfJHu4k2xZT0EFxQAMErZJWtiQX { width:3.125rem;height:3.125rem;top:0.34375rem;left:16.874348938465rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b { display:block; }#bO4pnHZK9Pu4e03P2ixTDn5EhFkCab2b > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASNWclvfXIybPmhGXnqTksZRl74SpVBi { width:20rem;height:10.3125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNV6ziRSwMT9p35FpDnlSVqdlAok8BZq { width:18.3125rem;height:9rem;top:0.65625rem;left:0.84375005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B73tCLCuVrc7d2DfskagIxv3OOqWAuWd { display:block; }#B73tCLCuVrc7d2DfskagIxv3OOqWAuWd > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI { display:block; }#usnvJvrrWULJ5z0tlxR1UQbm5B3c8fnI > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWxVI00HvcDiZNxVZITMS2QCxl5id5mx { width:20rem;height:3.125rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #r85at8SWQbMt5t3uhwH6t4Uh2PPoMvzP { width:13.8125rem;height:1.5rem;top:0.8125rem;left:3.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dmfW4DiL8ELI3H9oUTtyLmD599BGpUlB { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC { display:block; }#d9nyv6Q0K95s9ymDiL41V0K3dTSA3lvC > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiSFRqW6m96dF47HZZ5mQlp4P13DIVFR { width:20rem;height:11.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiEyMuTyLZsSpXb2eMRRnFRhMmT4X1MJ { width:17.25rem;height:10.5rem;top:0.65625rem;left:1.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 { display:block; }#ccTUaJs3wGox7iaz8wNchgtV4qlqGCt4 > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F { display:block; }#aHSTfwF5KWCszOJUsAIqdD3Th6bdRC7F > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkxEzDJVEAX2aETwhJwInLZhTsBtSkDS { width:20rem;height:3.125rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LhwQ8QnMHyinb01a3xElwheWJeoOAwBT { width:13.8125rem;height:1.5rem;top:0.8125rem;left:3.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuKn6eRiNFZoUVZuwoTOauTzVD7dNT7 { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi { display:block; }#nTvgkWgRT1b5HxmztgrVoLGKHKtd3OGi > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPzEbPrUuidMI63DN9xcde4VGaHRKmrM { width:20rem;height:11.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8iC7oftsiRLwp8qsiZnNpFnEDC6ozS { width:17.25rem;height:10.5rem;top:0.65625rem;left:1.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N { display:block; }#nBTxfN2XuD7QtKT3IVVZcnI9nkNUOd2N > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { display:block; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { width:20rem;height:4.82890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { width:13.1875rem;height:2.400175rem;top:1.1686201095581rem;left:3.4062502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { width:17.5rem;height:1.2rem;top:3.6295576095581rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUGfRE7ts24B0OFO8wHwcGo6V7pRL5SQ { width:2.5625rem;height:2.1875rem;top:1.1686201095581rem;left:0.90625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:17.4375rem;height:17rem;top:20.5625rem;left:1.2812500596046rem;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.6;color:#0a4b3d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:12.875rem;height:19.375rem;top:0rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF { display:block; }#Deg7sW8yXwndKJfHEEqmyNPnG1xWvTRF > .row .container { width:20rem;height:4.82890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPryg2wWFfPTd0IDGTwGPv9Awys6HFq { width:13.1875rem;height:2.400175rem;top:1.1686201095581rem;left:3.4062502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSHg2oJMVuTkLtKF9xo85MKTO7WkFAL { width:17.5rem;height:1.2rem;top:3.6295576095581rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrwiwrl7yApkrwnsy1ICToIMhb1rR7B4 { width:2.5625rem;height:2.1875rem;top:1.1686201095581rem;left:0.90625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv { display:block; }#HT8nE0xM2zyp9MOfhmWZiX50rp2AOHiv > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfEDnbSXkyLNE12ghyuZRHFw7704UHTe { width:20rem;height:43.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4T12ViulbKV0KW1kXrJ9kq1oXlMz2dG { width:18.1875rem;height:24.7rem;top:18.049479484558rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJgAiygfZmL7TMlF1uCPtUFvdaDT3cQN { width:16.9995rem;height:1.3rem;top:16.5625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIoRWw1ytRHPtTuXiclrTnbNe0kOGqBn { width:17rem;height:1.625rem;top:15rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8D4Uz8gK5OiRCHqIbH4ZkbxFTh4XbeC { width:12.5rem;height:12.5rem;top:1.75rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k { display:block; }#JfK0cArMPaBZ3L6XGkWH4ABRlW8OWK5k > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZTi1fms7qyeNd6ceTJGMVStg3lydOH { width:20rem;height:25.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6JlNsavECfsDvzvtAH6T3NX5GLh0LW { width:18.186875rem;height:5.7rem;top:18.500000953674rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbPvIbZMTulA2sLa9g8DEapBPPy6w6bE { width:16.9995rem;height:1.3rem;top:16.5625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaWxVIyp9xbyMph4RJssCctIS9apzg8z { width:17rem;height:1.625rem;top:15rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ7vOvbCzVxT5AdK0U0CJMbJTlO7A9Gu { width:12.5rem;height:12.5rem;top:1.75rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX { display:block; }#PA2Xf75EZ1oHIGD3GJHWwqt8pgP9fwvX > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxnpXZN9o0eUT57WXwRPeeXHwKcfAFu3 { width:20rem;height:31.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivOSmSrEh7QagaIJ9dBwL1p4pfQGdzL { width:19.3125rem;height:11.4rem;top:18.555339336395rem;left:0.34375005960464rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlAywJBndHZMoNF7FD3nhtnVskQSXrPs { width:16.9995rem;height:1.3rem;top:16.5625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tP7DQuuoD7aHmxZrJxqSWBCJ3LUnT8BK { width:17rem;height:1.625rem;top:15rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSvVky8kIPMamsIOEW8Scm4k1RIIsnCT { width:12.5rem;height:12.5rem;top:1.75rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy { display:block; }#ZeCDf5lGLoStu6wlsTHeevlQovDfhyTy > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdLO47MqUPzZaiitgpkfF4o9cLolmeJT { width:20rem;height:31.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v75VT7ixBM2CyRaxEasTUhtBVInCwpf2 { width:18.186875rem;height:11.4rem;top:20rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPh6f47M6S1C6rRWIO7p5yhBRE5kP0pL { width:16.9995rem;height:2.6rem;top:16.5625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxGEBZNWfl6F1hIGQWZIX7qBTOCiQw1i { width:17rem;height:1.625rem;top:15rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3x31TqWSM101dFJLJwS2yMGWSqamvMg { width:12.5rem;height:12.5rem;top:1.75rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi { display:block; }#t4NS9ZDm1ReCW49mEiO4eH7vi6PSuwzi > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7TynbeWDJXldEbyHyzUwqW4JBOTze4q { width:20rem;height:34.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ggMmsh4MA6fqp60peKT0IfeMC6098t { width:18.186875rem;height:13.3rem;top:19.410807332024rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKtI9wmL0VLcNNezEPqSrngVQZDEUrT8 { width:16.9995rem;height:2.6rem;top:16.8125rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF1U1uNExT8GMIwDTLiISCyVtuncDqlf { width:17rem;height:1.625rem;top:15.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrT3bqX2GaaESypzkrh1A4pHCDZEIRq { width:12.5rem;height:12.5rem;top:1.5rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukhPRETn2UpR0FwxwV2klfb6nm2HH2l { display:block; }#cukhPRETn2UpR0FwxwV2klfb6nm2HH2l > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3G0fbDKlc51ULMLs1qwrVsTqDUu3Gvz { width:20rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TRqhgTtVAWuBONCKcQiuQ42ZT2aOT7 { width:18.186875rem;height:7.6rem;top:19.8125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxFemRAI8L7W8mDqFhIP8TTFq9teC1VT { width:16.9995rem;height:2.6rem;top:16.375rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7ObFplmJyTt4mhdWzMCixkpG2sWIKwP { width:17rem;height:1.625rem;top:14.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzA2FvxlLZWosvblgo67cBffVZvIA3Bz { width:12.5rem;height:12.5rem;top:1.125rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 { display:block; }#VP2wctmiJCXaxJn7wwJ6tyO0h9u14J90 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRJa4BiL2M9Z7LTFBPOG7x3BRZNf0o29 { width:20rem;height:24.5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3hKJVtQFZ08t6zdQ6wTcmIlJf2aZFgU { width:18.186875rem;height:3.8rem;top:20.0625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPFSozmLaSBZLKrrABo8ltwHOA3PeNFQ { width:16.9995rem;height:2.6rem;top:16.625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTnb6D1nuTVtWvXTUkqQCA4MyRe2clDo { width:17rem;height:1.625rem;top:15.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BXzsfup51wH7KoSlu5nMT17aSZA7Ae { width:12.5rem;height:12.5rem;top:0.9375rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN { display:block; }#miNbQJ2hRhh2TcEDgyWm96U2d7yxmrmN > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPqO3RdNJlIf7MVszTzlGWSIAud2NlMk { width:20rem;height:30.9375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmMUqkeNeWoFpVwG9zSfKxvPEy66KGlA { width:18.186875rem;height:11.4rem;top:18.6875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzvCDqT8QQoRxmssbfSNlsDq25PSrXEm { width:16.9995rem;height:1.3rem;top:16.625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLv07KqIpF2Sr1GmGvBRNwVJ0TSqESxa { width:17rem;height:1.625rem;top:15.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxGGZVFlRhUlw8TWItV2KdJOffW17vbq { width:12.5rem;height:12.5rem;top:0.9375rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST { display:block; }#cP4cmGZMDtf0hiy0OToV96fdxIhuD3ST > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaxPXzr870bu0c1569LGK1WHUaKDqVTA { width:20rem;height:25.5625rem;top:0.062500014901162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2Me8k0HPpTC39rEiNELtcmmIobUd9v { width:18.186875rem;height:5.7rem;top:18.6875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQW47ZX8gqXy4i5n5QBAJi8PPkRTTqBQ { width:16.9995rem;height:1.3rem;top:16.625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evywwWvuqszXZEFbS7NUWlbFZeBNiBXg { width:17rem;height:1.625rem;top:15.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2kR73pr2vleLp0RTTVqAVEEfoyEhwfu { width:12.5rem;height:12.5rem;top:0.9375rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI { display:block; }#LCSfu5v2JvEGqZpKDJB7gSWTt1c5CcmI > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOr5WkeT4lXfxuFCeXT0BEQowk2Kg3R { width:20rem;height:25.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9aXZNCc0dIHv5ySN39242cQh6xiihTA { width:18.186875rem;height:5.7rem;top:18.6875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrOlFOUPvFWOITytsKEfablrtmniWXWi { width:16.9995rem;height:1.3rem;top:16.625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiuqsxQmFhWLQLbZcsbCx5H19oqX3tDw { width:17rem;height:1.625rem;top:15.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXRFPdVVyEGzxnVFt3d2tX8JszvCTfTa { width:12.5rem;height:12.5rem;top:0.9375rem;left:3.7500002980233rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { background-color:#0a4b3d;background-image:none;display:block; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { background-color: transparent; background-image: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .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); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { width:3.4375rem;height:3.4375rem;top:8.4375rem;left:8.3125002980231rem;font-size:2.375rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { width:16.9375rem;height:0.9rem;top:11.875rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:.9;z-index:15002;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { width:10.9375rem;height:4.6875rem;top:16.5rem;left:4.5625002980232rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iedEN8gqH79KvFl5PcF4VemF32epCF81 { width:10.9375rem;height:4.25rem;top:21.125rem;left:4.5625002980232rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { width:16.0625rem;height:1.18125rem;top:7.3125rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:.9;z-index:15002;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { width:16.0625rem;height:1.18125rem;top:14.1875rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:.9;z-index:15002;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { width:16.125rem;height:4.375rem;top:1.3730449676514rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { background-color:#0a4b3d;background-image:none;display:block; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { background-color: transparent; background-image: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .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); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { width:20rem;height:0.75625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CntDC6socZVSycLNtTwUaeXNuAogrVSt { width:20rem;height:0.75625rem;top:0rem;left:0.15625005960464rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6f6f6;line-height:1.1;display:block; }
 }