.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:229,219,234;--color-primary-1:168,134,187;--color-primary-2:81,12,118;--color-primary-3:41,6,59;--color-primary-4:12,2,18;--color-secondary-0:217,231,232;--color-secondary-1:128,176,180;--color-secondary-2:0,96,104;--color-secondary-3:0,48,52;--color-secondary-4:0,14,16;--color-tertiary-0:255,255,255;--color-tertiary-1:241,246,243;--color-tertiary-2:243,241,238;--color-tertiary-3:9,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b32368f-0401-4cd9-a134-bf038b6bc9c0/BackgroundAchilleaLP.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.adaptive-delivery-prevent-bg, #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.lazyload, #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.lazyloading { background-image: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { background-color: transparent; background-image: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container > .video-iframe-container { display: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container { display: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .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); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { border-width: 0; border-radius: 0; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ::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; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#cV2KwleDdVNWfS2bVxAb9VwTb9q4HPO2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.183625rem;width:19.558625rem;top:5.1848974227905rem;left:11.467449188233rem;overflow:hidden;display:block; }
#TnqTUvyrSKK1LTSJAexTJWzigMx1GyTX { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.249375rem;width:27.1875rem;top:15.934244632721rem;left:7.6546220779419rem;display:block; }
#TTHrpHza0QKC4SPNhvOu5pnZ3wgzXp9h { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.268717288971rem;left:7.9980459213256rem;height:6.578125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#x9EycNt8RLmuqyox1LnqQg3arHq28Oab { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:24.1875rem;left:10.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbievlNwTvVLW0qureyOU53ZTzTnJg2C { color:#f0b84a;display:block;width:5.625rem;position:absolute;font-family:neuton;font-size:12.5rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:25.7158203125rem;left:17.7998046875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULITvd6lZcrRD7E57RPs1nRZh3LhL9tx { color:#f6f5f1;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:33.216148376465rem;left:23.371097564698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrxKwe8T3dhEm5eORuQbU5XG2vGcDNcl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:28.5625rem;width:23.8125rem;top:15.9375rem;left:46.3125rem;display:block; }
#HsOrDEagXWPbqUnVz0MtVip9kdFEkl8E { color:rgba(var(--color-primary-2),1);display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:16.690104484558rem;left:47.779949188233rem;height:5.734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmJbM28t4hXQeE6pQTArgCaoeIRaGsMy { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:36.875rem;left:31.0625rem; }
#NnrMDJfLTgFxHHTkt9w9Wm2zVTsxHkuq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.562rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:38.1875rem;left:27.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5nx8VBcEN8CxhKf1invlp8W8mQafr5X { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.4375rem;width:29.3125rem;top:36.5625rem;left:6.8125rem;display:block; }
#pBDmghMXMrF0VUKXy4ipdLWhnhtfR5x9 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0621875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.1875rem;left:7.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cx412EqX8a7aJmi2tiaZLMvKhxy38cxi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36.75rem;left:20.875rem; }
#dCFuU52UtEvqCR16yRg9xaPpO2GTuc07 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:36.75rem;left:10.375rem; }
#hayotBkacizptpK1GR5P4hK0aovDmFSm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9361875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:38.25rem;left:17.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqXIFWwrvZxzhURzE09QWnfW47cSTSdS { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:37.125rem;left:15.6875rem;display:block; }
#reBy5tK5r3ZwiMqElNKSUNHMD1APnVBt { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0618489375rem;top:37.125rem;left:27rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.9375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.75rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-primary-2),0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47rem;top:24.1875rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-primary-2),0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47rem;top:24.1875rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container { background-color: transparent; background-image: none; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container > .video-iframe-container { display: none; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row > .video-iframe-container { display: none; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .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); }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container { border-width: 0; border-radius: 0; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#exmnVidXJ2ooV1IpBDuuQElcTuFwiAJF { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vu0cvODDHTlAtqI7lqTRhgGEEx0TUiVr { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.125rem;height:13.16015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wi6T9EoLsR2OaHiEydc37FqE36hDsqxP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.747375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.013023376465rem;left:39.125003814698rem;display:block; }
#ZOFByIU79XUs5AuiofgrSTmw1A9yiouR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4WTvOi1R0VqQqqF1xb8XwkLQhCXUcgy { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35.3125rem;width:35.3125rem;top:7.4296875rem;left:1.4361991882324rem;overflow:hidden;display:block; }
#es6sa95GeJPP0QFbxtFBDSVGRUOJWTiE { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:21.375rem;left:39.125rem;height:7.99478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aF27QDTwkEkUD3kUPAG5asQlvNczmcv7 { position:absolute;display:block;z-index:15058;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.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container { background-color: transparent; background-image: none; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container > .video-iframe-container { display: none; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row > .video-iframe-container { display: none; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .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); }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container { border-width: 0; border-radius: 0; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Ti8RwHb1W3FFfvw7dpC4NrNNTzzUDGvu { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aP6dZ5czxxtwWAwyJQWBW97p71ZTK2dB { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.5621875rem;width:42.622875rem;top:6.5rem;left:1.8125rem;overflow:hidden;display:block; }
#Zs7UVVS4vFnX3WggteJz75Womt7X2UOB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:46.3125rem;height:7.31119375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.374rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:14.4052734375rem;left:47.091796875rem;height:9.2448125rem;text-align:justify;text-align-last:initial;display:block; }#zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD li:before{  }
#yvqWt5NIpd78QHcwqPs0TQTCmmaJAz8h { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7480625rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.373046875rem;left:46.3125rem;display:block; }
#z0RPVEUgauZL8CGUT7DhFJOnTrxmQTJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgFdblP3nOA3oTETZ3ft2SkRWwnRcPNB { position:absolute;display:block;z-index:15058;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.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { background-color: transparent; background-image: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container > .video-iframe-container { display: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container { display: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .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); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { border-width: 0; border-radius: 0; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.875rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.125rem;left:1.9375rem;display:block; }
#G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.5rem;width:38.6875rem;top:5.5rem;left:35.0625rem;overflow:hidden;display:block; }
#maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { position:absolute;display:block;z-index:15058;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.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container { background-color: transparent; background-image: none; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container > .video-iframe-container { display: none; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row > .video-iframe-container { display: none; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .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); }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container { border-width: 0; border-radius: 0; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:75rem;position:relative;display:block; }#SZaXmsrloQsROyWEORDQnvzsAb0OaMaa { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.8125rem;left:6.875rem;display:block; }
#o6uB9lMm8T3pFxnx7pZmLgTcFfdAtc0D { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.75rem;left:29.6875rem;display:block; }
#SBcpDcIISoz5eFqfRG8cDAHzMt2asSD1 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:68.5625rem;left:28.343753814698rem;display:block; }
#NTIX1IsvKLzp1g7yycT4SySRLPfT4F3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4rDLkgC5MqleQTkCpd9VatB2m8BT3TA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:33.1875rem;left:7.4375rem; }
#wSUGI6iyg4ucbxF2JRtqlMogsyaueSUh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:33.25rem;left:13.9375rem; }
#e2HLve4Sp1VJ9tKe7gzeKZT7yupC3HT4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:33.0625rem;left:30.3125rem; }
#SQvxqmPi7w70Gy46BKhPvUDixx82n219 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:33.1875rem;left:19.875rem; }
#AvC0iaOxwpoqycF51Cc2XwD5iv8NPIbU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:35.6875rem;left:8.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnTxF3Q5nMyfbCgSt45cip0kUzAFyxZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.6;letter-spacing:0;top:33.4375rem;left:10.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FPRb7tBLWJqnVkqu7QyqTo2ERoivRf0N { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:33.4375rem;left:15.75rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W6U8W89DiVevRd8csba4xXRHHAN1uJO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;top:33.3125rem;left:32.875rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vem9mbzeuhifax1t4baDTMlnJTvTmT0b { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:35.5625rem;left:31.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwcK5TuT0c6mPG3OgJJFB30W718tfW2b { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:33.4375rem;left:22.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBILHPTUaDwmEaMQc7uM9Gf7e7ZHnG3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:33.125rem;left:37rem; }
#O6dwUg8rTTzDZLTxcgbQAMlvkNBeSbFG { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.6;letter-spacing:0;top:33.3125rem;left:38.8125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t3SKLH8PeleHFmxHmnI6PS0tShM5TyZh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:29.75rem;left:9.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ti7TwLiewAXDbTgEdPlQ5HChrS9B5DOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15122;line-height:1.6;letter-spacing:0;top:29.625rem;left:32.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aweDDKLSFsaFku9NiXwqKtaTuq73XwVr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:27.25rem;left:7.875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlnkU64gCqd54XMGDLXNiLhaTA1FIpQG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:27.250000476837rem;left:30.947917938233rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrmn37XCPV33gzMqGqHRJ8w2MaVlAA6P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:33.0625rem;left:42.6875rem; }
#AFZVIef5tdHIkTH5sP31tREZ1DyFDuxr { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15146;line-height:1.6;letter-spacing:0;top:33.3125rem;left:44.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7SQA9NDSDnMNDF9Tsx5lf3qunhwkJlN { position:absolute;display:block;z-index:15125;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:16.375rem;width:16.375rem;top:10.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#iKKZuUNnspaFZEGHxw6Zevkkgsi4sdWx { position:absolute;display:block;z-index:15135;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:16.4375rem;width:16.375rem;top:10.8125rem;left:51.25rem;overflow:hidden;display:block; }
#oSUDMAS5ggDTziaK12DcOQ3MsCruvQxO { position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.8125rem;left:51.25rem;display:block; }
#MDt2XMwReKbdqGdMxhFOWS51KLm9tebH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.25rem;left:52.875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAcZMbqvcuLrgW3ayMMQISF7AqzmxyTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:33.1875rem;left:51.875rem; }
#cTVpL4Q27XfF3tZOFRpoIFkDTatAi309 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:34.4375rem;left:53.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxrfQkZTm2yd0b5VTBIJ4Fz6URxTZ7y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:29.75rem;left:53.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QveAGeJk3PxKreuA7RzptassoEs3TIdX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.6;letter-spacing:0;top:33.4375rem;left:54.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y97xuK3NABhTr7zOHAT5RTlidGDvey7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:33.25rem;left:58.125rem; }
#bxaS5CVTuUVuvv9o0Dx2M3M4lJTkFTB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.6;letter-spacing:0;top:33.4375rem;left:59.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pHt3uQ9zVl4MbCJCVxdQbrXbkcVlIRtp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:0.9375rem;left:0rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWr8MDoTzyy8JN3kQFWDmqT4LaIpGNLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:33.1875rem;left:64.3125rem; }
#pqTPHk6ISmWCUXA7nPb87kceFBkEn1Ke { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15147;line-height:1.6;letter-spacing:0;top:33.4375rem;left:66.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IDbSbN23XiU7Dq4gEoa8v0WkS8KIOnaq { position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:40.8125rem;left:6.875rem;display:block; }
#spq7l2xWGVWfl8nELMwSkSRTrvAUmiGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:63.1875rem;left:7.5rem; }
#zc3L6aoNFx5i4s1ai2FbqXubF6Ob4phP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:64.4375rem;left:9.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWmInkKMvIRUd93TGtXVklNRDNmkEDnM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15119;line-height:1.6;letter-spacing:0;top:63.4375rem;left:9.75rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC28gVFmQox4h2NG8D1MAtzbHMpIp4Dq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15142;line-height:1.6;letter-spacing:0;top:59.75rem;left:9.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ao5tUsvQbezOJDB6kN6PWp7bfScGeOgf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:57.25rem;left:8.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJKqIXuyLuXZhpLuWMRmb6WqRufUXtvR { position:absolute;display:block;z-index:15146;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:16.375rem;width:16.3125rem;top:40.8125rem;left:6.875rem;overflow:hidden;display:block; }
#qKhJ4hr92Ssot1LbomqUp9T1S6Gapgt5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:63.25rem;left:13.75rem; }
#Xkg9ARhE85Klv7rBxbwigKTybtMy8z9P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.6;letter-spacing:0;top:63.4375rem;left:15.5625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bJONQbpcWgiDyyThBWWcBNkvAA8ai1tM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:63.1875rem;left:19.9375rem; }
#vohahRmtQlz4VITEMO6VErkazRv7mKmc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15158;line-height:1.6;letter-spacing:0;top:63.4375rem;left:22.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EWnzwqT0NDahw7wKHLwfR7HpfNzeewQV { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.4375rem;width:16.3125rem;top:10.8125rem;left:6.875rem;overflow:hidden;display:block; }
#RaTpJuip8r7TAE0uisBU58zd6p3rRtnw { position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:41rem;left:29.6875rem;display:block; }
#GyVyPdoXceQB8AKHMTHRMmdQApTpQCpk { position:absolute;display:block;z-index:15157;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:16.375rem;width:16.375rem;top:41rem;left:29.6875rem;overflow:hidden;display:block; }
#dHPEXEsyB8UGXHTIoVCuAODtLwR8B8cE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:57.4375rem;left:31.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHPtSTbaFCvdnlFsexZZRuhBry67td7X { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:59.9375rem;left:32.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#omcSkpxsLeF6axD1wdPHKbHZbihQroU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:63.375rem;left:30.3125rem; }
#tD4IaluNMIVnyT4otlcoCkQaFNlJzw3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:63.4375rem;left:36.5625rem; }
#FwAyDUougVySJb3ekooN00RbrgbOO5cx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:63.375rem;left:42.75rem; }
#pagVkkfEl2M4HfZcxS1B4cuW3SqfuAlI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15130;line-height:1.6;letter-spacing:0;top:63.625rem;left:32.5625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LSwsVSBFOxH8EuXiNWKuU0MEhw81WVa1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:63.625rem;left:38.375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nUwigGAh4UIquUIfePDBi6D0ZbfenySA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15169;line-height:1.6;letter-spacing:0;top:63.625rem;left:45.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cqw17CtxtWHhnrZVXbsgJC0D2uFlLwqC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:64.625rem;left:32rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cT9x9gVh11uQBpcTTHmrfVxvPvgTUiCd { position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:41rem;left:51.25rem;display:block; }
#P88ZtJbdMaiWdUpuT2IahTazSZ2Thvcs { position:absolute;display:block;z-index:15168;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:16.375rem;width:16.375rem;top:41rem;left:51.25rem;overflow:hidden;display:block; }
#PbHFlUbqPu2w9bVa9neGyI9gr3D2NewD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:57.4375rem;left:52.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yv7tpFHlEKgT7e8W6prTkFDlbQBVkpAI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15164;line-height:1.6;letter-spacing:0;top:61rem;left:53.625003814698rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dv3flQdT7f3U0qdn5lw8b5qsdRBP31SC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:63.375rem;left:51.875rem; }
#K1Eqde2ssc6RGeHcJs6HXDKvKFeDuAp2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:63.375rem;left:64.3125rem; }
#D1bOdo1EF5HVAc58LIqHGSOH71XXQu1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:63.4375rem;left:58.125rem; }
#hVEEowyXSyWRtk1lwZmXo6TCX08dE7l7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15141;line-height:1.6;letter-spacing:0;top:63.625rem;left:54.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KmHmTQtuIENizTFuEyfixU1titUTh55m { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15142;line-height:1.6;letter-spacing:0;top:63.625rem;left:59.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuIvOKAOdASzRNJX6QXpbruJL1V08IDp { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15180;line-height:1.6;letter-spacing:0;top:63.625rem;left:66.625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1dz8tLzlvI64pp9c9UB03ewvXL5yh88 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:64.625rem;left:53.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haqZJsccuDtwVbbgEy21K5u02zsk7rkF { color:#fff300;display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15165;line-height:1.6;letter-spacing:0;top:59.1875rem;left:53.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLK1Vy7bR2ks92d2F7kE1uP1bT6LN8yC { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:68.5625rem;left:28.343753814698rem;display:none; }
#DmiXGQzPhQxUXzOWxuszo737ZiCMOaKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container { background-color: transparent; background-image: none; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container > .video-iframe-container { display: none; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row > .video-iframe-container { display: none; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .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); }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container { border-width: 0; border-radius: 0; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#sIwA0WobAsSUWN00xptfvSwtkFwnWbmb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvWSs2IAsCd9tWredDCTCxqiBoDZOTvw { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:59.25rem;display:block; }
#tVMOztJpqT6DCDK0Afn9EPoGrS5kJoTt { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.5rem;left:63.1875rem; }
#T6rTLo7mDiyQ0EGHA3Q0BH4LCrED2E3I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:59.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQTVEbNxvTteKqBX5apBRVTOCKUJXgBz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.1875rem;left:58.125rem;height:7.957rem;text-align:justify;text-align-last:initial;display:block; }
#KXRc1FNAmTcL5Tk17DaLgDB7C4IUcTqC { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:40.4375rem;display:block; }
#Ip0O8f8UCna6cabfEOBCMbvAeMtm4ozb { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.5rem;left:44.4375rem; }
#zuGr1fXgcKXEwMxu1ZWmrkfFTuBCaNwx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5rem;left:39.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5qOf5vrnNTNwqiLe8tadSEvTrRzCXVx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.1875rem;left:38.875rem;height:9.09375rem;text-align:justify;text-align-last:initial;display:block; }
#l7iCRwQ7CP8IVFd7QWM83u6KfaMceKBf { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:3.1875rem;display:block; }
#EEM9xFX2TWQwhrHOdFsdCkXANpnkneqz { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.5rem;left:7.1875rem; }
#A1ab7TpJu8gfr40ZWm34DvEqwt3HWPrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNFExm4HV2vndJ2tKmCPOiQCoOwTmk95 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.03125rem;height:14.777375rem;text-align:justify;text-align-last:initial;display:block; }
#DyRHVD38SoQgVlTuGFktfJxVkVzyrTDd { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:21.9375rem;display:block; }
#wRJDDZLrqdosum9ElUyCNEDvCCA5Bcl7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.5rem;left:25.9375rem; }
#Cq0Tfrm01wa5v5ooNawcUAbCnxTSmF7C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciRHezX7EgQHzHx7F4BQ4g9iKlzM2MZB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.1875rem;left:19.875rem;height:7.957rem;text-align:justify;text-align-last:initial;display:block; }
#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { position:relative;display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { background-color: transparent; background-image: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container > .video-iframe-container { display: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row > .video-iframe-container { display: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .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); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { border-width: 0; border-radius: 0; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .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; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { 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:14.6875rem;width:22.749rem;top:7.8125rem;left:1rem;overflow:hidden;display:block; }
#eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { 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:14.8125rem;width:22.25rem;top:7.6871744692325rem;left:26.249999046326rem;overflow:hidden;display:block; }
#F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:23.25rem;top:8.2185865938663rem;left:50.812174797058rem;overflow:hidden;display:block; }
#ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.436197996139rem;left:1.3728837966919rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.7481875rem;top:19.614256620407rem;left:1rem;display:block; }
#qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9375rem;width:22.3125rem;top:19.614256620407rem;left:26.249999046326rem;display:block; }
#CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.436197996139rem;left:26.499835014343rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { color:rgba(var(--color-tertiary-0),1);display:block;width:21.997875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.435383439064rem;left:51.500651359558rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9375rem;width:23.1875rem;top:19.614256501198rem;left:50.812174797058rem;display:block; }
#aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { 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:14.375rem;width:22.6871875rem;top:25.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.997875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.4375rem;left:1.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.7465625rem;top:36.75rem;left:0.8125rem;display:block; }
#IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.749rem;top:36.75rem;left:26rem;display:block; }
#ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { 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:14.3125rem;width:22.6875rem;top:25.312498092651rem;left:26.062010765076rem;overflow:hidden;display:block; }
#TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:23.186875rem;top:36.875rem;left:51.0625rem;display:block; }
#ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:23.125rem;top:25.375rem;left:51.0625rem;overflow:hidden;display:block; }
#a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.99625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5625rem;left:51.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.749673128128rem;left:30.124510765076rem;display:block; }
#idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { background-color: transparent; background-image: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container > .video-iframe-container { display: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container { display: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .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); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { border-width: 0; border-radius: 0; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:-0.09375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { background-color: transparent; background-image: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container > .video-iframe-container { display: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container { display: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .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); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { border-width: 0; border-radius: 0; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.1875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIMk8MkETTflbHrCWHBcLdWiko0ednSf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:27.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymwW7bIriVVavJKXcRfTXav1chDRfrRe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:54.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.1875rem;height:5.68359375rem;font-style:italic;display:block; }
#WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:0.24956625rem;top:6.0264759063721rem;left:3.2497844696045rem;display:block; }
#qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.75rem;height:4.546875rem;font-style:italic;display:block; }
#VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:5.5rem;left:29.75rem;display:block; }
#CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:57.4375rem;height:5.68359375rem;font-style:italic;display:block; }
#XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:5.4375rem;left:56.4375rem;display:block; }
#xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { position:absolute;display:block;z-index:15010;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container { background-color: transparent; background-image: none; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container > .video-iframe-container { display: none; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row > .video-iframe-container { display: none; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .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); }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container { border-width: 0; border-radius: 0; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#dulpDAywEy66rsm7kusKhiGUHUPIFITe { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3111875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:20.4541015625rem;left:15.34375rem;height:4.46094375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PC1MmvQHRsXXgVq95CHuqKsZ30ZbfOZq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5607490539551rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaxOGwckLb9zCBRhMt5X4uyHTxOvSbOv { position:absolute;display:block;z-index:15033;height:12.9375rem;width:24.3125rem;top:5.916015625rem;left:25.34375rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.12890625rem;left:27.1875rem;height:0.975rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ { display:block; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV2KwleDdVNWfS2bVxAb9VwTb9q4HPO2 { top:5.125rem;left:0rem;width:19.5rem;height:8.1590954118707rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqTUvyrSKK1LTSJAexTJWzigMx1GyTX { top:15.875rem;left:0rem;width:27.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHrpHza0QKC4SPNhvOu5pnZ3wgzXp9h { top:16.25rem;left:0rem;width:26.4375rem;height:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EycNt8RLmuqyox1LnqQg3arHq28Oab { top:24.125rem;left:0rem;width:13.625rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbievlNwTvVLW0qureyOU53ZTzTnJg2C { top:25.6875rem;left:4.1744804382324rem;width:5.625rem;height:7.5rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULITvd6lZcrRD7E57RPs1nRZh3LhL9tx { top:33.1875rem;left:9.7460975646975rem;width:7.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrxKwe8T3dhEm5eORuQbU5XG2vGcDNcl { top:15.9375rem;left:23.9375rem;width:23.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsOrDEagXWPbqUnVz0MtVip9kdFEkl8E { top:16.6875rem;left:28rem;width:19.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmJbM28t4hXQeE6pQTArgCaoeIRaGsMy { top:36.875rem;left:17.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrMDJfLTgFxHHTkt9w9Wm2zVTsxHkuq { top:38.1875rem;left:13.9375rem;width:8.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5nx8VBcEN8CxhKf1invlp8W8mQafr5X { top:36.5625rem;left:0rem;width:29.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDmghMXMrF0VUKXy4ipdLWhnhtfR5x9 { top:38.1875rem;left:0rem;width:7rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx412EqX8a7aJmi2tiaZLMvKhxy38cxi { top:36.75rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCFuU52UtEvqCR16yRg9xaPpO2GTuc07 { top:36.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hayotBkacizptpK1GR5P4hK0aovDmFSm { top:38.1875rem;left:3.8749990463257rem;width:7.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqXIFWwrvZxzhURzE09QWnfW47cSTSdS { top:37.125rem;left:2.0625rem;width:0;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBy5tK5r3ZwiMqElNKSUNHMD1APnVBt { top:37.125rem;left:13.375rem;width:0;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:19.9375rem;height:auto;top:24.1875rem;left:25.3125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:19.9375rem;height:auto;top:24.1875rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 { display:block; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exmnVidXJ2ooV1IpBDuuQElcTuFwiAJF { top:0.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu0cvODDHTlAtqI7lqTRhgGEEx0TUiVr { top:7.4375rem;left:3.8125rem;width:32rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi6T9EoLsR2OaHiEydc37FqE36hDsqxP { width:14.6875rem;height:2.8125rem;top:40rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOFByIU79XUs5AuiofgrSTmw1A9yiouR { display:block; }
 }@media only screen and (max-width: 763px) { #W4WTvOi1R0VqQqqF1xb8XwkLQhCXUcgy { top:7.375rem;left:0rem;width:35.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6sa95GeJPP0QFbxtFBDSVGRUOJWTiE { top:21.375rem;left:3.8125rem;width:32rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF27QDTwkEkUD3kUPAG5asQlvNczmcv7 { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI { display:block; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti8RwHb1W3FFfvw7dpC4NrNNTzzUDGvu { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6dZ5czxxtwWAwyJQWBW97p71ZTK2dB { top:6.5rem;left:0rem;width:42.5625rem;height:24.527395335691rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs7UVVS4vFnX3WggteJz75Womt7X2UOB { top:6.5rem;left:7.5625rem;width:28.25rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD { top:14.375rem;left:10.5rem;width:25.3125rem;height:9.1875rem;font-size:1rem;display:block; }#zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD li:before{  }
 }@media only screen and (max-width: 763px) { #yvqWt5NIpd78QHcwqPs0TQTCmmaJAz8h { width:14.6875rem;height:2.8125rem;top:27.3125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RPVEUgauZL8CGUT7DhFJOnTrxmQTJB { display:block; }
 }@media only screen and (max-width: 763px) { #SgFdblP3nOA3oTETZ3ft2SkRWwnRcPNB { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { top:1.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { top:5.9375rem;left:0rem;width:32rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { width:14.6875rem;height:2.8125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block; }
 }@media only screen and (max-width: 763px) { #yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { top:5.5rem;left:0rem;width:38.6875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 { display:block; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZaXmsrloQsROyWEORDQnvzsAb0OaMaa { width:16rem;height:24.6875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uB9lMm8T3pFxnx7pZmLgTcFfdAtc0D { width:16rem;height:24.6875rem;top:10.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcpDcIISoz5eFqfRG8cDAHzMt2asSD1 { width:18.3125rem;height:3.4375rem;top:68.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIX1IsvKLzp1g7yycT4SySRLPfT4F3K { display:block; }
 }@media only screen and (max-width: 763px) { #i4rDLkgC5MqleQTkCpd9VatB2m8BT3TA { top:33.1875rem;left:4.03125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSUGI6iyg4ucbxF2JRtqlMogsyaueSUh { top:33.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HLve4Sp1VJ9tKe7gzeKZT7yupC3HT4 { top:33.0625rem;left:20.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQvxqmPi7w70Gy46BKhPvUDixx82n219 { top:33.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvC0iaOxwpoqycF51Cc2XwD5iv8NPIbU { width:13.125rem;height:0;top:35.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTxF3Q5nMyfbCgSt45cip0kUzAFyxZ4 { width:1.9375rem;height:1.375rem;top:33.4375rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRb7tBLWJqnVkqu7QyqTo2ERoivRf0N { width:1.875rem;height:1.375rem;top:33.4375rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6U8W89DiVevRd8csba4xXRHHAN1uJO4 { width:1.9375rem;height:1.375rem;top:33.3125rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vem9mbzeuhifax1t4baDTMlnJTvTmT0b { width:13.125rem;height:0;top:35.5625rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwcK5TuT0c6mPG3OgJJFB30W718tfW2b { width:1.875rem;height:1.375rem;top:33.4375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBILHPTUaDwmEaMQc7uM9Gf7e7ZHnG3G { top:33.125rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dwUg8rTTzDZLTxcgbQAMlvkNBeSbFG { width:1.875rem;height:1.375rem;top:33.3125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3SKLH8PeleHFmxHmnI6PS0tShM5TyZh { width:11.625rem;height:;top:29.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7TwLiewAXDbTgEdPlQ5HChrS9B5DOZ { width:11.625rem;height:;top:29.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aweDDKLSFsaFku9NiXwqKtaTuq73XwVr { width:14.625rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlnkU64gCqd54XMGDLXNiLhaTA1FIpQG { width:13.8125rem;height:1.9375rem;top:27.25rem;left:10.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmn37XCPV33gzMqGqHRJ8w2MaVlAA6P { top:33.0625rem;left:25.65625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFZVIef5tdHIkTH5sP31tREZ1DyFDuxr { width:1.875rem;height:1.375rem;top:33.3125rem;left:27.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7SQA9NDSDnMNDF9Tsx5lf3qunhwkJlN { top:10.6875rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKZuUNnspaFZEGHxw6Zevkkgsi4sdWx { top:10.8125rem;left:19.4375rem;width:16.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSUDMAS5ggDTziaK12DcOQ3MsCruvQxO { width:16rem;height:24.6875rem;top:10.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDt2XMwReKbdqGdMxhFOWS51KLm9tebH { width:13.125rem;height:1.9375rem;top:27.25rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcZMbqvcuLrgW3ayMMQISF7AqzmxyTN { top:33.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVpL4Q27XfF3tZOFRpoIFkDTatAi309 { width:13.125rem;height:0;top:34.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrfQkZTm2yd0b5VTBIJ4Fz6URxTZ7y2 { width:11.625rem;height:;top:29.75rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveAGeJk3PxKreuA7RzptassoEs3TIdX { width:1.9375rem;height:1.375rem;top:33.4375rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y97xuK3NABhTr7zOHAT5RTlidGDvey7c { top:33.25rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxaS5CVTuUVuvv9o0Dx2M3M4lJTkFTB5 { width:1.875rem;height:1.375rem;top:33.4375rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHt3uQ9zVl4MbCJCVxdQbrXbkcVlIRtp { width:47.75rem;height:7.875rem;top:0.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWr8MDoTzyy8JN3kQFWDmqT4LaIpGNLx { top:33.1875rem;left:40.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTPHk6ISmWCUXA7nPb87kceFBkEn1Ke { width:1.875rem;height:1.375rem;top:33.4375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDbSbN23XiU7Dq4gEoa8v0WkS8KIOnaq { width:16rem;height:24.6875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spq7l2xWGVWfl8nELMwSkSRTrvAUmiGw { top:63.1875rem;left:4.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc3L6aoNFx5i4s1ai2FbqXubF6Ob4phP { width:13.125rem;height:0;top:64.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmInkKMvIRUd93TGtXVklNRDNmkEDnM { width:1.9375rem;height:1.375rem;top:63.4375rem;left:6.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC28gVFmQox4h2NG8D1MAtzbHMpIp4Dq { width:11.625rem;height:1.5625rem;top:59.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao5tUsvQbezOJDB6kN6PWp7bfScGeOgf { width:14.1875rem;height:1.9375rem;top:57.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJKqIXuyLuXZhpLuWMRmb6WqRufUXtvR { top:40.8125rem;left:0rem;width:16.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKhJ4hr92Ssot1LbomqUp9T1S6Gapgt5 { top:63.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkg9ARhE85Klv7rBxbwigKTybtMy8z9P { width:1.875rem;height:1.375rem;top:63.4375rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJONQbpcWgiDyyThBWWcBNkvAA8ai1tM { top:63.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohahRmtQlz4VITEMO6VErkazRv7mKmc { width:1.875rem;height:1.375rem;top:63.4375rem;left:12.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWnzwqT0NDahw7wKHLwfR7HpfNzeewQV { top:10.8125rem;left:0rem;width:16.3125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpJuip8r7TAE0uisBU58zd6p3rRtnw { width:16rem;height:24.6875rem;top:41rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyVyPdoXceQB8AKHMTHRMmdQApTpQCpk { top:41rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPEXEsyB8UGXHTIoVCuAODtLwR8B8cE { width:14.1875rem;height:1.9375rem;top:57.4375rem;left:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHPtSTbaFCvdnlFsexZZRuhBry67td7X { width:11.625rem;height:1.5625rem;top:59.9375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcSkpxsLeF6axD1wdPHKbHZbihQroU9 { top:63.375rem;left:20.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD4IaluNMIVnyT4otlcoCkQaFNlJzw3B { top:63.4375rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwAyDUougVySJb3ekooN00RbrgbOO5cx { top:63.375rem;left:25.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pagVkkfEl2M4HfZcxS1B4cuW3SqfuAlI { width:1.9375rem;height:1.375rem;top:63.625rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSwsVSBFOxH8EuXiNWKuU0MEhw81WVa1 { width:1.875rem;height:1.375rem;top:63.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUwigGAh4UIquUIfePDBi6D0ZbfenySA { width:1.875rem;height:1.375rem;top:63.625rem;left:28.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqw17CtxtWHhnrZVXbsgJC0D2uFlLwqC { width:13.125rem;height:0;top:64.625rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9x9gVh11uQBpcTTHmrfVxvPvgTUiCd { width:16rem;height:24.6875rem;top:41rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88ZtJbdMaiWdUpuT2IahTazSZ2Thvcs { top:41rem;left:19.4375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbHFlUbqPu2w9bVa9neGyI9gr3D2NewD { width:14.1875rem;height:1.9375rem;top:57.4375rem;left:21.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv7tpFHlEKgT7e8W6prTkFDlbQBVkpAI { width:11.625rem;height:1.5625rem;top:61rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3flQdT7f3U0qdn5lw8b5qsdRBP31SC { top:63.375rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Eqde2ssc6RGeHcJs6HXDKvKFeDuAp2 { top:63.375rem;left:40.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1bOdo1EF5HVAc58LIqHGSOH71XXQu1Q { top:63.4375rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVEEowyXSyWRtk1lwZmXo6TCX08dE7l7 { width:1.9375rem;height:1.375rem;top:63.625rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmHmTQtuIENizTFuEyfixU1titUTh55m { width:1.875rem;height:;top:63.625rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuIvOKAOdASzRNJX6QXpbruJL1V08IDp { width:1.875rem;height:1.375rem;top:63.625rem;left:42.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dz8tLzlvI64pp9c9UB03ewvXL5yh88 { width:13.125rem;height:0;top:64.625rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqZJsccuDtwVbbgEy21K5u02zsk7rkF { width:11.625rem;height:1.5625rem;top:59.1875rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLK1Vy7bR2ks92d2F7kE1uP1bT6LN8yC { width:18.3125rem;height:3.4375rem;top:68.5625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmiXGQzPhQxUXzOWxuszo737ZiCMOaKG { display:block; }
 }@media only screen and (max-width: 763px) { #wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN { display:block; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIwA0WobAsSUWN00xptfvSwtkFwnWbmb { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvWSs2IAsCd9tWredDCTCxqiBoDZOTvw { top:8.875rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVMOztJpqT6DCDK0Afn9EPoGrS5kJoTt { top:10.5rem;left:39.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rTLo7mDiyQ0EGHA3Q0BH4LCrED2E3I { top:17.5rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTVEbNxvTteKqBX5apBRVTOCKUJXgBz { top:23.1875rem;left:32.375rem;width:15.375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRc1FNAmTcL5Tk17DaLgDB7C4IUcTqC { top:8.875rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0O8f8UCna6cabfEOBCMbvAeMtm4ozb { top:10.5rem;left:27.40625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuGr1fXgcKXEwMxu1ZWmrkfFTuBCaNwx { top:17.5rem;left:21.6875rem;width:14.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qOf5vrnNTNwqiLe8tadSEvTrRzCXVx { top:23.1875rem;left:19.4375rem;width:16.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7iCRwQ7CP8IVFd7QWM83u6KfaMceKBf { top:8.875rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEM9xFX2TWQwhrHOdFsdCkXANpnkneqz { top:10.5rem;left:3.78125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ab7TpJu8gfr40ZWm34DvEqwt3HWPrT { top:17.5rem;left:0rem;width:17.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFExm4HV2vndJ2tKmCPOiQCoOwTmk95 { top:23.1875rem;left:0rem;width:16.6875rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyRHVD38SoQgVlTuGFktfJxVkVzyrTDd { top:8.875rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRJDDZLrqdosum9ElUyCNEDvCCA5Bcl7 { top:10.5rem;left:15.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0Tfrm01wa5v5ooNawcUAbCnxTSmF7C { top:17.5rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRHezX7EgQHzHx7F4BQ4g9iKlzM2MZB { top:23.1875rem;left:7rem;width:16.875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { width:47.75rem;height:3.625rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { top:7.8125rem;left:0rem;width:22.6875rem;height:14.64811553509rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { top:7.625rem;left:15.875rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { top:8.1875rem;left:24.375rem;width:23.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { top:20.375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { top:19.625rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { top:19.5625rem;left:9.0625rem;width:22.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { top:20.375rem;left:9.8125rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { top:20.375rem;left:25.6875rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { top:19.5625rem;left:24.5625rem;width:23.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { top:25.3125rem;left:0rem;width:22.625rem;height:14.335596909048rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { top:37.4375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { top:36.75rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { top:36.75rem;left:9.0625rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { top:37.3125rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { top:25.25rem;left:9.0625rem;width:22.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { top:36.875rem;left:24.5rem;width:23.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { top:25.375rem;left:24.5rem;width:23.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { top:37.5625rem;left:25.6875rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { width:14.6875rem;height:2.8125rem;top:41.6875rem;left:16.437010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block; }
 }@media only screen and (max-width: 763px) { #b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { top:1.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { top:2.875rem;left:0rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIMk8MkETTflbHrCWHBcLdWiko0ednSf { top:2.875rem;left:12.4375rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwW7bIriVVavJKXcRfTXav1chDRfrRe { top:2.875rem;left:28.3125rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { top:5.625rem;left:0rem;width:14.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { top:6rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { top:5.5625rem;left:17.0625rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { top:5.5rem;left:16.0625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { top:5.5625rem;left:33.125rem;width:14.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { top:5.4375rem;left:33.625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 { display:block; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dulpDAywEy66rsm7kusKhiGUHUPIFITe { top:20.4375rem;left:1.71875rem;width:44.25rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC1MmvQHRsXXgVq95CHuqKsZ30ZbfOZq { top:2.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaxOGwckLb9zCBRhMt5X4uyHTxOvSbOv { top:5.875rem;left:11.71875rem;width:24.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.125rem;left:13.5625rem;width:19.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e751a89a-e74e-4f4a-b957-75efc4caffa2/droneshotcbdcibubur.jpg");background-position:top center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.adaptive-delivery-prevent-bg, #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.lazyload, #ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ.lazyloading { background-image: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { background-color: transparent; background-image: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container > .video-iframe-container { display: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container { display: none; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .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); }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { border-width: 0; border-radius: 0; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ::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; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbN8OTh7l0XVk0qUOR8haSS4AlLZaTuZ > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV2KwleDdVNWfS2bVxAb9VwTb9q4HPO2 { width:12.0625rem;height:4.9375rem;top:1.8125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqTUvyrSKK1LTSJAexTJWzigMx1GyTX { width:19.4375rem;height:5.3125rem;top:10.2880859375rem;left:0.28125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHrpHza0QKC4SPNhvOu5pnZ3wgzXp9h { width:20rem;height:4.62890625rem;top:10.7509765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9EycNt8RLmuqyox1LnqQg3arHq28Oab { width:8.25rem;height:1.5rem;top:17.287761092186rem;left:4.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WbievlNwTvVLW0qureyOU53ZTzTnJg2C { width:4.5625rem;height:6rem;top:17.937501311302rem;left:7.7187502980231rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULITvd6lZcrRD7E57RPs1nRZh3LhL9tx { width:7.125rem;height:1.4622375rem;top:23.4375rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrxKwe8T3dhEm5eORuQbU5XG2vGcDNcl { width:19.0625rem;height:25.9375rem;top:35.687500953674rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsOrDEagXWPbqUnVz0MtVip9kdFEkl8E { width:18.25rem;height:4.796875rem;top:36rem;left:0.87500005960463rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmJbM28t4hXQeE6pQTArgCaoeIRaGsMy { display:flex;width:1.25rem;height:1.25rem;top:28.0625rem;left:15.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NnrMDJfLTgFxHHTkt9w9Wm2zVTsxHkuq { width:5.499675rem;height:1.94791875rem;top:29.8125rem;left:13.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5nx8VBcEN8CxhKf1invlp8W8mQafr5X { width:20rem;height:4.875rem;top:27.375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDmghMXMrF0VUKXy4ipdLWhnhtfR5x9 { width:5.812175rem;height:1.94791875rem;top:29.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx412EqX8a7aJmi2tiaZLMvKhxy38cxi { display:flex;width:1.25rem;height:1.25rem;top:28.0625rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dCFuU52UtEvqCR16yRg9xaPpO2GTuc07 { display:flex;width:1.375rem;height:1.375rem;top:28.0625rem;left:1.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #hayotBkacizptpK1GR5P4hK0aovDmFSm { width:5.8748375rem;height:1.94791875rem;top:29.8125rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqXIFWwrvZxzhURzE09QWnfW47cSTSdS { width:0.061035125rem;height:3.8745125rem;top:27.9375rem;left:6rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #reBy5tK5r3ZwiMqElNKSUNHMD1APnVBt { width:0.0625rem;height:3.875rem;top:27.9375rem;left:13.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.375rem;height:auto;top:41.359375rem;left:1.5625000596046rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.375rem;height:auto;top:41.359375rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 { display:block; }#w2NGxqbVqg9NRSXDqJS45dCLo2kgkIe7 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exmnVidXJ2ooV1IpBDuuQElcTuFwiAJF { width:20rem;height:6.8229375rem;top:1.1250019073486rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu0cvODDHTlAtqI7lqTRhgGEEx0TUiVr { width:19.5615rem;height:13.40625rem;top:31.875rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wi6T9EoLsR2OaHiEydc37FqE36hDsqxP { width:14.747375rem;height:2.8125rem;top:56.875000953674rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOFByIU79XUs5AuiofgrSTmw1A9yiouR { display:block; }
 }@media only screen and (max-width: 763px) { #W4WTvOi1R0VqQqqF1xb8XwkLQhCXUcgy { width:20rem;height:20rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6sa95GeJPP0QFbxtFBDSVGRUOJWTiE { width:20rem;height:9rem;top:46.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aF27QDTwkEkUD3kUPAG5asQlvNczmcv7 { width:20rem;height:0.25rem;top:60.9375rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI { display:block; }#ev7BXuGqvRCVsw2fMUGSs9IpHVMvchHI > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti8RwHb1W3FFfvw7dpC4NrNNTzzUDGvu { width:20rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aP6dZ5czxxtwWAwyJQWBW97p71ZTK2dB { width:20rem;height:11.5234375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs7UVVS4vFnX3WggteJz75Womt7X2UOB { width:19.5615rem;height:7.3125rem;top:19.125rem;left:0.4384765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD { width:18.871125rem;height:7.246125rem;top:26.875rem;left:0.5634765625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#zkPaqwIHrCNtPa2yPU1Vy7DGQoteC9zD li:before{  }
 }@media only screen and (max-width: 763px) { #yvqWt5NIpd78QHcwqPs0TQTCmmaJAz8h { width:14.7480625rem;height:2.8125rem;top:35.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RPVEUgauZL8CGUT7DhFJOnTrxmQTJB { display:block; }
 }@media only screen and (max-width: 763px) { #SgFdblP3nOA3oTETZ3ft2SkRWwnRcPNB { width:20rem;height:0.25rem;top:39.875rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { width:20rem;height:8.125rem;top:0.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { width:19.5615rem;height:7.3125rem;top:23.6875rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { width:14.7480625rem;height:2.8125rem;top:32.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block; }
 }@media only screen and (max-width: 763px) { #yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { width:20rem;height:12.6875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { width:20rem;height:0.25rem;top:36.625rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 { display:block; }#IptmTDDTxdvgVTGh6P0UrdBpB6d189v0 > .row .container { width:20rem;height:187.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZaXmsrloQsROyWEORDQnvzsAb0OaMaa { width:17.5rem;height:25.625rem;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uB9lMm8T3pFxnx7pZmLgTcFfdAtc0D { width:17.5rem;height:26.4375rem;top:36.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcpDcIISoz5eFqfRG8cDAHzMt2asSD1 { width:18.3125rem;height:3.4375rem;top:182.75rem;left:0.84375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIX1IsvKLzp1g7yycT4SySRLPfT4F3K { display:block; }
 }@media only screen and (max-width: 763px) { #i4rDLkgC5MqleQTkCpd9VatB2m8BT3TA { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:1.8125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #wSUGI6iyg4ucbxF2JRtqlMogsyaueSUh { display:flex;width:1.75rem;height:1.75rem;top:32.5rem;left:8.3125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #e2HLve4Sp1VJ9tKe7gzeKZT7yupC3HT4 { display:flex;width:1.875rem;height:1.875rem;top:60.5625rem;left:1.875rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #SQvxqmPi7w70Gy46BKhPvUDixx82n219 { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:14.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #AvC0iaOxwpoqycF51Cc2XwD5iv8NPIbU { width:13.125rem;height:0;top:34.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTxF3Q5nMyfbCgSt45cip0kUzAFyxZ4 { width:1.9375rem;height:1.3999rem;top:32.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #FPRb7tBLWJqnVkqu7QyqTo2ERoivRf0N { width:1.875rem;height:1.3999rem;top:32.6875rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #W6U8W89DiVevRd8csba4xXRHHAN1uJO4 { width:1.9375rem;height:1.3999rem;top:60.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #Vem9mbzeuhifax1t4baDTMlnJTvTmT0b { width:13.125rem;height:0;top:63.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwcK5TuT0c6mPG3OgJJFB30W718tfW2b { width:1.875rem;height:1.3999rem;top:32.6875rem;left:15.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #vBILHPTUaDwmEaMQc7uM9Gf7e7ZHnG3G { display:flex;width:1.75rem;height:1.75rem;top:60.625rem;left:8.375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #O6dwUg8rTTzDZLTxcgbQAMlvkNBeSbFG { width:1.875rem;height:1.3999rem;top:60.8125rem;left:9.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #t3SKLH8PeleHFmxHmnI6PS0tShM5TyZh { width:11.625rem;height:1.5996125rem;top:29.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7TwLiewAXDbTgEdPlQ5HChrS9B5DOZ { width:11.625rem;height:1.5996125rem;top:57.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #aweDDKLSFsaFku9NiXwqKtaTuq73XwVr { width:14.625rem;height:1.94970625rem;top:26.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wlnkU64gCqd54XMGDLXNiLhaTA1FIpQG { width:13.125rem;height:1.94970625rem;top:54.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nrmn37XCPV33gzMqGqHRJ8w2MaVlAA6P { display:flex;width:1.875rem;height:1.875rem;top:60.5625rem;left:14.3125rem;z-index:15146; }
 }@media only screen and (max-width: 763px) { #AFZVIef5tdHIkTH5sP31tREZ1DyFDuxr { width:1.875rem;height:1.3999rem;top:60.8125rem;left:16rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #J7SQA9NDSDnMNDF9Tsx5lf3qunhwkJlN { width:17.8125rem;height:17.875rem;top:36.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKZuUNnspaFZEGHxw6Zevkkgsi4sdWx { width:17.8125rem;height:17.8125rem;top:64.875rem;left:1.125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #oSUDMAS5ggDTziaK12DcOQ3MsCruvQxO { width:17.5rem;height:25.6875rem;top:64.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDt2XMwReKbdqGdMxhFOWS51KLm9tebH { width:13.125rem;height:1.94970625rem;top:82.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nAcZMbqvcuLrgW3ayMMQISF7AqzmxyTN { display:flex;width:1.875rem;height:1.875rem;top:88.4375rem;left:1.875rem;z-index:15149; }
 }@media only screen and (max-width: 763px) { #cTVpL4Q27XfF3tZOFRpoIFkDTatAi309 { width:13.125rem;height:0;top:88.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrfQkZTm2yd0b5VTBIJ4Fz6URxTZ7y2 { width:11.625rem;height:1.5996125rem;top:85.625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #QveAGeJk3PxKreuA7RzptassoEs3TIdX { width:1.9375rem;height:1.3999rem;top:88.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #y97xuK3NABhTr7zOHAT5RTlidGDvey7c { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:8.375rem;z-index:15151; }
 }@media only screen and (max-width: 763px) { #bxaS5CVTuUVuvv9o0Dx2M3M4lJTkFTB5 { width:1.875rem;height:1.3999rem;top:88.6875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #pHt3uQ9zVl4MbCJCVxdQbrXbkcVlIRtp { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWr8MDoTzyy8JN3kQFWDmqT4LaIpGNLx { display:flex;width:1.875rem;height:1.875rem;top:88.4375rem;left:14.3125rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #pqTPHk6ISmWCUXA7nPb87kceFBkEn1Ke { width:1.875rem;height:1.3999rem;top:88.6875rem;left:16rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #IDbSbN23XiU7Dq4gEoa8v0WkS8KIOnaq { width:17.5rem;height:26rem;top:98.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spq7l2xWGVWfl8nELMwSkSRTrvAUmiGw { display:flex;width:1.875rem;height:1.875rem;top:121.6875rem;left:1.875rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #zc3L6aoNFx5i4s1ai2FbqXubF6Ob4phP { width:13.125rem;height:0;top:124.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmInkKMvIRUd93TGtXVklNRDNmkEDnM { width:1.9375rem;height:1.3999rem;top:121.875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #fC28gVFmQox4h2NG8D1MAtzbHMpIp4Dq { width:11.625rem;height:1.5996125rem;top:118.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #Ao5tUsvQbezOJDB6kN6PWp7bfScGeOgf { width:14.1875rem;height:1.94970625rem;top:116rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zJKqIXuyLuXZhpLuWMRmb6WqRufUXtvR { width:17.8125rem;height:17.9375rem;top:98.0625rem;left:1.125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #qKhJ4hr92Ssot1LbomqUp9T1S6Gapgt5 { display:flex;width:1.75rem;height:1.75rem;top:121.75rem;left:8.375rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #Xkg9ARhE85Klv7rBxbwigKTybtMy8z9P { width:1.875rem;height:1.3999rem;top:121.875rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #bJONQbpcWgiDyyThBWWcBNkvAA8ai1tM { display:flex;width:1.875rem;height:1.875rem;top:121.6875rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #vohahRmtQlz4VITEMO6VErkazRv7mKmc { width:1.875rem;height:1.3999rem;top:121.875rem;left:16rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #EWnzwqT0NDahw7wKHLwfR7HpfNzeewQV { width:17.8125rem;height:17.1875rem;top:9rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpJuip8r7TAE0uisBU58zd6p3rRtnw { width:17.5rem;height:26rem;top:125.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyVyPdoXceQB8AKHMTHRMmdQApTpQCpk { width:17.8125rem;height:17.9375rem;top:125.8125rem;left:1.125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #dHPEXEsyB8UGXHTIoVCuAODtLwR8B8cE { width:14.1875rem;height:1.94970625rem;top:143.75rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VHPtSTbaFCvdnlFsexZZRuhBry67td7X { width:11.625rem;height:1.5996125rem;top:146.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #omcSkpxsLeF6axD1wdPHKbHZbihQroU9 { display:flex;width:1.875rem;height:1.875rem;top:149.6875rem;left:1.875rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #tD4IaluNMIVnyT4otlcoCkQaFNlJzw3B { display:flex;width:1.75rem;height:1.75rem;top:149.75rem;left:8.375rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #FwAyDUougVySJb3ekooN00RbrgbOO5cx { display:flex;width:1.875rem;height:1.875rem;top:149.6875rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #pagVkkfEl2M4HfZcxS1B4cuW3SqfuAlI { width:1.9375rem;height:1.3999rem;top:149.9375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #LSwsVSBFOxH8EuXiNWKuU0MEhw81WVa1 { width:1.875rem;height:1.3999rem;top:149.9375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #nUwigGAh4UIquUIfePDBi6D0ZbfenySA { width:1.875rem;height:1.3999rem;top:149.9375rem;left:16rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #cqw17CtxtWHhnrZVXbsgJC0D2uFlLwqC { width:13.125rem;height:0;top:150.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9x9gVh11uQBpcTTHmrfVxvPvgTUiCd { width:17.5rem;height:27.625rem;top:153.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88ZtJbdMaiWdUpuT2IahTazSZ2Thvcs { width:17.75rem;height:17.9375rem;top:153.625rem;left:1.1875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #PbHFlUbqPu2w9bVa9neGyI9gr3D2NewD { width:14.1875rem;height:1.94970625rem;top:171.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yv7tpFHlEKgT7e8W6prTkFDlbQBVkpAI { width:11.625rem;height:1.5996125rem;top:175.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3flQdT7f3U0qdn5lw8b5qsdRBP31SC { display:flex;width:1.875rem;height:1.875rem;top:179rem;left:1.75rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #K1Eqde2ssc6RGeHcJs6HXDKvKFeDuAp2 { display:flex;width:1.875rem;height:1.875rem;top:179rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #D1bOdo1EF5HVAc58LIqHGSOH71XXQu1Q { display:flex;width:1.75rem;height:1.75rem;top:179.0625rem;left:8rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #hVEEowyXSyWRtk1lwZmXo6TCX08dE7l7 { width:1.9375rem;height:1.3999rem;top:179.25rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #KmHmTQtuIENizTFuEyfixU1titUTh55m { width:1.875rem;height:1.3999rem;top:179.25rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #RuIvOKAOdASzRNJX6QXpbruJL1V08IDp { width:1.875rem;height:1.3999rem;top:179.25rem;left:16rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dz8tLzlvI64pp9c9UB03ewvXL5yh88 { width:13.125rem;height:0;top:180.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqZJsccuDtwVbbgEy21K5u02zsk7rkF { width:11.625rem;height:1.5996125rem;top:173.125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #dLK1Vy7bR2ks92d2F7kE1uP1bT6LN8yC { width:18.3125rem;height:3.4375rem;top:92.84375rem;left:0.84375005960463rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #DmiXGQzPhQxUXzOWxuszo737ZiCMOaKG { display:block; }
 }@media only screen and (max-width: 763px) { #wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN { display:block; }#wOgTGEHvXmDNirT7GvJ5o5ZTQ5Sm8icN > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIwA0WobAsSUWN00xptfvSwtkFwnWbmb { width:20rem;height:7.3125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvWSs2IAsCd9tWredDCTCxqiBoDZOTvw { width:12.5rem;height:17.625rem;top:82.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVMOztJpqT6DCDK0Afn9EPoGrS5kJoTt { display:flex;width:4.5rem;height:4.5rem;top:83.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #T6rTLo7mDiyQ0EGHA3Q0BH4LCrED2E3I { width:12.5rem;height:1.29980625rem;top:88.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTVEbNxvTteKqBX5apBRVTOCKUJXgBz { width:14.6248125rem;height:7.957rem;top:91.5rem;left:2.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KXRc1FNAmTcL5Tk17DaLgDB7C4IUcTqC { width:1.125rem;height:2.1875rem;top:57.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0O8f8UCna6cabfEOBCMbvAeMtm4ozb { display:flex;width:4.5rem;height:4.5rem;top:61.5625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #zuGr1fXgcKXEwMxu1ZWmrkfFTuBCaNwx { width:12.5rem;height:3.8994125rem;top:66.875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qOf5vrnNTNwqiLe8tadSEvTrRzCXVx { width:16.9995rem;height:7.957rem;top:71.75rem;left:1.8125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l7iCRwQ7CP8IVFd7QWM83u6KfaMceKBf { width:12.5rem;height:24.5rem;top:9.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEM9xFX2TWQwhrHOdFsdCkXANpnkneqz { display:flex;width:4.5rem;height:4.5rem;top:10.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #A1ab7TpJu8gfr40ZWm34DvEqwt3HWPrT { width:14.25rem;height:5.19791875rem;top:15.8125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNFExm4HV2vndJ2tKmCPOiQCoOwTmk95 { width:15.5615rem;height:15.9140625rem;top:22.1875rem;left:2.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DyRHVD38SoQgVlTuGFktfJxVkVzyrTDd { width:12.5rem;height:20.75rem;top:40.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRJDDZLrqdosum9ElUyCNEDvCCA5Bcl7 { display:flex;width:4.5rem;height:4.5rem;top:41.4375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #Cq0Tfrm01wa5v5ooNawcUAbCnxTSmF7C { width:12.5rem;height:2.5996125rem;top:46.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRHezX7EgQHzHx7F4BQ4g9iKlzM2MZB { width:15.9375rem;height:9.09375rem;top:50.4375rem;left:2.3125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { width:20rem;height:4.875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { width:9.375rem;height:6.25rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { width:9.375rem;height:6.25rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { width:9.375rem;height:6.25rem;top:14.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { width:7.125rem;height:1.94791875rem;top:11.5rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { width:9.375rem;height:2.125rem;top:11.4375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { width:9.375rem;height:1.4375rem;top:12.125rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { width:7.7498125rem;height:0.9746125rem;top:12.375rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { width:5.99935rem;height:0.9746125rem;top:19.9375rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { width:9.375rem;height:1.4375rem;top:19.75rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { width:9.375rem;height:6.25rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { width:6.687rem;height:0.9746125rem;top:19.875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { width:9.375rem;height:1.4375rem;top:19.6875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { width:9.375rem;height:1.4375rem;top:27.25rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { width:5.9375rem;height:1.94791875rem;top:27.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { width:9.375rem;height:5.25rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { width:9.375rem;height:1.4375rem;top:27.25rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { width:9.375rem;height:6.25rem;top:22.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { width:8.9998125rem;height:0.9746125rem;top:27.5rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { width:14.6875rem;height:2.8125rem;top:30.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block; }
 }@media only screen and (max-width: 763px) { #b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { width:20rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { width:19.3125rem;height:1.13769375rem;top:1.75rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIMk8MkETTflbHrCWHBcLdWiko0ednSf { width:19.3125rem;height:1.13769375rem;top:13.625rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymwW7bIriVVavJKXcRfTXav1chDRfrRe { width:19.3125rem;height:1.13769375rem;top:25.1875rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { width:14.5rem;height:5.68359375rem;top:4.5rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { width:0.25rem;height:4.875rem;top:4.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { width:14.5rem;height:4.546875rem;top:16.3125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { width:14.5rem;height:5.68359375rem;top:27.875rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { width:0.25rem;height:4.875rem;top:27.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { width:0.25rem;height:4.875rem;top:16.312484741211rem;left:2.1875001192093rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { width:0.25rem;height:4.875rem;top:16.25rem;left:2.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 { display:block; }#VDfpk2moCUbX7n7lJGxsL7Fo6dyl14g6 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dulpDAywEy66rsm7kusKhiGUHUPIFITe { width:19.124375rem;height:5.09895625rem;top:6.1610260009766rem;left:0.43619793653488rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC1MmvQHRsXXgVq95CHuqKsZ30ZbfOZq { width:18.0625rem;height:3.4121125rem;top:1.4365234375rem;left:0.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaxOGwckLb9zCBRhMt5X4uyHTxOvSbOv { width:20rem;height:12.9375rem;top:12.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:0.8125rem;top:0.90625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }