.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fcd7ca8d-5388-4dbd-b736-340f13e06857/Fotografodecasamento.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:82.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:#f6d983;display:block;width:73.1875rem;position:absolute;font-family:neuton;font-size:8.25rem;font-weight:700;z-index:15002;line-height:2.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.23046875rem;left:0rem;height:42.8994375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-form-header { font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-button { 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:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .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; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-container:first-of-type{padding-top:0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-container:last-of-type{padding-bottom:0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.5rem;left:36.03125rem;font-size:0.875rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb {display:block;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.5rem;left:43.5rem;font-size:0.875rem;display:none; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #w5Vxke5f2JeITB0WLwgaKt9NxTwAn8VH { position:relative; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #TrZsh1zTWpbAvI5JJp0I8ylggaIqVnv6 { position:relative;display:block; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #bUmhaD1KHSWl0qxcyTLGC6onBdi69dEP { position:relative; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #Ry2aFcHDzBFSITpfyKotyWq2sVkhELmf { position:relative; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #ssscqZUwTocZRcOxW4eJ07gccIe4FXET { position:relative; }
#vbgIPRF2T0OaXiUPzTp8a7ZWytCCq8fA { background-color:#34b549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:74.69921875rem;left:24.90625rem;display:block; }
#mJZB6Jpq15VizdKUiCpH5b1TDmA5dzgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esVc46kniwEMJcsrPOxoZ3pDu2zIqzyX { color:#f6d983;display:block;width:73.1875rem;position:absolute;font-family:neuton;font-size:4.3125rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:39.0302734375rem;left:0.90625rem;height:7.3310625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VxQhfti78zk44nULnkKv0iHb1XnsxCAv { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:6rem;left:0rem;display:none; }
#TdOwJpgmfwrl1wfEytMreck27aisM1Lw { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:26.1875rem;left:0rem;display:none; }
#Jg2MQ4uE8CZaVb8Ka7l31ROxG5uXMaC4 { color:#f6d983;display:block;width:73.1875rem;position:absolute;font-family:neuton;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:52.171875rem;left:0.90625rem;height:6.587375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBwGyXOWvw1r6WxTVsuUe1rBCo3UiLVI { color:#f6d983;display:block;width:73.1875rem;position:absolute;font-family:neuton;font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:62.046875rem;left:0.90625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F877hVW28HWLM5o1paGV0TCCQ4oUR4gT { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:45.25rem;left:0rem;display:none; }
#RxgsiBUHL1W9TEcGleXbgsfmRTVKAzAv { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:46.9375rem;left:0rem;display:none; }
#q8WGWw4nQI8Lprl2ve2R2C4ABtpUKp92 { position:absolute;display:block;z-index:15006;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:20.875rem;width:20.875rem;top:1.6875rem;left:26.15625rem;overflow:hidden;display:block; }
#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container { background-color: transparent; background-image: none; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container > .video-iframe-container { display: none; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row > .video-iframe-container { display: none; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .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); }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container { border-width: 0; border-radius: 0; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#kM51PakP7lzgRRuZZ545fGLcxVDQDcEo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.375rem;width:69.6875rem;top:1.40625rem;left:2.65625rem;overflow:hidden;display:block; }
#lbLbh09ovaKVGUX675fzHMqla1zJ9MMy { position:absolute;display:block;z-index:15004;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:49.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#W1z8wT349RPQIfeJMEPv1dg57pQcszDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container { background-color: transparent; background-image: none; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container > .video-iframe-container { display: none; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row > .video-iframe-container { display: none; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .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); }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container { border-width: 0; border-radius: 0; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container { font-size:0.875rem;font-family:arial;height:94.125rem;width:75rem;position:relative;display:block; }#a8cGgrvqooehRzZht5GTvTnQBWHcXWNr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:36.0625rem;top:16.6875rem;left:38.9375rem;overflow:hidden;display:block; }
#nCCT66IoUdi9D34eI13aJ2TiqtI3MGkK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.75rem;width:72.125rem;top:44.439453125rem;left:1.4375rem;overflow:hidden;display:block; }
#vw4VL7Z2QMzcmmi911gpfwGfCiiRxtTs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:40.625rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#T8hLghWetcWWfrGtAbBeQmzk6rEKILRT { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15005;line-height:.7;letter-spacing:0;top:4.9375rem;left:0rem;height:2.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AD4sadLQ6o2ZQfMeE1yveuRqIurXmy0u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:13.8125rem;top:12.25rem;left:32.3125rem;overflow:hidden;display:block; }
#MJ3qOfgqNu8BMxUzpZvkyf59JXZaFp4u { position:absolute;display:block;z-index:15004;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:49.6875rem;width:75rem;top:43.408203125rem;left:0rem;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:0.875rem;font-family:arial;height:309.5rem;width:75rem;position:relative;display:block; }#T5PTRwBrXU8iI9BMkpnCRthKqe87RfMJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.125rem;width:60.625rem;top:106.5rem;left:1.6875rem;overflow:hidden;display:block; }
#ierQWGbmauNdLdbAbiMUsnkTM1u6T8sn { 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:28.25rem;width:42.5rem;top:28.85546875rem;left:32.875rem;overflow:hidden;display:block; }
#Fvl5ICHppKESiPhcuaAs38r34mT6STVk { 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:26.875rem;width:40.5rem;top:50.875rem;left:0rem;overflow:hidden;display:block; }
#eSV2gfs83wr3aZvnGK82OnyeARxE4DAs { 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:19.4375rem;width:30.125rem;top:58.375rem;left:43.3125rem;overflow:hidden;display:block; }
#FJ3nTcu4uTVC8aKh7TSO71wQDFleJXp9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:37rem;top:3.16796875rem;left:38.0625rem;overflow:hidden;display:block; }
#cXDo6mScT927ETICJDyXrJeTnQt7NND4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:31.6875rem;top:29.48046875rem;left:0rem;overflow:hidden;display:block; }
#N6sr5c5WEMzrybIRGm7qKcV5cXQEIf8E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22rem;top:4.69921875rem;left:27.6728515625rem;overflow:hidden;display:block; }
#p4oah0zozcCnugK50Tx9F8UkGrTB9SF3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:37rem;top:0.91796875rem;left:0rem;overflow:hidden;display:block; }
#VAzCHwB6RQ0FoRTnCkddUo5MmnxhLyPx { 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:23.5rem;width:35.625rem;top:157.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#NlO3IGre30ZVqUhpIo42BWCQBPyeA6oe { 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:36rem;width:23.875rem;top:112.25rem;left:49.5625rem;overflow:hidden;display:block; }
#vZAGQr18aDsMT5RWlJ2moOxtvehNvaU6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:36.375rem;top:80.3125rem;left:37.899204244032rem;overflow:hidden;display:block; }
#CIOpgpyN8HUSkEC5S81kNBtoQSliNywV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:39.0625rem;top:258.9375rem;left:35.27392578125rem;overflow:hidden;display:block; }
#E15x72c5ZLwZ4E2T61GnbBzImCprJzTm { position:absolute;display:block;z-index:15005;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:26.8125rem;width:75rem;top:78.6875rem;left:0rem;display:block; }
#DuyzM0MbaxQEdc92fTlN7rHkhZR20MgS { 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:24rem;width:36.25rem;top:80.3125rem;left:0.625rem;overflow:hidden;display:block; }
#seqlSEyN96cDTw3N7hWkmW1THZDofuLo { 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:14.75rem;width:22.125rem;top:19.38671875rem;left:19.96875rem;overflow:hidden;display:block; }
#rzaVld09PFEiTAnsyJWbmTH26NNDIrSx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:36.0625rem;top:157.8125rem;left:37.612568666228rem;overflow:hidden;display:block; }
#Gl11GPRo6NraL8XvX4dulSx64q6nu8Fd { background-color:#34b549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:305.8125rem;left:26.28125rem;display:block; }
#O0aXKDcQGefJD7vsdSd9AvhmHXDlUHHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pu0WzWUBfSg3DePh8zO5cr9U5BqIMNyE { 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:32.9375rem;width:49.5625rem;top:211.75rem;left:1.625rem;overflow:hidden;display:block; }
#Ny10GS2RECXaiidkLmSJNB2Gqdrlhrc6 { 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:23.4375rem;width:35.5rem;top:232.75rem;left:38.0625rem;overflow:hidden;display:block; }
#JMzSgwCnO5Gmncg24mHSLEVFdpeJnSum { 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:25.3125rem;width:38.5rem;top:277.625rem;left:1.6875rem;overflow:hidden;display:block; }
#FRHJHU7ohkvoMSAt0HTUrtgFP1BR49s5 { position:absolute;display:block;z-index:15005;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:48.5rem;width:75rem;top:209rem;left:0rem;display:block; }
#DJLvAZ3TFGWXfSu49f7toxFnKaDb2xGX { position:absolute;display:block;z-index:15006;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:46.8125rem;width:75rem;top:257.5rem;left:0rem;display:block; }
#zVlOodz3p3HTfIfF1pLeaPIzDubquUBc { position:absolute;display:block;z-index:15006;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:27rem;width:75rem;top:156.03125rem;left:0rem;display:block; }
#TeyOhAxGaJaTffVGp4Peqzr9NNchmuOv { position:absolute;display:block;z-index:15005;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:48.5rem;width:75rem;top:205.5rem;left:0rem;display:none; }
#Js2tJZqV18LehPwAByFUV3IbuEHodyp9 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g92CL9BwZ7PuAp6nevr4xr5rKTls3Tbq { position:absolute;display:block;z-index:15008;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:26rem;width:75rem;top:183rem;left:0rem;display:block; }
#TLGAHC3qG4AipNQitp1aVuaKKd4hH7t1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.625rem;top:184.3125rem;left:1.625rem;overflow:hidden;display:block; }
#ZCxcg2hQvgM7yrDmOrvhJhBeV2xBeGIV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:35.875rem;top:184.25rem;left:37.75rem;overflow:hidden;display:block; }
#PffmA0UdSOpxaB0qfJfAkRclRJ3T1DdN { position:absolute;display:block;z-index:15005;background-color:#f8eeee;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:48.5rem;width:75rem;top:205.5rem;left:0rem;display:none; }
#fiXJbT07AAZTlEHipZD8bMvS2nG5e4Qs { background-color:#34b549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:151.0625rem;left:27.4541015625rem;display:block; }
#sxI7ix7KaqmpQt2hqVxWfCtmDyiTuHBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSREAJXFhDmqXRZJVRDITHNTr0nzrqHv { position:absolute;display:block;z-index:15006;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:44.125rem;width:75rem;top:105.5rem;left:0rem;display:block; }
#ev2d0N5oTScoAOROJAakS2yMKcywdyLT { position:absolute;display:block;z-index:15021;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:21.375rem;width:32.375rem;top:247.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#HG1akaQkMnMBcLHHRZPhe62QwsCfPxNm { position:absolute;display:block;z-index:15022;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:22rem;width:33.125rem;top:281rem;left:41.21142578125rem;overflow:hidden;display:block; }
#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container { background-color: transparent; background-image: none; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container > .video-iframe-container { display: none; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row > .video-iframe-container { display: none; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .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); }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container { border-width: 0; border-radius: 0; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#HXB8JpnzBlcpeQXn0wChRiNmC5DXezQb { 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:2.375rem;width:2.5rem;top:10.625rem;left:11rem;overflow:hidden;display:block; }
#s6dOiQZcDwFCG0INAvIH61P2LWyOo0OA { position:absolute;display:block;z-index:15006;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.375rem;width:2.5rem;top:10.625rem;left:14.1875rem;overflow:hidden;display:block; }
#wTe7bXunukNveX35HH5PWTxHdzfNaCiG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:10.625rem;left:17.25rem;overflow:hidden;display:block; }
#f7Z32vr9sVVgsIp3INNklEWUlKur13tW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:10.625rem;left:20.375rem;overflow:hidden;display:block; }
#PbFWI67nb8cWgFmpLblmLWCoG0yHMPIn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:10.625rem;left:23.375rem;overflow:hidden;display:block; }
#Q4sdJ29QUugRIhTygbkskDdlqtV3bguZ { position:absolute;display:block;z-index:15002;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:22.1875rem;width:45.375rem;top:14.75rem;left:3rem;display:block; }
#WXfavkxd9hfl85dvTc1kW5NnSGGdR5aV { 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:24.9375rem;width:37.9375rem;top:10rem;left:35.625rem;overflow:hidden;display:block; }
#cTOpLMH6QprBmBEtlsOfhmR0JZZZMKpA { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:6.9853515625rem;left:7.9375rem;height:18.1084125rem;display:none; }
#tS9NsZ6s28uxBbSOkZkUQ92Aul1As9Ir { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:15.4951171875rem;left:4.6875rem;height:18.1118375rem;display:block; }
#yfifPhB9HWJXDB4AhRba0IslmFcSosLN { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container { background-color: transparent; background-image: none; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container > .video-iframe-container { display: none; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row > .video-iframe-container { display: none; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .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); }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container { border-width: 0; border-radius: 0; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;position:relative;display:block; }#m3BsuSzdO6voccwuSxu0AuR0luiTxrDC { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:4.271484375rem;left:40.84375rem;height:18.1118375rem;display:block; }
#gO7vHqTyVlxtnLxdx7emXfHJoEn01zWy { 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:2.375rem;width:2.5rem;top:2.4375rem;left:9.9375rem;overflow:hidden;display:block; }
#xERrIBlVICNS1lMMV11hs78ayI0fZHm9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.4375rem;left:13rem;overflow:hidden;display:block; }
#U5dgUwftMzIVu2dSGA067v9rgRTAX0oC { position:absolute;display:block;z-index:15006;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.375rem;width:2.5rem;top:2.4375rem;left:16.0625rem;overflow:hidden;display:block; }
#w1mXRcziCmPbg9GcklqFS4Ze5cTn5BxS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.4375rem;left:19.125rem;overflow:hidden;display:block; }
#NXukVQZd4TDfEFTmXkIxuFZLTOaS3DiQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.4375rem;left:22.25rem;overflow:hidden;display:block; }
#K0QHUJ1WLt1UaNNsXG8HnGkI8BOMeldR { position:absolute;display:block;z-index:15002;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:33.0625rem;width:62.25rem;top:36.6416015625rem;left:1.1875rem;display:block; }
#WdVThwshQfR0yOC7U1xsKMuABTNsVFT9 { 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:23.125rem;width:35rem;top:6.2451171875rem;left:3.1875rem;overflow:hidden;display:block; }
#dVbRhsI7h8IvXxz7cJh64QZqhgPJl1Mv { position:absolute;display:block;z-index:15002;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:23rem;width:42.6875rem;top:3.1201171875rem;left:31rem;display:block; }
#UEHOFwmi22qvJ25ZyGzsFCxR9yEr69f3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:38.4375rem;top:34.0625rem;left:35.3125rem;overflow:hidden;display:block; }
#oeTzM7WtxnsrlM2Gzvxc0DIgKyTDkWvd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:30.0625rem;left:48.1875rem;overflow:hidden;display:block; }
#FczTiM2TMK8JP9wlwExfsK4Fhs7x1mMQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:30.0625rem;left:51.75rem;overflow:hidden;display:block; }
#amAW9ixenh9QSgQKU7yddV4UJkMvBFhD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:30.0625rem;left:55.5625rem;overflow:hidden;display:block; }
#AlqoKBZWzRM4PGHfoncyzIr8aPWXcQ8H { 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:2.375rem;width:2.5rem;top:30.0625rem;left:58.875rem;overflow:hidden;display:block; }
#rZe7VeLafrVETqkIl6tAJpmRigtO1CE3 { position:absolute;display:block;z-index:15006;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.375rem;width:2.5rem;top:30.0625rem;left:62.5625rem;overflow:hidden;display:block; }
#BbPXunATQbXAHJh3LEm5qWWIUNdkinh6 { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:39.5625rem;left:3.1875rem;height:20.6992125rem;text-align:left;text-align-last:left;display:block; }
#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container { background-color: transparent; background-image: none; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container > .video-iframe-container { display: none; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row > .video-iframe-container { display: none; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .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); }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container { border-width: 0; border-radius: 0; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#rGOm5yCnlGnVXmeu4waqs1tDus1vFm3l { position:absolute;display:block;z-index:15003;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:31.125rem;width:66.8125rem;top:5.9375rem;left:7.25rem;display:block; }
#i1SPLyRs2BC3lRbNEPJ9bqPSTIyP2vC5 { 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:24.5625rem;width:36.9375rem;top:3.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#y4E0OJu2Oc7OhWS0EEWiwfyGmABNHfHH { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2.3;letter-spacing:0;top:8.2060546875rem;left:40.84375rem;height:25.87405rem;text-align:left;text-align-last:left;display:block; }
#n5pCmPdpR1tt4Qg2UhFUd67Iva8Sx80l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.625rem;left:61.875rem;overflow:hidden;display:block; }
#xZkVGg9ggbnsuCFgh9V1aqGhB1N5GN7I { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.625rem;left:48.6875rem;overflow:hidden;display:block; }
#FiSKZgX8numzO7vm1mez2q5IFkyOsQGU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:2.625rem;left:51.9375rem;overflow:hidden;display:block; }
#rcQHy4EM6FM6nkvTEesJkqISMR4p66cM { 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:2.375rem;width:2.5rem;top:2.625rem;left:55.3125rem;overflow:hidden;display:block; }
#ByCx4UoqwTy6pTDma1bLe8z3U7rPXWSM { position:absolute;display:block;z-index:15012;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.375rem;width:2.5rem;top:2.625rem;left:58.4375rem;overflow:hidden;display:block; }
#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container { background-color: transparent; background-image: none; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container > .video-iframe-container { display: none; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row > .video-iframe-container { display: none; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .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); }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container { border-width: 0; border-radius: 0; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#km5r3uAicAX59mSO9XI2PCNH5do25mWO { position:absolute;display:block;z-index:15003;background-color:rgba(248,238,238,0.39);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:35.875rem;width:75rem;top:5.375rem;left:0rem;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.123046875rem;left:2.5rem;height:4.0498rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZ5ETRqq6viLlo0ewUVv3K939U77QDDW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:6.1875rem;left:2.5rem;overflow:hidden;display:block; }
#kfS4D2aEZzMgak5m1mJwEKCTWnce0LcF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:16.875rem;left:40.75rem;overflow:hidden;display:block; }
#opsI8olS14HSv5o7uZmMHvUeirDGvUdF { color:#000000;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:21.8125rem;left:40.75rem;height:4.0498rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aK7nAkR61BQfzBNzaSC2rvOz5ThWIlHm { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:22.11328125rem;left:2.5rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymx9pT5N8tLitB9smQ5FcTybl6agHU1T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:16.8125rem;left:2.5rem;overflow:hidden;display:block; }
#IhT494GuWk0kosI4OEH7DD5nRX9ZLZun { 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:4.625rem;width:4.625rem;top:6.125rem;left:40.75rem;overflow:hidden;display:block; }
#DCeW0eZlm5niikmXAGtfIIPEMxvvXpyX { color:#000000;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.0087890625rem;left:40.75rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiUzDQaS5QiBi15dM7OtpZogoBCJof1q { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:35.3125rem;left:2.5rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTTODlzV2JoTu4wKFveOzIUn35ShIoSH { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:35.3125rem;left:41.0625rem;height:4.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qC6GggHkqTOU83cTRGpWfLQQeuRQVyhi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:29.5rem;left:40.75rem;overflow:hidden;display:block; }
#GeiSEElLCGA1L1aklO7oJU8AwyAirUWS { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CivKHRiFEixU2iDpxXuQTbp1oiaIpOob { position:absolute;display:block;z-index:15012;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.625rem;width:4.625rem;top:29.8125rem;left:2.5rem;overflow:hidden;display:block; }
#RJbU1mtG7hUpNp91NpTVucMDTJvIxodT { background-color:#34b549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:151.0625rem;left:27.4541015625rem;display:none; }
#ys9hynAkDeglafmp1qfBTeTOivSyEWsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWAHmU7SQnOT7qSXMMNe3zxATwDkkIAw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:8.6875rem;left:47.375rem;overflow:hidden;display:block; }
#GuJLTwfqswdATvnvXQinAiAbLn0JmB9c { 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:7.5625rem;width:7.5625rem;top:8.625rem;left:63.75rem;overflow:hidden;display:block; }
#tDAVhfPu9v0rLqv94oLOJpwvsBnp4mPR { 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:7.5625rem;width:7.5625rem;top:8.625rem;left:55.5625rem;overflow:hidden;display:block; }
#stqN6UDn4Advg8fXNciWADU9Go1cwG8f { 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:7.8125rem;width:7.8125rem;top:8.5rem;left:38.75rem;overflow:hidden;display:block; }
#hGa6txctiXarKC72TNvQ805Mn1VKu1OJ { position:absolute;display:block;z-index:15006;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:7.8125rem;width:7.8125rem;top:8.5rem;left:30.1875rem;overflow:hidden;display:block; }
#LVJniFeLCmCmKapp6XzH56bIwhBUi1Cv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.75rem;top:8.0625rem;left:3.375rem;overflow:hidden;display:block; }
#qJbM17WGPyMrapzFCkQHxzGoPmK1Bs5Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:8.375rem;left:21.3125rem;overflow:hidden;display:block; }
#erkhUPvppNuehBWvCRhdMqhbZxJhkh36 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:9.1875rem;top:8.59375rem;left:12.125rem;overflow:hidden;display:block; }
#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f8;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; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { background-color: transparent; background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container > .video-iframe-container { display: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { display: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .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); }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { border-width: 0; border-radius: 0; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#QGBVN5E1l7Cxq5wZpSXTrWBvDp98QqAl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:13.6875rem;width:20.9375rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#iHEPFMhBrXbKuLm56LpkwJurSpNmMKKl { color:#000000;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.17724609375rem;left:24.25rem;height:42.24616875rem;text-align:justify;text-align-last:initial;display:block; }
#tMTbTVWuuLkpXCV5r4bl4EBaUVPZHxrt { position:absolute;display:block;z-index:15000;background-color:#f8eeee;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: 0.0625rem 0.0625rem 1.8125rem rgba(178,127,185,0.02) ;height:34.625rem;width:69.25rem;top:5.4375rem;left:5.3993389423077rem;display:block; }
#Vv1f8y2ZQBPmEtAwRhczQyiDbJia1QCf { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31.1875rem;top:19.6875rem;left:0rem;display:none; }
#WTAQlkz2Xgq37gLbC7MaQfOLvkHUCFS7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TFh8Jo4mOMyZ03zhC1U0wRTFegSBsFBC { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11082f7e-64ae-41dd-9f47-1421c067d026/Spark_My_Wedding_17.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { background-color: transparent; background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .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); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { border-width: 0; border-radius: 0; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:block; }#qWICTm9EfirJizyEF4q11ozv9cVT0ega { position:absolute;display:block;z-index:15006;height:38.5rem;width:41.125rem;top:13.1875rem;left:16.1875rem;display:block; }
#pDEFCBaEupI2Dq7OG5bvCxF5h5s3EtXG { background-color:#34b549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.76171875rem;left:25.78125rem;display:block; }
#KI4lKGauVdt6MXe6vsSpI9ugyxpg6GmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:47.75rem;height:21.4375rem;top:18.1875rem;left:0rem;font-size:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb  { width:17.5rem;height:auto;top:16.5rem;left:19.625rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb {display:block;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb { width:17.5rem;height:auto;top:16.5rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #w5Vxke5f2JeITB0WLwgaKt9NxTwAn8VH {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #TrZsh1zTWpbAvI5JJp0I8ylggaIqVnv6 {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #bUmhaD1KHSWl0qxcyTLGC6onBdi69dEP {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #Ry2aFcHDzBFSITpfyKotyWq2sVkhELmf {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #ssscqZUwTocZRcOxW4eJ07gccIe4FXET {  }
 }@media only screen and (max-width: 763px) { #vbgIPRF2T0OaXiUPzTp8a7ZWytCCq8fA { width:25.1875rem;height:4.625rem;top:74.6875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJZB6Jpq15VizdKUiCpH5b1TDmA5dzgJ { display:block; }
 }@media only screen and (max-width: 763px) { #esVc46kniwEMJcsrPOxoZ3pDu2zIqzyX { width:47.75rem;height:7.3125rem;top:39rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxQhfti78zk44nULnkKv0iHb1XnsxCAv { top:6rem;left:0rem;width:20rem;height:;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdOwJpgmfwrl1wfEytMreck27aisM1Lw { top:26.1875rem;left:0rem;width:20rem;height:;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jg2MQ4uE8CZaVb8Ka7l31ROxG5uXMaC4 { width:47.75rem;height:6.5625rem;top:52.125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwGyXOWvw1r6WxTVsuUe1rBCo3UiLVI { width:47.75rem;height:;top:62rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F877hVW28HWLM5o1paGV0TCCQ4oUR4gT { top:45.25rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxgsiBUHL1W9TEcGleXbgsfmRTVKAzAv { top:46.9375rem;left:0rem;width:20rem;height:;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8WGWw4nQI8Lprl2ve2R2C4ABtpUKp92 { top:1.6875rem;left:12.53125rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b { display:block; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM51PakP7lzgRRuZZ545fGLcxVDQDcEo { top:1.375rem;left:0rem;width:47.75rem;height:31.776233183856rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbLbh09ovaKVGUX675fzHMqla1zJ9MMy { top:0rem;left:0rem;width:47.75rem;height:49.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1z8wT349RPQIfeJMEPv1dg57pQcszDE { display:block; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8cGgrvqooehRzZht5GTvTnQBWHcXWNr { top:16.6875rem;left:11.6875rem;width:36.0625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCCT66IoUdi9D34eI13aJ2TiqtI3MGkK { top:44.4375rem;left:0rem;width:47.75rem;height:31.612651646447rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw4VL7Z2QMzcmmi911gpfwGfCiiRxtTs { top:15.125rem;left:0rem;width:40.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hLghWetcWWfrGtAbBeQmzk6rEKILRT { top:4.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD4sadLQ6o2ZQfMeE1yveuRqIurXmy0u { top:12.25rem;left:18.6875rem;width:13.8125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ3qOfgqNu8BMxUzpZvkyf59JXZaFp4u { top:43.375rem;left:0rem;width:47.75rem;height:49.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5PTRwBrXU8iI9BMkpnCRthKqe87RfMJ { top:106.5rem;left:0rem;width:47.75rem;height:31.603608247422rem;display:block; }
 }@media only screen and (max-width: 763px) { #ierQWGbmauNdLdbAbiMUsnkTM1u6T8sn { top:28.8125rem;left:5.25rem;width:42.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvl5ICHppKESiPhcuaAs38r34mT6STVk { top:50.875rem;left:0rem;width:40.5rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSV2gfs83wr3aZvnGK82OnyeARxE4DAs { top:58.375rem;left:17.625rem;width:30.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ3nTcu4uTVC8aKh7TSO71wQDFleJXp9 { top:3.125rem;left:10.75rem;width:37rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDo6mScT927ETICJDyXrJeTnQt7NND4 { top:29.4375rem;left:0rem;width:31.6875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sr5c5WEMzrybIRGm7qKcV5cXQEIf8E { top:4.6875rem;left:14.0478515625rem;width:22rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4oah0zozcCnugK50Tx9F8UkGrTB9SF3 { top:0.875rem;left:0rem;width:37rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAzCHwB6RQ0FoRTnCkddUo5MmnxhLyPx { top:157.8125rem;left:0rem;width:35.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlO3IGre30ZVqUhpIo42BWCQBPyeA6oe { top:112.25rem;left:23.875rem;width:23.875rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZAGQr18aDsMT5RWlJ2moOxtvehNvaU6 { top:80.3125rem;left:11.375rem;width:36.375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIOpgpyN8HUSkEC5S81kNBtoQSliNywV { top:258.9375rem;left:8.6875rem;width:39.0625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E15x72c5ZLwZ4E2T61GnbBzImCprJzTm { top:78.6875rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyzM0MbaxQEdc92fTlN7rHkhZR20MgS { top:80.3125rem;left:0rem;width:36.25rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #seqlSEyN96cDTw3N7hWkmW1THZDofuLo { top:19.375rem;left:6.34375rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzaVld09PFEiTAnsyJWbmTH26NNDIrSx { top:157.8125rem;left:11.6875rem;width:36.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl11GPRo6NraL8XvX4dulSx64q6nu8Fd { width:22.4375rem;height:3.625rem;top:305.8125rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0aXKDcQGefJD7vsdSd9AvhmHXDlUHHx { display:block; }
 }@media only screen and (max-width: 763px) { #Pu0WzWUBfSg3DePh8zO5cr9U5BqIMNyE { top:211.75rem;left:0rem;width:47.75rem;height:31.732976040353rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny10GS2RECXaiidkLmSJNB2Gqdrlhrc6 { top:232.75rem;left:12.25rem;width:35.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzSgwCnO5Gmncg24mHSLEVFdpeJnSum { top:277.625rem;left:0rem;width:38.5rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHJHU7ohkvoMSAt0HTUrtgFP1BR49s5 { top:209rem;left:0rem;width:47.75rem;height:48.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLvAZ3TFGWXfSu49f7toxFnKaDb2xGX { top:257.5rem;left:0rem;width:47.75rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlOodz3p3HTfIfF1pLeaPIzDubquUBc { top:156rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyOhAxGaJaTffVGp4Peqzr9NNchmuOv { top:205.5rem;left:0rem;width:47.75rem;height:48.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js2tJZqV18LehPwAByFUV3IbuEHodyp9 { width:20rem;height:1.75rem;top:103.8125rem;left:0rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g92CL9BwZ7PuAp6nevr4xr5rKTls3Tbq { top:183rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGAHC3qG4AipNQitp1aVuaKKd4hH7t1 { top:184.3125rem;left:0rem;width:35.625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxcg2hQvgM7yrDmOrvhJhBeV2xBeGIV { top:184.25rem;left:11.875rem;width:35.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PffmA0UdSOpxaB0qfJfAkRclRJ3T1DdN { top:205.5rem;left:0rem;width:47.75rem;height:48.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiXJbT07AAZTlEHipZD8bMvS2nG5e4Qs { width:22.4375rem;height:3.625rem;top:151.0625rem;left:13.8291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxI7ix7KaqmpQt2hqVxWfCtmDyiTuHBK { display:block; }
 }@media only screen and (max-width: 763px) { #SSREAJXFhDmqXRZJVRDITHNTr0nzrqHv { top:105.5rem;left:0rem;width:47.75rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev2d0N5oTScoAOROJAakS2yMKcywdyLT { top:247.5625rem;left:0rem;width:32.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG1akaQkMnMBcLHHRZPhe62QwsCfPxNm { top:281rem;left:14.625rem;width:33.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE { display:block; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXB8JpnzBlcpeQXn0wChRiNmC5DXezQb { top:10.625rem;left:0rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dOiQZcDwFCG0INAvIH61P2LWyOo0OA { top:10.625rem;left:0.5625rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7bXunukNveX35HH5PWTxHdzfNaCiG { top:10.625rem;left:3.625rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Z32vr9sVVgsIp3INNklEWUlKur13tW { top:10.625rem;left:6.75rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbFWI67nb8cWgFmpLblmLWCoG0yHMPIn { top:10.625rem;left:9.75rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sdJ29QUugRIhTygbkskDdlqtV3bguZ { top:14.75rem;left:0rem;width:45.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfavkxd9hfl85dvTc1kW5NnSGGdR5aV { top:10rem;left:9.8125rem;width:37.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOpLMH6QprBmBEtlsOfhmR0JZZZMKpA { top:19.125rem;left:0rem;width:20rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS9NsZ6s28uxBbSOkZkUQ92Aul1As9Ir { top:15.4375rem;left:0rem;width:29.6875rem;height:18.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfifPhB9HWJXDB4AhRba0IslmFcSosLN { width:47.75rem;height:3.8125rem;top:1.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTg3OVapvppyf2ip654kDTNh3kXaC7Aq { display:block; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3BsuSzdO6voccwuSxu0AuR0luiTxrDC { top:4.25rem;left:15.8125rem;width:31.9375rem;height:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO7vHqTyVlxtnLxdx7emXfHJoEn01zWy { top:2.4375rem;left:0rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERrIBlVICNS1lMMV11hs78ayI0fZHm9 { top:2.4375rem;left:0rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dgUwftMzIVu2dSGA067v9rgRTAX0oC { top:2.4375rem;left:2.4375rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mXRcziCmPbg9GcklqFS4Ze5cTn5BxS { top:2.4375rem;left:5.5rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXukVQZd4TDfEFTmXkIxuFZLTOaS3DiQ { top:2.4375rem;left:8.625rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QHUJ1WLt1UaNNsXG8HnGkI8BOMeldR { top:36.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVThwshQfR0yOC7U1xsKMuABTNsVFT9 { top:6.1875rem;left:0rem;width:35rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbRhsI7h8IvXxz7cJh64QZqhgPJl1Mv { top:3.0625rem;left:4.625rem;width:42.6875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEHOFwmi22qvJ25ZyGzsFCxR9yEr69f3 { top:34.0625rem;left:9.3125rem;width:38.4375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTzM7WtxnsrlM2Gzvxc0DIgKyTDkWvd { top:30.0625rem;left:34.5625rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FczTiM2TMK8JP9wlwExfsK4Fhs7x1mMQ { top:30.0625rem;left:38.125rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amAW9ixenh9QSgQKU7yddV4UJkMvBFhD { top:30.0625rem;left:41.9375rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlqoKBZWzRM4PGHfoncyzIr8aPWXcQ8H { top:30.0625rem;left:45.25rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZe7VeLafrVETqkIl6tAJpmRigtO1CE3 { top:30.0625rem;left:45.25rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPXunATQbXAHJh3LEm5qWWIUNdkinh6 { top:39.5625rem;left:0rem;width:32.5625rem;height:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy { display:block; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGOm5yCnlGnVXmeu4waqs1tDus1vFm3l { top:5.9375rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1SPLyRs2BC3lRbNEPJ9bqPSTIyP2vC5 { top:3.5625rem;left:0rem;width:36.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4E0OJu2Oc7OhWS0EEWiwfyGmABNHfHH { top:8.1875rem;left:16.3125rem;width:31.4375rem;height:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5pCmPdpR1tt4Qg2UhFUd67Iva8Sx80l { top:2.625rem;left:45.25rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZkVGg9ggbnsuCFgh9V1aqGhB1N5GN7I { top:2.625rem;left:35.0625rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiSKZgX8numzO7vm1mez2q5IFkyOsQGU { top:2.625rem;left:38.3125rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcQHy4EM6FM6nkvTEesJkqISMR4p66cM { top:2.625rem;left:41.6875rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCx4UoqwTy6pTDma1bLe8z3U7rPXWSM { top:2.625rem;left:44.8125rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7MZGTeefCFC6IrkAWDkFRKhXba3czN { display:block; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km5r3uAicAX59mSO9XI2PCNH5do25mWO { top:5.375rem;left:0rem;width:47.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:36rem;height:4rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5ETRqq6viLlo0ewUVv3K939U77QDDW { top:6.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfS4D2aEZzMgak5m1mJwEKCTWnce0LcF { top:16.875rem;left:27.125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsI8olS14HSv5o7uZmMHvUeirDGvUdF { width:34.25rem;height:6.0625rem;top:21.8125rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK7nAkR61BQfzBNzaSC2rvOz5ThWIlHm { width:36.625rem;height:2rem;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymx9pT5N8tLitB9smQ5FcTybl6agHU1T { top:16.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhT494GuWk0kosI4OEH7DD5nRX9ZLZun { top:6.125rem;left:27.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCeW0eZlm5niikmXAGtfIIPEMxvvXpyX { width:34rem;height:4.1875rem;top:11rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUzDQaS5QiBi15dM7OtpZogoBCJof1q { width:36.625rem;height:2rem;top:35.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTODlzV2JoTu4wKFveOzIUn35ShIoSH { width:33.9375rem;height:4rem;top:35.3125rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6GggHkqTOU83cTRGpWfLQQeuRQVyhi { top:29.5rem;left:27.125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeiSEElLCGA1L1aklO7oJU8AwyAirUWS { width:47.75rem;height:3.8125rem;top:0rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivKHRiFEixU2iDpxXuQTbp1oiaIpOob { top:29.8125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbU1mtG7hUpNp91NpTVucMDTJvIxodT { width:22.4375rem;height:3.625rem;top:151.0625rem;left:13.8291015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys9hynAkDeglafmp1qfBTeTOivSyEWsx { display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:3.625rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWAHmU7SQnOT7qSXMMNe3zxATwDkkIAw { top:8.6875rem;left:33.75rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuJLTwfqswdATvnvXQinAiAbLn0JmB9c { top:8.625rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDAVhfPu9v0rLqv94oLOJpwvsBnp4mPR { top:8.625rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqN6UDn4Advg8fXNciWADU9Go1cwG8f { top:8.5rem;left:25.125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGa6txctiXarKC72TNvQ805Mn1VKu1OJ { top:8.5rem;left:16.5625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJniFeLCmCmKapp6XzH56bIwhBUi1Cv { top:8.0625rem;left:0rem;width:8.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbM17WGPyMrapzFCkQHxzGoPmK1Bs5Z { top:8.375rem;left:7.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkhUPvppNuehBWvCRhdMqhbZxJhkh36 { top:8.5625rem;left:0rem;width:9.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:block; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGBVN5E1l7Cxq5wZpSXTrWBvDp98QqAl { top:7.625rem;left:0rem;width:20.9375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHEPFMhBrXbKuLm56LpkwJurSpNmMKKl { top:6.125rem;left:0rem;width:47.75rem;height:40.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTbTVWuuLkpXCV5r4bl4EBaUVPZHxrt { top:5.4375rem;left:0rem;width:47.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv1f8y2ZQBPmEtAwRhczQyiDbJia1QCf { top:19.6875rem;left:0rem;width:20rem;height:31.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTAQlkz2Xgq37gLbC7MaQfOLvkHUCFS7 { display:none; }
 }@media only screen and (max-width: 763px) { #TFh8Jo4mOMyZ03zhC1U0wRTFegSBsFBC { width:47.75rem;height:3.8125rem;top:0.5625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWICTm9EfirJizyEF4q11ozv9cVT0ega { top:13.1875rem;left:0rem;width:41.125rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDEFCBaEupI2Dq7OG5bvCxF5h5s3EtXG { width:23.4375rem;height:3.4375rem;top:4.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI4lKGauVdt6MXe6vsSpI9ugyxpg6GmG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fcd7ca8d-5388-4dbd-b736-340f13e06857/Fotografodecasamento.jpeg");background-position: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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3730625rem;height:0;top:14.94921875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb  { width:17.5rem;height:8.375rem;top:18.32226875rem;left:0rem; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb {display:block;}#gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb { width:17.5rem;height:8.375rem;top:18.32226875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #w5Vxke5f2JeITB0WLwgaKt9NxTwAn8VH {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #TrZsh1zTWpbAvI5JJp0I8ylggaIqVnv6 {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #bUmhaD1KHSWl0qxcyTLGC6onBdi69dEP {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #Ry2aFcHDzBFSITpfyKotyWq2sVkhELmf {  }
 }@media only screen and (max-width: 763px) { #gKIwOReTTTSIioAQsg6WOeFCiwKCJVQb #ssscqZUwTocZRcOxW4eJ07gccIe4FXET {  }
 }@media only screen and (max-width: 763px) { #vbgIPRF2T0OaXiUPzTp8a7ZWytCCq8fA { width:17.5rem;height:3.4375rem;top:62.40625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJZB6Jpq15VizdKUiCpH5b1TDmA5dzgJ { display:block; }
 }@media only screen and (max-width: 763px) { #esVc46kniwEMJcsrPOxoZ3pDu2zIqzyX { width:20rem;height:auto;top:39rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VxQhfti78zk44nULnkKv0iHb1XnsxCAv { top:11.17529296875rem;left:0rem;width:20rem;height:15.0746875rem;z-index:15005;font-family:neuton;font-weight:700;font-style:normal;color:#f6d983;font-size:4.1875rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdOwJpgmfwrl1wfEytMreck27aisM1Lw { top:30.9375rem;left:0rem;width:20rem;height:12.3369375rem;z-index:15006;font-family:neuton;font-weight:700;font-style:normal;color:#f6d983;font-size:2.9375rem;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jg2MQ4uE8CZaVb8Ka7l31ROxG5uXMaC4 { width:20rem;height:auto;top:52.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FBwGyXOWvw1r6WxTVsuUe1rBCo3UiLVI { width:20rem;height:auto;top:62rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F877hVW28HWLM5o1paGV0TCCQ4oUR4gT { top:49.0625rem;left:0rem;width:20rem;height:3.1499rem;z-index:15007;font-family:neuton;font-weight:700;font-style:normal;color:#f6d983;font-size:2.25rem;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxgsiBUHL1W9TEcGleXbgsfmRTVKAzAv { top:54.8125rem;left:0rem;width:20rem;height:3.4121125rem;z-index:15008;font-family:neuton;font-weight:700;font-style:normal;color:#f6d983;font-size:2.4375rem;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8WGWw4nQI8Lprl2ve2R2C4ABtpUKp92 { width:10.125rem;height:10.125rem;top:1.11279296875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b { display:block; }#GOyhm2dGwSJUg74dUTBtmyL9w0MnOU4b > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM51PakP7lzgRRuZZ545fGLcxVDQDcEo { width:19rem;height:12.5625rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbLbh09ovaKVGUX675fzHMqla1zJ9MMy { width:20rem;height:15rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1z8wT349RPQIfeJMEPv1dg57pQcszDE { display:block; }#W1z8wT349RPQIfeJMEPv1dg57pQcszDE > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8cGgrvqooehRzZht5GTvTnQBWHcXWNr { width:9.875rem;height:6.5625rem;top:10.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCCT66IoUdi9D34eI13aJ2TiqtI3MGkK { width:18.8125rem;height:12.4375rem;top:19.15625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw4VL7Z2QMzcmmi911gpfwGfCiiRxtTs { width:10.3125rem;height:6.8125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hLghWetcWWfrGtAbBeQmzk6rEKILRT { width:20rem;height:3.4121125rem;top:1.1640625rem;left:0rem;font-size:1.3125rem;z-index:15006;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AD4sadLQ6o2ZQfMeE1yveuRqIurXmy0u { width:4.125rem;height:6.1875rem;top:7.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ3qOfgqNu8BMxUzpZvkyf59JXZaFp4u { width:20rem;height:15rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5PTRwBrXU8iI9BMkpnCRthKqe87RfMJ { width:17.3125rem;height:11.3125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ierQWGbmauNdLdbAbiMUsnkTM1u6T8sn { width:9.6875rem;height:6.375rem;top:9rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvl5ICHppKESiPhcuaAs38r34mT6STVk { width:12.4375rem;height:8.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSV2gfs83wr3aZvnGK82OnyeARxE4DAs { width:7.1875rem;height:4.4375rem;top:16.40625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ3nTcu4uTVC8aKh7TSO71wQDFleJXp9 { width:9.625rem;height:6.375rem;top:0.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDo6mScT927ETICJDyXrJeTnQt7NND4 { width:10rem;height:6.375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sr5c5WEMzrybIRGm7qKcV5cXQEIf8E { width:5.9375rem;height:3.9375rem;top:0.6875rem;left:7rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #p4oah0zozcCnugK50Tx9F8UkGrTB9SF3 { width:9.75rem;height:6.5rem;top:0rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VAzCHwB6RQ0FoRTnCkddUo5MmnxhLyPx { width:9.5rem;height:5.8125rem;top:53.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlO3IGre30ZVqUhpIo42BWCQBPyeA6oe { width:7.125rem;height:10.875rem;top:35.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZAGQr18aDsMT5RWlJ2moOxtvehNvaU6 { width:9.5rem;height:6rem;top:24.9248046875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIOpgpyN8HUSkEC5S81kNBtoQSliNywV { width:11.875rem;height:7.625rem;top:82.8125rem;left:8.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #E15x72c5ZLwZ4E2T61GnbBzImCprJzTm { width:20rem;height:8.75rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyzM0MbaxQEdc92fTlN7rHkhZR20MgS { width:9.4375rem;height:5.9375rem;top:24.9248046875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seqlSEyN96cDTw3N7hWkmW1THZDofuLo { width:5.9375rem;height:3.9375rem;top:5.625rem;left:6.1016949152543rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzaVld09PFEiTAnsyJWbmTH26NNDIrSx { width:9.1875rem;height:5.875rem;top:53.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl11GPRo6NraL8XvX4dulSx64q6nu8Fd { width:14.9375rem;height:2.625rem;top:48.125rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0aXKDcQGefJD7vsdSd9AvhmHXDlUHHx { display:block; }
 }@media only screen and (max-width: 763px) { #Pu0WzWUBfSg3DePh8zO5cr9U5BqIMNyE { width:10.9375rem;height:7.1875rem;top:68rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny10GS2RECXaiidkLmSJNB2Gqdrlhrc6 { width:11.25rem;height:7.3125rem;top:74.53125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzSgwCnO5Gmncg24mHSLEVFdpeJnSum { width:10.0625rem;height:6.25rem;top:90.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHJHU7ohkvoMSAt0HTUrtgFP1BR49s5 { width:20rem;height:13.75rem;top:68.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLvAZ3TFGWXfSu49f7toxFnKaDb2xGX { width:20rem;height:11.8125rem;top:86.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlOodz3p3HTfIfF1pLeaPIzDubquUBc { width:3.4375rem;height:6rem;top:79.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyOhAxGaJaTffVGp4Peqzr9NNchmuOv { width:20rem;height:7.9375rem;top:52.3125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Js2tJZqV18LehPwAByFUV3IbuEHodyp9 { width:20rem;height:1.7871125rem;top:99rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #g92CL9BwZ7PuAp6nevr4xr5rKTls3Tbq { width:20rem;height:12rem;top:86.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGAHC3qG4AipNQitp1aVuaKKd4hH7t1 { width:9.625rem;height:5.875rem;top:61.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxcg2hQvgM7yrDmOrvhJhBeV2xBeGIV { width:9.1875rem;height:5.9375rem;top:61.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PffmA0UdSOpxaB0qfJfAkRclRJ3T1DdN { width:20rem;height:7.9375rem;top:60.3125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fiXJbT07AAZTlEHipZD8bMvS2nG5e4Qs { width:16.5rem;height:3.0625rem;top:47.90625rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxI7ix7KaqmpQt2hqVxWfCtmDyiTuHBK { display:block; }
 }@media only screen and (max-width: 763px) { #SSREAJXFhDmqXRZJVRDITHNTr0nzrqHv { width:20rem;height:17rem;top:81.375rem;left:0rem;background-color:#f8eeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ev2d0N5oTScoAOROJAakS2yMKcywdyLT { width:8.5rem;height:5.5625rem;top:80.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG1akaQkMnMBcLHHRZPhe62QwsCfPxNm { width:9.6875rem;height:6.125rem;top:90.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE { display:block; }#P0qSQQsTW4Tz5mTTwFPl5aZTqWWqVaPE > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXB8JpnzBlcpeQXn0wChRiNmC5DXezQb { width:2.5rem;height:2.375rem;top:15.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dOiQZcDwFCG0INAvIH61P2LWyOo0OA { width:2.5rem;height:2.375rem;top:15.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7bXunukNveX35HH5PWTxHdzfNaCiG { width:2.5rem;height:2.375rem;top:15.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Z32vr9sVVgsIp3INNklEWUlKur13tW { width:2.5rem;height:2.375rem;top:15.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbFWI67nb8cWgFmpLblmLWCoG0yHMPIn { width:2.5rem;height:2.375rem;top:15.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sdJ29QUugRIhTygbkskDdlqtV3bguZ { width:20rem;height:22.625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfavkxd9hfl85dvTc1kW5NnSGGdR5aV { width:20rem;height:13.1699375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOpLMH6QprBmBEtlsOfhmR0JZZZMKpA { width:20rem;height:19.79733125rem;top:19.12890625rem;left:0rem;font-size:1rem;line-height:2.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tS9NsZ6s28uxBbSOkZkUQ92Aul1As9Ir { width:20rem;height:28.4560375rem;top:22.2900390625rem;left:0.625rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #yfifPhB9HWJXDB4AhRba0IslmFcSosLN { width:20rem;height:1.7871125rem;top:38.11328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTg3OVapvppyf2ip654kDTNh3kXaC7Aq { display:block; }#aTg3OVapvppyf2ip654kDTNh3kXaC7Aq > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3BsuSzdO6voccwuSxu0AuR0luiTxrDC { width:20rem;height:21.99708125rem;top:17.9375rem;left:0rem;font-size:1rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #gO7vHqTyVlxtnLxdx7emXfHJoEn01zWy { width:2.5rem;height:2.375rem;top:56.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERrIBlVICNS1lMMV11hs78ayI0fZHm9 { width:2.5rem;height:2.375rem;top:56.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dgUwftMzIVu2dSGA067v9rgRTAX0oC { width:2.5rem;height:2.375rem;top:56.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mXRcziCmPbg9GcklqFS4Ze5cTn5BxS { width:2.5rem;height:2.375rem;top:56.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXukVQZd4TDfEFTmXkIxuFZLTOaS3DiQ { width:2.5rem;height:2.375rem;top:56.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QHUJ1WLt1UaNNsXG8HnGkI8BOMeldR { width:20rem;height:29.25rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVThwshQfR0yOC7U1xsKMuABTNsVFT9 { width:20rem;height:13.307625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbRhsI7h8IvXxz7cJh64QZqhgPJl1Mv { width:20rem;height:24.8125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEHOFwmi22qvJ25ZyGzsFCxR9yEr69f3 { width:20rem;height:13rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTzM7WtxnsrlM2Gzvxc0DIgKyTDkWvd { width:2.5rem;height:2.375rem;top:14.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FczTiM2TMK8JP9wlwExfsK4Fhs7x1mMQ { width:2.5rem;height:2.375rem;top:14.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amAW9ixenh9QSgQKU7yddV4UJkMvBFhD { width:2.5rem;height:2.375rem;top:14.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlqoKBZWzRM4PGHfoncyzIr8aPWXcQ8H { width:2.5rem;height:2.375rem;top:14.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZe7VeLafrVETqkIl6tAJpmRigtO1CE3 { width:2.5rem;height:2.375rem;top:14.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPXunATQbXAHJh3LEm5qWWIUNdkinh6 { width:20rem;height:26.39645625rem;top:60.6875rem;left:0rem;font-size:1rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy { display:block; }#VR4cKUzDHVbTg1ZIQPV3M0RU31wsBqFy > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGOm5yCnlGnVXmeu4waqs1tDus1vFm3l { width:20rem;height:28.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1SPLyRs2BC3lRbNEPJ9bqPSTIyP2vC5 { width:20rem;height:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y4E0OJu2Oc7OhWS0EEWiwfyGmABNHfHH { width:20rem;height:29.8974875rem;top:17.333984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5pCmPdpR1tt4Qg2UhFUd67Iva8Sx80l { width:2.5rem;height:2.375rem;top:13.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZkVGg9ggbnsuCFgh9V1aqGhB1N5GN7I { width:2.5rem;height:2.375rem;top:13.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiSKZgX8numzO7vm1mez2q5IFkyOsQGU { width:2.5rem;height:2.375rem;top:13.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcQHy4EM6FM6nkvTEesJkqISMR4p66cM { width:2.5rem;height:2.375rem;top:13.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCx4UoqwTy6pTDma1bLe8z3U7rPXWSM { width:2.5rem;height:2.375rem;top:13.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7MZGTeefCFC6IrkAWDkFRKhXba3czN { display:block; }#bb7MZGTeefCFC6IrkAWDkFRKhXba3czN > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km5r3uAicAX59mSO9XI2PCNH5do25mWO { width:20rem;height:51.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:20rem;height:4.04883125rem;top:7.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uZ5ETRqq6viLlo0ewUVv3K939U77QDDW { width:4.5rem;height:4.5rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfS4D2aEZzMgak5m1mJwEKCTWnce0LcF { width:4.875rem;height:4.875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsI8olS14HSv5o7uZmMHvUeirDGvUdF { width:20rem;height:4.04883125rem;top:23.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aK7nAkR61BQfzBNzaSC2rvOz5ThWIlHm { width:20rem;height:2.92480625rem;top:33.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ymx9pT5N8tLitB9smQ5FcTybl6agHU1T { width:5rem;height:5rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhT494GuWk0kosI4OEH7DD5nRX9ZLZun { width:4.625rem;height:4.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCeW0eZlm5niikmXAGtfIIPEMxvvXpyX { width:20rem;height:2.69921875rem;top:16.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TiUzDQaS5QiBi15dM7OtpZogoBCJof1q { width:20rem;height:1.3496125rem;top:42.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTTODlzV2JoTu4wKFveOzIUn35ShIoSH { width:20rem;height:2.92480625rem;top:51.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qC6GggHkqTOU83cTRGpWfLQQeuRQVyhi { width:4.875rem;height:4.875rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeiSEElLCGA1L1aklO7oJU8AwyAirUWS { width:20rem;height:2.2749rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CivKHRiFEixU2iDpxXuQTbp1oiaIpOob { width:4.625rem;height:4.625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbU1mtG7hUpNp91NpTVucMDTJvIxodT { width:16.5rem;height:3.0625rem;top:55.625rem;left:1.75rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ys9hynAkDeglafmp1qfBTeTOivSyEWsx { display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:4.7119125rem;top:0.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWAHmU7SQnOT7qSXMMNe3zxATwDkkIAw { width:7.4375rem;height:7.4375rem;top:27.01171875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuJLTwfqswdATvnvXQinAiAbLn0JmB9c { width:7.5625rem;height:7.5625rem;top:35.51171875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDAVhfPu9v0rLqv94oLOJpwvsBnp4mPR { width:7.5625rem;height:7.5625rem;top:35.51171875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqN6UDn4Advg8fXNciWADU9Go1cwG8f { width:7.8125rem;height:7.8125rem;top:18.54296875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGa6txctiXarKC72TNvQ805Mn1VKu1OJ { width:7.375rem;height:7.375rem;top:27.04296875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJniFeLCmCmKapp6XzH56bIwhBUi1Cv { width:8.75rem;height:8.6875rem;top:8.51171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbM17WGPyMrapzFCkQHxzGoPmK1Bs5Z { width:8.0625rem;height:8.0625rem;top:8.82421875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkhUPvppNuehBWvCRhdMqhbZxJhkh36 { width:9.1875rem;height:7.625rem;top:18.63671875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:block; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGBVN5E1l7Cxq5wZpSXTrWBvDp98QqAl { width:20rem;height:13.1015625rem;top:4.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHEPFMhBrXbKuLm56LpkwJurSpNmMKKl { width:20rem;height:62.575175rem;top:3.060546875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMTbTVWuuLkpXCV5r4bl4EBaUVPZHxrt { width:20rem;height:32.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv1f8y2ZQBPmEtAwRhczQyiDbJia1QCf { top:19.712890625rem;left:0rem;width:20rem;height:31.19530625rem;z-index:15007;font-size:1rem;line-height:1.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WTAQlkz2Xgq37gLbC7MaQfOLvkHUCFS7 { top:18.7109375rem;left:0rem;width:20rem;height:34.5rem;z-index:15006;background-color:#f8eeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TFh8Jo4mOMyZ03zhC1U0wRTFegSBsFBC { width:20rem;height:2.2749rem;top:1.0234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11082f7e-64ae-41dd-9f47-1421c067d026/Spark_My_Wedding_17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { background-color: transparent; background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { display: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .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); }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWICTm9EfirJizyEF4q11ozv9cVT0ega { width:4.31206875rem;height:4.24913125rem;top:7.1831588745119rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pDEFCBaEupI2Dq7OG5bvCxF5h5s3EtXG { width:16.5625rem;height:2.75rem;top:2.125rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI4lKGauVdt6MXe6vsSpI9ugyxpg6GmG { display:block; }
 }