.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3eb0df1-6223-430a-8df7-2827a5b56073/c29_6000_170904.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.71); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.71); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.375rem;top:1.6875rem;left:15.4375rem;overflow:hidden;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#873583;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.65234375rem;left:48.59375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;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:#6e2455;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;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:#ffffff;background-image:none;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.8125rem;top:13.3125rem;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:#ffffff;background-image:none;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.8125rem;top:13.3125rem;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; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { 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:27rem;width:23.8125rem;top:6.875rem;left:46.25rem;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:4.3125rem;font-weight:700;z-index:14997;line-height:.9;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(0,0,0,0.5);top:7.69921875rem;left:0rem;height:7.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { color:#efe2ee;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.45703125rem;left:8.15625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sniqLTeOsla4CX871GVC6xM3M22RkkrJ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.3125rem;left:22rem;height:1.0556625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { position:absolute;display:block;z-index:14990;background-color:#6e2455;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:4.375rem;width:26.375rem;top:29.8125rem;left:7.4375rem;display:block; }
#UmG3gT5pXVTaOAUubrizm8aKFdQ2pXP2 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:play;font-size:15.0625rem;font-weight:700;z-index:14998;line-height:.8;letter-spacing:0;text-shadow:0.375rem 0.125rem 0rem rgba(110,36,85,0.5);top:15.125rem;left:15.75rem;height:12.0498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpFAz6JGFOxuH98WqXp7B7SOes46E8vX { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:14998;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.875rem;left:5.75rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMU2FsnzPHVEdo0rlVW4PTBVdwW5ByWC { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:14999;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.0625rem;left:25.5625rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1TFTpFDlbnkc6MrRFDHTgut6KpEDFn6 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:14999;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0rem rgba(0,0,0,0.5);top:27.9375rem;left:12.3125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { 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; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { background-color: transparent; background-image: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .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); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { border-width: 0; border-radius: 0; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#dn7w9zqBRaHxIDw7mqgDQcnlTDpkQiWQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.8125rem;width:16.1875rem;top:5.625rem;left:8.8125rem;overflow:hidden;display:block; }
#i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.023599624634rem;left:10.342610359192rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgBUzNHgotTHoeWI7owh2rsaA38hIPhT { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.13525390625rem;left:10.218098640442rem;height:1.3997375rem;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; }
#UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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.0625rem;width:16.25rem;top:5.625rem;left:8.625rem;display:block; }
#lTB1x1b07PkOMu1PqvtSwpLJLGVwfzNt { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:.4;letter-spacing:0;top:24.013345718384rem;left:12.749836921692rem;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; }
#mdlmgbdkO9VIiSUKpBxaQszOkTmimBJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.25rem;left:19.999999046326rem; }
#HF2FHMTKThGgmeqs8giSTXLblTNqQWqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23.187336921692rem;left:15.187174797058rem; }
#Aux3a7l44Eg2SHSlqdmvt0pTwdWRde4A { 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:15031;opacity:1;top:23.437173843384rem;left:10.061848640442rem; }
#m1L72UlEhtsTJVOE7Ur6KyWODWOsoBNe { z-index:15068;top:27.836806058884rem;left:9.875rem;background-color:#6e2455;background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ToJUR3wg5xlefUTPMTgWukWUSzloXvPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpNG8ycuAdy16bkzID4KMsOZF5RnpByh { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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.1875rem;width:16.25rem;top:5.625rem;left:29.0625rem;display:block; }
#U2TGoHXMLnTBvuiZwtb97WlHV6sdZd1x { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:16.1875rem;top:5.8125rem;left:29.25rem;overflow:hidden;display:block; }
#NtdBbQWWGDS53eWmA0ziNgzIsL5UEsqs { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.278157234192rem;left:30.791014671326rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBHfttkxifvS3d21cmVPvgoxDWcqyZqn { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.26025390625rem;left:30.604002952576rem;height:1.3997375rem;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; }
#lgrB7BHohfcXFm0NnBelpAg15f9gOQTR { 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:15035;opacity:1;top:23.5rem;left:30.749510765076rem; }
#oviG8yFTCuTvVDmdPNIF0Tk1EFbZExgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:23.5rem;left:35.874835014343rem; }
#d7cCKvcID2qsgGwT1WWzCd5HGsXbTpXV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:23.596028327942rem;left:40.562335014343rem; }
#PlfeX1TZgZkJcTCpu2SJO3H8L0EZwOsS { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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.25rem;width:16.25rem;top:5.625rem;left:49.9375rem;display:block; }
#iIOTCx0LEouvwCahCWrct41p6hJesCSu { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.75rem;width:16.3125rem;top:5.6875rem;left:50.0625rem;overflow:hidden;display:block; }
#mNfiTiTQTpTv6W9TNN4btRS68ROfxWhV { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:17.091145992279rem;left:51.666667938233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcR6hhvINwyIFqSaWFTJzVd9E4AwHlTT { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:19.260417461395rem;left:51.541667938233rem;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; }
#xRU0u2qrTkK14knlUMTlp1PDE25zrWbT { color:#333333;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.892251968384rem;left:33.228350639343rem;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; }
#R2h8LoScq9MmiJvar1Gle00FgJiJBb7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:21.75rem;left:59rem; }
#mprVkTKtoftOyFauiOEg2v3RF3RbKr0A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.75rem;left:54.4375rem; }
#RdozxTT0n5tCp6todfcANxbW3WRJELfB { z-index:15069;top:27.836804866791rem;left:30.322917938233rem;background-color:#6e2455;background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VWypIFn5Ktr6XoUlu1V25Ue7lyRrq7Gk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwqAUSf1EWvPDDEKIi89kJbCTkMN9z4O { z-index:15070;top:27.8359375rem;left:51.21875rem;background-color:#6e2455;background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g6LDx9ic8WM1OeWS2sMk7pLcSgM4DJuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { color:#14261c;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n177sD101dLEvElWxmNAGcqP3q7vnz8F { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:.4;letter-spacing:0;top:24.024739265442rem;left:17.624510765076rem;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; }
#KAlp2xUGbtEkDFAzVPhN2T3UOoqS8eAs { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:.4;letter-spacing:0;top:24.062173843384rem;left:22.405596733093rem;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; }
#uJtEiAtvhDfz9ux4ay99UUdhDCJTd8ut { color:#333333;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.862141609192rem;left:38.186846733093rem;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; }
#xkwgANZaUSPZ46X3vS57fv2T7VNil8Wa { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:.4;letter-spacing:0;top:24.348958015442rem;left:42.853190422058rem;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; }
#SZSi6znCnEmsC7rLJf5FFGLhP2fZ951T { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:.4;letter-spacing:0;top:23.236328125rem;left:54.625rem;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; }
#CBgRapMnutrvenahbAkbn7EvktlHD2Tv { color:#333333;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:.4;letter-spacing:0;top:23.236328125rem;left:54.0625rem;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; }
#SrZLF1A4CP1iDGRIN5AVGxdhiO3ghCwV { color:#333333;display:block;width:1.93714375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:21.9375rem;left:56.5rem;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; }
#i9SgPwSHi6XhHn7Mtv54lQmWpOtqyoZg { color:#333333;display:block;width:1.93685rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:21.875rem;left:61.25rem;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; }
#ltdz5vMTWonRZsVUs1bEOkWD4krNhgcq { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.93798828125rem;left:30.718096733093rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCL8z6IpmtAwMFX2Vi3uZDRBCklklafw { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.044270515442rem;left:10.342610359192rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e2455;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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9487829208374rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { 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:5.625rem;left:3.0625rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { 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:10rem;left:7.0625rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:3.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { 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:5.625rem;left:21.8125rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { 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:10rem;left:25.8125rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { 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:5.625rem;left:40.5625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { 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:10rem;left:44.5625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.875rem;left:40.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { 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:5.625rem;left:59.3125rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { 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:10rem;left:63.3125rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.6875rem;left:59.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.875rem;left:59.125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4eeef;background-image:none;font-size:0.875rem;font-family:arial;height:57rem;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; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:1.125rem;overflow:hidden;display:block; }
#IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:26.1875rem;overflow:hidden;display:block; }
#ubgzI4AT37skwxflPGqNmN03GLruLm9U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:51.0625rem;overflow:hidden;display:block; }
#db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { position:absolute;display:block;z-index:15003;background-color:rgba(110,36,85,0.81);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:2.5625rem;width:22.8125rem;top:24rem;left:1.125rem;display:block; }
#PSUcOOShErRggkFDLgaP4ubDK25AN5BL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5rem;left:27.4375rem;height:1.625rem;font-style:normal;display:block; }
#rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { position:absolute;display:block;z-index:15005;background-color:rgba(110,36,85,0.81);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:2.5625rem;width:22.8125rem;top:23.9375rem;left:26.1875rem;display:block; }
#F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:52.375rem;height:1.625rem;font-style:normal;display:block; }
#Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { position:absolute;display:block;z-index:15007;background-color:rgba(110,36,85,0.81);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:2.5625rem;width:22.8125rem;top:24rem;left:51.0625rem;display:block; }
#fT1W0JAt3psGKCTFEUhJ6T55qSQeNfur { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.6875rem;width:37.4375rem;top:27.1875rem;left:18.78125rem;display:block; }
#JyogsgqJbKnDpccMKXOTpW65hkPqu1GN { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.3994140625rem;left:28.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fnxJ84375IcrAx22W52UbvmU8nnUTSB1 { z-index:15071;top:52rem;left:30.46875rem;background-color:#6e2455;background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tk1vcqHmiQ3uquJC9CbRZLlAIdWMBTG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { background-color: transparent; background-image: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container > .video-iframe-container { display: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container { display: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .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); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { border-width: 0; border-radius: 0; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:14.71875rem;left:9.125rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:9.1875rem;left:7.5rem;display:block; }
#i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { position:absolute;display:block;z-index:15004;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.974609375rem;left:15.375rem;display:block; }
#ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:24.974609375rem;left:8.5625rem;height:1.5999375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { position:absolute;display:block;z-index:15006;background-color:#edcbe4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:9.21875rem;left:28rem;display:block; }
#XAkfEU4mo23QinBv1dp799A0tivQePen { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.71875rem;left:29.625rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:24.912109375rem;left:29.0625rem;height:1.5999375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { position:absolute;display:block;z-index:15011;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.912109375rem;left:35.875rem;display:block; }
#VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:9.1875rem;left:48.5rem;display:block; }
#IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.974609375rem;left:49.5625rem;height:1.5999375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.71875rem;left:50.125rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { position:absolute;display:block;z-index:15018;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.974609375rem;left:56.375rem;display:block; }
#PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { color:#14261c;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { color:#6e2455;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:48.5rem;height:9.9931875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hyPToUsbAVsNheZTctK59m8mq5BZelQh { color:#6e2455;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:28.125rem;height:9.9931875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { color:#6e2455;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.5rem;height:9.9931875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.3125rem;top:1.375rem;left:2.75rem;overflow:hidden;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#284d42;display:block;width:40.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:33.5625rem;height:2.6001rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#6e2455;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.5625rem;left:33.5625rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#14261c;display:block;width:40.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.63671875rem;left:33.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr { position:relative;display:block; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr { background-color: transparent; background-image: none; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row .container > .video-iframe-container { display: none; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row > .video-iframe-container { display: none; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .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); }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr { border-width: 0; border-radius: 0; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .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; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e2455;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;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.5rem;width:7.25rem;top:1.22265625rem;left:0.71875rem;overflow:hidden;display:block; }
#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.9638671875rem;left:0.71875rem;height:8.57225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.2373046875rem;left:26.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.9638671875rem;left:26.4375rem; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.1015625rem;left:28.78125rem;height:4.546875rem;font-style:normal;display:block; }
#AJbrTDU2HzmtmAXzncVn66GlCd4CmUqL { position:absolute;display:block;z-index:15033;height:12.5rem;width:23.375rem;top:3.125rem;left:50.8125rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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:31.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.13736875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.6875rem;left:1.8125rem;width:10.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.625rem;left:28.4375rem;width:19.3125rem;height:4.6875rem;font-size:1.1875rem;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:auto;top:13.3125rem;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:auto;top:13.3125rem;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) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:6.875rem;left:23.9375rem;width:23.8125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:7.6875rem;left:0rem;width:43.0625rem;height:7.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { top:30.4375rem;left:0rem;width:24.9375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sniqLTeOsla4CX871GVC6xM3M22RkkrJ { top:34.3125rem;left:8.375rem;width:12.625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { top:29.8125rem;left:0rem;width:26.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmG3gT5pXVTaOAUubrizm8aKFdQ2pXP2 { top:15.125rem;left:2.125rem;width:9.875rem;height:12rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpFAz6JGFOxuH98WqXp7B7SOes46E8vX { top:16.875rem;left:0rem;width:13.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMU2FsnzPHVEdo0rlVW4PTBVdwW5ByWC { top:24.0625rem;left:11.9375rem;width:13.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TFTpFDlbnkc6MrRFDHTgut6KpEDFn6 { top:27.9375rem;left:0rem;width:16.625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn7w9zqBRaHxIDw7mqgDQcnlTDpkQiWQ { width:16.1875rem;height:10.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { width:13.125rem;height:1.75rem;top:19rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBUzNHgotTHoeWI7owh2rsaA38hIPhT { width:13.375rem;height:1.375rem;top:21.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { width:16.25rem;height:24.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTB1x1b07PkOMu1PqvtSwpLJLGVwfzNt { width:1.6875rem;height:1.5625rem;top:24rem;left:9.3435869216919rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdlmgbdkO9VIiSUKpBxaQszOkTmimBJt { top:23.25rem;left:11.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF2FHMTKThGgmeqs8giSTXLblTNqQWqa { top:23.125rem;left:10.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aux3a7l44Eg2SHSlqdmvt0pTwdWRde4A { top:23.375rem;left:6.6555986404419rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1L72UlEhtsTJVOE7Ur6KyWODWOsoBNe { top:27.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJUR3wg5xlefUTPMTgWukWUSzloXvPa { display:block; }
 }@media only screen and (max-width: 763px) { #dpNG8ycuAdy16bkzID4KMsOZF5RnpByh { width:16.25rem;height:24.1875rem;top:5.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2TGoHXMLnTBvuiZwtb97WlHV6sdZd1x { width:16.1875rem;height:10.625rem;top:5.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtdBbQWWGDS53eWmA0ziNgzIsL5UEsqs { width:13.125rem;height:1.5625rem;top:19.25rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHfttkxifvS3d21cmVPvgoxDWcqyZqn { width:13.3125rem;height:;top:21.25rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgrB7BHohfcXFm0NnBelpAg15f9gOQTR { top:23.5rem;left:20.530760765076rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oviG8yFTCuTvVDmdPNIF0Tk1EFbZExgc { top:23.5rem;left:22.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7cCKvcID2qsgGwT1WWzCd5HGsXbTpXV { top:23.5625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfeX1TZgZkJcTCpu2SJO3H8L0EZwOsS { width:16.25rem;height:24.25rem;top:5.625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIOTCx0LEouvwCahCWrct41p6hJesCSu { width:16.3125rem;height:10.75rem;top:5.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfiTiTQTpTv6W9TNN4btRS68ROfxWhV { width:13.125rem;height:1.5625rem;top:17.0625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcR6hhvINwyIFqSaWFTJzVd9E4AwHlTT { width:13.3125rem;height:;top:19.25rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRU0u2qrTkK14knlUMTlp1PDE25zrWbT { width:1.9375rem;height:1.5625rem;top:23.875rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2h8LoScq9MmiJvar1Gle00FgJiJBb7T { top:21.75rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mprVkTKtoftOyFauiOEg2v3RF3RbKr0A { top:21.75rem;left:34.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdozxTT0n5tCp6todfcANxbW3WRJELfB { top:27.8125rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWypIFn5Ktr6XoUlu1V25Ue7lyRrq7Gk { display:block; }
 }@media only screen and (max-width: 763px) { #AwqAUSf1EWvPDDEKIi89kJbCTkMN9z4O { top:27.8125rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LDx9ic8WM1OeWS2sMk7pLcSgM4DJuT { display:block; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n177sD101dLEvElWxmNAGcqP3q7vnz8F { width:1.625rem;height:;top:24rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAlp2xUGbtEkDFAzVPhN2T3UOoqS8eAs { width:1.625rem;height:;top:24rem;left:12.186846733093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJtEiAtvhDfz9ux4ay99UUdhDCJTd8ut { width:1.9375rem;height:1.5625rem;top:23.8125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkwgANZaUSPZ46X3vS57fv2T7VNil8Wa { width:1.6875rem;height:;top:24.3125rem;left:25.821940422058rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSi6znCnEmsC7rLJf5FFGLhP2fZ951T { width:1.6875rem;height:0.375rem;top:23.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgRapMnutrvenahbAkbn7EvktlHD2Tv { width:1.6875rem;height:0.375rem;top:23.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZLF1A4CP1iDGRIN5AVGxdhiO3ghCwV { width:1.875rem;height:1.5625rem;top:21.9375rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9SgPwSHi6XhHn7Mtv54lQmWpOtqyoZg { width:1.875rem;height:;top:21.875rem;left:37.406245231628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltdz5vMTWonRZsVUs1bEOkWD4krNhgcq { width:13.125rem;height:2rem;top:16.9375rem;left:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCL8z6IpmtAwMFX2Vi3uZDRBCklklafw { width:13.125rem;height:1.75rem;top:17rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:5.625rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:10rem;left:3.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:16.875rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:5.625rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:10rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:16.875rem;left:11.375rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:5.625rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:10rem;left:27.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14.6875rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:16.875rem;left:23.3125rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:5.625rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:10rem;left:39.46875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:16.875rem;left:34.9375rem;width:12.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:1.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:22.75rem;height:20.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:22.8125rem;height:20.625rem;top:5.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:22.875rem;height:20.625rem;top:5.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { top:24rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { top:24.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { top:24.5rem;left:13.8125rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { top:23.9375rem;left:12.5625rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { top:24.5rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { top:24rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT1W0JAt3psGKCTFEUhJ6T55qSQeNfur { top:27.1875rem;left:5.15625rem;width:37.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyogsgqJbKnDpccMKXOTpW65hkPqu1GN { top:48.375rem;left:14.5rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnxJ84375IcrAx22W52UbvmU8nnUTSB1 { top:52rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1vcqHmiQ3uquJC9CbRZLlAIdWMBTG2 { display:block; }
 }@media only screen and (max-width: 763px) { #QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { display:block; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { width:15.75rem;height:9.5625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { width:19rem;height:19.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { width:3.25rem;height:0.0625rem;top:24.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { width:16.875rem;height:1.5625rem;top:24.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { width:19rem;height:19rem;top:9.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkfEU4mo23QinBv1dp799A0tivQePen { width:15.75rem;height:7.9375rem;top:14.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { width:16.875rem;height:1.5625rem;top:24.875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { width:3.25rem;height:0.0625rem;top:24.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { width:19rem;height:19.0625rem;top:9.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { width:16.875rem;height:1.5625rem;top:24.9375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { width:15.75rem;height:9.5625rem;top:14.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { width:3.25rem;height:0.0625rem;top:24.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { top:1.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPToUsbAVsNheZTctK59m8mq5BZelQh { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:1.375rem;left:0rem;width:25.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:5.4375rem;left:7.0625rem;width:40.6875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.5rem;height:3.125rem;top:13.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:9.625rem;left:7.0625rem;width:40.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okXDikofihU9r4MCRyNlI4Wq4BA2bKDr { display:block; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:1.1875rem;left:0rem;width:7.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:6.9375rem;left:0rem;width:23.5625rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:5.1875rem;left:15.875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { top:6.9375rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:7.0625rem;left:14.3125rem;width:17.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJbrTDU2HzmtmAXzncVn66GlCd4CmUqL { top:3.125rem;left:24.25rem;width:23.375rem;height:12.5rem;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.0625rem;left:8.09375rem;width:31.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3eb0df1-6223-430a-8df7-2827a5b56073/c29_6000_170904.jpg");background-position:top center !important;background-repeat:repeat-y !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:9.9375rem;height:4.8125rem;top:3.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.4375rem;height:4.2744125rem;top:36.8515625rem;left:1.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;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:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;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:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:41.0625rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:41.0625rem;left:1.25rem; }
 }@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) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:20rem;height:26.25rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:20rem;height:3.824225rem;top:9.9375rem;left:0rem;font-size:2.125rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { width:18.0625rem;height:2.0996125rem;top:29.375rem;left:1rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sniqLTeOsla4CX871GVC6xM3M22RkkrJ { width:20rem;height:0.8125rem;top:32.125rem;left:0rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { width:18.875rem;height:3rem;top:28.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmG3gT5pXVTaOAUubrizm8aKFdQ2pXP2 { width:6.4375rem;height:10.5rem;top:15.125rem;left:5.96875rem;font-size:13.125rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IpFAz6JGFOxuH98WqXp7B7SOes46E8vX { width:13.0625rem;height:1rem;top:14.75rem;left:1.3125rem;font-size:1.25rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TMU2FsnzPHVEdo0rlVW4PTBVdwW5ByWC { width:5.25rem;height:1rem;top:23.4375rem;left:13.53125rem;font-size:1.25rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1TFTpFDlbnkc6MrRFDHTgut6KpEDFn6 { width:16.625rem;height:1rem;top:27.3125rem;left:1.6875rem;font-size:1.25rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn7w9zqBRaHxIDw7mqgDQcnlTDpkQiWQ { width:17.375rem;height:11.4375rem;top:6.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { width:13.125rem;height:1.29980625rem;top:19.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBUzNHgotTHoeWI7owh2rsaA38hIPhT { width:13.375rem;height:1.3994125rem;top:20.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { width:17.125rem;height:21.3125rem;top:6.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTB1x1b07PkOMu1PqvtSwpLJLGVwfzNt { width:11.3125rem;height:0.349935rem;top:23.4189453125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdlmgbdkO9VIiSUKpBxaQszOkTmimBJt { display:flex;width:1.6875rem;height:1.6875rem;top:22.625rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #HF2FHMTKThGgmeqs8giSTXLblTNqQWqa { display:flex;width:1.8125rem;height:1.8125rem;top:22.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Aux3a7l44Eg2SHSlqdmvt0pTwdWRde4A { display:flex;width:1.875rem;height:1.875rem;top:22.5rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #m1L72UlEhtsTJVOE7Ur6KyWODWOsoBNe { top:26.01171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJUR3wg5xlefUTPMTgWukWUSzloXvPa { display:block; }
 }@media only screen and (max-width: 763px) { #dpNG8ycuAdy16bkzID4KMsOZF5RnpByh { width:17.25rem;height:21.75rem;top:32.4375rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U2TGoHXMLnTBvuiZwtb97WlHV6sdZd1x { width:17.5625rem;height:11.6875rem;top:32.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtdBbQWWGDS53eWmA0ziNgzIsL5UEsqs { width:13.125rem;height:1.29980625rem;top:46.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHfttkxifvS3d21cmVPvgoxDWcqyZqn { width:13.375rem;height:1.3994125rem;top:47.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgrB7BHohfcXFm0NnBelpAg15f9gOQTR { display:flex;width:1.875rem;height:1.875rem;top:49.4375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #oviG8yFTCuTvVDmdPNIF0Tk1EFbZExgc { display:flex;width:1.8125rem;height:1.8125rem;top:49.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d7cCKvcID2qsgGwT1WWzCd5HGsXbTpXV { display:flex;width:1.6875rem;height:1.6875rem;top:49.687175750733rem;left:13.249999701977rem; }
 }@media only screen and (max-width: 763px) { #PlfeX1TZgZkJcTCpu2SJO3H8L0EZwOsS { width:17.25rem;height:22rem;top:59.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIOTCx0LEouvwCahCWrct41p6hJesCSu { width:17.5625rem;height:11.6875rem;top:59.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfiTiTQTpTv6W9TNN4btRS68ROfxWhV { width:13.125rem;height:1.29980625rem;top:71.875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcR6hhvINwyIFqSaWFTJzVd9E4AwHlTT { width:13.375rem;height:1.3997375rem;top:73.1875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRU0u2qrTkK14knlUMTlp1PDE25zrWbT { width:11.3125rem;height:1.3997375rem;top:49.86328125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2h8LoScq9MmiJvar1Gle00FgJiJBb7T { display:flex;width:1.8123375rem;height:1.8123375rem;top:75.936683654788rem;left:4.3115231394768rem; }
 }@media only screen and (max-width: 763px) { #mprVkTKtoftOyFauiOEg2v3RF3RbKr0A { display:flex;width:1.6870125rem;height:1.6870125rem;top:75.999347686769rem;left:11.613769233227rem; }
 }@media only screen and (max-width: 763px) { #RdozxTT0n5tCp6todfcANxbW3WRJELfB { top:52.625rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWypIFn5Ktr6XoUlu1V25Ue7lyRrq7Gk { display:block; }
 }@media only screen and (max-width: 763px) { #AwqAUSf1EWvPDDEKIi89kJbCTkMN9z4O { top:79.8125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LDx9ic8WM1OeWS2sMk7pLcSgM4DJuT { display:block; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:20rem;height:2.84375rem;top:1.5556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n177sD101dLEvElWxmNAGcqP3q7vnz8F { width:1.6875rem;height:0.349935rem;top:23.4814453125rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAlp2xUGbtEkDFAzVPhN2T3UOoqS8eAs { width:1.6875rem;height:0.349935rem;top:23.4814453125rem;left:15.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJtEiAtvhDfz9ux4ay99UUdhDCJTd8ut { width:1.93685rem;height:1.3997375rem;top:49.950695037842rem;left:10.562336623669rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkwgANZaUSPZ46X3vS57fv2T7VNil8Wa { width:1.6870125rem;height:0.349935rem;top:50.510251998901rem;left:14.863606154919rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSi6znCnEmsC7rLJf5FFGLhP2fZ951T { width:1.6870125rem;height:0.349935rem;top:77.451162815094rem;left:6.1238605380058rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgRapMnutrvenahbAkbn7EvktlHD2Tv { width:1.6870125rem;height:0.349935rem;top:77.451984405519rem;left:10.249836623669rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZLF1A4CP1iDGRIN5AVGxdhiO3ghCwV { width:1.875rem;height:1.3997375rem;top:76.142572402956rem;left:6.6145831942556rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9SgPwSHi6XhHn7Mtv54lQmWpOtqyoZg { width:1.875rem;height:1.3997375rem;top:76.137039184569rem;left:13.155110061169rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltdz5vMTWonRZsVUs1bEOkWD4krNhgcq { width:13.125rem;height:2.03125rem;top:44.359375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCL8z6IpmtAwMFX2Vi3uZDRBCklklafw { width:13.125rem;height:1.7871125rem;top:17.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29980625rem;top:16.443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:5.19921875rem;top:18.6240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:21.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:26.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:1.29980625rem;top:30.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:12.5rem;height:5.19921875rem;top:32.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:36rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:40.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.29980625rem;top:45.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:12.5rem;height:5.19921875rem;top:47.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:50.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:54.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.29980625rem;top:59.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:6.499rem;top:61.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.5996125rem;top:2.1494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:19.1875rem;height:17.25rem;top:6.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:19.1875rem;height:17.25rem;top:25.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:19.1875rem;height:17.25rem;top:43.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { width:19.125rem;height:2.5625rem;top:21.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { width:12.5rem;height:1.625rem;top:22.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { width:15rem;height:1.625rem;top:40.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { width:19.125rem;height:2.5625rem;top:40.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { width:12.5rem;height:1.625rem;top:59.1875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { width:19.1875rem;height:2.5625rem;top:58.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT1W0JAt3psGKCTFEUhJ6T55qSQeNfur { height:11.25rem;width:20rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyogsgqJbKnDpccMKXOTpW65hkPqu1GN { width:18.75rem;height:2.5996125rem;top:78.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnxJ84375IcrAx22W52UbvmU8nnUTSB1 { top:82.5996125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1vcqHmiQ3uquJC9CbRZLlAIdWMBTG2 { display:block; }
 }@media only screen and (max-width: 763px) { #QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { display:block; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { width:15.75rem;height:9.597625rem;top:12.125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { width:19rem;height:18.6875rem;top:7.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { width:3.25rem;height:0.0625rem;top:22.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { width:16.875rem;height:1.5999375rem;top:22.9375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { width:19rem;height:18.8125rem;top:28.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkfEU4mo23QinBv1dp799A0tivQePen { width:15.75rem;height:7.9980625rem;top:33.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { width:16.875rem;height:1.5999375rem;top:43.375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { width:3.25rem;height:0.0625rem;top:42.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { width:19rem;height:18.375rem;top:49.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { width:16.875rem;height:1.5999375rem;top:64.875rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { width:15.75rem;height:9.597625rem;top:53.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { width:3.25rem;height:0.0625rem;top:64rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { width:3.9375rem;height:8.125rem;top:49.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPToUsbAVsNheZTctK59m8mq5BZelQh { width:3.9375rem;height:8.125rem;top:28.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { width:3.9375rem;height:8.125rem;top:7.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:16.5rem;height:11rem;top:1.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:4.54915625rem;top:13.542rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:24.939453125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:19.3125rem;height:3.8994125rem;top:18.9794921875rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okXDikofihU9r4MCRyNlI4Wq4BA2bKDr { display:block; }#okXDikofihU9r4MCRyNlI4Wq4BA2bKDr > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:8.5625rem;height:4.125rem;top:1.1875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:11.0215rem;top:6.224609375rem;left:0.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:19.0625rem;height:1.04980625rem;top:18.6875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { width:1.5625rem;height:1.5625rem;top:20.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:15.25rem;height:4.19921875rem;top:20.375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJbrTDU2HzmtmAXzncVn66GlCd4CmUqL { width:20rem;height:12.5rem;top:25.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.27430625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }