.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); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c882b6f-4553-4ea2-b47f-93548fa69087/WhatsAppImage20240221at161548.jpeg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.adaptive-delivery-prevent-bg, #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.lazyload, #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.lazyloading { background-image: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { background-color: transparent; background-image: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container > .video-iframe-container { display: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container { display: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .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); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { border-width: 0; border-radius: 0; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ::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; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#FWM1WkyCTJorXHoTQeiM5JTknp3rLdSr { 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.56163125rem;width:8.6870625rem;top:2.9351129531861rem;left:8.2486991882325rem;overflow:hidden;display:block; }
#CHikK1adziSq6VqlsaDTFUMSdP3sA1W0 { color:#430d5e;display:block;width:13.6870625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:12.0625rem;left:7.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6Ho9QLLGRi8svtyDNrv3DRIsEJ4Cd63 { color:#fbf9f3;display:block;width:20.061875rem;position:absolute;font-family:"open sans";font-size:11.0625rem;font-weight:700;z-index:15011;line-height:.5;letter-spacing:0;top:21.671007156372rem;left:10.437284469604rem;height:5.5306rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNxJlupnELpTDyqoieqBrExEceeTlMQZ { color:#f8f5f1;display:block;width:3.49935rem;position:absolute;font-family:"open sans";font-size:4.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.5rem 0.25rem 0.6875rem #000000;top:22.937283039093rem;left:24.559465408325rem;height:5.7693125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fILvtONSZ4lVMMb2Dgi6nxhU8e2T4Tkg { color:#f5f4f2;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oAwbrRNVpGBOZoRCdadIARUZeNXCUknE { color:#f5f4f2;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:15.6875rem;left:11.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;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:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;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:19.0625rem;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:19.0625rem;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:transparent;background-image: -webkit-linear-gradient(225deg, #430d5e, #430d5e);background-image: -moz-linear-gradient(225deg, #430d5e, #430d5e);background-image: -ms-linear-gradient(225deg, #430d5e, #430d5e);background-image: -o-linear-gradient(225deg, #430d5e, #430d5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#430d5e', endColorstr='#430d5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#430d5e', endColorstr='#430d5e' );";background-image: linear-gradient(225deg, #430d5e, #430d5e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19.0625rem;height:3.75rem;font-family:montserrat;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.875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.437067031861rem;top:17.374132156372rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.437067031861rem;top:17.374132156372rem;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:rgba(234,237,244,0.92);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(119,103,127,0.5) ;height:23.875rem;width:21.3125rem;top:13.249349594116rem;left:47.437068939209rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#430d5e;display:block;width:18.999rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.93728351593rem;left:48.687068939209rem;height:4.140625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuilNSfwDZPi4HspqJXP0nDSef4OyswI { color:#f5f4f2;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:14.124349594116rem;left:7.8125019073488rem;height:4.75043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8s9lnci41rGdKN9gI0sFTqP6JTEMsik { color:#f5f4f2;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:22.9375rem;left:8.9375rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCDsLuEZKlcM0oyhFMqTWdmTriyrVWcB { color:#430d5e;display:block;width:23.5623125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:34.8125rem;left:8.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVPK2qv2RE91H2ZCgiockvUUDbNkSftf { position:absolute;display:block;z-index:15019;background-color:#f8f9ff;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.625rem;width:24.5rem;top:34.5625rem;left:8.1875rem;display:block; }
#sNTkTUiRlZDZn7p5Du9WR8vZCFSu9d1Z { position:absolute;display:block;z-index:15021;background-color:#f8f9ff;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.0625rem;width:14.3125rem;top:11.9375rem;left:7.625rem;display:block; }
#SvNpr55i9dxd5UJnHmPx2EpX0TGiVxBW { color:#f5f4f2;display:block;width:29.749375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:30.3125rem;left:8.1875rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h { position:relative;display:block; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h { background-color: transparent; background-image: none; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row .container > .video-iframe-container { display: none; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row > .video-iframe-container { display: none; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .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); }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h { border-width: 0; border-radius: 0; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .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; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;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; }#BWBi29DfLbXb6E1JtxzvNPkVukNTCk0U { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.875rem;width:31.0625rem;top:2.1875rem;left:3.21875rem;overflow:hidden;display:block; }
#KzE0LVKz9DsuszT27HhU3xaymh46o3PZ { color:#430d5e;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:7.4370651245119rem;left:38.279085159302rem;height:2.99913125rem;text-align:left;text-align-last:left;display:block; }
#eHBdE2zPJH9GJkZUvvgwPCPTDRyLSbD5 { color:#430d5e;display:block;width:34.874125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:11.75rem;left:38.25rem;height:8.4364375rem;text-align:left;text-align-last:left;display:block; }
#lMCNEpndmK51fuZcNeW14cVROETlwSkt { color:#430d5e;display:block;width:34.8730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19.25rem;left:38.3125rem;height:10.1236875rem;text-align:left;text-align-last:left;display:block; }
#A0y7ZMPz85r3uF2WMw6T3Fp1W4OoSJ44 { color:#430d5e;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:30.121529579163rem;left:38.279085159302rem;height:3.37456875rem;text-align:left;text-align-last:left;display:block; }
#ee3pPJaR5biptvpUdZvFs5fxgS91Vabz { box-sizing:content-box;height:0.375rem;width:33.625rem;position:absolute;display:block;z-index:15022;background-color:#0c0c3e;background-image:none;top:6.2782125473025rem;left:38.353952407837rem;display:block; }
#PBhCiTGAVarf1nn9sJr2ZoLWTrUgFhUz { color:#430d5e;display:block;width:34.8123125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:1.5625rem;left:38.279085159302rem;height:3.84765625rem;text-align:left;text-align-last:left;display:block; }
#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container { background-color: transparent; background-image: none; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container > .video-iframe-container { display: none; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row > .video-iframe-container { display: none; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .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); }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container { border-width: 0; border-radius: 0; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#tWLZDOXds1pVSU2CMLq0oP88bLIIJ1VT { position:absolute;display:block;z-index:15000;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:25.9375rem;width:16.25rem;top:11.3125rem;left:1.0625rem;display:block; }
#tZTL3cfdmNhzinS5sMvInv5HGm6zKmz9 { color:#430d5e;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCQdf6EByN1JVWBgT81rZWWmIpGiylcL { color:#430d5e;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:30.75rem;left:2.9375rem;height:5.594625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqhoWZXT3I9WC3bSQgx8ct7TwCu9fTQ9 { position:absolute;display:block;z-index:15016;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:16.625rem;width:16.5rem;top:11.25rem;left:1.0625rem;overflow:hidden;display:block; }
#hfr9UBA4GxiUgIly8NJ7wXbcFwBJ4vUc { position:absolute;display:block;z-index:15004;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:25.9375rem;width:16.25rem;top:11.3125rem;left:19.8125rem;display:block; }
#bm3fDo7vZ8zxfG0HTJIPrOahBlwrQRi4 { color:#430d5e;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:30.75rem;left:22.3125rem;height:5.594625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzS9dzps4EXw6vM3NVNnszDdX6CWbXhl { color:#430d5e;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qdt6hbwJVfFklJX89VgweoclAZpViDZK { 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:25.9375rem;width:16.25rem;top:11.3125rem;left:38.5625rem;display:block; }
#d7rlaRvhFQ1KBoXvJhc0yO57hIfHysuk { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.75rem;left:41.0625rem;height:5.594625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKqyWzy0MT0GAtqpWHNmEstt117aDXMH { color:#430d5e;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:28.6875rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVwbHpf0MqgpasQve2VAK8Zi9pMz9mb4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.125rem;left:45.625rem;overflow:hidden;display:block; }
#FO0kyh2icsflkJOEEL4sDGKkoGPTGnI1 { position:absolute;display:block;z-index:15012;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:25.9375rem;width:16.25rem;top:11.3125rem;left:57.3125rem;display:block; }
#a3TpygSXpdSOZxP8MOPzVQpeTubdTZ4N { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:30.75rem;left:59.8125rem;height:5.594625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRIwJJClMXz1Tdu1iXgD4IAZwUsEzluv { color:#430d5e;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8bX9q25nnlIaBa8raKIVg2PUPMu6L0h { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.125rem;left:64.625rem;overflow:hidden;display:block; }
#hbNwKShtK18Jf6PZaO3T6WQdHLMFPvo1 { color:#430d5e;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSLIG273ZqVmwFs8W5vG6tTVs4xbfgFM { position:absolute;display:block;z-index:15017;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:16.625rem;width:16.625rem;top:11.3125rem;left:19.8125rem;overflow:hidden;display:block; }
#hFCf814i4alxnQdzDDKTyKgAl4W4wsDc { 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:16.625rem;width:16.625rem;top:11.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#vQVq0nkKCQDcozKm7WrCEbyUA13dzkgc { position:absolute;display:block;z-index:15019;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:16.625rem;width:16.625rem;top:11.3125rem;left:57.3125rem;overflow:hidden;display:block; }
#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container { background-color: transparent; background-image: none; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container > .video-iframe-container { display: none; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row > .video-iframe-container { display: none; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .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); }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container { border-width: 0; border-radius: 0; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#PeeA2qBu2T7kUmSZKRmFHFsZT2fnB6bv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUuuthk6O7wavEh3hW1A4K0xv1xTRLPa { 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:10.375rem;left:6.25rem;display:block; }
#XkC4a6pEbl3FNONMe3e1qQfQPRmzqphE { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5625rem;left:3.1875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6vl8E3rC5t24BLPdUsOTsZZmmytVsDB { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.4375rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#InB3bF4lbkR1PSLR9ssf8wwcf2wCoTb2 { 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:9.5625rem;left:31.25rem;display:block; }
#gd8wNaCGGEM1ulQmd46d9GDSmqG8lcud { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTgFdHkpruffZKEvH7WgyVM34zmsAtZQ { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.125rem;left:28.3125rem;height:11.69925rem;text-align:center;text-align-last:center;display:block; }
#FifQdM5zT0KAh75PDMyxEiVC3lmF2uAs { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.9375rem;left:55.9375rem;display:block; }
#bGuLGeeR9Jgh6pBhTG6C7IE0USfmzx4X { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.6875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8Lsp0oL59fWuSN6os7VU6JmcIw942mh { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:53.875rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#bUy8v4DqsAlpWf2cegoOt0ccAKT0Rbnn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.375rem;left:9.09375rem;overflow:hidden;display:block; }
#TTlGzlTNyhddHFiFWW77IRtOTOLia0gA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.625rem;left:34.125rem;overflow:hidden;display:block; }
#AUzHJrkrck7N1i0HTSeJeFMKRWlOOwFy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.75rem;left:59.125rem;overflow:hidden;display:block; }
#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag { position:relative;display:block; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag { background-color: transparent; background-image: none; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row .container > .video-iframe-container { display: none; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row > .video-iframe-container { display: none; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .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); }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag { border-width: 0; border-radius: 0; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .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; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.1875rem;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; }#USlNJ08TaJNuxPgqClJa9B4O2Pn20T34 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1240234375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#430d5e;display:block; }
#b4X1yeaezMm0APyBTU11dZeVyuqUTHET { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;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:10.875rem;left:1.125rem;overflow:hidden;display:block; }
#nSl0Zu6uD5Qeb6E42zZEqtPlKmvuwoCX { 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:10.875rem;left:26.125rem;overflow:hidden;display:block; }
#y0XNkaxQBnRr6VlHkikVFfTCeruom9Lp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.6875rem;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:10.875rem;left:51rem;overflow:hidden;display:block; }
#vezSApJhzkw6n0hot9MFTX1eUXTx82tT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;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:33.25rem;left:1.125rem;overflow:hidden;display:block; }
#psL83gQTZnivfXLIwlR5nfpbf0WA9nNM { 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:33.25rem;left:26.125rem;overflow:hidden;display:block; }
#BnFM3uJHZ1P356lpZVzCvNcTUP0tPMuC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;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:33.125rem;left:51rem;overflow:hidden;display:block; }
#NQlWLzPFu2TEQ7euhkTmqAFgB4kT3TJk { position:absolute;display:block;z-index:15003;background-color:rgba(67,13,94,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:28.9375rem;left:1.125rem;display:block; }
#RdFeBHUHkZGsWiKIk1MInzUr5HSXWcuZ { 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:29.4375rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AP2VPRr29UwGdbhvnxm2Ln9QMBnTOKWR { 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:29.4375rem;left:30rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdI55pUBvHMczuef4DJP24J5XbAowtRt { position:absolute;display:block;z-index:15005;background-color:rgba(67,13,94,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:28.9375rem;left:26.0625rem;display:block; }
#PzccVa2IlxDIISXWo0EhOkMVbE0owycF { 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:29.4375rem;left:56.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y14KUs0ZtSaQ0H74ep7kUn7hpsw7wTt1 { position:absolute;display:block;z-index:15007;background-color:rgba(67,13,94,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.625rem;top:28.9375rem;left:51rem;display:block; }
#mwBWFwkTGt7sQwJvkoCM1Qwrq8BBL7ae { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.8125rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F56B8neMe5Jy9DEbArwIKUtZRTRAhBq4 { position:absolute;display:block;z-index:15009;background-color:rgba(67,13,94,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.875rem;top:51.375rem;left:1.0625rem;display:block; }
#HgJZkdSoZbuJI13XZ6BwEJwd5hHFm7gK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.8125rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6qtBFgTLQPPCO9K1IKWm5OTnxs3TSHK { position:absolute;display:block;z-index:15011;background-color:rgba(67,13,94,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:51.3125rem;left:26.125rem;display:block; }
#yJU0ztz22UyEnctKGgpv1PWNaCMTLm1z { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.8125rem;left:55.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sM3X9Mbi5Zt1ZDrrWtnH60bcud66vTSX { position:absolute;display:block;z-index:15013;background-color:rgba(67,13,94,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.5rem;width:22.875rem;top:51.375rem;left:51rem;display:block; }
#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { background-color: transparent; background-image: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container > .video-iframe-container { display: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container { display: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .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); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { border-width: 0; border-radius: 0; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.421875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#eff8f2;display:block; }
#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container { background-color: transparent; background-image: none; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container > .video-iframe-container { display: none; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row > .video-iframe-container { display: none; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .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); }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container { border-width: 0; border-radius: 0; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#bxPeSVbgrkRnUzXTfM9HnuWRv1TBFiMg { position:absolute;display:block;z-index:15000;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4375rem;top:1.625rem;left:2.8125rem;display:block; }
#dXc8hLzIXJ7w6sdZfIQmu6VtkGbwWUPB { position:absolute;display:block;z-index:15001;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:27.8125rem;display:block; }
#adnZ2ihyXLQTSADlAzapsaqbqw5pbhLU { position:absolute;display:block;z-index:15002;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:52.8125rem;display:block; }
#XvD8FUU0p67fA9GihT8NGZIyWk6VKbmh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:10.875rem;overflow:hidden;display:block; }
#JuDbPmSsqqmqL5i5TPu92PDVTtbGlome { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:35.5625rem;overflow:hidden;display:block; }
#Za00ziU6mDUv5SG3d1rtsprOu2ZwUxKv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:60.5625rem;overflow:hidden;display:block; }
#P62ScvaQ4E97K3S77rTBqcF7h5xTgLP0 { color:#f3faf8;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.8125rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brXCtBJ7hPq8xWAiOku9dsTNXLyyVw3P { color:#eff6f4;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:27.8125rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZH8rnKxWRwzoHiTIveW4aqUg4U6wfWgM { color:#eef8f5;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUv24iKeGN3Acnc18x8rpscRsT64wrTu { color:#f3e5e5;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.875rem;height:5.6803375rem;font-style:italic;display:block; }
#tRZkccg8eVFC03GmUXKChgo10ofPNNfB { position:absolute;display:block;z-index:15010;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.875rem;display:block; }
#o0Td3OCHg1IAJQEexdGbrBvvSRv7Ql5A { color:#f6f1f1;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:5.6803375rem;font-style:italic;display:block; }
#d8rpccGcBOQ2Tsa0Uso3ybKEs01fHhem { position:absolute;display:block;z-index:15015;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#mGG8m2iFzNZw3Nq8NcW4x91tqOrusFH3 { color:#f8efef;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.75rem;height:4.54426875rem;font-style:italic;display:block; }
#a3FoFMmq8DXMGSpGRE8ggZckzVkBX4TW { position:absolute;display:block;z-index:15014;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:54.75rem;display:block; }
#ZOLfBQHayVUNz2VWIhWyobUl3yXptlIB { position:absolute;display:block;z-index:15010;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6ef;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; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { background-color: transparent; background-image: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container > .video-iframe-container { display: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container { display: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .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); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { border-width: 0; border-radius: 0; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#StNgpFRHmTDFiko5vtoBontoQrgKzHPr { background-color:#430d5e;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:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3745625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.3109779357913rem;left:28.311634063721rem;display:block; }
#enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { color:#430d5e;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.1875rem;height:1.38125rem;font-style:normal;display:block; }
#OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { color:#430d5e;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { color:#430d5e;display:block;width:64rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.59375rem;left:5.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { background-color: transparent; background-image: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container > .video-iframe-container { display: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container { display: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .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); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { border-width: 0; border-radius: 0; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#pTmW6xOgONSTbMBRi9L8IDKoTJB77ttw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.7480625rem;width:13.5623125rem;top:1.9375rem;left:2.75rem;overflow:hidden;display:block; }
#tU6k3cWt97NbzmdrxRko4k8fl0vS2Fl4 { color:#ffffff;display:block;width:21.4995625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:7.75rem;left:2.75rem;height:6.11979375rem;font-style:normal;display:block; }
#hcd1MAcn5QLTS9uNsn0KMxaV9abFGS4M { color:#ffffff;display:block;width:23.9355625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:10.5rem;left:46.5rem;height:3.41145rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIT3Ir5r4rKNFc36vRlELLDnb1WJxqZd { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:7.75rem;left:46.5rem;height:2.01280625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#280839;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:2.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.66840362548825rem;left:28.062068939209rem;height:0.9746125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ { display:block; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWM1WkyCTJorXHoTQeiM5JTknp3rLdSr { top:2.875rem;left:0rem;width:8.625rem;height:4.5290418402366rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHikK1adziSq6VqlsaDTFUMSdP3sA1W0 { top:12.0625rem;left:0rem;width:13.625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Ho9QLLGRi8svtyDNrv3DRIsEJ4Cd63 { top:21.625rem;left:0rem;width:20rem;height:5.5rem;font-size:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxJlupnELpTDyqoieqBrExEceeTlMQZ { top:22.875rem;left:10.934465408325rem;width:3.4375rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fILvtONSZ4lVMMb2Dgi6nxhU8e2T4Tkg { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAwbrRNVpGBOZoRCdadIARUZeNXCUknE { top:15.6875rem;left:0rem;width:12.125rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:19.0625rem;height:auto;top:17.3125rem;left:26.1875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:19.0625rem;height:auto;top:17.3125rem;left:26.1875rem; }
 }@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:13.1875rem;left:26.5rem;width:21.25rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:13.875rem;left:28.8125rem;width:18.9375rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuilNSfwDZPi4HspqJXP0nDSef4OyswI { top:14.0625rem;left:0rem;width:32.5rem;height:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8s9lnci41rGdKN9gI0sFTqP6JTEMsik { top:22.875rem;left:0rem;width:5.9375rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCDsLuEZKlcM0oyhFMqTWdmTriyrVWcB { top:34.8125rem;left:0rem;width:23.5rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVPK2qv2RE91H2ZCgiockvUUDbNkSftf { top:34.5625rem;left:0rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTkTUiRlZDZn7p5Du9WR8vZCFSu9d1Z { top:11.9375rem;left:0rem;width:14.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNpr55i9dxd5UJnHmPx2EpX0TGiVxBW { top:30.3125rem;left:0rem;width:29.6875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h { display:block; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWBi29DfLbXb6E1JtxzvNPkVukNTCk0U { top:2.1875rem;left:0rem;width:31.0625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzE0LVKz9DsuszT27HhU3xaymh46o3PZ { top:7.375rem;left:12rem;width:35.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBdE2zPJH9GJkZUvvgwPCPTDRyLSbD5 { top:11.6875rem;left:12.9375rem;width:34.8125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMCNEpndmK51fuZcNeW14cVROETlwSkt { top:19.1875rem;left:12.9375rem;width:34.8125rem;height:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0y7ZMPz85r3uF2WMw6T3Fp1W4OoSJ44 { top:30.0625rem;left:12.75rem;width:35rem;height:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee3pPJaR5biptvpUdZvFs5fxgS91Vabz { top:6.25rem;left:14.125rem;width:33.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhCiTGAVarf1nn9sJr2ZoLWTrUgFhUz { top:1.5625rem;left:13rem;width:34.75rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz { display:block; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWLZDOXds1pVSU2CMLq0oP88bLIIJ1VT { width:16.25rem;height:25.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTL3cfdmNhzinS5sMvInv5HGm6zKmz9 { width:13.125rem;height:1.5625rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQdf6EByN1JVWBgT81rZWWmIpGiylcL { width:11.625rem;height:5.5625rem;top:30.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqhoWZXT3I9WC3bSQgx8ct7TwCu9fTQ9 { width:16.5rem;height:16.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfr9UBA4GxiUgIly8NJ7wXbcFwBJ4vUc { width:16.25rem;height:25.9375rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm3fDo7vZ8zxfG0HTJIPrOahBlwrQRi4 { width:11.625rem;height:5.5625rem;top:30.75rem;left:12.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzS9dzps4EXw6vM3NVNnszDdX6CWbXhl { width:13.125rem;height:1.625rem;top:28.6875rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdt6hbwJVfFklJX89VgweoclAZpViDZK { width:16.25rem;height:25.9375rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rlaRvhFQ1KBoXvJhc0yO57hIfHysuk { width:11.625rem;height:5.5625rem;top:30.75rem;left:24.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqyWzy0MT0GAtqpWHNmEstt117aDXMH { width:13.125rem;height:1.625rem;top:28.6875rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVwbHpf0MqgpasQve2VAK8Zi9pMz9mb4 { width:3.125rem;height:3.125rem;top:13.125rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0kyh2icsflkJOEEL4sDGKkoGPTGnI1 { width:16.25rem;height:25.9375rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TpygSXpdSOZxP8MOPzVQpeTubdTZ4N { width:11.625rem;height:5.5625rem;top:30.75rem;left:35.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwJJClMXz1Tdu1iXgD4IAZwUsEzluv { width:13.125rem;height:1.625rem;top:28.6875rem;left:34.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8bX9q25nnlIaBa8raKIVg2PUPMu6L0h { width:3.125rem;height:3.125rem;top:13.125rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNwKShtK18Jf6PZaO3T6WQdHLMFPvo1 { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSLIG273ZqVmwFs8W5vG6tTVs4xbfgFM { width:16.625rem;height:16.625rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCf814i4alxnQdzDDKTyKgAl4W4wsDc { width:16.625rem;height:16.625rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQVq0nkKCQDcozKm7WrCEbyUA13dzkgc { width:16.625rem;height:16.625rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK { display:block; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeeA2qBu2T7kUmSZKRmFHFsZT2fnB6bv { width:47.75rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUuuthk6O7wavEh3hW1A4K0xv1xTRLPa { top:10.375rem;left:1.6875rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkC4a6pEbl3FNONMe3e1qQfQPRmzqphE { top:18.5625rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6vl8E3rC5t24BLPdUsOTsZZmmytVsDB { top:21.875rem;left:0rem;width:16.125rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InB3bF4lbkR1PSLR9ssf8wwcf2wCoTb2 { top:9.5625rem;left:17.5625rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8wNaCGGEM1ulQmd46d9GDSmqG8lcud { top:18.8125rem;left:14.1875rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgFdHkpruffZKEvH7WgyVM34zmsAtZQ { top:22.125rem;left:13.375rem;width:18.375rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FifQdM5zT0KAh75PDMyxEiVC3lmF2uAs { top:8.9375rem;left:33.125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuLGeeR9Jgh6pBhTG6C7IE0USfmzx4X { top:18.9375rem;left:29.9375rem;width:17.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Lsp0oL59fWuSN6os7VU6JmcIw942mh { top:22.5rem;left:30.375rem;width:17.25rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUy8v4DqsAlpWf2cegoOt0ccAKT0Rbnn { top:10.375rem;left:4.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlGzlTNyhddHFiFWW77IRtOTOLia0gA { top:10.625rem;left:20.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzHJrkrck7N1i0HTSeJeFMKRWlOOwFy { top:10.75rem;left:36.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag { display:block; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USlNJ08TaJNuxPgqClJa9B4O2Pn20T34 { width:47.75rem;height:3.625rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4X1yeaezMm0APyBTU11dZeVyuqUTHET { width:22.8125rem;height:20.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSl0Zu6uD5Qeb6E42zZEqtPlKmvuwoCX { width:22.8125rem;height:20.625rem;top:10.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0XNkaxQBnRr6VlHkikVFfTCeruom9Lp { width:22.6875rem;height:20.625rem;top:10.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vezSApJhzkw6n0hot9MFTX1eUXTx82tT { width:22.8125rem;height:20.625rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psL83gQTZnivfXLIwlR5nfpbf0WA9nNM { width:22.8125rem;height:20.625rem;top:33.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnFM3uJHZ1P356lpZVzCvNcTUP0tPMuC { width:22.8125rem;height:20.625rem;top:33.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQlWLzPFu2TEQ7euhkTmqAFgB4kT3TJk { top:28.9375rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdFeBHUHkZGsWiKIk1MInzUr5HSXWcuZ { top:29.4375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP2VPRr29UwGdbhvnxm2Ln9QMBnTOKWR { top:29.4375rem;left:16.375rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdI55pUBvHMczuef4DJP24J5XbAowtRt { top:28.9375rem;left:12.4375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzccVa2IlxDIISXWo0EhOkMVbE0owycF { top:29.4375rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y14KUs0ZtSaQ0H74ep7kUn7hpsw7wTt1 { top:28.9375rem;left:25.125rem;width:22.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwBWFwkTGt7sQwJvkoCM1Qwrq8BBL7ae { top:51.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56B8neMe5Jy9DEbArwIKUtZRTRAhBq4 { top:51.375rem;left:0rem;width:22.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJZkdSoZbuJI13XZ6BwEJwd5hHFm7gK { top:51.8125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6qtBFgTLQPPCO9K1IKWm5OTnxs3TSHK { top:51.3125rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJU0ztz22UyEnctKGgpv1PWNaCMTLm1z { top:51.8125rem;left:34.375rem;width:13.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM3X9Mbi5Zt1ZDrrWtnH60bcud66vTSX { top:51.375rem;left:24.875rem;width:22.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { display:block; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs { display:block; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxPeSVbgrkRnUzXTfM9HnuWRv1TBFiMg { top:1.625rem;left:0rem;width:19.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXc8hLzIXJ7w6sdZfIQmu6VtkGbwWUPB { top:1.625rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnZ2ihyXLQTSADlAzapsaqbqw5pbhLU { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvD8FUU0p67fA9GihT8NGZIyWk6VKbmh { top:3.125rem;left:6.3125rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDbPmSsqqmqL5i5TPu92PDVTtbGlome { top:3.125rem;left:21.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za00ziU6mDUv5SG3d1rtsprOu2ZwUxKv { top:3.125rem;left:37.75rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62ScvaQ4E97K3S77rTBqcF7h5xTgLP0 { top:8.125rem;left:0rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brXCtBJ7hPq8xWAiOku9dsTNXLyyVw3P { top:8.125rem;left:12.4375rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8rnKxWRwzoHiTIveW4aqUg4U6wfWgM { top:8.125rem;left:28.3125rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUv24iKeGN3Acnc18x8rpscRsT64wrTu { top:10.875rem;left:1.3125rem;width:14.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRZkccg8eVFC03GmUXKChgo10ofPNNfB { top:10.75rem;left:0.3125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Td3OCHg1IAJQEexdGbrBvvSRv7Ql5A { top:10.8125rem;left:17.0625rem;width:14.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rpccGcBOQ2Tsa0Uso3ybKEs01fHhem { top:10.75rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGG8m2iFzNZw3Nq8NcW4x91tqOrusFH3 { top:10.8125rem;left:32.9375rem;width:14.5rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FoFMmq8DXMGSpGRE8ggZckzVkBX4TW { top:10.6875rem;left:31.9375rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLfBQHayVUNz2VWIhWyobUl3yXptlIB { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { display:block; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StNgpFRHmTDFiko5vtoBontoQrgKzHPr { width:18.3125rem;height:3.125rem;top:9.25rem;left:14.686634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block; }
 }@media only screen and (max-width: 763px) { #nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { top:6.1875rem;left:4.5625rem;width:40.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { top:6.1875rem;left:4.5625rem;width:37.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { top:2.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { display:block; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTmW6xOgONSTbMBRi9L8IDKoTJB77ttw { top:1.9375rem;left:0rem;width:13.5rem;height:6.717058300345rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU6k3cWt97NbzmdrxRko4k8fl0vS2Fl4 { top:7.75rem;left:0rem;width:21.4375rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcd1MAcn5QLTS9uNsn0KMxaV9abFGS4M { top:10.5rem;left:23.875rem;width:23.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT3Ir5r4rKNFc36vRlELLDnb1WJxqZd { top:7.75rem;left:22.625rem;width:25.125rem;height:2rem;font-size:1.4375rem;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:0.625rem;left:14.437068939209rem;width:18.8125rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c882b6f-4553-4ea2-b47f-93548fa69087/WhatsAppImage20240221at161548.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.adaptive-delivery-prevent-bg, #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.lazyload, #NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ.lazyloading { background-image: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { background-color: transparent; background-image: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container > .video-iframe-container { display: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container { display: none; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .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); }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { border-width: 0; border-radius: 0; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ::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; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlBzWu3UpSnNABdz6qOHOHiiP0pJWkkZ > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWM1WkyCTJorXHoTQeiM5JTknp3rLdSr { width:7.75rem;height:4.3125rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHikK1adziSq6VqlsaDTFUMSdP3sA1W0 { width:9.249125rem;height:1.2747375rem;top:11.049263000488rem;left:1.7502170205116rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6Ho9QLLGRi8svtyDNrv3DRIsEJ4Cd63 { width:2.12456875rem;height:4.03103125rem;top:16.812067031861rem;left:8.0924485325812rem;font-size:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxJlupnELpTDyqoieqBrExEceeTlMQZ { width:2.87435rem;height:3.00564375rem;top:19.322921395302rem;left:12.316623985767rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fILvtONSZ4lVMMb2Dgi6nxhU8e2T4Tkg { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAwbrRNVpGBOZoRCdadIARUZeNXCUknE { width:12.125rem;height:0;top:16.8125rem;left:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:12.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.124375rem;height:auto;top:32.875rem;left:1.625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.124375rem;height:auto;top:32.875rem;left:1.625rem; }
 }@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:16.875rem;height:22.75rem;top:29.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:14.249125rem;height:3.16796875rem;top:30.625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuilNSfwDZPi4HspqJXP0nDSef4OyswI { width:18.4375rem;height:2.87543125rem;top:12.5rem;left:1.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8s9lnci41rGdKN9gI0sFTqP6JTEMsik { width:3.93663125rem;height:1.9487875rem;top:17.375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCDsLuEZKlcM0oyhFMqTWdmTriyrVWcB { width:14.3125rem;height:1.2747375rem;top:25.4375rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVPK2qv2RE91H2ZCgiockvUUDbNkSftf { width:14.625rem;height:1.6875rem;top:25.1875rem;left:1.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTkTUiRlZDZn7p5Du9WR8vZCFSu9d1Z { width:9.8125rem;height:1.375rem;top:11rem;left:1.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNpr55i9dxd5UJnHmPx2EpX0TGiVxBW { width:16.8120625rem;height:1.9487875rem;top:22.499349594116rem;left:1.7491319775581rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h { display:block; }#LJUqCEO7HeQRIZrykybHWsFUsM1TqE3h > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWBi29DfLbXb6E1JtxzvNPkVukNTCk0U { width:20rem;height:20.523138832998rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzE0LVKz9DsuszT27HhU3xaymh46o3PZ { width:20rem;height:3.1477875rem;top:28.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eHBdE2zPJH9GJkZUvvgwPCPTDRyLSbD5 { width:20rem;height:6.2955625rem;top:31.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lMCNEpndmK51fuZcNeW14cVROETlwSkt { width:20rem;height:6.295575rem;top:39.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A0y7ZMPz85r3uF2WMw6T3Fp1W4OoSJ44 { width:20rem;height:3.1477875rem;top:47.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ee3pPJaR5biptvpUdZvFs5fxgS91Vabz { width:20rem;height:0.24956625rem;top:27.229818344116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhCiTGAVarf1nn9sJr2ZoLWTrUgFhUz { width:20rem;height:3.8216125rem;top:22.977431297302rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz { display:block; }#fDxR7T4xGDPpTmuyTh7Tzn4A8L1EimXz > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWLZDOXds1pVSU2CMLq0oP88bLIIJ1VT { width:11.8125rem;height:17.6875rem;top:6.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTL3cfdmNhzinS5sMvInv5HGm6zKmz9 { width:7.249375rem;height:1.13671875rem;top:16.62434387207rem;left:6.3747830986975rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #LCQdf6EByN1JVWBgT81rZWWmIpGiylcL { width:8.936625rem;height:5.19965rem;top:18.499349594116rem;left:5.7009549736977rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #PqhoWZXT3I9WC3bSQgx8ct7TwCu9fTQ9 { width:7.999125rem;height:7.999125rem;top:7.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfr9UBA4GxiUgIly8NJ7wXbcFwBJ4vUc { width:11.8125rem;height:17.6875rem;top:27.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm3fDo7vZ8zxfG0HTJIPrOahBlwrQRi4 { width:10.7498125rem;height:5.19965rem;top:38.875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #CzS9dzps4EXw6vM3NVNnszDdX6CWbXhl { width:6.5625rem;height:1.13671875rem;top:37.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #Qdt6hbwJVfFklJX89VgweoclAZpViDZK { width:11.8125rem;height:17.6875rem;top:47.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rlaRvhFQ1KBoXvJhc0yO57hIfHysuk { width:10.186625rem;height:5.19965rem;top:59.3125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #WKqyWzy0MT0GAtqpWHNmEstt117aDXMH { width:6.25rem;height:1.13671875rem;top:57.5625rem;left:7rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #iVwbHpf0MqgpasQve2VAK8Zi9pMz9mb4 { width:3.125rem;height:3.125rem;top:49.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0kyh2icsflkJOEEL4sDGKkoGPTGnI1 { width:11.8125rem;height:17.6875rem;top:67.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TpygSXpdSOZxP8MOPzVQpeTubdTZ4N { width:9.749375rem;height:5.19965rem;top:79.6875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #sRIwJJClMXz1Tdu1iXgD4IAZwUsEzluv { width:6.06228125rem;height:1.13671875rem;top:77.937284469606rem;left:6.9683161377906rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #I8bX9q25nnlIaBa8raKIVg2PUPMu6L0h { width:3.125rem;height:3.125rem;top:69.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNwKShtK18Jf6PZaO3T6WQdHLMFPvo1 { width:20rem;height:1.9494625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #kSLIG273ZqVmwFs8W5vG6tTVs4xbfgFM { width:8rem;height:8rem;top:27.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCf814i4alxnQdzDDKTyKgAl4W4wsDc { width:8rem;height:8rem;top:48.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQVq0nkKCQDcozKm7WrCEbyUA13dzkgc { width:8rem;height:8rem;top:68.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK { display:block; }#FuWS0heDpV58fCTX1cfZyFpcvdJIJbfK > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeeA2qBu2T7kUmSZKRmFHFsZT2fnB6bv { width:20rem;height:3.8984375rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUuuthk6O7wavEh3hW1A4K0xv1xTRLPa { width:12.5rem;height:14.3125rem;top:36.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkC4a6pEbl3FNONMe3e1qQfQPRmzqphE { width:12.5rem;height:2.2721375rem;top:19.5rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6vl8E3rC5t24BLPdUsOTsZZmmytVsDB { width:11.8125rem;height:8.4461875rem;top:22.609375rem;left:4.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InB3bF4lbkR1PSLR9ssf8wwcf2wCoTb2 { width:12.5rem;height:14.3125rem;top:3.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8wNaCGGEM1ulQmd46d9GDSmqG8lcud { width:12.5rem;height:2.2721375rem;top:39.6875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgFdHkpruffZKEvH7WgyVM34zmsAtZQ { width:13.75rem;height:10.55775rem;top:42.6875rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FifQdM5zT0KAh75PDMyxEiVC3lmF2uAs { width:12.5rem;height:14.3125rem;top:27.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuLGeeR9Jgh6pBhTG6C7IE0USfmzx4X { width:12.5rem;height:2.2721375rem;top:64rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Lsp0oL59fWuSN6os7VU6JmcIw942mh { width:15.375rem;height:6.334625rem;top:67.0625rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUy8v4DqsAlpWf2cegoOt0ccAKT0Rbnn { width:5.1875rem;height:5.1875rem;top:12.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlGzlTNyhddHFiFWW77IRtOTOLia0gA { width:5.3125rem;height:5.3125rem;top:33.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzHJrkrck7N1i0HTSeJeFMKRWlOOwFy { width:5.4375rem;height:5.4375rem;top:57.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag { display:block; }#fd1iqVPTPirkZ8p9Dp3JCufkpkSdN0Ag > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USlNJ08TaJNuxPgqClJa9B4O2Pn20T34 { width:20rem;height:1.9494625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#430d5e;display:block; }
 }@media only screen and (max-width: 763px) { #b4X1yeaezMm0APyBTU11dZeVyuqUTHET { width:8.9375rem;height:8rem;top:13rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSl0Zu6uD5Qeb6E42zZEqtPlKmvuwoCX { width:8.9375rem;height:8rem;top:13rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0XNkaxQBnRr6VlHkikVFfTCeruom9Lp { width:8.9375rem;height:7.625rem;top:23.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vezSApJhzkw6n0hot9MFTX1eUXTx82tT { width:8.9375rem;height:8.1875rem;top:23.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psL83gQTZnivfXLIwlR5nfpbf0WA9nNM { width:9rem;height:7.625rem;top:33.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnFM3uJHZ1P356lpZVzCvNcTUP0tPMuC { width:8.75rem;height:7.8125rem;top:33.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQlWLzPFu2TEQ7euhkTmqAFgB4kT3TJk { width:9rem;height:1.8125rem;top:19rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdFeBHUHkZGsWiKIk1MInzUr5HSXWcuZ { width:8.1875rem;height:1.21875rem;top:19.375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP2VPRr29UwGdbhvnxm2Ln9QMBnTOKWR { width:8.5625rem;height:1.21875rem;top:19.4375rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdI55pUBvHMczuef4DJP24J5XbAowtRt { width:9rem;height:1.8125rem;top:19.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzccVa2IlxDIISXWo0EhOkMVbE0owycF { width:6.5rem;height:1.21875rem;top:29.625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y14KUs0ZtSaQ0H74ep7kUn7hpsw7wTt1 { width:9rem;height:1.8125rem;top:29.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwBWFwkTGt7sQwJvkoCM1Qwrq8BBL7ae { width:6.0625rem;height:1.21875rem;top:30rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56B8neMe5Jy9DEbArwIKUtZRTRAhBq4 { width:8.9375rem;height:1.8125rem;top:29.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJZkdSoZbuJI13XZ6BwEJwd5hHFm7gK { width:9.0625rem;height:1.21875rem;top:40rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6qtBFgTLQPPCO9K1IKWm5OTnxs3TSHK { width:9rem;height:1.8125rem;top:39.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJU0ztz22UyEnctKGgpv1PWNaCMTLm1z { width:8.625rem;height:1.21875rem;top:40.3125rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM3X9Mbi5Zt1ZDrrWtnH60bcud66vTSX { width:8.75rem;height:1.5625rem;top:40.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { display:block; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs { display:block; }#mGhKktdZ8phQEFrItcJZKRTHfbxm7ZPs > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxPeSVbgrkRnUzXTfM9HnuWRv1TBFiMg { width:18.75rem;height:15.9375rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXc8hLzIXJ7w6sdZfIQmu6VtkGbwWUPB { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #adnZ2ihyXLQTSADlAzapsaqbqw5pbhLU { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvD8FUU0p67fA9GihT8NGZIyWk6VKbmh { width:3.625rem;height:3.8125rem;top:2.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDbPmSsqqmqL5i5TPu92PDVTtbGlome { width:3.625rem;height:3.8125rem;top:19.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za00ziU6mDUv5SG3d1rtsprOu2ZwUxKv { width:3.625rem;height:3.8125rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62ScvaQ4E97K3S77rTBqcF7h5xTgLP0 { width:19.3125rem;height:2.2721375rem;top:7.4375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brXCtBJ7hPq8xWAiOku9dsTNXLyyVw3P { width:19.3125rem;height:2.2721375rem;top:24.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8rnKxWRwzoHiTIveW4aqUg4U6wfWgM { width:19.3125rem;height:2.2721375rem;top:42.125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUv24iKeGN3Acnc18x8rpscRsT64wrTu { width:12.5625rem;height:5.2788625rem;top:10.8125rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRZkccg8eVFC03GmUXKChgo10ofPNNfB { width:0.25rem;height:4.875rem;top:11.015643596649rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Td3OCHg1IAJQEexdGbrBvvSRv7Ql5A { width:13rem;height:5.2788625rem;top:27.625rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rpccGcBOQ2Tsa0Uso3ybKEs01fHhem { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGG8m2iFzNZw3Nq8NcW4x91tqOrusFH3 { width:12.25rem;height:5.2788625rem;top:44.6875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FoFMmq8DXMGSpGRE8ggZckzVkBX4TW { width:0.25rem;height:4.875rem;top:44.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLfBQHayVUNz2VWIhWyobUl3yXptlIB { width:0.25rem;height:4.875rem;top:27.625rem;left:2.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { display:block; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StNgpFRHmTDFiko5vtoBontoQrgKzHPr { width:13.3745625rem;height:3.125rem;top:10.311416625976rem;left:3.3116319775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block; }
 }@media only screen and (max-width: 763px) { #nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { width:19.3125rem;height:0;top:19.667rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { width:16.75rem;height:2.11198125rem;top:6.625rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { width:20rem;height:3.41363125rem;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { display:block; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTmW6xOgONSTbMBRi9L8IDKoTJB77ttw { width:13.5rem;height:6.717058300345rem;top:0.56206512451172rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU6k3cWt97NbzmdrxRko4k8fl0vS2Fl4 { width:18.9375rem;height:4.19705rem;top:7.9654960632325rem;left:1rem;font-size:0.75rem;font-family:montserrat;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hcd1MAcn5QLTS9uNsn0KMxaV9abFGS4M { width:18.811875rem;height:3.1477875rem;top:16.061199188233rem;left:0.59353297948838rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT3Ir5r4rKNFc36vRlELLDnb1WJxqZd { width:19rem;height:1.3997375rem;top:14.6636125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:0.7312rem;top:0.60330200195312rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }