.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;
}
@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:#ffffff;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); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0352df1-92b2-416f-b5f3-6d6c24cd4119/CopyofClusterCCGCCBDling_c22_200806edit.jpg");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; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.adaptive-delivery-prevent-bg, #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.lazyload, #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.lazyloading { background-image: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { background-color: transparent; background-image: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container > .video-iframe-container { display: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row > .video-iframe-container { display: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .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); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { border-width: 0; border-radius: 0; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU::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; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#vihbMlRdvUfDlrGCink2C3BSkXTiMXC5 { 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.5589375rem;top:6.2491860389709rem;left:11.468913078308rem;overflow:hidden;display:block; }
#nEvuvDVWbU144kv5zm6d8x9vTzP8pLgT { position:absolute;display:block;z-index:15002;background-color:#510c76;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; }
#lGIUQUDf0GzLnq7BESlwsioLcdxZQ0xo { color:#f1f6f3;display:block;width:26.4998125rem;position:absolute;font-family:"open sans";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; }
#Z4NlmNmWlxAw4QxvlTZ9p9HiGJXi0bNG { color:#f3f1ee;display:block;width:13.6875rem;position:absolute;font-family:"open sans";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; }
#KVDmXGs9CPxkgCFCFPhkJu4SRNnCqQre { 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.716145038605rem;left:18.675129890442rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsxTtpJccGsunmPLJ1KXke7ZL0eV8UoJ { color:#f6f5f1;display:block;width:5.24658125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:33.216145515442rem;left:23.372393608093rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgCCAeqW4dNFG2OhOKBNUB5B5UtCg1uL { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.5) ;height:28.5625rem;width:23.8125rem;top:15.9375rem;left:46.3125rem;display:block; }
#ygmSc5bXXk4r7I1Fy8vHARcARNrvyx1T { color:#510c76;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; }
#oBEkIxnUgdvpdp6FO8eZuZbsQLhcFl5a { 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; }
#suNJnb1tSTmiZlyoEGe4RfybxAuNqFBM { color:#ffffff;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.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bm45l5coHSMeTGhaEC3xk02orpVxNdG9 { position:absolute;display:block;z-index:15010;background-color:#006068;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; }
#Z6K0KOLnfkZEVNp6AgWfl99ulk63s65L { color:#ffffff;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.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELG218K91en9W0bGRuUp6NsD7o3vFBy4 { 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; }
#By915X4l1OrF44tSUcbdRcfqzqunTZVL { 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; }
#rR6lItEB8K1JQNuVeaoTlfWieGk766I3 { color:#ffffff;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.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SI0UnnTObL6ZN1lJWhfWxUSwTHOJNlbN { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#PyZJuTFukZFUhkAHRIsr7wiFpifvWwoE { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;width:18.375rem;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:18.375rem;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(0,0,0,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:18.375rem;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(0,0,0,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:18.375rem;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(0,0,0,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:#006068;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:1rem;font-weight:bold;color:#ffffff;width:18.375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,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:#000000;vertical-align:top;width:17.1875rem;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:#000000;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(81,12,118,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:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.781253814698rem;top:23.180990219116rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;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:#000000;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(81,12,118,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:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.781253814698rem;top:23.180990219116rem;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; }
#qcInyBReG5OXybXqaoQqnDup85S7NaXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container { background-color: transparent; background-image: none; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container > .video-iframe-container { display: none; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row > .video-iframe-container { display: none; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .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); }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container { border-width: 0; border-radius: 0; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#ipb8B32EdxFJPPTDz5kNkM1WfkBPpJpp { color:#090909;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN51qrO6qOxiDyzx6QdxtwyqmdA19A84 { 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; }
#gT0bS9LLAU7yH4AdecaTLd8JpKxEDSI0 { color:#000000;display:block;width:26.8115rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:46.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC { color:#000000;display:block;width:25.374375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:2.2;letter-spacing:0;top:12.655436515808rem;left:47.029620170593rem;height:12.246125rem;text-align:justify;text-align-last:initial;display:block; }#G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC li:before{  }
#e7HQwuSmwL5t011eFSKFd1iXm22McL8P { background-color:#006068;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.6875rem;left:46.375rem;display:block; }
#L8ME5K6ZkmTZAJT0GwnNhcI2tT3uMi5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container { background-color: transparent; background-image: none; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container > .video-iframe-container { display: none; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row > .video-iframe-container { display: none; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .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); }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container { border-width: 0; border-radius: 0; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:75rem;position:relative;display:block; }#WzdpKTbFkFm76i0JBkHmbnsCE09CwTCs { position:absolute;display:block;z-index:15086;background-color:#510c76;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; }
#vftheH2l5OFNSkvl7fnqf5Pxs8nZurQE { position:absolute;display:block;z-index:15095;background-color:#510c76;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; }
#bPLrhvuZ5biQInVrID0gGwRtrw6VG7oc { background-color:#006068;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:#ffffff;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; }
#Pc7Vpt8s1iteftZhDUhJFpnOSpwCbkMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epchZVZTUpWAPMqcLAtCTvsBMdIRV8yu { 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; }
#rW0iWOyovyG6M0bVZZvAlvP5D48LIdRI { 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; }
#TyAyPo1l3uuCt9tzWSNWJUQuWFTTwd9Q { 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; }
#hkpl6hMOpxJlB2eqqz53vSv8kwuEnOFv { 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; }
#WHlqRORuDFZLrgKsvCmEGZCkTsGNGgad { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#XDCS7oqWeOVdxApFOZbPQvr8lq9iV1kS { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#MR7oECtv88p6p31Tbh7Iqpep7eZH8vG8 { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#QODQnSXlSITkdeTG8HMVLHWzWkIHGGhL { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#i2sWJdzulIBBpiBhf5nZu1FAzZb0dshM { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#zPLgCq1SuTbUeJ60EnvCiza2msXcSCZU { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#aUJBuBIEpUa3bmXgNu1u3yO1gAc2pDvW { 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; }
#HuaCLPqiJh9GwQmV49SJ4CIud9vSMcPq { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#aaKLxWKALLyeS83ATPP48gJ79fB9goeq { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";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; }
#O4I2ZIpVAHKU2CdshWzdJRNA2lU38Kle { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";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; }
#TgdHqaPqewuLZVnoVMy0dK89lEs5Xee9 { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKMGshVzGZTiqKNwpFrLgXpFgKdMcndT { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#boLCERRwAEz9tq7aPm8LBFFUAAkxuV7C { 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; }
#GEg8gZyf3CcHlR5ULz12GONcr8n3GLCg { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#ZquDOHJ5KXuG1N60HdbuI0pP940x3T7H { 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; }
#fgk744rGkT2GtyqXSq6c8ACGSlcuziDf { 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; }
#C8175U7I8xyBT6bVLf1nKDSzkRytyHBz { position:absolute;display:block;z-index:15104;background-color:#510c76;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; }
#ZlyH2E4pcXZbo873UoaFcCKgIgzKHPOw { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1iNEhonfI1HxxXaI5obgqe8FTwemRU5 { 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; }
#orTXDrQ9s1nUp3JeBl6IuJwVfwc9rpu7 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#fVofTfyMZiaDnnEO7nytmtMcwEErKpyZ { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";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; }
#zr1ETTvrnFhk8oZWUdOpc3hoO14yrFM9 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#uo173CAgcuWR1AmPuNUFgDIL5SOKGv3h { 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; }
#mJ4pKewX4mhTiiUG0DbQ4HMRbzQtFuxx { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#CRWZiH4uTTScdggyA03eWgflRiOT8V09 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";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; }
#TrqruViaqCPPb6Gd8zDTuKKpzFEsiIUP { 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; }
#MpZ4ltTfcvcJKJUhO5XNlLwokwbWaFim { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#PclRcTpqzy7TVC4aJGarBiQxspCENnJZ { position:absolute;display:block;z-index:15115;background-color:#510c76;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; }
#eTEDpOANZ2BleAhTXkTZoa7eHyvNlUul { 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; }
#seancq67FgMddoqdkx8JLQeTThVepPT9 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#W8MAJATpESUOqdpODlWyBOZqRmTbXR2W { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#x5k4NywQzT7lfh7auP04okXXApOWyvP1 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15142;line-height:1.6;letter-spacing:0;top:59.75rem;left:9.25rem;height:1.59895625rem;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; }
#g3sLvdbU2WiutNB6bQfLrNnEwSisSGmt { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLGKyIDTRly16F7Ad2RfRNDvLyIDMl5h { 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; }
#JiFeZATutoTlzCTDwDvkh6EJxVDhduTZ { 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; }
#qsrzT7cwx69fygdgx854RO062QK9fkxp { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#U6dkqW3ZJHTqvKCJlC1aAVp3HTQSSzwu { 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; }
#BdK9ozia32Q8bh2V4ZUEmI9vTu9iuExy { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#QidKG7R5Ubly7Qf9AodCWc2avEUacb15 { 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; }
#WZhovF05TRlATUvoDMIro4lkxShuZkQz { position:absolute;display:block;z-index:15126;background-color:#510c76;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; }
#SiPeUcZlxeb7xFHxMqHq2mLl9aS2cM2B { 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; }
#ibapoL5uJdvMnpAFxpUn8e4oZ3S44yJi { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPy7T6Ki4TWnNsgi70q0iOwdsHPkGTca { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:59.9375rem;left:32.0625rem;height:1.59895625rem;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; }
#Ph5NKT8LUJCvhV1FauImTiw0aUdbCFM8 { 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; }
#E6UsT9RZXfn497b7XZfnniOBEFsWFBn8 { 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; }
#pWeEv5zQ5ILoJS9vISzRmuZL0bMSv2vF { 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; }
#N7E0OzorKHsQ5sa0R8AQgaxQfoV38liW { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#o25dHwazQZETlEA6C5XXeExrx9MqvKai { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#cMpelWZtfuWk6Ue3NShVp1MPxmIkXz5C { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#KuCU6mCQlbbdqAPu7pl2UvgULGUOfVeu { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#Bdkb8pMmc3AbPEomxsET6RUt4FHgdgXp { position:absolute;display:block;z-index:15137;background-color:#510c76;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; }
#fd6RlTPODgohbI59B6UedwtXCgXODp2k { 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; }
#LkX8NmgOSJr6eff4T4dsVTbPA3GITwPe { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";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.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsxgFb33Ju5QrSJA8uTZHcJCs6W0hbdH { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15164;line-height:1.6;letter-spacing:0;top:61rem;left:53.625003814698rem;height:1.59895625rem;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; }
#EbEW8dHOKme6GG7T0OMBQB4KTqK0wgyC { 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; }
#A39PMsPlPXVNLAfkSEWzTWC1WTGgV1c2 { 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; }
#B1uGl5uRMEZWZRSxEb21dqDrqPXcu0ts { 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; }
#erwJMyC0Nu2pVMGAm0inCh6R4N2BJ7sk { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#SKtTw211Nid1xi8bHADebUTebNfp6DeF { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";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; }
#QeHTz0BBCUt5PQk8yhiRzH1UJgdLLqD7 { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";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.3997375rem;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; }
#vFo1NE5T2q2fPG1IXDWDfV9725rvsq7H { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";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; }
#olHHFhqGRyqmzv7P1imeIuX11Pg1fCPu { color:#fff300;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15165;line-height:1.6;letter-spacing:0;top:59.1875rem;left:53.625rem;height:1.59895625rem;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; }
#M5kPXa31kH0aXB6153E8hGyO3DCF8QMU { background-color:#006068;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:#ffffff;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; }
#ZJ3tO292evqytRVOUI0duhdC7AlCSFLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;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; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container { background-color: transparent; background-image: none; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container > .video-iframe-container { display: none; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row > .video-iframe-container { display: none; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .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); }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container { border-width: 0; border-radius: 0; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#ioif9y9Qv8pNR6XZbIaB1LATfvtIzwy7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5pTVKbi9c2n6pupqo94b3HPIlJtPQv8 { 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:11.625rem;left:59.5625rem;display:block; }
#OKmHmz34WqOqVXUQBD88JFtoz2K508yZ { 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:13.25rem;left:63.5rem; }
#Dplt8G7K9Rr2Bzse2tDgpFGEDgWQKdyO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.3125rem;left:59.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVt6afz8wU6OUdd3LbOcwGg7N9dDLIxN { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:58.125rem;height:6.8203125rem;text-align:justify;text-align-last:initial;display:block; }
#bIWtOTKK3HKkmpNwU6tBxnaXE9TrBpSH { 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:11.625rem;left:40.75rem;display:block; }
#IGqHOLV8x63458WP4nWHJZMnkTTHSlwT { 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:13.25rem;left:44.75rem; }
#TFykRIWtTaTGnEmSaUq8JXiB8peUJtZE { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBsBuMlUa1vWyc4qMLqusvFTlXvOUCC6 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:38.8125rem;height:7.957rem;text-align:justify;text-align-last:initial;display:block; }
#VbPtNHnqkXbzdEIcBlR9LEuol58pl9LI { 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:11.625rem;left:3.5rem;display:block; }
#ukt4Tz15350Q2DM04D3rTuW24CCE7bCw { 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:13.25rem;left:7.5rem; }
#lhFQvTfQABDooBr3gkaup2E5MKR8lnf6 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iiw0E4hbFO0u4OVQ6BWJD6ZaoRibeRph { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.4375rem;height:6.8203125rem;text-align:justify;text-align-last:initial;display:block; }
#CoosfiSbkV4WnGfZuoXvus8FEXODCeVZ { 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:11.625rem;left:22.25rem;display:block; }
#e02dlZlS5KQ3gbP4gmf5oBcchNzyTETX { 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:13.25rem;left:26.25rem; }
#qD45CctTy6d89V7sHnBDJh8zDpcuPzPw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.3125rem;left:22.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAlJ8Ow8nmK683D7qxftpZGzn8HBxEkh { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:20.0625rem;height:6.8203125rem;text-align:justify;text-align-last:initial;display:block; }
#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO { position:relative;display:block; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO { background-color: transparent; background-image: none; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row .container > .video-iframe-container { display: none; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row > .video-iframe-container { display: none; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .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); }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO { border-width: 0; border-radius: 0; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .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; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;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; }#Ahypd1LZ8xgDLuiwGaK0XgA8Egdxixrg { 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; }
#F3N5pNdCBFHxMOzGVVyv3RJfwtgDkxgs { 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; }
#Pn3loTicNn0odcQr9K0LtahHnViVLAr8 { 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; }
#te1aWheJtgJEr8XMyJqaUuD394AJAolO { 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; }
#ieB6qSVkMlFoseitC6qVfz4JySTwQ2ey { color:#ffffff;display:block;width:21.9995rem;position:absolute;font-family:"open sans";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; }
#fxN8mnRKwdtnoTVXV1OFpO3ZbaMArgwk { position:absolute;display:block;z-index:15003;background-color:rgba(81,12,118,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; }
#F8xPpq1zgW47QbbALOW21LEqRTfplqQ3 { position:absolute;display:block;z-index:15004;background-color:rgba(81,12,118,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; }
#LQAZfSyLyyaRFrAoenazaMqep90c9IcL { color:#ffffff;display:block;width:21.9986875rem;position:absolute;font-family:"open sans";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; }
#fTfb1KIITSPg3p3QAh5g1SXtT1r8GFtZ { color:#ffffff;display:block;width:21.997875rem;position:absolute;font-family:"open sans";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; }
#GftXv4SV0kM2Bx7wReZTbzPx89bcrQZy { position:absolute;display:block;z-index:15005;background-color:rgba(81,12,118,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; }
#iQFTxupvLh9agFI8vpb8Q7Hi4iTPehMy { 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; }
#xmDoh7WSp53O2Cwg2Tnvsc4C4wsAhE2k { color:#ffffff;display:block;width:21.997875rem;position:absolute;font-family:"open sans";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; }
#WVzlJIF5XThnhFOTSDroxDHWqnPxygCu { position:absolute;display:block;z-index:15003;background-color:rgba(81,12,118,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; }
#a9b2Qf578dWFfogivQyOxyS6NHMsVP7t { position:absolute;display:block;z-index:15004;background-color:rgba(81,12,118,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; }
#yrIgyw3T23u0DHHZHo0kvxM1FoCwAe85 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";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; }
#KQnCRf01afnv7HRUEI2kkktv6kGhNIno { 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; }
#uOkJ2RF0bsn2fa8p40OeLIyLyL3TP3ZH { position:absolute;display:block;z-index:15005;background-color:rgba(81,12,118,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; }
#QVdwu8l7gzEpc62UKF9hZlEVNuRvb2ye { 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; }
#lwbiqsXNHMQBLrVGdlkv0ABSTvmrLBpV { color:#ffffff;display:block;width:21.99625rem;position:absolute;font-family:"open sans";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; }
#hg051PQIP2EAIxu9uoLVRIWvbJgqDhVL { background-color:#006068;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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; }
#mJvHTF2FGRiZyPBQTcWuBgQz5CCX5Fit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;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; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { background-color: transparent; background-image: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .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); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { border-width: 0; border-radius: 0; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:#ffffff;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; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;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; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";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.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";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.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";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.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";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.68440625rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.75rem;height:3.41015625rem;font-style:italic;display:block; }
#AbSNc1HTQElX13LsCilgsT4i33rqLFgx { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";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.68440625rem;font-style:italic;display:block; }
#DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { 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; }
#Be3HpI6GnAONeh54K9INezvscMzMDaxT { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#ffffff;display:block;width:44.3120625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:10.5625rem;left:15.3125rem;height:4.46094375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPvXQ3FbUeTgaqa2dLwscuvmxodGvMz7 { color:#ffffff;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:6.625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIw9XThB6V6PSQDF0MuqMC1PrifW06xM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:0.875rem;left:31.687503814698rem;overflow:hidden;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006068;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:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"open sans";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) { #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU { display:block; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vihbMlRdvUfDlrGCink2C3BSkXTiMXC5 { top:6.1875rem;left:0rem;width:19.5rem;height:8.1589650511438rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEvuvDVWbU144kv5zm6d8x9vTzP8pLgT { top:15.875rem;left:0rem;width:27.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGIUQUDf0GzLnq7BESlwsioLcdxZQ0xo { top:16.25rem;left:0rem;width:26.4375rem;height:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4NlmNmWlxAw4QxvlTZ9p9HiGJXi0bNG { top:24.125rem;left:0rem;width:13.625rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDmXGs9CPxkgCFCFPhkJu4SRNnCqQre { top:25.6875rem;left:5.0501298904419rem;width:5.625rem;height:7.5rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxTtpJccGsunmPLJ1KXke7ZL0eV8UoJ { top:33.1875rem;left:9.7473936080931rem;width:5.1875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgCCAeqW4dNFG2OhOKBNUB5B5UtCg1uL { top:15.9375rem;left:23.9375rem;width:23.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygmSc5bXXk4r7I1Fy8vHARcARNrvyx1T { top:16.6875rem;left:28rem;width:19.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBEkIxnUgdvpdp6FO8eZuZbsQLhcFl5a { top:36.875rem;left:17.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suNJnb1tSTmiZlyoEGe4RfybxAuNqFBM { 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) { #Bm45l5coHSMeTGhaEC3xk02orpVxNdG9 { top:36.5625rem;left:0rem;width:29.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6K0KOLnfkZEVNp6AgWfl99ulk63s65L { top:38.1875rem;left:0rem;width:7rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELG218K91en9W0bGRuUp6NsD7o3vFBy4 { top:36.75rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #By915X4l1OrF44tSUcbdRcfqzqunTZVL { top:36.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR6lItEB8K1JQNuVeaoTlfWieGk766I3 { 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) { #SI0UnnTObL6ZN1lJWhfWxUSwTHOJNlbN { top:37.125rem;left:2.0625rem;width:0;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyZJuTFukZFUhkAHRIsr7wiFpifvWwoE { 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:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.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:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.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:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:17.25rem;top:23.125rem;left:26.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:17.25rem;top:23.125rem;left:26.875rem; }
 }@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) { #qcInyBReG5OXybXqaoQqnDup85S7NaXr { display:block; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipb8B32EdxFJPPTDz5kNkM1WfkBPpJpp { top:0.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN51qrO6qOxiDyzx6QdxtwyqmdA19A84 { top:6.5rem;left:0rem;width:42.5625rem;height:24.527395335691rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0bS9LLAU7yH4AdecaTLd8JpKxEDSI0 { top:6.4375rem;left:9.0625rem;width:26.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC { top:12.625rem;left:10.5rem;width:25.3125rem;height:12.1875rem;font-size:0.75rem;display:block; }#G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC li:before{  }
 }@media only screen and (max-width: 763px) { #e7HQwuSmwL5t011eFSKFd1iXm22McL8P { width:14.6875rem;height:2.8125rem;top:27.6875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ME5K6ZkmTZAJT0GwnNhcI2tT3uMi5o { display:block; }
 }@media only screen and (max-width: 763px) { #e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS { display:block; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzdpKTbFkFm76i0JBkHmbnsCE09CwTCs { width:16rem;height:24.6875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftheH2l5OFNSkvl7fnqf5Pxs8nZurQE { width:16rem;height:24.6875rem;top:10.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPLrhvuZ5biQInVrID0gGwRtrw6VG7oc { width:18.3125rem;height:3.4375rem;top:68.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7Vpt8s1iteftZhDUhJFpnOSpwCbkMa { display:block; }
 }@media only screen and (max-width: 763px) { #epchZVZTUpWAPMqcLAtCTvsBMdIRV8yu { top:33.1875rem;left:4.03125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW0iWOyovyG6M0bVZZvAlvP5D48LIdRI { top:33.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyAyPo1l3uuCt9tzWSNWJUQuWFTTwd9Q { top:33.0625rem;left:20.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkpl6hMOpxJlB2eqqz53vSv8kwuEnOFv { top:33.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlqRORuDFZLrgKsvCmEGZCkTsGNGgad { width:13.125rem;height:0;top:35.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDCS7oqWeOVdxApFOZbPQvr8lq9iV1kS { 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) { #MR7oECtv88p6p31Tbh7Iqpep7eZH8vG8 { 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) { #QODQnSXlSITkdeTG8HMVLHWzWkIHGGhL { 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) { #i2sWJdzulIBBpiBhf5nZu1FAzZb0dshM { width:13.125rem;height:0;top:35.5625rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLgCq1SuTbUeJ60EnvCiza2msXcSCZU { 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) { #aUJBuBIEpUa3bmXgNu1u3yO1gAc2pDvW { top:33.125rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaCLPqiJh9GwQmV49SJ4CIud9vSMcPq { 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) { #aaKLxWKALLyeS83ATPP48gJ79fB9goeq { width:11.625rem;height:;top:29.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4I2ZIpVAHKU2CdshWzdJRNA2lU38Kle { width:11.625rem;height:;top:29.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdHqaPqewuLZVnoVMy0dK89lEs5Xee9 { width:14.625rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMGshVzGZTiqKNwpFrLgXpFgKdMcndT { 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) { #boLCERRwAEz9tq7aPm8LBFFUAAkxuV7C { top:33.0625rem;left:25.65625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEg8gZyf3CcHlR5ULz12GONcr8n3GLCg { 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) { #ZquDOHJ5KXuG1N60HdbuI0pP940x3T7H { top:10.6875rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgk744rGkT2GtyqXSq6c8ACGSlcuziDf { top:10.8125rem;left:19.4375rem;width:16.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8175U7I8xyBT6bVLf1nKDSzkRytyHBz { width:16rem;height:24.6875rem;top:10.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlyH2E4pcXZbo873UoaFcCKgIgzKHPOw { 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) { #e1iNEhonfI1HxxXaI5obgqe8FTwemRU5 { top:33.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTXDrQ9s1nUp3JeBl6IuJwVfwc9rpu7 { width:13.125rem;height:0;top:34.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVofTfyMZiaDnnEO7nytmtMcwEErKpyZ { width:11.625rem;height:;top:29.75rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr1ETTvrnFhk8oZWUdOpc3hoO14yrFM9 { 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) { #uo173CAgcuWR1AmPuNUFgDIL5SOKGv3h { top:33.25rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ4pKewX4mhTiiUG0DbQ4HMRbzQtFuxx { 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) { #CRWZiH4uTTScdggyA03eWgflRiOT8V09 { width:47.75rem;height:7.875rem;top:0.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrqruViaqCPPb6Gd8zDTuKKpzFEsiIUP { top:33.1875rem;left:40.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpZ4ltTfcvcJKJUhO5XNlLwokwbWaFim { 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) { #PclRcTpqzy7TVC4aJGarBiQxspCENnJZ { width:16rem;height:24.6875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEDpOANZ2BleAhTXkTZoa7eHyvNlUul { top:63.1875rem;left:4.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seancq67FgMddoqdkx8JLQeTThVepPT9 { width:13.125rem;height:0;top:64.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8MAJATpESUOqdpODlWyBOZqRmTbXR2W { 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) { #x5k4NywQzT7lfh7auP04okXXApOWyvP1 { width:11.625rem;height:1.5625rem;top:59.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sLvdbU2WiutNB6bQfLrNnEwSisSGmt { width:14.1875rem;height:1.9375rem;top:57.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLGKyIDTRly16F7Ad2RfRNDvLyIDMl5h { top:40.8125rem;left:0rem;width:16.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFeZATutoTlzCTDwDvkh6EJxVDhduTZ { top:63.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsrzT7cwx69fygdgx854RO062QK9fkxp { 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) { #U6dkqW3ZJHTqvKCJlC1aAVp3HTQSSzwu { top:63.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdK9ozia32Q8bh2V4ZUEmI9vTu9iuExy { 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) { #QidKG7R5Ubly7Qf9AodCWc2avEUacb15 { top:10.8125rem;left:0rem;width:16.3125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhovF05TRlATUvoDMIro4lkxShuZkQz { width:16rem;height:24.6875rem;top:41rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPeUcZlxeb7xFHxMqHq2mLl9aS2cM2B { top:41rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibapoL5uJdvMnpAFxpUn8e4oZ3S44yJi { 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) { #iPy7T6Ki4TWnNsgi70q0iOwdsHPkGTca { width:11.625rem;height:1.5625rem;top:59.9375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph5NKT8LUJCvhV1FauImTiw0aUdbCFM8 { top:63.375rem;left:20.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6UsT9RZXfn497b7XZfnniOBEFsWFBn8 { top:63.4375rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWeEv5zQ5ILoJS9vISzRmuZL0bMSv2vF { top:63.375rem;left:25.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7E0OzorKHsQ5sa0R8AQgaxQfoV38liW { 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) { #o25dHwazQZETlEA6C5XXeExrx9MqvKai { 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) { #cMpelWZtfuWk6Ue3NShVp1MPxmIkXz5C { 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) { #KuCU6mCQlbbdqAPu7pl2UvgULGUOfVeu { width:13.125rem;height:0;top:64.625rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdkb8pMmc3AbPEomxsET6RUt4FHgdgXp { width:16rem;height:24.6875rem;top:41rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd6RlTPODgohbI59B6UedwtXCgXODp2k { top:41rem;left:19.4375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkX8NmgOSJr6eff4T4dsVTbPA3GITwPe { 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) { #nsxgFb33Ju5QrSJA8uTZHcJCs6W0hbdH { width:11.625rem;height:1.5625rem;top:61rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbEW8dHOKme6GG7T0OMBQB4KTqK0wgyC { top:63.375rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39PMsPlPXVNLAfkSEWzTWC1WTGgV1c2 { top:63.375rem;left:40.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1uGl5uRMEZWZRSxEb21dqDrqPXcu0ts { top:63.4375rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwJMyC0Nu2pVMGAm0inCh6R4N2BJ7sk { 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) { #SKtTw211Nid1xi8bHADebUTebNfp6DeF { width:1.875rem;height:;top:63.625rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHTz0BBCUt5PQk8yhiRzH1UJgdLLqD7 { 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) { #vFo1NE5T2q2fPG1IXDWDfV9725rvsq7H { width:13.125rem;height:0;top:64.625rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olHHFhqGRyqmzv7P1imeIuX11Pg1fCPu { width:11.625rem;height:1.5625rem;top:59.1875rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5kPXa31kH0aXB6153E8hGyO3DCF8QMU { width:18.3125rem;height:3.4375rem;top:68.5625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ3tO292evqytRVOUI0duhdC7AlCSFLZ { display:block; }
 }@media only screen and (max-width: 763px) { #Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb { display:block; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioif9y9Qv8pNR6XZbIaB1LATfvtIzwy7 { width:47.75rem;height:3.625rem;top:4.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pTVKbi9c2n6pupqo94b3HPIlJtPQv8 { top:11.625rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmHmz34WqOqVXUQBD88JFtoz2K508yZ { top:13.25rem;left:39.65625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dplt8G7K9Rr2Bzse2tDgpFGEDgWQKdyO { top:19.3125rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVt6afz8wU6OUdd3LbOcwGg7N9dDLIxN { top:22.8125rem;left:32.4375rem;width:15.3125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIWtOTKK3HKkmpNwU6tBxnaXE9TrBpSH { top:11.625rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGqHOLV8x63458WP4nWHJZMnkTTHSlwT { top:13.25rem;left:27.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFykRIWtTaTGnEmSaUq8JXiB8peUJtZE { top:19.3125rem;left:21.75rem;width:14.0625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBsBuMlUa1vWyc4qMLqusvFTlXvOUCC6 { top:22.8125rem;left:19.5rem;width:16.3125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbPtNHnqkXbzdEIcBlR9LEuol58pl9LI { top:11.625rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukt4Tz15350Q2DM04D3rTuW24CCE7bCw { top:13.25rem;left:4.09375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhFQvTfQABDooBr3gkaup2E5MKR8lnf6 { top:19.3125rem;left:0rem;width:17.3125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiw0E4hbFO0u4OVQ6BWJD6ZaoRibeRph { top:22.875rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoosfiSbkV4WnGfZuoXvus8FEXODCeVZ { top:11.625rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02dlZlS5KQ3gbP4gmf5oBcchNzyTETX { top:13.25rem;left:16.03125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD45CctTy6d89V7sHnBDJh8zDpcuPzPw { top:19.3125rem;left:11.375rem;width:12.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlJ8Ow8nmK683D7qxftpZGzn8HBxEkh { top:22.8125rem;left:7rem;width:16.875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOQAu9dTu8NxfanhiJKg79RfscoV6rO { display:block; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ahypd1LZ8xgDLuiwGaK0XgA8Egdxixrg { width:47.75rem;height:3.625rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3N5pNdCBFHxMOzGVVyv3RJfwtgDkxgs { top:7.8125rem;left:0rem;width:22.6875rem;height:14.64811553509rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3loTicNn0odcQr9K0LtahHnViVLAr8 { top:7.625rem;left:15.875rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1aWheJtgJEr8XMyJqaUuD394AJAolO { top:8.1875rem;left:24.375rem;width:23.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieB6qSVkMlFoseitC6qVfz4JySTwQ2ey { top:20.375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxN8mnRKwdtnoTVXV1OFpO3ZbaMArgwk { top:19.625rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xPpq1zgW47QbbALOW21LEqRTfplqQ3 { top:19.5625rem;left:9.0625rem;width:22.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQAZfSyLyyaRFrAoenazaMqep90c9IcL { 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) { #fTfb1KIITSPg3p3QAh5g1SXtT1r8GFtZ { 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) { #GftXv4SV0kM2Bx7wReZTbzPx89bcrQZy { top:19.5625rem;left:24.5625rem;width:23.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFTxupvLh9agFI8vpb8Q7Hi4iTPehMy { top:25.3125rem;left:0rem;width:22.625rem;height:14.335596909048rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmDoh7WSp53O2Cwg2Tnvsc4C4wsAhE2k { top:37.4375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzlJIF5XThnhFOTSDroxDHWqnPxygCu { top:36.75rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b2Qf578dWFfogivQyOxyS6NHMsVP7t { top:36.75rem;left:9.0625rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrIgyw3T23u0DHHZHo0kvxM1FoCwAe85 { 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) { #KQnCRf01afnv7HRUEI2kkktv6kGhNIno { top:25.25rem;left:9.0625rem;width:22.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkJ2RF0bsn2fa8p40OeLIyLyL3TP3ZH { top:36.875rem;left:24.5rem;width:23.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVdwu8l7gzEpc62UKF9hZlEVNuRvb2ye { top:25.375rem;left:24.5rem;width:23.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbiqsXNHMQBLrVGdlkv0ABSTvmrLBpV { 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) { #hg051PQIP2EAIxu9uoLVRIWvbJgqDhVL { width:14.6875rem;height:2.8125rem;top:41.6875rem;left:16.437010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvHTF2FGRiZyPBQTcWuBgQz5CCX5Fit { display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:1.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:2.875rem;left:0rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { 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) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { 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) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:5.625rem;left:0rem;width:14.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { top:6rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { 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) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { top:5.5rem;left:16.0625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { 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) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { top:5.4375rem;left:33.625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Be3HpI6GnAONeh54K9INezvscMzMDaxT { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:10.5625rem;left:1.6875rem;width:44.25rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvXQ3FbUeTgaqa2dLwscuvmxodGvMz7 { top:6.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIw9XThB6V6PSQDF0MuqMC1PrifW06xM { top:0.875rem;left:18.062503814698rem;width:11.625rem;height:4.6875rem;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) { #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU { 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; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.adaptive-delivery-prevent-bg, #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.lazyload, #zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU.lazyloading { background-image: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { background-color: transparent; background-image: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container > .video-iframe-container { display: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .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); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row > .video-iframe-container { display: none; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .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); }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { border-width: 0; border-radius: 0; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU::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; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVBxL6mUuDNmMUZ9Fi2KOVdfxG6tHDnU > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vihbMlRdvUfDlrGCink2C3BSkXTiMXC5 { width:12.0625rem;height:4.9375rem;top:1.8125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEvuvDVWbU144kv5zm6d8x9vTzP8pLgT { 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) { #lGIUQUDf0GzLnq7BESlwsioLcdxZQ0xo { 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) { #Z4NlmNmWlxAw4QxvlTZ9p9HiGJXi0bNG { width:10.0625rem;height:1.5rem;top:17.0380859375rem;left:3.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KVDmXGs9CPxkgCFCFPhkJu4SRNnCqQre { width:4.5625rem;height:6.5625rem;top:17.5625rem;left:7.25rem;font-size:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxTtpJccGsunmPLJ1KXke7ZL0eV8UoJ { width:5.1875rem;height:2.03125rem;top:23.5rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgCCAeqW4dNFG2OhOKBNUB5B5UtCg1uL { width:19.0625rem;height:25.9375rem;top:35.687500953674rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygmSc5bXXk4r7I1Fy8vHARcARNrvyx1T { 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) { #oBEkIxnUgdvpdp6FO8eZuZbsQLhcFl5a { 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) { #suNJnb1tSTmiZlyoEGe4RfybxAuNqFBM { 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) { #Bm45l5coHSMeTGhaEC3xk02orpVxNdG9 { 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) { #Z6K0KOLnfkZEVNp6AgWfl99ulk63s65L { 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) { #ELG218K91en9W0bGRuUp6NsD7o3vFBy4 { 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) { #By915X4l1OrF44tSUcbdRcfqzqunTZVL { 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) { #rR6lItEB8K1JQNuVeaoTlfWieGk766I3 { 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) { #SI0UnnTObL6ZN1lJWhfWxUSwTHOJNlbN { width:0.061035125rem;height:3.8745125rem;top:27.9375rem;left:6rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #PyZJuTFukZFUhkAHRIsr7wiFpifvWwoE { 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.373698234558rem;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.373698234558rem;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) { #qcInyBReG5OXybXqaoQqnDup85S7NaXr { display:block; }#qcInyBReG5OXybXqaoQqnDup85S7NaXr > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipb8B32EdxFJPPTDz5kNkM1WfkBPpJpp { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XN51qrO6qOxiDyzx6QdxtwyqmdA19A84 { width:20rem;height:11.52425rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0bS9LLAU7yH4AdecaTLd8JpKxEDSI0 { width:19.5621875rem;height:3.65625rem;top:20.25rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC { width:18.872875rem;height:7.246125rem;top:24.935708999634rem;left:0.56315106153488rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#G37U8t9F1DQR6SPAMvg0UXX4ySnt4ElC li:before{  }
 }@media only screen and (max-width: 763px) { #e7HQwuSmwL5t011eFSKFd1iXm22McL8P { width:14.749375rem;height:2.8125rem;top:33.749185562134rem;left:2.6245116591454rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ME5K6ZkmTZAJT0GwnNhcI2tT3uMi5o { display:block; }
 }@media only screen and (max-width: 763px) { #e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS { display:block; }#e3B5TA5Qh3SvhXGznOH9dG7zg1tR4AFS > .row .container { width:20rem;height:187.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzdpKTbFkFm76i0JBkHmbnsCE09CwTCs { width:17.5rem;height:25.625rem;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftheH2l5OFNSkvl7fnqf5Pxs8nZurQE { width:17.5rem;height:26.4375rem;top:36.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPLrhvuZ5biQInVrID0gGwRtrw6VG7oc { width:18.3125rem;height:3.4375rem;top:182.75rem;left:0.84375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7Vpt8s1iteftZhDUhJFpnOSpwCbkMa { display:block; }
 }@media only screen and (max-width: 763px) { #epchZVZTUpWAPMqcLAtCTvsBMdIRV8yu { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:1.8125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #rW0iWOyovyG6M0bVZZvAlvP5D48LIdRI { display:flex;width:1.75rem;height:1.75rem;top:32.5rem;left:8.3125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #TyAyPo1l3uuCt9tzWSNWJUQuWFTTwd9Q { display:flex;width:1.875rem;height:1.875rem;top:60.5625rem;left:1.875rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #hkpl6hMOpxJlB2eqqz53vSv8kwuEnOFv { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:14.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #WHlqRORuDFZLrgKsvCmEGZCkTsGNGgad { 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) { #XDCS7oqWeOVdxApFOZbPQvr8lq9iV1kS { width:1.9375rem;height:1.3997375rem;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) { #MR7oECtv88p6p31Tbh7Iqpep7eZH8vG8 { width:1.875rem;height:1.3997375rem;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) { #QODQnSXlSITkdeTG8HMVLHWzWkIHGGhL { width:1.9375rem;height:1.3997375rem;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) { #i2sWJdzulIBBpiBhf5nZu1FAzZb0dshM { 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) { #zPLgCq1SuTbUeJ60EnvCiza2msXcSCZU { width:1.875rem;height:1.3997375rem;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) { #aUJBuBIEpUa3bmXgNu1u3yO1gAc2pDvW { display:flex;width:1.75rem;height:1.75rem;top:60.625rem;left:8.375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #HuaCLPqiJh9GwQmV49SJ4CIud9vSMcPq { width:1.875rem;height:1.3997375rem;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) { #aaKLxWKALLyeS83ATPP48gJ79fB9goeq { 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) { #O4I2ZIpVAHKU2CdshWzdJRNA2lU38Kle { width:11.625rem;height:1.59895625rem;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) { #TgdHqaPqewuLZVnoVMy0dK89lEs5Xee9 { width:14.625rem;height:1.94921875rem;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) { #eKMGshVzGZTiqKNwpFrLgXpFgKdMcndT { width:13.125rem;height:1.94921875rem;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) { #boLCERRwAEz9tq7aPm8LBFFUAAkxuV7C { display:flex;width:1.875rem;height:1.875rem;top:60.5625rem;left:14.3125rem;z-index:15146; }
 }@media only screen and (max-width: 763px) { #GEg8gZyf3CcHlR5ULz12GONcr8n3GLCg { width:1.875rem;height:1.3997375rem;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) { #ZquDOHJ5KXuG1N60HdbuI0pP940x3T7H { width:17.8125rem;height:17.875rem;top:36.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgk744rGkT2GtyqXSq6c8ACGSlcuziDf { width:17.8125rem;height:17.8125rem;top:64.875rem;left:1.125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #C8175U7I8xyBT6bVLf1nKDSzkRytyHBz { width:17.5rem;height:25.6875rem;top:64.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlyH2E4pcXZbo873UoaFcCKgIgzKHPOw { width:13.125rem;height:1.94921875rem;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) { #e1iNEhonfI1HxxXaI5obgqe8FTwemRU5 { display:flex;width:1.875rem;height:1.875rem;top:88.4375rem;left:1.875rem;z-index:15149; }
 }@media only screen and (max-width: 763px) { #orTXDrQ9s1nUp3JeBl6IuJwVfwc9rpu7 { 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) { #fVofTfyMZiaDnnEO7nytmtMcwEErKpyZ { width:11.625rem;height:1.59895625rem;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) { #zr1ETTvrnFhk8oZWUdOpc3hoO14yrFM9 { width:1.9375rem;height:1.3997375rem;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) { #uo173CAgcuWR1AmPuNUFgDIL5SOKGv3h { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:8.375rem;z-index:15151; }
 }@media only screen and (max-width: 763px) { #mJ4pKewX4mhTiiUG0DbQ4HMRbzQtFuxx { width:1.875rem;height:1.3997375rem;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) { #CRWZiH4uTTScdggyA03eWgflRiOT8V09 { 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) { #TrqruViaqCPPb6Gd8zDTuKKpzFEsiIUP { display:flex;width:1.875rem;height:1.875rem;top:88.4375rem;left:14.3125rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #MpZ4ltTfcvcJKJUhO5XNlLwokwbWaFim { width:1.875rem;height:1.3997375rem;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) { #PclRcTpqzy7TVC4aJGarBiQxspCENnJZ { width:17.5rem;height:26rem;top:98.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEDpOANZ2BleAhTXkTZoa7eHyvNlUul { display:flex;width:1.875rem;height:1.875rem;top:121.6875rem;left:1.875rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #seancq67FgMddoqdkx8JLQeTThVepPT9 { 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) { #W8MAJATpESUOqdpODlWyBOZqRmTbXR2W { width:1.9375rem;height:1.3997375rem;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) { #x5k4NywQzT7lfh7auP04okXXApOWyvP1 { width:11.625rem;height:1.59895625rem;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) { #g3sLvdbU2WiutNB6bQfLrNnEwSisSGmt { width:14.1875rem;height:1.94921875rem;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) { #eLGKyIDTRly16F7Ad2RfRNDvLyIDMl5h { width:17.8125rem;height:17.9375rem;top:98.0625rem;left:1.125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #JiFeZATutoTlzCTDwDvkh6EJxVDhduTZ { display:flex;width:1.75rem;height:1.75rem;top:121.75rem;left:8.375rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #qsrzT7cwx69fygdgx854RO062QK9fkxp { width:1.875rem;height:1.3997375rem;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) { #U6dkqW3ZJHTqvKCJlC1aAVp3HTQSSzwu { display:flex;width:1.875rem;height:1.875rem;top:121.6875rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #BdK9ozia32Q8bh2V4ZUEmI9vTu9iuExy { width:1.875rem;height:1.3997375rem;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) { #QidKG7R5Ubly7Qf9AodCWc2avEUacb15 { width:17.8125rem;height:17.1875rem;top:9rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhovF05TRlATUvoDMIro4lkxShuZkQz { width:17.5rem;height:26rem;top:125.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPeUcZlxeb7xFHxMqHq2mLl9aS2cM2B { width:17.8125rem;height:17.9375rem;top:125.8125rem;left:1.125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #ibapoL5uJdvMnpAFxpUn8e4oZ3S44yJi { width:14.1875rem;height:1.94921875rem;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) { #iPy7T6Ki4TWnNsgi70q0iOwdsHPkGTca { width:11.625rem;height:1.59895625rem;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) { #Ph5NKT8LUJCvhV1FauImTiw0aUdbCFM8 { display:flex;width:1.875rem;height:1.875rem;top:149.6875rem;left:1.875rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #E6UsT9RZXfn497b7XZfnniOBEFsWFBn8 { display:flex;width:1.75rem;height:1.75rem;top:149.75rem;left:8.375rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #pWeEv5zQ5ILoJS9vISzRmuZL0bMSv2vF { display:flex;width:1.875rem;height:1.875rem;top:149.6875rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #N7E0OzorKHsQ5sa0R8AQgaxQfoV38liW { width:1.9375rem;height:1.3997375rem;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) { #o25dHwazQZETlEA6C5XXeExrx9MqvKai { width:1.875rem;height:1.3997375rem;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) { #cMpelWZtfuWk6Ue3NShVp1MPxmIkXz5C { width:1.875rem;height:1.3997375rem;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) { #KuCU6mCQlbbdqAPu7pl2UvgULGUOfVeu { 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) { #Bdkb8pMmc3AbPEomxsET6RUt4FHgdgXp { width:17.5rem;height:27.625rem;top:153.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd6RlTPODgohbI59B6UedwtXCgXODp2k { width:17.75rem;height:17.9375rem;top:153.625rem;left:1.1875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #LkX8NmgOSJr6eff4T4dsVTbPA3GITwPe { width:14.1875rem;height:1.94921875rem;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) { #nsxgFb33Ju5QrSJA8uTZHcJCs6W0hbdH { width:11.625rem;height:1.59895625rem;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) { #EbEW8dHOKme6GG7T0OMBQB4KTqK0wgyC { display:flex;width:1.875rem;height:1.875rem;top:179rem;left:1.75rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #A39PMsPlPXVNLAfkSEWzTWC1WTGgV1c2 { display:flex;width:1.875rem;height:1.875rem;top:179rem;left:14.3125rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #B1uGl5uRMEZWZRSxEb21dqDrqPXcu0ts { display:flex;width:1.75rem;height:1.75rem;top:179.0625rem;left:8rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #erwJMyC0Nu2pVMGAm0inCh6R4N2BJ7sk { width:1.9375rem;height:1.3997375rem;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) { #SKtTw211Nid1xi8bHADebUTebNfp6DeF { width:1.875rem;height:1.3997375rem;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) { #QeHTz0BBCUt5PQk8yhiRzH1UJgdLLqD7 { width:1.875rem;height:1.3997375rem;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) { #vFo1NE5T2q2fPG1IXDWDfV9725rvsq7H { 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) { #olHHFhqGRyqmzv7P1imeIuX11Pg1fCPu { width:11.625rem;height:1.59895625rem;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) { #M5kPXa31kH0aXB6153E8hGyO3DCF8QMU { width:18.3125rem;height:3.4375rem;top:92.84375rem;left:0.84375005960463rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3tO292evqytRVOUI0duhdC7AlCSFLZ { display:block; }
 }@media only screen and (max-width: 763px) { #Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb { display:block; }#Dkvxfgl4Rxf6yi1NMkMny7eDw8MbrQXb > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioif9y9Qv8pNR6XZbIaB1LATfvtIzwy7 { width:20rem;height:7.3125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pTVKbi9c2n6pupqo94b3HPIlJtPQv8 { width:12.5rem;height:23.49975rem;top:76.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmHmz34WqOqVXUQBD88JFtoz2K508yZ { display:flex;width:4.5rem;height:4.5rem;top:77.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Dplt8G7K9Rr2Bzse2tDgpFGEDgWQKdyO { width:12.5rem;height:1.29980625rem;top:82.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVt6afz8wU6OUdd3LbOcwGg7N9dDLIxN { width:14.6248125rem;height:7.9581875rem;top:85.374347686769rem;left:2.7498371005058rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bIWtOTKK3HKkmpNwU6tBxnaXE9TrBpSH { width:12.5rem;height:24.875rem;top:55.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGqHOLV8x63458WP4nWHJZMnkTTHSlwT { display:flex;width:4.5rem;height:4.5rem;top:55.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #TFykRIWtTaTGnEmSaUq8JXiB8peUJtZE { width:12.5rem;height:3.898925rem;top:60.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBsBuMlUa1vWyc4qMLqusvFTlXvOUCC6 { width:16.9995rem;height:9.09375rem;top:65.43701171875rem;left:1.5624999403954rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VbPtNHnqkXbzdEIcBlR9LEuol58pl9LI { width:12.5rem;height:24.5rem;top:10.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukt4Tz15350Q2DM04D3rTuW24CCE7bCw { display:flex;width:4.5rem;height:4.5rem;top:10.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #lhFQvTfQABDooBr3gkaup2E5MKR8lnf6 { width:14.25rem;height:3.898925rem;top:15.5rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iiw0E4hbFO0u4OVQ6BWJD6ZaoRibeRph { width:15.5623125rem;height:9.09375rem;top:20.937499523163rem;left:2.2176105380058rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CoosfiSbkV4WnGfZuoXvus8FEXODCeVZ { width:12.5rem;height:20.75rem;top:32.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02dlZlS5KQ3gbP4gmf5oBcchNzyTETX { display:flex;width:4.5rem;height:4.5rem;top:32.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #qD45CctTy6d89V7sHnBDJh8zDpcuPzPw { width:12.5rem;height:2.59928125rem;top:38.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlJ8Ow8nmK683D7qxftpZGzn8HBxEkh { width:15.9375rem;height:9.09375rem;top:41.997883796692rem;left:2.0312499403954rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SUOQAu9dTu8NxfanhiJKg79RfscoV6rO { display:block; }#SUOQAu9dTu8NxfanhiJKg79RfscoV6rO > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ahypd1LZ8xgDLuiwGaK0XgA8Egdxixrg { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3N5pNdCBFHxMOzGVVyv3RJfwtgDkxgs { width:9.375rem;height:6.25rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3loTicNn0odcQr9K0LtahHnViVLAr8 { width:9.375rem;height:6.25rem;top:8.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1aWheJtgJEr8XMyJqaUuD394AJAolO { width:9.375rem;height:6.25rem;top:15.925292491913rem;left:10.624999701977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieB6qSVkMlFoseitC6qVfz4JySTwQ2ey { width:7.125rem;height:1.94791875rem;top:12.625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxN8mnRKwdtnoTVXV1OFpO3ZbaMArgwk { width:9.375rem;height:2.125rem;top:12.5625rem;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) { #F8xPpq1zgW47QbbALOW21LEqRTfplqQ3 { width:9.375rem;height:1.4375rem;top:13.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) { #LQAZfSyLyyaRFrAoenazaMqep90c9IcL { width:7.7498125rem;height:0.9749375rem;top:13.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTfb1KIITSPg3p3QAh5g1SXtT1r8GFtZ { width:5.99935rem;height:0.9749375rem;top:21.0625rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftXv4SV0kM2Bx7wReZTbzPx89bcrQZy { width:9.375rem;height:1.4375rem;top:20.875rem;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) { #iQFTxupvLh9agFI8vpb8Q7Hi4iTPehMy { width:9.375rem;height:6.25rem;top:15.925292491913rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmDoh7WSp53O2Cwg2Tnvsc4C4wsAhE2k { width:6.687rem;height:0.9749375rem;top:21.01969397068rem;left:1.3435872197151rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzlJIF5XThnhFOTSDroxDHWqnPxygCu { width:9.375rem;height:1.4375rem;top:20.789387345314rem;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) { #a9b2Qf578dWFfogivQyOxyS6NHMsVP7t { width:9.375rem;height:1.4375rem;top:28.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) { #yrIgyw3T23u0DHHZHo0kvxM1FoCwAe85 { width:8.375rem;height:0.9749375rem;top:28.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQnCRf01afnv7HRUEI2kkktv6kGhNIno { width:9.375rem;height:5.25rem;top:23.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkJ2RF0bsn2fa8p40OeLIyLyL3TP3ZH { width:9.375rem;height:1.4375rem;top:28.375rem;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) { #QVdwu8l7gzEpc62UKF9hZlEVNuRvb2ye { width:9.375rem;height:6.25rem;top:23.56201171875rem;left:10.624999701977rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbiqsXNHMQBLrVGdlkv0ABSTvmrLBpV { width:8.9998125rem;height:0.9749375rem;top:28.75rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg051PQIP2EAIxu9uoLVRIWvbJgqDhVL { width:14.6875rem;height:2.8125rem;top:31.823720556641rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvHTF2FGRiZyPBQTcWuBgQz5CCX5Fit { display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { 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) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.1375rem;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) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.1375rem;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) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.1375rem;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) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.68440625rem;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) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.25rem;height:4.875rem;top:4.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:4.547525rem;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) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:5.68440625rem;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) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { width:0.25rem;height:4.875rem;top:27.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { width:0.25rem;height:4.875rem;top:16.312484741211rem;left:2.1875001192093rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Be3HpI6GnAONeh54K9INezvscMzMDaxT { width:0.25rem;height:4.875rem;top:16.25rem;left:2.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:19.124375rem;height:5.09895625rem;top:12.6875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPvXQ3FbUeTgaqa2dLwscuvmxodGvMz7 { width:18.0625rem;height:3.41145625rem;top:7.9375rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIw9XThB6V6PSQDF0MuqMC1PrifW06xM { width:10.125rem;height:4rem;top:2.1953125rem;left:4.9375002980232rem;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; }
 }