.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#53d7b4;background-image:url("https://images.assets-landingi.com/dIb9xffz/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dbWP9DAO/toy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.adaptive-delivery-prevent-bg, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyload, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyloading { background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { border-width: 0; border-radius: 0; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:960px;height:900px;font-size:14px;font-family:arial;position:relative;display:block; }#QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { color:#522d62;display:block;width:479px;position:absolute;font-family:comfortaa;font-size:56px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:229px;left:0px;height:145.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { color:#ffffff;display:block;width:375px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:373px;left:0px;height:172.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vzd98s5T01loxRfO2uvleiclgzvVpJem { background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:569px;left:0px;display:block; }
#kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:569px;left:210px;display:block; }
#DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { position:absolute;display:block;z-index:15004;background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:103px;width:231px;top:397.5px;left:471px;display:block; }
#TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:152px;width:152px;top:373px;left:394.5px;display:block; }
#vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:2px dashed #53d7b4;border-left:2px dashed #53d7b4;border-right:2px dashed #53d7b4;border-bottom:2px dashed #53d7b4;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:130px;width:130px;top:382px;left:403.5px;display:block; }
#qIJKqOsXyi9qeBUV6VFlUmCmvQZNkQpz { color:#53d7b4;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:416px;left:407px;height:50.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { color:#522d62;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:458px;left:407px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { color:#ffffff;display:block;width:91px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:410px;left:566px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B283frf0KI76DhnJ0sFJrTixV6pHmoEe { color:#53d7b4;display:block;width:91px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:441px;left:566px;height:46.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RTbZ7qDwTKki5XyAK3eyegPkffl5yCsB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199px;width:298px;display:none; }
#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#522d62;background-image:url("https://images.assets-landingi.com/b3LEce2w/stripes.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.adaptive-delivery-prevent-bg, #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.lazyload, #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.lazyloading { background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { font-size:14px;font-family:arial;height:1155px;width:960px;position:relative;display:block; }#RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { color:#53d7b4;display:block;width:960px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:46.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqgDFcby6iI0mi6mvKeHH1rvqccpNSuE { position:absolute;display:block;z-index:14999;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:123px;width:123px;top:61.5px;left:575.5px;overflow:hidden;display:block; }
#ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:434px;width:434px;top:169px;left:263px;display:block; }
#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/697ae5dc/dog_chew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:360px;width:360px;top:206px;left:300px;display:block; }#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.adaptive-delivery-prevent-bg, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyload, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyloading { background-image: none; }
#uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:152px;width:152px;top:310px;left:576px;display:block; }
#Mdde6f93cEHldopG2WgvHJTCmZTISPZD { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:2px dashed #53d7b4;border-left:2px dashed #53d7b4;border-right:2px dashed #53d7b4;border-bottom:2px dashed #53d7b4;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:130px;width:130px;top:319px;left:585px;display:block; }
#MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { color:#53d7b4;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:353px;left:588px;height:50.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { color:#522d62;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:395px;left:588px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { position:absolute;display:block;z-index:15013;background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:571px;left:62.5px;display:block; }
#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/saX8zc3z/b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:593px;left:86.5px;display:block; }#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.adaptive-delivery-prevent-bg, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyload, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyloading { background-image: none; }
#NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:763px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:798px;left:0px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:870px;left:330px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iWtitriARIfQasU7e6WDffInuRLNFyPU { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:835px;left:330px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { position:absolute;display:block;z-index:15017;background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:643px;left:393px;display:block; }
#ruhKb1MB0TkDB2mII69DV518JPhecgCF { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/P5fU16e5/b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:665px;left:417px;display:block; }#ruhKb1MB0TkDB2mII69DV518JPhecgCF.adaptive-delivery-prevent-bg, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyload, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyloading { background-image: none; }
#lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:798px;left:660px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { color:#ffffff;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:763px;left:660px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { position:absolute;display:block;z-index:15021;background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:571px;left:723px;display:block; }
#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Vcbdfee2/b3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:593px;left:747px;display:block; }#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.adaptive-delivery-prevent-bg, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyload, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyloading { background-image: none; }
#xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#522d62;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:981px;left:381.5px;display:block; }
#kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GgQLtnkRr6THBkgHugLhSxKIpfXW5Qer { position:absolute;display:block;z-index:15025;height:537px;width:959px;top:47px;left:0px;display:block; }
#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container { background-color: transparent; background-image: none; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container > .video-iframe-container { display: none; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row > .video-iframe-container { display: none; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .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); }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container { border-width: 0; border-radius: 0; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container { font-size:14px;font-family:arial;height:215px;width:960px;position:relative;display:block; }#RmJuMS8PH0kJRBRM0qDUSNu25s9olTot { color:#522d62;display:block;width:960px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:100px;left:0.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { background-color: transparent; background-image: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container > .video-iframe-container { display: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container { display: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .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); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { border-width: 0; border-radius: 0; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { font-size:14px;font-family:arial;height:552px;width:960px;position:relative;display:block; }#T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #53d7b4;border-left:2px solid #53d7b4;border-right:2px solid #53d7b4;border-bottom:2px solid #53d7b4;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:400px;width:300px;top:12px;left:0px;display:block; }
#ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { color:#522d62;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0px;left:2px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { color:#53d7b4;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40px;left:7px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPsNf8UKJ4hX0csaS4hWsPRVopCpUKo3 { 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:41px;width:53px;top:90px;left:125.5px;overflow:hidden;display:block; }
#BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:377px;left:53.5px;display:block; }
#MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { 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:189px;width:298px;top:164.5px;left:3px;overflow:hidden;display:block; }
#JTTdfh275VKregKUH5QO9s6fylSGU4q9 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #53d7b4;border-left:2px solid #53d7b4;border-right:2px solid #53d7b4;border-bottom:2px solid #53d7b4;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:400px;width:300px;top:12px;left:328px;display:block; }
#SE6HTcNqLfmsK7WaF4Z3CLfN8afPZF9V { background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:377px;left:382px;display:block; }
#QFTWEoSXgHPD2uwUx6c72px7zULv10tR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GWFNSqITK3P3ohUkamCF5DsQU6EBrnbQ { color:#53d7b4;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40px;left:335px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L4QRuVrktePIWCHBXmkwlyctCoeZP0er { color:#522d62;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0px;left:330px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZpqKKmTnRoziveSyArANZoADkdxSOl3P { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #53d7b4;border-left:2px solid #53d7b4;border-right:2px solid #53d7b4;border-bottom:2px solid #53d7b4;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:400px;width:300px;top:12px;left:656px;display:block; }
#RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:377px;left:710px;display:block; }
#Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { color:#53d7b4;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40px;left:663px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { color:#522d62;display:block;width:300px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0px;left:658px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hu1B4Ty4Q385ucHuFNUrI1kUaAz14Dpz { position:absolute;display:block;z-index:15017;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:51px;width:45px;top:85px;left:457.5px;overflow:hidden;display:block; }
#mG60s9UgLEbK9GISpHUOuvCLVPtwJ249 { 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:60px;width:41px;top:80.5px;left:787.5px;overflow:hidden;display:block; }
#y2oXZgsF3ltsz5toqq8dOhPSfxh4Wb0e { 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:199px;width:298px;top:159.5px;left:331px;overflow:hidden;display:block; }
#myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { 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:243px;width:298px;top:140.5px;left:659px;overflow:hidden;display:block; }
#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#522d62;background-image:url("https://images.assets-landingi.com/fwe834c4/sb2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.adaptive-delivery-prevent-bg, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyload, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyloading { background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { border-width: 0; border-radius: 0; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { font-size:14px;font-family:arial;height:400px;width:960px;position:relative;display:block; }#MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { color:#ffffff;display:block;width:441px;position:absolute;font-family:comfortaa;font-size:44px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:72px;left:0px;height:114.4px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcGvVihSd5fboANwETUzPXwSVbeiG2DE { color:#ffffff;display:block;width:441px;position:absolute;font-family:comfortaa;font-size:32px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:198px;left:0px;height:41.6px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:74px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:254px;left:245px;display:block; }
#lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iCUJ1MMAKZ10OOom1KUdKX5kC63nZ9DE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:415px;width:764px;display:none; }
#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { background-color: transparent; background-image: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .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); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { border-width: 0; border-radius: 0; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { font-size:14px;font-family:arial;height:215px;width:960px;position:relative;display:block; }#tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { color:#53d7b4;display:block;width:960px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:46.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { background-color: transparent; background-image: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .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); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { border-width: 0; border-radius: 0; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { font-size:14px;font-family:arial;height:467px;width:960px;position:relative;display:block; }#mgWqzLk3i77iBEyexbUId5rVFoEPHiST { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:193px;width:189px;top:0px;left:140.5px;overflow:hidden;display:block; }
#h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:213px;left:148px;display:block; }
#J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Od7e8Sdd/t1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:237px;left:171.5px;display:block; }#J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.adaptive-delivery-prevent-bg, #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.lazyload, #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.lazyloading { background-image: none; }
#T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { color:#522d62;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:48.5px;left:0px;height:97.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { color:#53d7b4;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:403px;left:0px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:213px;left:638px;display:block; }
#JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { color:#53d7b4;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:403px;left:490px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kKi7OAc6/t2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:237px;left:662px;display:block; }#gvams0PEPdxDRS0f94pLkfu4lDou2Te5.adaptive-delivery-prevent-bg, #gvams0PEPdxDRS0f94pLkfu4lDou2Te5.lazyload, #gvams0PEPdxDRS0f94pLkfu4lDou2Te5.lazyloading { background-image: none; }
#zhhxWxzvETAiupnhKJLgfVhTrrTbApBJ { 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:193px;width:189px;top:0px;left:631px;overflow:hidden;display:block; }
#aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { color:#522d62;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15022;line-height:1.8;letter-spacing:0;top:49px;left:490px;height:97.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { background-color: transparent; background-image: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container > .video-iframe-container { display: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container { display: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .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); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { border-width: 0; border-radius: 0; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { font-size:14px;font-family:arial;height:535px;width:960px;position:relative;display:block; }#HrNUnaD03VgMRszlvJRb3IZ0r6h6o7AX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:193px;width:189px;top:0px;left:140.5px;overflow:hidden;display:block; }
#dWaX9PmCrGng34aiTOK813XRTDur2nlK { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:213px;left:148px;display:block; }
#T4EB1uUaP8TbV1gvxz45au33buUrNNRa { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0TcB5e57/t3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:237px;left:171.5px;display:block; }#T4EB1uUaP8TbV1gvxz45au33buUrNNRa.adaptive-delivery-prevent-bg, #T4EB1uUaP8TbV1gvxz45au33buUrNNRa.lazyload, #T4EB1uUaP8TbV1gvxz45au33buUrNNRa.lazyloading { background-image: none; }
#ElsqvTwL2crXtWvuwKM5oZ9TsAtN4XT4 { color:#522d62;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:48.5px;left:0px;height:97.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { color:#53d7b4;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:403px;left:0px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TN0baZieTTW59KgTore52VDNcvfG4pRn { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:175px;width:175px;top:213px;left:638px;display:block; }
#U4geEV0yLXmVpvBtGqqwTyuRTKcvTmKn { color:#53d7b4;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:403px;left:490px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d93bDW5A/t4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:127px;width:127px;top:237px;left:662px;display:block; }#tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7.adaptive-delivery-prevent-bg, #tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7.lazyload, #tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7.lazyloading { background-image: none; }
#yVQwiDDeM29nz1kvbvor7XHUG7UDFPhg { 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:193px;width:189px;top:0px;left:631px;overflow:hidden;display:block; }
#gyR8uIuHRS6CeNNwko0fzKyCoo1c8mpE { color:#522d62;display:block;width:470px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15022;line-height:1.8;letter-spacing:0;top:49px;left:490px;height:97.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { position:relative;display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { background-color: transparent; background-image: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .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); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { border-width: 0; border-radius: 0; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:845px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { color:#522d62;display:block;width:342px;position:absolute;font-family:comfortaa;font-size:56px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:211px;left:0px;height:72.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { color:#ffffff;display:block;width:375px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:461px;left:0px;height:172.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhJLDz5h2TL9zWfAs4W47vObcKxTgP5h { position:absolute;display:block;z-index:15011;background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:103px;width:231px;top:319px;left:77px;display:block; }
#HuCWpKGWx3oN7dv997MHCVwXw8nSscgm { color:#ffffff;display:block;width:91px;position:absolute;font-family:comfortaa;font-size:30px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:332px;left:172px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XM9q6W0su52RHtCIdJ7Zx9vD6h9DQ96C { color:#53d7b4;display:block;width:91px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:363px;left:172px;height:46.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qCADkqRFBTZwc0d4aSCMZtWE1u6QxXSx { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:152px;width:152px;top:295px;left:0px;display:block; }
#e8MWb8NEwB2kViXaJzZ2Vgq3HZAlFss2 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:2px dashed #53d7b4;border-left:2px dashed #53d7b4;border-right:2px dashed #53d7b4;border-bottom:2px dashed #53d7b4;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:130px;width:130px;top:304px;left:9px;display:block; }
#aspFiTdrOs08UrhQM2yXSQaD7b30gF5h { color:#53d7b4;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:338px;left:13px;height:50.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJhPnZfaLo8xTS38exPyxlES1sCfo6wC { color:#522d62;display:block;width:128px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:380px;left:13px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:2px solid #522d62;border-left:2px solid #522d62;border-right:2px solid #522d62;border-bottom:2px solid #522d62;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:688px;width:500px;top:75px;left:456px;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-form-header {  }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:16px;font-weight:bold;color:#ffffff;width:383px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:383px;box-sizing:border-box;height:64px;color:#522d62;font-size:16px;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:383px;box-sizing:border-box;height:70px;color:#522d62;font-size:16px;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:383px;box-sizing:border-box;height:64px;color:#161616;font-family:comfortaa;font-size:14px;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#522d62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:154px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:229px;height:74px;font-family:comfortaa;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:14px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:14px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:14px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:14px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .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:comfortaa;font-size:12px;font-weight:300;color:#522d62;vertical-align:top;width:363px;overflow:hidden;font-style:normal;line-height:1.4; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:comfortaa;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;width:100%;font-size:0;height:auto; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container:first-of-type{padding-top:0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container:last-of-type{padding-bottom:0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:383px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:120.5px;left:496.5px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:383px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:383px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:120.5px;left:496.5px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv { position:relative;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob { position:relative;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h3AVzpwbMOukkRvavhh4AZUG0mKpfZZ1 { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #JTe5e9vWxcPI4KWTBKs0NedHTmpNxBxL { position:relative;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z1hgd5MEFkfMC3Ur1qzq40kv1v0uedJc { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #NRpyiXCT1Q6iA3M8g8WMgAVgKFPPqusL { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #v8LnzoXBWifGsGHgiIVrhDvGHrydJ9fM { position:relative;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #rdkzDT3ykiWJyZkwQXwxvQpAn4pNMPBu { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #oKNgT9f5T5dICqNMTv2xs6RvZvdvRbuk { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nOeHEwI9o5GbRNkG4A3TF9WTdDVTImnD { position:relative;z-index:2; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z7AN3KN0iSTokL5eOgOkXIilAuwxeIha { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:479px;height:;top:229px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { width:375px;height:172px;top:373px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:197px;height:74px;top:569px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 763px) { #qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { width:197px;height:74px;top:569px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block; }
 }@media only screen and (max-width: 763px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:231px;height:103px;top:397px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:152px;height:152px;top:373px;left:296.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:130px;height:130px;top:382px;left:305.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qIJKqOsXyi9qeBUV6VFlUmCmvQZNkQpz { width:128px;height:50px;top:416px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { width:128px;height:23px;top:458px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { width:91px;height:39px;top:410px;left:468px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B283frf0KI76DhnJ0sFJrTixV6pHmoEe { width:91px;height:46px;top:441px;left:468px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RTbZ7qDwTKki5XyAK3eyegPkffl5yCsB { width:298px;height:199px;display:none; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:764px;height:46px;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yqgDFcby6iI0mi6mvKeHH1rvqccpNSuE { width:123px;height:123px;top:61px;left:477.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:434px;height:434px;top:169px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:360px;height:360px;top:206px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { width:152px;height:152px;top:310px;left:478px;display:block; }
 }@media only screen and (max-width: 763px) { #Mdde6f93cEHldopG2WgvHJTCmZTISPZD { width:130px;height:130px;top:319px;left:487px;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { width:128px;height:50px;top:353px;left:490px;display:block; }
 }@media only screen and (max-width: 763px) { #DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { width:128px;height:23px;top:395px;left:490px;display:block; }
 }@media only screen and (max-width: 763px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:175px;height:175px;top:571px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:127px;height:127px;top:593px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:300px;height:;top:763px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:300px;height:69px;top:798px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:300px;height:69px;top:870px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:300px;height:;top:835px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:175px;height:175px;top:643px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:127px;height:127px;top:665px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:300px;height:69px;top:798px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:300px;height:;top:763px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:175px;height:175px;top:571px;left:589px;display:block; }
 }@media only screen and (max-width: 763px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:127px;height:127px;top:593px;left:637px;display:block; }
 }@media only screen and (max-width: 763px) { #xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { width:197px;height:74px;top:981px;left:283.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block; }
 }@media only screen and (max-width: 763px) { #GgQLtnkRr6THBkgHugLhSxKIpfXW5Qer { top:47px;left:0px;width:764px;height:537px;display:block; }
 }@media only screen and (max-width: 763px) { #CEADk3krAvAZhfZDEUluP9QdJGcB2dBe { display:block; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmJuMS8PH0kJRBRM0qDUSNu25s9olTot { width:764px;height:;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { width:300px;height:400px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { width:300px;height:23px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { width:290px;height:31px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CPsNf8UKJ4hX0csaS4hWsPRVopCpUKo3 { width:53px;height:41px;top:90px;left:92.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { width:197px;height:74px;top:377px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block; }
 }@media only screen and (max-width: 763px) { #eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { width:298px;height:189px;top:164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JTTdfh275VKregKUH5QO9s6fylSGU4q9 { width:300px;height:400px;top:12px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #SE6HTcNqLfmsK7WaF4Z3CLfN8afPZF9V { width:197px;height:74px;top:377px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #QFTWEoSXgHPD2uwUx6c72px7zULv10tR { display:block; }
 }@media only screen and (max-width: 763px) { #GWFNSqITK3P3ohUkamCF5DsQU6EBrnbQ { width:290px;height:;top:40px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #L4QRuVrktePIWCHBXmkwlyctCoeZP0er { width:300px;height:23px;top:0px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpqKKmTnRoziveSyArANZoADkdxSOl3P { width:300px;height:400px;top:12px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { width:197px;height:74px;top:377px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block; }
 }@media only screen and (max-width: 763px) { #GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { width:290px;height:;top:40px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { width:300px;height:23px;top:0px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #hu1B4Ty4Q385ucHuFNUrI1kUaAz14Dpz { width:45px;height:51px;top:85px;left:358.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mG60s9UgLEbK9GISpHUOuvCLVPtwJ249 { width:41px;height:60px;top:80px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y2oXZgsF3ltsz5toqq8dOhPSfxh4Wb0e { width:298px;height:199px;top:159px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { width:298px;height:243px;top:140px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:441px;height:114px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:441px;height:41px;top:198px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { width:197px;height:74px;top:254px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block; }
 }@media only screen and (max-width: 763px) { #iCUJ1MMAKZ10OOom1KUdKX5kC63nZ9DE { width:764px;height:415px;display:none; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:764px;height:;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgWqzLk3i77iBEyexbUId5rVFoEPHiST { width:189px;height:193px;top:0px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:175px;height:175px;top:213px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { width:127px;height:127px;top:237px;left:122.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { width:470px;height:96px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { width:470px;height:31px;top:403px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:175px;height:175px;top:213px;left:491px;display:block; }
 }@media only screen and (max-width: 763px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:470px;height:31px;top:403px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { width:127px;height:127px;top:237px;left:515px;display:block; }
 }@media only screen and (max-width: 763px) { #zhhxWxzvETAiupnhKJLgfVhTrrTbApBJ { width:189px;height:193px;top:0px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:470px;height:96px;top:49px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrNUnaD03VgMRszlvJRb3IZ0r6h6o7AX { width:189px;height:193px;top:0px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dWaX9PmCrGng34aiTOK813XRTDur2nlK { width:175px;height:175px;top:213px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #T4EB1uUaP8TbV1gvxz45au33buUrNNRa { width:127px;height:127px;top:237px;left:122.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ElsqvTwL2crXtWvuwKM5oZ9TsAtN4XT4 { width:470px;height:96px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { width:470px;height:31px;top:403px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TN0baZieTTW59KgTore52VDNcvfG4pRn { width:175px;height:175px;top:213px;left:491px;display:block; }
 }@media only screen and (max-width: 763px) { #U4geEV0yLXmVpvBtGqqwTyuRTKcvTmKn { width:470px;height:31px;top:403px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7 { width:127px;height:127px;top:237px;left:515px;display:block; }
 }@media only screen and (max-width: 763px) { #yVQwiDDeM29nz1kvbvor7XHUG7UDFPhg { width:189px;height:193px;top:0px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #gyR8uIuHRS6CeNNwko0fzKyCoo1c8mpE { width:470px;height:96px;top:49px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { width:342px;height:;top:211px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:375px;height:172px;top:461px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FhJLDz5h2TL9zWfAs4W47vObcKxTgP5h { width:231px;height:103px;top:319px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HuCWpKGWx3oN7dv997MHCVwXw8nSscgm { width:91px;height:39px;top:332px;left:74px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XM9q6W0su52RHtCIdJ7Zx9vD6h9DQ96C { width:91px;height:46px;top:363px;left:74px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qCADkqRFBTZwc0d4aSCMZtWE1u6QxXSx { width:152px;height:152px;top:295px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e8MWb8NEwB2kViXaJzZ2Vgq3HZAlFss2 { width:130px;height:130px;top:304px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aspFiTdrOs08UrhQM2yXSQaD7b30gF5h { width:128px;height:50px;top:338px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LJhPnZfaLo8xTS38exPyxlES1sCfo6wC { width:128px;height:23px;top:380px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { width:500px;height:688px;top:75px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { width:383px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { width:383px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { width:383px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { width:383px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-checkbox-label { width:364px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { width:383px;height:auto;top:120px;left:341px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { width:383px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { width:383px;height:auto;top:120px;left:341px; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h3AVzpwbMOukkRvavhh4AZUG0mKpfZZ1 {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #JTe5e9vWxcPI4KWTBKs0NedHTmpNxBxL { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z1hgd5MEFkfMC3Ur1qzq40kv1v0uedJc {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #NRpyiXCT1Q6iA3M8g8WMgAVgKFPPqusL {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #v8LnzoXBWifGsGHgiIVrhDvGHrydJ9fM { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #rdkzDT3ykiWJyZkwQXwxvQpAn4pNMPBu {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #oKNgT9f5T5dICqNMTv2xs6RvZvdvRbuk {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nOeHEwI9o5GbRNkG4A3TF9WTdDVTImnD {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z7AN3KN0iSTokL5eOgOkXIilAuwxeIha {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:320px;height:938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:320px;height:115.2px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:48px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e76iuTVS0qlqRhpyghuBRXZlTnrldc10 { width:320px;height:144px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:197px;height:74px;top:729px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 763px) { #qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { width:197px;height:74px;top:823px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block; }
 }@media only screen and (max-width: 763px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:298px;height:194px;top:516px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:152px;height:152px;top:441px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:130px;height:130px;top:450px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #qIJKqOsXyi9qeBUV6VFlUmCmvQZNkQpz { width:128px;height:50.7px;top:484px;left:97px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8eDQXxWUqOu8f6bdveCxIdeewKcMehE { width:128px;height:23.4px;top:526px;left:97px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2NBXNAJZxDs8x6ivNrocUTyd191dk7e { width:91px;height:20.8px;top:613px;left:114.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B283frf0KI76DhnJ0sFJrTixV6pHmoEe { width:91px;height:20.8px;top:651px;left:114.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTbZ7qDwTKki5XyAK3eyegPkffl5yCsB { top:317px;left:11px;width:298px;height:199px;z-index:14999;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:320px;height:2187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:320px;height:78px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yqgDFcby6iI0mi6mvKeHH1rvqccpNSuE { width:123px;height:123px;top:17.5px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:320px;height:320px;top:151px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:280px;height:280px;top:171px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { width:152px;height:152px;top:356px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #Mdde6f93cEHldopG2WgvHJTCmZTISPZD { width:130px;height:130px;top:365px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { width:128px;height:50.7px;top:400px;left:96px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { width:128px;height:23.4px;top:442px;left:96px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:175px;height:175px;top:539px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:127px;height:127px;top:563px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:300px;height:31.2px;top:734px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:300px;height:70.2px;top:775px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:300px;height:70.2px;top:1437px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:300px;height:31.2px;top:1064px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:175px;height:175px;top:869px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:127px;height:127px;top:893px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:300px;height:70.2px;top:1105px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:300px;height:31.2px;top:1396px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:175px;height:175px;top:1201px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:127px;height:127px;top:1225px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xohqdJ4c4MdcnxeWzUIaUdNlJwGQsDzI { width:197px;height:74px;top:1536px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ9rEXB1GgGTawbGWOlxJTgyQVIiKEf { display:block; }
 }@media only screen and (max-width: 763px) { #GgQLtnkRr6THBkgHugLhSxKIpfXW5Qer { width:320px;height:537px;top:1630px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CEADk3krAvAZhfZDEUluP9QdJGcB2dBe { display:block; }#CEADk3krAvAZhfZDEUluP9QdJGcB2dBe > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmJuMS8PH0kJRBRM0qDUSNu25s9olTot { width:320px;height:117px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { width:320px;height:1452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { width:300px;height:400px;top:12px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { width:300px;height:23.4px;top:0px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { width:290px;height:31.2px;top:40px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPsNf8UKJ4hX0csaS4hWsPRVopCpUKo3 { width:53px;height:41px;top:90px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { width:197px;height:74px;top:377px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block; }
 }@media only screen and (max-width: 763px) { #eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { width:298px;height:189px;top:164.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #JTTdfh275VKregKUH5QO9s6fylSGU4q9 { width:300px;height:400px;top:492px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #SE6HTcNqLfmsK7WaF4Z3CLfN8afPZF9V { width:197px;height:74px;top:857px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #QFTWEoSXgHPD2uwUx6c72px7zULv10tR { display:block; }
 }@media only screen and (max-width: 763px) { #GWFNSqITK3P3ohUkamCF5DsQU6EBrnbQ { width:290px;height:31.2px;top:520px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4QRuVrktePIWCHBXmkwlyctCoeZP0er { width:300px;height:23.4px;top:480px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpqKKmTnRoziveSyArANZoADkdxSOl3P { width:300px;height:400px;top:972px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { width:197px;height:74px;top:1337px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block; }
 }@media only screen and (max-width: 763px) { #GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { width:290px;height:31.2px;top:1000px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { width:300px;height:23.4px;top:960px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hu1B4Ty4Q385ucHuFNUrI1kUaAz14Dpz { width:45px;height:51px;top:565px;left:137.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mG60s9UgLEbK9GISpHUOuvCLVPtwJ249 { width:41px;height:60px;top:1040.5px;left:139.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y2oXZgsF3ltsz5toqq8dOhPSfxh4Wb0e { width:298px;height:199px;top:639.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { width:298px;height:243px;top:1100.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:320px;height:140.4px;top:193px;left:0px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:320px;height:67.6px;top:331px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { width:197px;height:74px;top:413px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block; }
 }@media only screen and (max-width: 763px) { #iCUJ1MMAKZ10OOom1KUdKX5kC63nZ9DE { top:0px;left:0px;width:320px;height:173px;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:320px;height:78px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:320px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgWqzLk3i77iBEyexbUId5rVFoEPHiST { width:189px;height:193px;top:0px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:175px;height:175px;top:213px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { width:127px;height:127px;top:237px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { width:320px;height:162px;top:25px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { width:320px;height:31.2px;top:398px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:175px;height:175px;top:665px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:320px;height:31.2px;top:850px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { width:127px;height:127px;top:689px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zhhxWxzvETAiupnhKJLgfVhTrrTbApBJ { width:189px;height:193px;top:452px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:320px;height:162px;top:469px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrNUnaD03VgMRszlvJRb3IZ0r6h6o7AX { width:189px;height:193px;top:0px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #dWaX9PmCrGng34aiTOK813XRTDur2nlK { width:175px;height:175px;top:213px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #T4EB1uUaP8TbV1gvxz45au33buUrNNRa { width:127px;height:127px;top:237px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ElsqvTwL2crXtWvuwKM5oZ9TsAtN4XT4 { width:320px;height:162px;top:25px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { width:320px;height:31.2px;top:398px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TN0baZieTTW59KgTore52VDNcvfG4pRn { width:175px;height:175px;top:665px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #U4geEV0yLXmVpvBtGqqwTyuRTKcvTmKn { width:320px;height:31.2px;top:850px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT9asgn7TgvlwpuXhJJKiWvSC6qJIrm7 { width:127px;height:127px;top:689px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yVQwiDDeM29nz1kvbvor7XHUG7UDFPhg { width:189px;height:193px;top:452px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #gyR8uIuHRS6CeNNwko0fzKyCoo1c8mpE { width:320px;height:162px;top:469px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:320px;height:1213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm3ieIPwTxh4NalB7RuHvVu6TuC365Vm { width:320px;height:62.4px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:320px;height:144px;top:405px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FhJLDz5h2TL9zWfAs4W47vObcKxTgP5h { width:298px;height:194px;top:187px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HuCWpKGWx3oN7dv997MHCVwXw8nSscgm { width:91px;height:20.8px;top:280px;left:115px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM9q6W0su52RHtCIdJ7Zx9vD6h9DQ96C { width:91px;height:20.8px;top:311px;left:115px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCADkqRFBTZwc0d4aSCMZtWE1u6QxXSx { width:152px;height:152px;top:114px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #e8MWb8NEwB2kViXaJzZ2Vgq3HZAlFss2 { width:130px;height:130px;top:123px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #aspFiTdrOs08UrhQM2yXSQaD7b30gF5h { width:128px;height:50.7px;top:157px;left:97px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJhPnZfaLo8xTS38exPyxlES1sCfo6wC { width:128px;height:23.4px;top:199px;left:97px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { width:316px;height:568px;top:565px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { width:168px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { width:280px;height:auto;top:575px;left:0px; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { width:280px;height:auto;top:575px;left:0px; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h3AVzpwbMOukkRvavhh4AZUG0mKpfZZ1 {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #JTe5e9vWxcPI4KWTBKs0NedHTmpNxBxL { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z1hgd5MEFkfMC3Ur1qzq40kv1v0uedJc {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #NRpyiXCT1Q6iA3M8g8WMgAVgKFPPqusL {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #v8LnzoXBWifGsGHgiIVrhDvGHrydJ9fM { display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #rdkzDT3ykiWJyZkwQXwxvQpAn4pNMPBu {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #oKNgT9f5T5dICqNMTv2xs6RvZvdvRbuk {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nOeHEwI9o5GbRNkG4A3TF9WTdDVTImnD {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Z7AN3KN0iSTokL5eOgOkXIilAuwxeIha {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D {  }
 }